body{font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif;margin:0;padding:0}*{font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif}.navbar{width:100%;background-color:#fff;font-family:Arial,sans-serif;position:sticky;top:0;z-index:100}.navbar__container{max-width:1800px;margin:0 auto;padding:0 15px}.navbar__top{display:flex;flex-direction:column;padding:0;background-color:#fff}.navbar__top-row{display:flex;justify-content:space-between;align-items:center;width:100%;position:sticky;top:0;background-color:#fff;z-index:100;padding:15px 0}.navbar__search-row{margin-top:0;width:100%;position:relative;z-index:99;padding:15px 0;background-color:#fff}.navbar__logo{display:flex;align-items:center}.navbar__logo a{display:flex;align-items:center;text-decoration:none;color:#333}.navbar__logo-img{height:100px;margin-right:5px}.navbar__search{position:relative;width:100%;max-width:600px}.navbar__search-form{display:flex;width:100%;position:relative}.navbar__search-input{width:100%;padding:10px 15px;border:2px solid #ff6b00;border-radius:4px;font-size:14px;outline:none;transition:all .3s ease}.navbar__search-input:focus{box-shadow:0 0 0 2px #ff6b0033}.navbar__search-button{position:absolute;right:0;top:0;height:100%;padding:0 15px;background:#ff6b00;border:none;border-radius:0 4px 4px 0;color:#fff;cursor:pointer;transition:background-color .3s ease}.navbar__search-button:hover{background:#e05a00}.navbar__search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 6px #0000001a;margin-top:4px;z-index:1000;max-height:400px;overflow-y:auto}.navbar__search-result{display:flex;padding:12px;border-bottom:1px solid #eee;cursor:pointer;transition:background-color .2s ease}.navbar__search-result:last-child{border-bottom:none}.navbar__search-result:hover{background-color:#f8f9fa}.navbar__search-result-image{width:50px;height:50px;object-fit:contain;margin-right:12px;border:1px solid #eee;border-radius:4px;padding:4px}.navbar__search-result-info{flex:1;display:flex;flex-direction:column;justify-content:center}.navbar__search-result-title{margin:0 0 4px;font-size:14px;color:#333;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.navbar__search-result-discount{color:#666;font-size:12px;font-weight:400;margin-left:4px}.navbar__search-result-price{margin:0;font-size:14px;color:#ff6b00;font-weight:600;display:flex;align-items:center}.navbar__search-category{border-left:1px solid #ccc;border-right:1px solid #ccc;background-color:#fff}.navbar__search-select{height:100%;padding:8px 12px;border:none;outline:none;background-color:#fff;font-size:14px;cursor:pointer}.navbar__mobile-actions{display:none;align-items:center}.navbar__desktop-links{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:15px}.navbar__links{display:flex;align-items:center}.navbar__link{margin-right:20px;text-decoration:none;color:#42504b;font-size:16px;display:flex;align-items:center}.navbar__link-icon{margin-left:5px}.navbar__account{display:flex;align-items:center;gap:5px}.navbar__account-link{margin-left:15px;text-decoration:none;color:#42504b;font-size:16px;display:flex;font-weight:500;align-items:center;white-space:nowrap}.navbar__account-text{margin-right:5px}.navbar__account-icon{margin-left:5px}.navbar__account-icon-link{margin-left:15px;text-decoration:none;color:#42504b;font-size:18px;display:flex;align-items:center}.navbar__hamburger{background:none;border:none;font-size:20px;cursor:pointer;margin-left:15px;color:#333;display:flex;align-items:center;z-index:1;position:relative;padding:8px}.navbar__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.navbar__overlay--visible{opacity:1;visibility:visible}.navbar__side-menu{position:fixed;top:0;right:0;width:300px;height:100%;background-color:#fff;box-shadow:-2px 0 10px #0000001a;z-index:1001;overflow-y:auto;transform:translate(100%);transition:transform .3s ease;will-change:transform}.navbar__side-menu--open{transform:translate(0)}.navbar__side-menu-header{display:flex;align-items:center;padding:15px;border-bottom:1px solid #f0f0f0}.navbar__side-menu-close{background:none;border:none;font-size:20px;cursor:pointer;color:#333;margin-right:10px}.navbar__side-menu-title{font-size:18px;margin:0}.navbar__side-menu-links{padding:15px;border-bottom:1px solid #f0f0f0}.navbar__side-menu-link{display:block;padding:12px 0;text-decoration:none;color:#333;font-size:16px;border-bottom:1px solid #f0f0f0}.navbar__side-menu-link:last-child{border-bottom:none}.navbar__side-menu-categories{padding:15px;border-bottom:1px solid #f0f0f0}.navbar__side-menu-subtitle{font-size:16px;margin-bottom:15px}.navbar__side-menu-category{margin-bottom:5px}.navbar__side-menu-category-header{display:flex;align-items:center;padding:10px 0;cursor:pointer;border-bottom:1px solid #f0f0f0}.navbar__side-menu-category-header span{margin-right:10px}.navbar__dropdown-icon{margin-left:auto;transition:transform .3s ease}.navbar__dropdown-icon--open{transform:rotate(180deg)}.navbar__side-menu-subcategories{max-height:none;overflow:visible;transition:none}.navbar__side-menu-subcategories--open{max-height:200px}.navbar__side-menu-subcategory{display:block;padding:8px 0 8px 30px;text-decoration:none;color:#666;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar__side-menu-social{padding:15px}.navbar__side-menu-social-icons{display:flex;flex-wrap:wrap;gap:15px}.navbar__side-cart{position:fixed;top:0;right:0;width:300px;height:100%;background-color:#fff;box-shadow:-2px 0 10px #0000001a;z-index:1001;overflow-y:auto;transform:translate(100%);transition:transform .3s ease;will-change:transform}.navbar__side-cart--open{transform:translate(0)}.navbar__side-cart-header{display:flex;align-items:center;padding:15px;border-bottom:1px solid #f0f0f0}.navbar__side-cart-close{background:none;border:none;font-size:20px;cursor:pointer;color:#333;margin-right:10px}.navbar__side-cart-title{font-size:18px;margin:0}.navbar__side-cart-content{padding:20px;text-align:center}.navbar__side-cart-empty{margin-bottom:20px;color:#666}.navbar__side-cart-button{display:inline-block;padding:10px 20px;background-color:#f60;color:#fff;text-decoration:none;border-radius:4px;font-weight:700}.navbar__bottom{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #f0f0f0}.navbar__categories{display:flex;align-items:center;flex-wrap:wrap;padding-left:15px}.navbar__category-dropdown{position:relative;margin-right:20px;margin-bottom:5px}.navbar__category-link{text-decoration:none;color:#333;font-size:14px;display:flex;align-items:center;white-space:nowrap;padding:5px 0}.navbar__category-icon{margin-right:5px}.navbar__dropdown-icon-small{font-size:12px;margin-left:5px}.navbar__dropdown-content{position:absolute;top:100%;left:0;background-color:#fff;min-width:200px;box-shadow:0 8px 16px #0000001a;z-index:1;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;border-radius:4px;padding:10px 0}.navbar__dropdown-content--active{opacity:1;visibility:visible;transform:translateY(0)}.navbar__dropdown-link{display:block;padding:8px 15px;text-decoration:none;color:#333;font-size:14px;transition:background-color .2s ease}.navbar__dropdown-link:hover{background-color:#f9f9f9}.navbar__social{display:flex;align-items:center}.navbar__social-link{margin-left:15px;text-decoration:none;font-size:18px;display:flex;align-items:center;justify-content:center}.navbar__social-link--instagram{color:#e4405f}.navbar__social-link--tiktok{color:#000}.navbar__social-link--youtube{color:red}.navbar__social-link--whatsapp{color:#25d366}.navbar__social-link--viber{color:#7360f2}.navbar__social-link--telegram{color:#08c}.navbar__nepal-flag{height:20px;width:auto}.navbar__mobile-dock{display:none;position:fixed;bottom:0;left:0;width:100%;height:60px;background-color:#fff;box-shadow:0 -2px 10px #0000001a;z-index:997;justify-content:space-around;align-items:center}.navbar__mobile-dock-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#333;width:20%;padding:10px 0}.navbar__mobile-dock-icon{color:#f97316!important;font-size:22px;margin-bottom:4px;display:flex;align-items:center;justify-content:center}.navbar__mobile-dock-text{font-size:10px;text-align:center}@media (min-width: 1100px){.navbar__top{flex-direction:row;align-items:center;padding:15px 0}.navbar__top-row{width:auto;margin-right:20px;position:static;padding:0}.navbar__search-row{flex:1;margin-top:0;padding:0}.navbar__search{max-width:600px}.navbar__desktop-links{width:auto;margin-top:0;margin-left:20px}.navbar__side-menu,.navbar__side-cart,.navbar__hamburger{display:none!important}.navbar__side-cart--open{display:block!important}}@media (max-width: 1099px){.navbar__desktop-links{display:none}.navbar__mobile-actions{display:flex}.navbar__top-row{position:sticky;top:0;padding:15px 0}.navbar__search-row{position:relative;padding:15px 0}.navbar__bottom{display:none}.navbar__mobile-dock{display:flex}body.navbar--menu-open{overflow-x:hidden}}@media (min-width: 768px) and (max-width: 1199px){.navbar__account-link{font-size:14px;white-space:nowrap;padding:0 5px}.navbar__account-text{display:inline}.navbar__account-icon{margin-left:3px}}@media (max-width: 576px){.navbar__search-category{display:none}.navbar__logo-img{height:80px}.navbar__side-menu,.navbar__side-cart{width:85%}}@media (max-width: 360px){.navbar__mobile-dock-text{font-size:9px}.navbar__logo-img{height:70px}}@media (max-width: 1099px){.navbar__top{position:sticky;top:0;z-index:100;background-color:#fff}.navbar__search-row{position:relative;transition:transform .3s ease}.navbar__search-row.hidden{transform:translateY(-100%);position:absolute;width:100%;visibility:hidden}}.navbar__cart-count{position:absolute;top:-8px;right:-8px;background-color:#f60;color:#fff;border-radius:50%;width:18px;height:18px;font-size:11px;display:flex;align-items:center;justify-content:center;font-weight:700}.navbar__cart-count--mobile{top:-5px;right:-5px;width:16px;height:16px;font-size:10px}.navbar__cart-items{max-height:calc(100vh - 250px);overflow-y:auto;margin-bottom:15px}.navbar__cart-item{display:flex;align-items:center;padding:10px 0;border-bottom:1px solid #f0f0f0;position:relative}.navbar__cart-item-image{width:60px;height:60px;margin-right:10px;border:1px solid #f0f0f0;border-radius:4px;overflow:hidden}.navbar__cart-item-image img{width:100%;height:100%;object-fit:cover}.navbar__cart-item-details{flex:1}.navbar__cart-item-name{font-size:14px;margin:0 0 5px;padding-right:20px;font-weight:500}.navbar__cart-item-price-qty{display:flex;align-items:center;justify-content:space-between;font-size:13px}.navbar__cart-item-price{font-weight:500;color:#f60}.navbar__cart-item-quantity{display:flex;align-items:center;border:1px solid #ddd;border-radius:3px}.navbar__cart-qty-btn{width:24px;height:24px;background:#f5f5f5;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px}.navbar__cart-item-quantity span{width:24px;text-align:center;font-size:13px}.navbar__cart-item-remove{position:absolute;top:10px;right:0;background:none;border:none;font-size:18px;cursor:pointer;color:#999;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.navbar__cart-item-remove:hover{color:#f60}.navbar__cart-subtotal{display:flex;justify-content:space-between;padding:15px 0;border-top:1px solid #f0f0f0;font-weight:500;font-size:16px}.navbar__cart-buttons{display:flex;gap:10px;margin-top:15px}.navbar__cart-button{flex:1;padding:10px;text-align:center;text-decoration:none;font-weight:500;border-radius:4px;transition:all .2s ease}.navbar__cart-button--view{background-color:#f5f5f5;color:#333;border:1px solid #ddd}.navbar__cart-button--checkout{background-color:#f60;color:#fff;border:1px solid #ff6600}.navbar__cart-button--view:hover{background-color:#e9e9e9}.navbar__cart-button--checkout:hover{background-color:#f50}.navbar__account-icon-link,.navbar__account-link{position:relative}.navbar__user-avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f5f5f5;color:#f60;font-size:1.5rem;font-weight:700;cursor:pointer;transition:box-shadow .2s;box-shadow:0 1px 4px #0000000a;position:relative;margin:0xp 10px}.navbar__avatar-circle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f5f5f5;color:#f60;font-size:1.5rem;font-weight:700}.navbar__avatar-image{width:40px;height:40px;border-radius:50%;object-fit:cover}.navbar__profile-dropdown{position:absolute;top:48px;right:0;min-width:180px;background:#fff;border-radius:10px;box-shadow:0 4px 24px #0000001f;padding:12px 0 8px;z-index:1001;display:flex;flex-direction:column;align-items:stretch;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.navbar__profile-username{font-weight:700;text-align:center;margin-bottom:10px;color:#222;word-break:break-all;padding:0 12px}.navbar__profile-link{padding:10px 20px;text-align:left;background:none;border:none;color:#333;font-size:15px;cursor:pointer;text-decoration:none;transition:background .15s}.navbar__profile-link:hover{background:#f5f5f5}.navbar__profile-link--logout{color:#e74c3c;font-weight:600;border-top:1px solid #eee;margin-top:6px}@media (max-width: 600px){.navbar__profile-dropdown{right:auto;left:50%;transform:translate(-50%);min-width:90vw;max-width:98vw}.navbar__profile-username{font-size:1rem}}.navbar__profile-dropdown-bar{position:absolute;left:0;top:100%;width:100vw;min-width:100vw;background:#fff;box-shadow:0 4px 24px #0000001f;display:flex;justify-content:center;gap:24px;padding:18px 0 14px;z-index:2000;border-bottom-left-radius:12px;border-bottom-right-radius:12px;animation:fadeIn .2s}.navbar__profile-dropdown-bar .navbar__profile-link{font-size:1.1rem;padding:10px 32px;border-radius:6px;font-weight:500;color:#333;background:none;border:none;transition:background .15s,color .15s;text-align:center;margin:0 4px}.navbar__profile-dropdown-bar .navbar__profile-link:hover{background:#f5f5f5;color:#f60}.navbar__profile-dropdown-bar .navbar__profile-link--logout{color:#e74c3c;font-weight:600;border-top:none;margin-top:0}@media (max-width: 700px){.navbar__profile-dropdown-bar{flex-direction:column;align-items:stretch;gap:0;padding:10px 0}.navbar__profile-dropdown-bar .navbar__profile-link{width:100%;border-radius:0;padding:14px 0;font-size:1rem;margin:0}}.navbar__profile-username{display:none!important}.navbar__profile-dropdown-card{position:absolute;top:92px;right:40px;min-width:270px;max-width:95vw;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000029;padding:18px 0 10px;z-index:2000;display:flex;flex-direction:column;align-items:stretch;animation:fadeIn .2s}.navbar__profile-card-header{display:flex;align-items:center;gap:14px;padding:0 24px 10px}.navbar__profile-card-header .navbar__avatar-circle,.navbar__profile-card-header .navbar__avatar-image{width:48px;height:48px;font-size:2rem}.navbar__profile-card-info{display:flex;flex-direction:column;justify-content:center}.navbar__profile-card-name{font-weight:600;font-size:1.08rem;color:#222;margin-bottom:2px}.navbar__profile-card-email{font-size:.97rem;color:#888;word-break:break-all}.navbar__profile-card-divider{height:1px;background:#f0f0f0;margin:12px 0 8px;width:100%}.navbar__profile-card-link{display:flex;align-items:center;gap:10px;padding:12px 28px;background:none;border:none;color:#333;font-size:1.05rem;cursor:pointer;text-decoration:none;transition:background .15s,color .15s;border-radius:6px;font-weight:500}.navbar__profile-card-link:hover{background:#f5f5f5;color:#f60}.navbar__profile-card-link--logout{color:#e74c3c;font-weight:600;margin-top:2px}.navbar__profile-card-icon{font-size:1.1em;opacity:.8}@media (max-width: 600px){.navbar__profile-dropdown-card{right:50%;left:55%;transform:translate(-50%);min-width:75vw;padding:14px 0 8px}.navbar__profile-card-header{padding:0 14px 10px}.navbar__profile-card-link{padding:12px 14px;font-size:1rem}}.navbar__user-profile{margin:0 10px}.navbar__mobile-user{margin:0 15px;cursor:pointer}.navbar__category-link.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.navbar__category-link .skeleton-icon{width:16px;height:16px;background:inherit;border-radius:2px}.navbar__category-link .skeleton-text{width:80px;height:16px;background:inherit;border-radius:2px;margin-right:8px}.skeleton__category-name{width:80px;height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:2px;margin-right:8px}@media (max-width: 768px){.navbar__search{max-width:100%}.navbar__search-dropdown{position:fixed;top:190px;left:0;right:0;margin:0 20px;border-radius:0;max-height:calc(100vh - 60px)}}.navbar__search-spinner{width:16px;height:16px;border:2px solid #ffffff;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}.navbar__search-button:disabled{opacity:.7;cursor:not-allowed}.navbar__side-menu-category.skeleton{padding:.75rem 1rem;margin-bottom:.5rem}.skeleton__category{width:100%;height:1.5rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.navbar__category{position:relative;padding:0 1rem}.navbar__category-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:#333;text-decoration:none;font-weight:500;cursor:pointer}.navbar__category-icon{transition:transform .2s ease}.navbar__category-icon--active{transform:rotate(180deg)}.navbar__dropdown{position:absolute;top:100%;left:0;width:200px;background:#fff;border-radius:4px;box-shadow:0 2px 8px #0000001a;z-index:1000;opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease;pointer-events:none;visibility:hidden}.navbar__category:hover .navbar__dropdown,.navbar__dropdown--active{opacity:1;transform:translateY(0);pointer-events:auto;visibility:visible}.navbar__dropdown-content{padding:.5rem 0}.navbar__dropdown-link{display:block;padding:.5rem 1rem;color:#333;text-decoration:none;transition:background-color .2s ease}.navbar__dropdown-link:hover{background-color:#f5f5f5}.navbar__side-menu-category{border-bottom:1px solid #eee}.navbar__side-menu-category-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem;background:none;border:none;cursor:pointer;font-size:1rem;color:#333;text-align:left}.navbar__side-menu-category-icon{transition:transform .2s ease}.navbar__side-menu-category-icon--open{transform:rotate(180deg)}.navbar__side-menu-subcategories{background-color:#f8f9fa;padding:.5rem 0}.navbar__side-menu-subcategory-link{display:block;padding:.75rem 2rem;color:#666;text-decoration:none;transition:background-color .2s ease}.navbar__side-menu-subcategory-link:hover{background-color:#f0f0f0;color:#333}.navbar__category.active .navbar__dropdown-content{opacity:1;visibility:visible;transform:translateY(0)}.auth-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1100;display:flex;justify-content:center;align-items:center;font-family:var(--font-family)}.auth-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0009}.auth-modal__content{position:relative;width:100%;max-width:450px;background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #0003;z-index:1;animation:auth-modal-fade-in .3s ease}@keyframes auth-modal-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-modal__close{position:absolute;top:15px;right:10px;background:none;border:none;font-size:18px;color:#666;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%}.auth-modal__close:hover{background-color:#0000001a}.auth-modal__header{position:relative;overflow:hidden;height:200px;width:100%;text-align:center}.auth-modal__background{position:absolute;width:auto;height:100%;min-width:200%;object-fit:cover;animation:bounceBackground 60s ease-in-out infinite;left:0;top:0}@keyframes bounceBackground{0%,to{transform:translate(0);animation-timing-function:ease-out}50%{transform:translate(-50%);animation-timing-function:ease-in}}.auth-modal__title{text-align:center;font-weight:500;width:100%;margin:5px 0;font-size:24px;color:#333;padding:0 20px}.auth-modal__tabs{display:flex;max-width:60%;margin:0 auto 20px;border-radius:20px}.auth-modal__tab{flex:1;padding:7px 0;background:#919191;border:none;font-weight:500;cursor:pointer;transition:background-color .3s,color .3s;border-radius:1px;font-size:14px;color:#fff}.auth-modal__tab:nth-child(1){border-top-left-radius:5px;border-bottom-left-radius:5px}.auth-modal__tab:nth-child(2){border-top-right-radius:5px;border-bottom-right-radius:5px}.auth-modal__tab--active{background:#333;color:#fff}.auth-modal__form{padding:0 25px 15px}.auth-modal__form-group{margin-bottom:15px}.auth-modal__input{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box;transition:border-color .3s}.auth-modal__input:focus{border-color:#ff5722;outline:none;box-shadow:0 0 0 2px #ff572233}.auth-modal__submit{width:100%;padding:12px;background-color:#ff5722;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .3s;margin-top:10px}.auth-modal__submit:hover{background-color:#e64a19}.auth-modal__footer{padding:15px 25px;background-color:#f8f8f8;border-top:1px solid #eee;font-size:12px;color:#666;text-align:center}.auth-modal__footer-text{margin:0;line-height:1.5}.auth-modal__link{color:#ff5722;text-decoration:none}.auth-modal__link:hover{text-decoration:underline}.auth-modal__link-button{background:none;border:none;color:#ff5722;text-decoration:none;cursor:pointer;font-size:14px;padding:0;font-weight:500;transition:color .2s;display:inline}.auth-modal__link-button:hover:not(:disabled){color:#e64a19;text-decoration:underline}.auth-modal__link-button:disabled{color:#999;cursor:not-allowed}body.auth-modal--open{overflow:hidden}.auth-modal__message{padding:10px 15px;margin:0 25px 15px;border-radius:4px;font-size:14px;text-align:center}.auth-modal__message--error{background-color:#fee;color:#c33;border:1px solid #fcc}.auth-modal__message--success{background-color:#efe;color:#363;border:1px solid #cfc}.auth-modal__submit:disabled{opacity:.6;cursor:not-allowed;background-color:#ccc}.auth-modal__input:disabled{opacity:.7;cursor:not-allowed;background-color:#f5f5f5}.auth-modal__verification-info{text-align:center;margin-bottom:20px;color:#666;font-size:14px;line-height:1.5;padding:0 15px}.auth-modal__verification-info strong{color:#333;display:block;margin:8px 0;font-size:16px;word-break:break-all}.auth-modal__input--verification{text-align:center;font-size:22px;letter-spacing:8px;font-weight:700;padding-left:20px!important;background-size:48px 2px;background-position:12px;background-repeat:repeat-x;background-position-y:50%;height:50px}.auth-modal__verification-actions{display:flex;flex-direction:column;gap:12px;margin-top:20px;align-items:center}.auth-modal__countdown{color:#666;font-size:13px;margin-top:5px;font-weight:400}@media (max-width: 480px){.auth-modal__content{max-width:95%;margin:0 10px}.auth-modal__header{height:150px}.auth-modal__title{font-size:20px}.auth-modal__tabs{max-width:80%}.auth-modal__input--verification{font-size:18px;letter-spacing:6px;height:45px}@keyframes bounceBackground{0%,to{transform:translate(0);animation-timing-function:ease-out}50%{transform:translate(-50%);animation-timing-function:ease-in}}}.login-success-toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%);z-index:1200;animation:toast-fade-in .3s ease}@keyframes toast-fade-in{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.login-success-toast__content{display:flex;align-items:center;background-color:#4caf50;color:#fff;padding:12px 20px;border-radius:4px;box-shadow:0 4px 12px #00000026}.login-success-toast__icon{width:24px;height:24px;margin-right:10px}.auth-modal__popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000008c;z-index:9999;display:flex;align-items:center;justify-content:center;animation:popupFadeIn .2s}.auth-modal__popup{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000002e;padding:32px 24px 24px;max-width:350px;width:90vw;position:relative;display:flex;flex-direction:column;align-items:stretch;animation:popupSlideIn .25s cubic-bezier(.4,1.4,.6,1)}@keyframes popupFadeIn{0%{opacity:0}to{opacity:1}}@keyframes popupSlideIn{0%{transform:translateY(40px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.auth-modal__popup .auth-modal__form{margin:0;padding:0}.auth-modal__popup .auth-modal__title{font-size:1.3rem;font-weight:700;margin-bottom:10px;text-align:center}.auth-modal__popup .auth-modal__desc{font-size:1rem;color:#666;margin-bottom:18px;text-align:center}.auth-modal__popup .auth-modal__input{margin-bottom:12px;font-size:1rem;padding:10px 12px;border-radius:8px;border:1px solid #e5e7eb;width:100%;box-sizing:border-box}.auth-modal__popup .auth-modal__button{width:100%;margin-bottom:10px;background:#f97316;color:#fff;border:none;border-radius:8px;padding:12px 0;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.auth-modal__popup .auth-modal__button:disabled{background:#fbbf24;color:#fff;cursor:not-allowed}.auth-modal__popup .auth-modal__link{background:none;border:none;color:#f97316;text-align:center;font-size:1rem;cursor:pointer;margin:0 auto;display:block;text-decoration:underline}.auth-modal__popup .auth-modal__error{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;padding:8px 10px;margin-bottom:10px;text-align:center;font-size:.98rem}.auth-modal__popup .auth-modal__success{color:#15803d;background:#dcfce7;border:1px solid #86efac;border-radius:6px;padding:8px 10px;margin-bottom:10px;text-align:center;font-size:.98rem}.auth-modal__forgot-link{background:none;border:none;color:#f97316;text-align:center;font-size:1rem;cursor:pointer;margin:12px auto 0;display:block;text-decoration:underline;transition:color .2s;font-size:14px;padding-bottom:10px}.auth-modal__forgot-link:hover{color:#ea580c}.auth-modal__social-login{padding:0 25px;margin-bottom:20px}.auth-modal__google-button,.auth-modal__facebook-button{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;background:#fff;border:1px solid #ddd;border-radius:4px;font-size:14px;font-weight:500;color:#333;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 3px #0000001a;margin-bottom:12px}.auth-modal__google-button:hover,.auth-modal__facebook-button:hover{background:#f8f9fa;border-color:#ccc;box-shadow:0 2px 6px #00000026}.auth-modal__google-button:disabled,.auth-modal__facebook-button:disabled{opacity:.6;cursor:not-allowed}.auth-modal__google-icon,.auth-modal__facebook-icon{width:20px;height:20px}.auth-modal__facebook-button{background:#1877f2;border-color:#1877f2;color:#fff}.auth-modal__facebook-button:hover{background:#166fe5;border-color:#166fe5}.auth-modal__divider{position:relative;text-align:center;margin:20px 0;color:#666;font-size:12px}.auth-modal__divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#ddd}.auth-modal__divider span{background:#fff;padding:0 10px;position:relative;z-index:1}.top-category{position:relative;width:100%;overflow:hidden;margin-top:2rem}.top-category__slider-container{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding:0 1rem;min-height:120px}.top-category__slider-container::-webkit-scrollbar{display:none}.top-category__slider-container{scrollbar-width:none;-ms-overflow-style:none}.top-category__card{display:flex;flex-direction:column;align-items:center;min-width:100px;flex-shrink:0;cursor:pointer;transition:transform .2s ease-in-out}.top-category__card:hover:not(.top-category__card--skeleton){transform:scale(1.05)}.top-category__card--skeleton{cursor:default;pointer-events:none}.top-category__image-container{width:80px;height:80px;border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-shrink:0}.top-category__image{max-width:100%;max-height:100%;object-fit:cover}.top-category__image-skeleton{width:100%;height:100%;border-radius:50%}.top-category__name{font-size:.875rem;font-weight:500;text-align:center;margin-top:.5rem;line-height:1.2;min-height:1.05rem}.top-category__name-skeleton{width:80px;height:16px;margin-top:.5rem;border-radius:4px;flex-shrink:0}.top-category__nav{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;box-shadow:0 0 5px 4px #0003;border:none;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;color:#000;cursor:pointer;z-index:2;opacity:1;transition:opacity .2s ease-in-out}.top-category__nav:hover{opacity:1}.top-category__nav--prev{left:3.5rem}.top-category__nav--next{right:3.5rem}.top-category__nav--prev:hover{left:3.5rem;background-color:#e3e3e3;transition:.3s ease-in-out}.top-category__nav--next:hover{right:3.5rem;background-color:#e3e3e3;transition:.3s ease-in-out}.skeleton,.skeleton-text{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@media (max-width: 1100px){.top-category__nav{display:none}}@media (min-width: 1100px){.top-category__slider-container{gap:1.5rem;padding:0 2rem;min-height:140px}.top-category__card{min-width:120px}.top-category__image-container{width:100px;height:100px}.top-category__name{font-size:1rem;min-height:1.2rem}.top-category__name-skeleton{width:100px;height:18px}.top-category__nav svg{width:20px;height:20px}}.product-card{flex:0 0 auto;width:280px;border-radius:10px;background-color:#fff;box-shadow:0 2px 8px #0000001a;padding:15px;position:relative;transition:transform .3s ease;height:fit-content}.product-card:hover{transform:translateY(-5px)}.product-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.product-card__rating{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.product-card__title{font-size:16px;font-weight:600;margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none!important}.product-card__description{font-size:14px;color:#757575;margin:0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none!important}.product-card__current-price{font-size:18px;font-weight:700;display:block;margin-bottom:5px}.product-card__price-details{display:flex;align-items:center;gap:10px}.product-card__delivery{display:flex;align-items:center;gap:5px;color:#000;font-size:14px}@media (max-width: 1200px){.product-card{width:250px}}@media (max-width: 992px){.product-card{width:220px}}@media (max-width: 768px){.product-card{width:200px}}@media (max-width: 576px){.product-card{width:180px;padding:10px}.product-card__image{height:180px}.product-card__title{font-size:14px}.product-card__description{font-size:12px}.product-card__current-price{font-size:16px}}@media (max-width: 480px){.product-card{width:160px}.product-card__image{height:160px}}.product-carousel__products{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;width:100%;padding:10px 3px}.product-carousel__scroll-button{position:absolute;z-index:10;width:44px;height:44px;border-radius:50%;font-size:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}@media (max-width: 768px){.product-carousel__scroll-button{display:none}.product-carousel__title{font-size:20px}}@media (max-width: 576px){.product-carousel{padding:10px}.product-carousel__products{gap:10px}}.product-carousel{width:95%;margin:0 auto;padding:20px;box-sizing:border-box;position:relative}.product-carousel__title{font-size:24px;font-weight:700;margin-bottom:20px;padding-left:10px}.product-carousel__container{position:relative;display:flex;align-items:center}.product-carousel__products{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;width:100%;padding:10px 3px;min-height:420px}.product-carousel__products::-webkit-scrollbar{display:none}.product-carousel__scroll-button{position:absolute;z-index:10;width:44px;height:44px;border-radius:50%;font-size:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;background-color:#ffffffe6;box-shadow:0 2px 8px #0000001a}.product-carousel__scroll-button:hover{background-color:#f5f5f5;transform:scale(1.05);box-shadow:0 4px 12px #0003}.product-carousel__scroll-button--left{left:-22px}.product-carousel__scroll-button--right{right:-22px}.product-card{flex:0 0 auto;width:280px;border-radius:10px;background-color:#fff;box-shadow:0 2px 8px #0000001a;padding:15px;position:relative;transition:transform .3s ease;height:fit-content;min-height:400px}.product-card:hover:not(.product-card--skeleton){transform:translateY(-5px)}.product-card--skeleton{cursor:default;pointer-events:none}.product-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;min-height:24px}.product-card__tag{background-color:#4a4a4a;color:#fff;padding:4px 8px;border-radius:15px;font-size:12px;font-weight:500}.product-card__tag-skeleton{width:60px;height:20px;border-radius:15px}.product-card__wishlist-button{background:none;border:none;cursor:pointer;color:#ff6b6b;padding:5px}.product-card__wishlist-button svg{width:20px;height:20px;stroke:#ff6b6b;fill:none}.product-card__wishlist-button:hover svg{fill:#ff6b6b}.product-card__wishlist-skeleton{width:20px;height:20px;border-radius:50%}.product-card__image{height:260px;display:flex;justify-content:center;align-items:center;margin-bottom:10px;overflow:hidden}.product-card__image img{max-width:100%;max-height:100%;object-fit:contain}.product-card__image-skeleton{width:100%;height:100%;border-radius:8px}.product-card__rating{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px;min-height:28px}.product-card__rating-info{display:flex;align-items:center;border:1px solid #919191;border-radius:20px;padding:4px 10px}.product-card__rating-skeleton{width:80px;height:24px;border-radius:20px}.product-card__rating-score{color:#000;padding:2px 5px;border-radius:4px;font-size:12px}.product-card__rating-count{color:#757575;font-size:12px}.product-card__rating-star{margin-right:5px}.product-card__rating-star img{height:14px}.product-card__cart-button{border:none;border-radius:4px;padding:4px;cursor:pointer}.product-card__cart-skeleton{width:24px;height:24px;border-radius:4px}.product-card__pagination{display:flex;justify-content:center;margin:10px 0}.product-card__dots{display:flex;gap:5px}.product-card__dot{width:8px;height:8px;border-radius:50%;background-color:#ddd}.product-card__dot--active{background-color:#333}.product-card__info{padding-top:5px}.product-card__title{font-size:16px;font-weight:600;margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none!important;line-height:1.3;min-height:20px}.product-card__title-skeleton{width:100%;height:20px;border-radius:4px;margin-bottom:5px}.product-card__description{font-size:14px;color:#757575;margin:0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none!important;line-height:1.3;min-height:18px}.product-card__description-skeleton{width:85%;height:16px;border-radius:4px;margin-bottom:10px}.product-card__price{margin-bottom:10px}.product-card__current-price{font-size:18px;font-weight:700;display:block;margin-bottom:5px;line-height:1.2;min-height:22px}.product-card__price-skeleton{width:70px;height:22px;border-radius:4px;margin-bottom:5px}.product-card__price-details{display:flex;align-items:center;gap:10px;min-height:18px}.product-card__original-price{font-size:14px;color:#757575;text-decoration:line-through}.product-card__original-price-skeleton{width:50px;height:16px;border-radius:4px}.product-card__discount{font-size:14px;color:#4caf50}.product-card__discount-skeleton{width:40px;height:16px;border-radius:4px}.product-card__delivery{display:flex;align-items:center;gap:5px;color:#000;font-size:14px;min-height:20px}.product-card__delivery svg{width:16px;height:16px;stroke:#ea5f0a}.product-card__delivery-skeleton{width:120px;height:16px;border-radius:4px}.product-card__link-wrapper,.product-card__link-wrapper:visited,.product-card__link-wrapper:active,.product-card__link-wrapper:focus,.product-card__link-wrapper:hover,.product-card__title a,.product-card__title a:visited,.product-card__title a:active,.product-card__title a:focus,.product-card__title a:hover{text-decoration:none!important;color:inherit}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@media (max-width: 1200px){.product-card{width:250px;min-height:380px}.product-carousel__products{min-height:400px}}@media (max-width: 992px){.product-card{width:220px;min-height:360px}.product-carousel__products{min-height:380px}}@media (max-width: 768px){.product-card{width:200px;min-height:340px}.product-carousel__products{min-height:360px}.product-carousel__scroll-button{display:none}.product-carousel__title{font-size:20px}}@media (max-width: 576px){.product-card{width:180px;padding:10px;min-height:320px}.product-card__image{height:180px}.product-card__title{font-size:14px}.product-card__description{font-size:12px}.product-card__current-price{font-size:16px}.product-carousel{padding:10px}.product-carousel__products{gap:10px;min-height:340px}}@media (max-width: 480px){.product-card{width:160px;min-height:300px}.product-card__image{height:160px}.product-carousel__products{min-height:320px}}.footer{font-family:inherit;background-color:#f8f8f8;color:#333;padding:40px 0 0;border-top:1px solid #eee;box-sizing:border-box;overflow:hidden}.footer *,.footer *:before,.footer *:after{box-sizing:border-box}.footer__container{width:100%;max-width:95%;margin:0 auto;padding:0 20px}.footer__main-content{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px}.footer__links-container{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;flex:1}.footer__section{margin-bottom:30px;width:100%}.footer__track-section{flex:1;min-width:300px;max-width:100%}.footer__heading{font-size:24px;font-weight:600;margin-bottom:15px;color:#000}.footer__section-title{font-size:18px;font-weight:600;margin-bottom:20px;color:#000}.footer__description{font-size:15px;line-height:1.5;margin-bottom:20px;color:#555;max-width:700px}.footer__form{margin-top:20px;width:100%}.footer__form-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px;width:100%}.footer__form-group{max-width:300px;width:100%}.footer__label{display:block;font-weight:500;margin-bottom:4px}.footer__hint{font-size:13px;color:#777;margin:0 0 8px}.footer__input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;max-width:100%}.footer__track-button{background-color:#ff6f00;color:#fff;border:none;border-radius:4px;padding:12px 30px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .3s;max-width:100%}.footer__track-button:hover{background-color:#e56500}.footer__list{list-style:none;padding:0;margin:0}.footer__list li{margin-bottom:12px}.footer__link{color:#555;text-decoration:none;font-size:15px;transition:color .2s}.footer__link:hover{color:#ff6f00}.footer__service-item{display:flex;align-items:flex-start;margin-bottom:15px;width:100%}.footer__service-icon{width:36px;height:36px;min-width:36px;margin-right:12px;border-radius:50%;background-color:#ff6f00;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}.footer__service-text{display:flex;flex-direction:column;word-break:break-word;max-width:calc(100% - 48px)}.footer__service-label{font-weight:500;margin-right:4px}.footer__social-icons{display:flex;gap:15px;margin-bottom:25px;flex-wrap:wrap}.footer__social-link{width:36px;height:36px;border-radius:50%;background-color:#ff6f00;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;transition:background-color .3s}.footer__social-link:hover{background-color:#e56500}.footer__payment-icons{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.footer__payment-image{height:30px;max-width:90px;object-fit:contain}.footer__bottom{margin:30px auto 0;padding:20px 15px;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;width:95%}.footer__copyright{font-size:14px;color:#666}.footer__copyright-link{color:#ff6f00;text-decoration:none}.footer__bottom-links{display:flex;gap:20px;flex-wrap:wrap}.footer__bottom-link{color:#555;text-decoration:none;font-size:14px;transition:color .2s}.footer__bottom-link:hover{color:#ff6f00}@media (min-width: 1201px){.footer__main-content{justify-content:space-between}.footer__form-row{flex-wrap:nowrap}}@media (max-width: 1200px){.footer__links-container{grid-template-columns:repeat(2,1fr)}.footer__track-section{flex:1 1 100%}}@media (max-width: 992px){.footer__main-content{flex-direction:column}.footer__links-container{width:100%}}@media (max-width: 768px){.footer__container{padding:0 15px}.footer__form-row{flex-direction:column;gap:15px}.footer__form-group{width:100%}.footer__links-container{grid-template-columns:1fr}.footer__bottom{flex-direction:column;text-align:center}.footer__bottom-links{justify-content:center}}@media (max-width: 480px){.footer__heading{font-size:20px}.footer__section-title{font-size:16px}.footer__description{font-size:14px}.footer__track-button{width:100%;padding:10px}.footer__service-text{font-size:14px}.footer__payment-icons{justify-content:center;gap:10px}.footer__payment-image{height:25px;max-width:75px}.footer__bottom-links{gap:10px;flex-direction:column}}.footer__links-container{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;flex:1}.footer__contact,.footer__payment{margin-top:30px;padding-top:20px;border-top:1px solid #eee}@media (max-width: 1200px){.footer__links-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer__links-container{grid-template-columns:1fr}.footer__contact,.footer__payment{margin-top:20px}}.footer__links-wrapper{display:flex;flex-direction:column;flex:1;width:100%;gap:30px}.footer__top-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.footer__bottom-links{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;border-top:1px solid #eee;padding-top:25px;margin-top:10px}.footer__contact-section,.footer__payment-section{margin-bottom:20px}@media (max-width: 992px){.footer__top-links,.footer__bottom-links{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer__top-links,.footer__bottom-links{grid-template-columns:1fr}.footer__bottom-links{gap:20px}}.hero-slider{position:relative;width:95%;overflow:hidden;margin:0 auto;border-radius:20px;margin-top:2rem;cursor:pointer}.hero-slider__track{display:flex;transition:transform .5s ease-in-out;height:16rem}.hero-slider__slide{width:100%;flex-shrink:0;position:relative}.hero-slider__image{width:100%;height:100%;object-fit:cover;border-radius:20px}.hero-slider__nav-button{display:none;position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;background-color:#0009;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;border:none;cursor:pointer;padding:.5rem}.hero-slider__nav-button:hover{background-color:#000c}.hero-slider__nav-button--prev{display:none;left:1rem}.hero-slider__nav-button--next{display:none;right:1rem}.hero-slider__indicators{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:2}.hero-slider__indicator{width:.5rem;height:.5rem;border-radius:50%;background-color:#ffffff80;border:none;padding:0;cursor:pointer}.hero-slider__indicator--active{background-color:#fff}@media (min-width: 640px){.hero-slider__track{height:20rem}}@media (min-width: 768px){.hero-slider__track{height:24rem}.hero-slider__nav-button{width:3rem;height:3rem}}@media (min-width: 1024px){.hero-slider__track{height:30rem}}.skeleton-container{position:relative;width:95%;margin:0 auto;border-radius:20px;margin-top:2rem;overflow:hidden}.skeleton-slider{height:16rem;background-color:#e0e0e0;border-radius:20px}.skeleton-slide{width:100%;height:100%;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-indicators{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.skeleton-indicator{width:.5rem;height:.5rem;border-radius:50%;background-color:#ffffff80}@media (min-width: 640px){.skeleton-slider{height:20rem}}@media (min-width: 768px){.skeleton-slider{height:24rem}}@media (min-width: 1024px){.skeleton-slider{height:30rem}}.page-loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:9999}.page-loader__content{display:flex;flex-direction:column;align-items:center;gap:1rem}.page-loader__logo{width:150px;height:auto;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.95)}}.special-offers-container{max-width:95%;margin:0 auto;padding:20px}.special-offers-header{margin-bottom:24px}.special-offers-header h2{font-size:24px;font-weight:700;color:#111;margin:0 0 4px}.special-offers-header p{font-size:14px;color:#666;margin:0}.offers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.offer-card{border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000000d;transition:box-shadow .3s ease;position:relative}.offer-card:hover{box-shadow:0 4px 8px #0000001a}.offer-image{width:100%;object-fit:cover}.offer-details{position:absolute;bottom:0;left:0;right:0;padding:12px;background:#fffc;text-align:center}.discount-text{color:#ff6b00;font-size:14px;font-weight:500;margin:0 0 4px}.brand-text{color:#333;margin:0}@media (max-width: 768px){.offers-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.offers-grid{grid-template-columns:1fr}}.skeleton-container{width:95%;margin:0 auto;padding:1rem 0}.skeleton-header{text-align:center;margin-bottom:1.5rem}.skeleton-title{width:200px;height:2rem;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;margin:0 auto .5rem;border-radius:4px}.skeleton-subtitle{width:300px;height:1rem;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;margin:0 auto;border-radius:4px}.skeleton-card{border-radius:8px;overflow:hidden;background-color:#e0e0e0}.skeleton-image{width:100%;height:150px;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-details{padding:1rem}.skeleton-text{width:80%;height:1rem;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;margin-bottom:.5rem;border-radius:4px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard{display:flex;flex-direction:column;height:100vh;width:100%;background-color:#f9fafb;transition:width .3s ease;overflow:auto;padding:0}.dashboard__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:56px;padding:0 24px;background-color:#fff;border-bottom:1px solid #e5e7eb;margin-bottom:10px}.dashboard__title{font-size:20px;font-weight:600;color:#1f2937}.dashboard__user{display:flex;align-items:center;gap:8px}.dashboard__avatar{width:32px;height:32px;border-radius:50%;background-color:#8b5cf6;display:flex;align-items:center;justify-content:center}.dashboard__avatar-text{font-size:14px;font-weight:500;color:#fff}.dashboard__user-info{display:flex;flex-direction:column}.dashboard__username{font-size:14px;font-weight:500;color:#1f2937;margin:0}.dashboard__version{font-size:12px;color:#6b7280;display:none;margin:0}.dashboard__dropdown-button{width:24px;height:24px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.dashboard__dropdown-icon{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.dashboard__main{flex:1;padding:12px}.dashboard__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;margin-bottom:10px}.dashboard__section{margin-top:32px}.dashboard__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dashboard__section-title{font-size:18px;font-weight:600;color:#1f2937;margin:0}.dashboard__card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.dashboard__chart{height:300px;width:100%;position:relative;padding:24px}.dashboard__chart-tooltip{position:absolute;top:33%;left:50%;transform:translate(-50%);background-color:#3b82f6;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;z-index:10}.dashboard__table{width:100%;border-collapse:collapse}.dashboard__table-header th{background-color:#f9fafb;padding:12px 16px;text-align:left;font-size:14px;font-weight:500;color:#6b7280;border-bottom:1px solid #e5e7eb}.dashboard__table-row td{padding:12px 16px;font-size:14px;color:#1f2937;border-bottom:1px solid #e5e7eb}.stats-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:16px}.stats-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.stats-card__title{font-size:14px;font-weight:500;color:#6b7280;margin:0}.stats-card__icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-repeat:no-repeat;background-position:center;background-size:16px}.stats-card__icon--products{background-color:#f3f4f6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3'/%3E%3Cpath d='M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M9 12v4'/%3E%3Cpath d='M15 12v4'/%3E%3Cpath d='M13 12v8'/%3E%3Cpath d='M11 12v8'/%3E%3Cpath d='M12 3v4'/%3E%3C/svg%3E")}.stats-card__icon--orders{background-color:#fff7ed;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z'/%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E")}.stats-card__icon--sales{background-color:#ecfdf5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2310b981' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.5 2A2.5 2.5 0 0 1 12 4.5v15a2.5 2.5 0 0 1-5 0v-15A2.5 2.5 0 0 1 9.5 2Z'/%3E%3Cpath d='M14.5 8A2.5 2.5 0 0 1 17 10.5v9a2.5 2.5 0 0 1-5 0v-9A2.5 2.5 0 0 1 14.5 8Z'/%3E%3Cpath d='M19.5 14a2.5 2.5 0 0 1 2.5 2.5v3a2.5 2.5 0 0 1-5 0v-3a2.5 2.5 0 0 1 2.5-2.5Z'/%3E%3C/svg%3E")}.stats-card__icon--pending{background-color:#fef2f2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ef4444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E")}.stats-card__content{margin-top:8px}.stats-card__value{font-size:24px;font-weight:700;color:#1f2937}.stats-card__trend{display:flex;align-items:center;gap:4px;margin-top:4px;font-size:12px}.stats-card__trend-value{display:flex;align-items:center}.stats-card__trend-value--up{color:#10b981}.stats-card__trend-value--down{color:#ef4444}.stats-card__trend-icon{width:12px;height:12px;margin-right:4px;background-repeat:no-repeat;background-position:center;background-size:contain}.stats-card__trend-icon--up{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2310b981' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 7-7 7 7'/%3E%3Cpath d='M12 19V5'/%3E%3C/svg%3E")}.stats-card__trend-icon--down{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ef4444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m19 12-7 7-7-7'/%3E%3Cpath d='M12 5v14'/%3E%3C/svg%3E")}.stats-card__timeframe{color:#6b7280}.month-selector{display:flex;align-items:center;gap:8px;padding:4px 12px;background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;font-size:14px;font-weight:500;color:#1f2937;cursor:pointer}.month-selector__icon{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.sales-chart{height:100%;width:100%;background:linear-gradient(to bottom,#dbeafe33,#dbeafecc);border-radius:8px}.sales-chart__svg{height:100%;width:100%}.product-cell{display:flex;align-items:center;gap:12px}.product-cell__icon{width:32px;height:32px;border-radius:4px;background-color:#f3f4f6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3'/%3E%3Cpath d='M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M9 12v4'/%3E%3Cpath d='M15 12v4'/%3E%3Cpath d='M13 12v8'/%3E%3Cpath d='M11 12v8'/%3E%3Cpath d='M12 3v4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:16px}.product-cell__name{font-size:14px;color:#1f2937}.status-badge{display:inline-block;padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:500;text-transform:capitalize}.status-badge--delivered{background-color:#d1fae5;color:#065f46}.status-badge--pending{background-color:#fff7ed;color:#9a3412}.status-badge--rejected{background-color:#fee2e2;color:#b91c1c}@media (max-width: 999px){.dashboard{width:100%;overflow:auto}.dashboard__stats{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.dashboard__table-header th:nth-child(2),.dashboard__table-row td:nth-child(2),.dashboard__table-header th:nth-child(4),.dashboard__table-row td:nth-child(4){display:none}.dashboard__table-header th,.dashboard__table-row td{font-size:12px;padding:8px 12px}.product-cell{flex-direction:column;align-items:flex-start;gap:4px}.product-cell__name{font-size:12px}}.revenue-analytics__legend{display:flex;gap:24px;margin-bottom:16px;align-items:center;padding:0 4px}.legend-item{display:flex;align-items:center;gap:8px;padding:6px 0}.legend-item__color{width:24px;height:4px;border-radius:2px}.legend-item__color--order{background-color:transparent;border-top:2px dashed rgba(249,115,22,.5);height:1px}.legend-item__label{font-size:14px;font-weight:500;color:#4b5563}.revenue-analytics__chart-container{position:relative;width:100%;height:300px}.revenue-analytics__chart-wrapper{position:relative;width:100%;height:100%}.revenue-analytics__highlight{position:absolute;top:20px;right:32px;display:flex;flex-direction:column;align-items:flex-end;z-index:1;background-color:#fffc;padding:8px 12px;border-radius:6px;box-shadow:0 2px 6px #0000000d}.days-selector__icon{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.filter-by__icon{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.product-cell__icon--phone{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2' width='14' height='20' rx='2' ry='2'/%3E%3Cline x1='12' y1='18' x2='12' y2='18'/%3E%3C/svg%3E")}.product-cell__icon--coil{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E")}.stats-card__icon--customers{background-color:#eff6ff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")}.stats-card__icon--vendors{background-color:#f0fdf4;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='14' rx='2' ry='2'/%3E%3Cpath d='M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/%3E%3C/svg%3E")}.stats-card__icon--visitors{background-color:#fff7ed;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E")}.dashboard__dropdown-menu{position:absolute;top:56px;right:24px;background:#fff;border-radius:10px;box-shadow:0 4px 24px #00000021;min-width:140px;z-index:1001;display:flex;flex-direction:column;padding:8px 0}.dashboard__dropdown-item{background:none;border:none;color:#222;font-size:15px;padding:10px 22px;text-align:left;cursor:pointer;transition:background .15s,color .15s}.dashboard__dropdown-item:hover{background:#f5f5f5;color:#f60}.dashboard__email{font-size:.875rem;color:#6b7280;margin-top:2px}.stat-value{margin-top:0;font-size:2rem;font-weight:700;color:#1a2233;letter-spacing:1px;line-height:1.2}.sidebar{display:flex;flex-direction:column;width:200px;background-color:#fff;border-right:1px solid #e5e7eb;transition:all .3s ease}.sidebar__header{display:flex;align-items:center;height:56px;padding:0 16px;border-bottom:1px solid #e5e7eb}.sidebar__logo{display:flex;align-items:center;gap:8px;text-decoration:none}.sidebar__logo-text{font-weight:600;color:#1f2937}.sidebar__nav{flex:1;padding:8px;display:flex;flex-direction:column;gap:4px}.sidebar__footer{padding:8px;border-top:1px solid #e5e7eb}.sidebar__item{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:6px;text-decoration:none;color:#4b5563;font-size:14px;font-weight:500;transition:background-color .2s,color .2s}.sidebar__item:hover{background-color:#f3f4f6;color:#1f2937}.sidebar__item--active{background-color:#fff7ed;color:#f97316}.sidebar__icon{width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-size:contain}.sidebar__icon--dashboard{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='3' height='7' x='1' y='14' rx='1'/%3E%3Crect width='3' height='7' x='8' y='9' rx='1'/%3E%3Crect width='3' height='14' x='15' y='2' rx='1'/%3E%3Cpath d='m16 13 2-2 2 2'/%3E%3C/svg%3E")}.sidebar__item:not(.sidebar__item--active) .sidebar__icon--dashboard{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='3' height='7' x='1' y='14' rx='1'/%3E%3Crect width='3' height='7' x='8' y='9' rx='1'/%3E%3Crect width='3' height='14' x='15' y='2' rx='1'/%3E%3Cpath d='m16 13 2-2 2 2'/%3E%3C/svg%3E")}.sidebar__icon--products{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3'/%3E%3Cpath d='M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M9 12v4'/%3E%3Cpath d='M15 12v4'/%3E%3Cpath d='M13 12v8'/%3E%3Cpath d='M11 12v8'/%3E%3Cpath d='M12 3v4'/%3E%3C/svg%3E")}.sidebar__icon--orders{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z'/%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E")}.sidebar__icon--profile{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='5'/%3E%3Cpath d='M20 21a8 8 0 1 0-16 0'/%3E%3C/svg%3E")}.sidebar__icon--logout{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpolyline points='16 17 21 12 16 7'/%3E%3Cline x1='21' y1='12' x2='9' y2='12'/%3E%3C/svg%3E")}@media (max-width: 999px){.sidebar{width:100%;height:auto;position:fixed;bottom:0;left:50%;transform:translate(-50%);flex-direction:row;align-items:center;justify-content:space-between;background-color:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -2px 6px #0000000d;z-index:100;padding:8px 16px}.sidebar--dock .sidebar__header{display:none}.sidebar--dock .sidebar__nav{flex-direction:row;justify-content:space-around;flex:1;padding:0;margin:0}.sidebar--dock .sidebar__footer{display:none}.sidebar--dock .sidebar__item{flex-direction:column;gap:4px;padding:10px;text-align:center;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s,color .2s,transform .2s}.sidebar--dock .sidebar__item:hover{background-color:#f3f4f6;transform:scale(1.05)}.sidebar--dock .sidebar__item--active{background-color:#fff7ed;color:#f97316;transform:scale(1.1)}.sidebar--dock .sidebar__icon{width:22px;height:22px;margin:0 auto}.sidebar--dock .sidebar__text{font-size:11px;font-weight:500;color:#4b5563}.sidebar--dock .sidebar__item--active .sidebar__text{color:#f97316}}.product-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;transform:translateY(-30px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.product-modal.open{opacity:1;transform:translateY(0);pointer-events:auto}.product-modal__content{background-color:#fff;padding:2rem;border-radius:8px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;position:relative}.product-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.product-modal__title{font-size:1.5rem;font-weight:600;color:#333;margin:0}.product-modal__close{background:none;border:none;cursor:pointer;padding:.5rem;color:#666;transition:color .2s ease}.product-modal__close:hover{color:#333}.product-modal__close-icon{width:1.5rem;height:1.5rem}.product-modal__form{display:flex;flex-direction:column;gap:1.5rem}.product-modal__section{display:flex;flex-direction:column;gap:1rem}.product-modal__row{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.product-modal__row{grid-template-columns:1fr 1fr}}.product-modal__field{display:flex;flex-direction:column;gap:.5rem}.product-modal__label{font-size:.875rem;font-weight:500;color:#4a5568}.product-modal__input,.product-modal__select,.product-modal__textarea{padding:.75rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease}.product-modal__input:focus,.product-modal__select:focus,.product-modal__textarea:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.product-modal__textarea{resize:vertical;min-height:100px}.product-modal__actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.product-modal__button,.product-modal__btn{padding:.75rem 1.5rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.product-modal__button--primary,.product-modal__btn--primary{background-color:#4299e1;color:#fff;border:none}.product-modal__button--primary:hover,.product-modal__btn--primary:hover{background-color:#3182ce}.product-modal__button--primary:disabled,.product-modal__btn--primary:disabled{background-color:#a0aec0;cursor:not-allowed}.product-modal__button--secondary,.product-modal__btn--secondary{background-color:#fff;color:#4a5568;border:1px solid #e2e8f0}.product-modal__button--secondary:hover,.product-modal__btn--secondary:hover{background-color:#f7fafc}.product-modal__button--secondary:disabled,.product-modal__btn--secondary:disabled{opacity:.6;cursor:not-allowed}.product-modal__error{background-color:#fff5f5;color:#c53030;padding:.75rem;border-radius:.375rem;margin-bottom:1rem;font-size:.875rem;border:1px solid #fed7d7}.product-modal__file-input-wrapper{position:relative;display:inline-block;width:100%}.product-modal__file-input{position:absolute;left:-9999px;opacity:0;pointer-events:none}.product-modal__file-label{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#f7fafc;border:2px dashed #e2e8f0;border-radius:.375rem;color:#4a5568;cursor:pointer;transition:all .2s ease;width:100%;min-height:3rem;font-size:.875rem}.product-modal__file-label:hover:not([disabled]){background-color:#edf2f7;border-color:#cbd5e0}.product-modal__file-input:disabled+.product-modal__file-label{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed;border-color:#e2e8f0}.product-modal__file-icon{font-size:1.2rem}.product-modal__file-help{color:#718096;font-size:.75rem;margin-top:.25rem;display:block}.product-modal__image-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1rem}@media (min-width: 768px){.product-modal__image-previews{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.product-modal__image-preview{position:relative;aspect-ratio:1;border-radius:.5rem;overflow:hidden;border:2px solid #e2e8f0;background-color:#f7fafc;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.product-modal__image-preview:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.product-modal__preview-img{width:100%;height:100%;object-fit:cover;display:block}.product-modal__remove-image{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;background-color:#ef4444e6;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;transition:all .2s ease;z-index:10}.product-modal__remove-image:hover{background-color:#dc2626;transform:scale(1.1)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spinner{display:inline-block;width:1rem;height:1rem;border:2px solid #f3f3f3;border-top:2px solid #4299e1;border-radius:50%;animation:spin 1s linear infinite}.spinner--small{width:.75rem;height:.75rem;border-width:1px}.product-modal__btn[disabled]{position:relative}.product-modal__btn[disabled] .spinner{margin-right:.5rem}.orange-btn{background-color:#f60;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.orange-btn:hover{background-color:#e55a00}.orange-btn[disabled]{background-color:#ffa366;cursor:not-allowed}.orange-btn[disabled] span{display:flex;align-items:center;justify-content:center;width:100%}@media (max-width: 767px){.product-modal__content{width:95%;padding:1.5rem;margin:1rem;max-height:calc(100vh - 2rem)}.product-modal__image-previews{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem}.product-modal__remove-image{width:1.5rem;height:1.5rem;font-size:1rem}.modal-footer{flex-direction:column;gap:.75rem}.product-modal__btn{width:100%}}.product-modal__file-label:focus-within{border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.product-modal__remove-image:focus{outline:2px solid #4299e1;outline-offset:2px}.product-modal__image-previews:empty:before{content:"No images selected";color:#718096;font-style:italic;grid-column:1 / -1;text-align:center;padding:2rem}.product-modal__image-count{font-size:.75rem;color:#718096;margin-top:.25rem}.product-modal__input--disabled{background-color:#f7fafc;color:#4a5568;cursor:not-allowed;opacity:.7}.product-modal__input--disabled:focus{border-color:#e2e8f0;box-shadow:none}.product-modal__help-text{font-size:.75rem;color:#718096;margin-top:.25rem;font-style:italic}.product-modal__image-deleting{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000b3;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:500;border-radius:.375rem;z-index:10}.product-modal__size-selector{display:flex;flex-direction:column;gap:1rem}.product-modal__size-options{display:flex;flex-wrap:wrap;gap:.5rem}.product-modal__size-option{padding:.5rem 1rem;border:2px solid #e2e8f0;border-radius:.375rem;background-color:#fff;color:#4a5568;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:3rem;text-align:center}.product-modal__size-option:hover{border-color:#4299e1;background-color:#f7fafc}.product-modal__size-option--selected{border-color:#4299e1;background-color:#4299e1;color:#fff}.product-modal__size-option--selected:hover{background-color:#3182ce}.product-modal__custom-size{display:flex;flex-direction:column;gap:.25rem}.product-modal__input--small{padding:.5rem;font-size:.875rem}.product-modal__selected-sizes{display:flex;flex-direction:column;gap:.5rem}.product-modal__size-tags{display:flex;flex-wrap:wrap;gap:.5rem}.product-modal__size-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background-color:#e2e8f0;border-radius:1rem;font-size:.875rem;color:#4a5568}.product-modal__size-remove{background:none;border:none;color:#a0aec0;cursor:pointer;font-size:1rem;line-height:1;padding:0;width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.product-modal__size-remove:hover{background-color:#cbd5e0;color:#4a5568}.product-modal__size-section-label{font-size:12px;color:#666;margin-bottom:8px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.product-modal__custom-size-input-group{display:flex;flex-direction:column;gap:4px}.product-modal__api-preview{margin-top:12px;padding:10px 12px;background-color:#e3f2fd;border-radius:6px;border:1px solid #bbdefb}.product-modal__api-preview-label{font-size:11px;color:#1976d2;font-weight:600;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.product-modal__api-preview-value{font-size:12px;color:#1565c0;font-family:Courier New,monospace;background-color:#f5f5f5;padding:4px 8px;border-radius:3px;border:1px solid #e0e0e0}.product-modal__size-options{margin-bottom:16px}.product-modal__size-option{transition:all .2s ease;border:2px solid #ddd;background:#fff;color:#333;font-weight:500;min-width:40px;text-align:center}.product-modal__size-option:hover{border-color:#28a745;background-color:#f8fff9;transform:translateY(-1px);box-shadow:0 2px 4px #28a7451a}.product-modal__size-option--selected{border-color:#28a745;background-color:#28a745;color:#fff;box-shadow:0 2px 4px #28a74533}.product-modal__size-option--selected:hover{background-color:#218838;border-color:#218838}.product-modal__size-tags{display:flex;flex-wrap:wrap;gap:8px;padding:12px;background-color:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.product-modal__size-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background-color:#28a745;color:#fff;border-radius:15px;font-size:13px;font-weight:500;transition:all .2s ease}.product-modal__size-tag:hover{background-color:#218838;transform:translateY(-1px);box-shadow:0 2px 4px #28a74533}.product-modal__size-remove{background:none;border:none;color:#fff;cursor:pointer;font-size:16px;line-height:1;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.product-modal__size-remove:hover{background-color:#fff3}.product-modal__custom-size{margin-bottom:16px}.product-modal__input--small{border:2px solid #ddd;transition:border-color .2s ease}.product-modal__help-text{font-size:11px;color:#888;margin-top:4px;font-style:italic}.product-modal__variant-type-selector{margin-bottom:20px}.product-modal__variant-type-options{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.product-modal__variant-type-option{padding:8px 16px;border:2px solid #e2e8f0;border-radius:20px;background:#fff;color:#4a5568;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;min-width:80px;text-align:center}.product-modal__variant-type-option:hover{border-color:#4299e1;background-color:#ebf8ff;transform:translateY(-1px)}.product-modal__variant-type-option--active{border-color:#4299e1;background-color:#4299e1;color:#fff;box-shadow:0 2px 4px #4299e133}.product-modal__variant-section{margin-bottom:16px}.product-modal__variant-section-label{font-size:12px;color:#666;margin-bottom:8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-modal__variant-options{display:flex;flex-wrap:wrap;gap:8px}.product-modal__variant-option{padding:8px 16px;border:2px solid #ddd;border-radius:20px;background:#fff;color:#333;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;min-width:40px;text-align:center}.product-modal__variant-option:hover{border-color:#28a745;background-color:#f8fff9;transform:translateY(-1px);box-shadow:0 2px 4px #28a7451a}.product-modal__variant-option--selected{border-color:#28a745;background-color:#28a745;color:#fff;box-shadow:0 2px 4px #28a74533}.product-modal__variant-option--selected:hover{background-color:#218838;border-color:#218838}.product-modal__custom-variant{margin-bottom:16px}.product-modal__custom-variant-input-group{display:flex;gap:8px;align-items:center;margin-bottom:4px}.product-modal__add-variant-btn{padding:10px 16px;border-radius:6px;background-color:#28a745;color:#fff;border:none;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease;white-space:nowrap}.product-modal__add-variant-btn:hover{background-color:#218838}.product-modal__bulk-variant{margin-bottom:16px}.product-modal__textarea--small{min-height:80px;resize:vertical;font-family:inherit;line-height:1.4}.product-modal__variant-tags{display:flex;flex-wrap:wrap;gap:8px;padding:12px;background-color:#f8f9fa;border-radius:6px;border:1px solid #e9ecef;margin-bottom:12px}.product-modal__variant-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background-color:#28a745;color:#fff;border-radius:15px;font-size:13px;font-weight:500;transition:all .2s ease}.product-modal__variant-tag:hover{background-color:#218838;transform:translateY(-1px);box-shadow:0 2px 4px #28a74533}.product-modal__variant-remove{background:none;border:none;color:#fff;cursor:pointer;font-size:16px;line-height:1;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.product-modal__variant-remove:hover{background-color:#fff3}.product-modal__clear-variants-btn{padding:6px 12px;border:1px solid #dc3545;border-radius:4px;background:#fff;color:#dc3545;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s ease}.product-modal__clear-variants-btn:hover{background-color:#dc3545;color:#fff}.product-modal__input--small:focus{border-color:#28a745;outline:none;box-shadow:0 0 0 3px #28a7451a}.product-modal__textarea--small:focus{border-color:#28a745;outline:none;box-shadow:0 0 0 3px #28a7451a}.modal{background-color:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;width:90%}.modal-small{max-width:400px}.modal-medium{max-width:600px}.modal-large{max-width:800px}.modal-title{margin:0;font-size:18px;font-weight:600}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280}.modal-body{padding:24px;max-height:70vh;overflow-y:auto}.vendor-dash-container{display:flex;width:100%}.dashboard__header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:#fff;border-bottom:1px solid #e5e7eb}.dashboard__title{font-size:24px;font-weight:600;color:#111827;margin:0}.dashboard__user{display:flex;align-items:center;gap:12px}.dashboard__search-container{padding:16px 24px;background-color:#fff;border-bottom:1px solid #e5e7eb}.dashboard__search{width:100%;max-width:600px;position:relative;margin:0 auto}.dashboard__search-input{width:80%;padding:10px 16px 10px 40px;border:1px solid #e5e7eb;border-radius:24px;background-color:#f9fafb;font-size:14px}.dashboard__search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.vendor-product__actions{display:flex;justify-content:flex-end;margin-bottom:24px;gap:5px}.vendor-product__add-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#ff6b35;color:#fff;border:none;border-radius:4px;font-weight:500;font-size:14px;cursor:pointer;transition:background-color .2s}.vendor-product__add-btn:hover{background-color:#e85a2a}.vendor-product__add-icon{font-size:14px;font-weight:700}.vendor-product__tabs{display:flex;margin-bottom:16px;border-bottom:1px solid #e5e7eb;overflow-x:auto}.vendor-product__tab{padding:12px 20px;background:transparent;border:none;border-bottom:2px solid transparent;font-size:14px;color:#6b7280;cursor:pointer;transition:all .2s ease;white-space:nowrap}.vendor-product__tab--active{color:#ff6b35;border-bottom:2px solid #ff6b35;font-weight:500}.vendor-product__table-container{margin-bottom:24px;overflow-x:auto}.vendor-product__table{min-width:800px;width:100%;border-collapse:collapse}.vendor-product__image{width:40px;height:40px;border-radius:8px;overflow:hidden;background-color:#f3f4f6}.vendor-product__action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;cursor:pointer}.vendor-product__edit{background-color:#f3f4f6}.vendor-product__edit-icon{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'%3E%3C/path%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.vendor-product__delete-icon{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ef4444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 6 5 6 21 6'%3E%3C/polyline%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.vendor-product__pagination{display:flex;justify-content:space-between;align-items:center;margin-top:24px;gap:10px}.vendor-product__pagination-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;color:#6b7280;font-size:14px;cursor:pointer}.vendor-product__pagination-pages{display:flex;align-items:center;gap:4px}.vendor-product__pagination-page{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e5e7eb;border-radius:4px;background-color:#fff;color:#6b7280;font-size:14px;cursor:pointer}.vendor-product__pagination-page--active{background-color:#ff6b35;color:#fff;border-color:#ff6b35}.vendor-product__pagination-ellipsis{color:#6b7280}.vendor-product__prev-icon{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.vendor-product__next-icon{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.vendor-product__form-group input,.vendor-product__form-group select{width:92%;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.vendor-product__form-checkboxes{display:flex;flex-wrap:wrap;gap:16px}.vendor-product__checkbox-group{display:flex;align-items:center;gap:8px}.vendor-product__checkbox-group input[type=checkbox]{width:auto}.empty-state{text-align:center;padding:24px;color:#6b7280;font-style:italic}.vendor-product__pagination-btn:disabled{cursor:not-allowed;opacity:.5}.vendor-product__export-btn{padding:8px 16px;background-color:#ff6b35;color:#fff;border:none;border-radius:4px;font-weight:500;font-size:14px;cursor:pointer;transition:background-color .2s}.vendor-product__no-results{text-align:center;padding:32px;color:#6b7280;font-style:italic}@media (max-width: 999px){.dashboard__header{height:auto;padding:12px 16px}.dashboard__title{font-size:20px}.vendor-product__tabs{padding-bottom:4px}.vendor-product__tab{padding:8px 16px;font-size:13px}.vendor-product__form-row{flex-direction:column;gap:16px}.dashboard{overflow:auto}}@media (max-width: 768px){.dashboard__header{flex-direction:row;align-items:flex-start}.dashboard__user{align-self:flex-end}.dashboard__search-container{padding:12px 16px}.vendor-product__pagination{flex-direction:column;gap:16px}.vendor-product__pagination-pages{order:-1}.vendor-product__modal{width:95%}}@media (max-width: 480px){.dashboard__user-info{display:none}.vendor-product__add-btn{width:100%;justify-content:center}.vendor-product__pagination-pages{display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.vendor-product__pagination-btn{width:100%;justify-content:center}}.vendor-product__sort-select{border-radius:7px;height:25px;border:1px solid rgba(128,128,128,.321)}.vendor-product__skeleton{padding:1.5rem 1rem;background:#fff;border-radius:1rem;box-shadow:0 2px 12px #0000000a;margin-bottom:2rem}.vendor-product__skeleton-header{margin-bottom:1.2rem}.vendor-product__skeleton-search{width:220px;height:2.2rem;border-radius:.7rem;margin-bottom:.5rem}.vendor-product__skeleton-tabs{display:flex;gap:.7rem;margin-bottom:1.2rem}.vendor-product__skeleton-tab{width:110px;height:2rem;border-radius:.7rem}.vendor-product__skeleton-table{display:flex;flex-direction:column;gap:1.1rem}.vendor-product__skeleton-row{display:flex;align-items:center;gap:1.2rem;margin-bottom:.2rem}.vendor-product__skeleton-cell{background:#eaeaea;border-radius:.5rem}@media (max-width: 600px){.vendor-product__skeleton{padding:1rem .3rem}.vendor-product__skeleton-header{margin-bottom:.7rem}.vendor-product__skeleton-search{width:100%;height:2rem}.vendor-product__skeleton-tab{width:80px;height:1.5rem}.vendor-product__skeleton-row{gap:.5rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-container{background:#fff;border-radius:8px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#fff;z-index:1}.modal-header h2{margin:0;font-size:1.5rem;color:#1f2937}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:.5rem;line-height:1}.close-button:hover{color:#1f2937}.modal-body{padding:1.5rem}.modal-section{margin-bottom:2rem}.modal-section h3{color:#374151;font-size:1.25rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.order-summary{background:#f9fafb;padding:1rem;border-radius:6px}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0;color:#4b5563}.summary-row.total{border-top:1px solid #e5e7eb;margin-top:.5rem;padding-top:.75rem;font-weight:600;color:#1f2937}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.label{color:#6b7280;font-size:.875rem}.value{color:#1f2937;font-weight:500}.address-box{background:#f9fafb;padding:1rem;border-radius:6px;color:#4b5563}.local-address{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e5e7eb}.order-items{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:6px}.item-details h4{margin:0 0 .25rem;color:#1f2937}.vendor{color:#6b7280;font-size:.875rem;margin:0}.item-price{text-align:right}.quantity{display:block;color:#6b7280;font-size:.875rem;margin-bottom:.25rem}.price{color:#1f2937;font-weight:600}.vendor-order__table-container{margin-bottom:24px;overflow-x:auto;background-color:#fff;margin-top:1.5rem;border-radius:.75rem;overflow:hidden}.vendor-order__table{min-width:800px;width:100%;border-collapse:collapse}.dashboard__table-header th{padding:12px 16px;text-align:left;font-weight:500;color:#6b7280;border-bottom:1px solid #e5e7eb}.dashboard__table-row td{padding:12px 16px;border-bottom:1px solid #e5e7eb}.product-status{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.product-status.featured{background-color:#e8f4fd;color:#0284c7}.product-status.on-sale{background-color:#ecfdf5;color:#059669}.product-status.out-of-stock{background-color:#fef2f2;color:#dc2626}.vendor-product__actions-cell{display:flex;gap:8px}.action-buttons{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%;padding-left:1rem}.vendor-product__action-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;background:transparent;min-width:48px;min-height:48px}.vendor-product__action-btn:hover{background-color:#f3f4f6}.vendor-product__action-btn svg{width:32px;height:32px;display:block}.vendor-product__edit{color:#3b82f6}.vendor-product__edit:hover{color:#2563eb;background-color:#eff6ff}.vendor-product__view{color:#10b981}.vendor-product__view:hover{color:#059669;background-color:#ecfdf5}.vendor-product__delete{background-color:#fee2e2}.vendor-product__edit-icon{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'%3E%3C/path%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.vendor-product__delete-icon{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ef4444' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 6 5 6 21 6'%3E%3C/polyline%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:24px}.pagination__btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;color:#6b7280;font-size:14px;cursor:pointer}.pagination__btn:disabled{opacity:.5;cursor:not-allowed}.pagination__pages{display:flex;align-items:center;gap:4px}.pagination__page{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e5e7eb;border-radius:4px;background-color:#fff;color:#6b7280;font-size:14px;cursor:pointer}.pagination__page--active{background-color:#ff6b35;color:#fff;border-color:#ff6b35}.vendor-order__tabs{margin-bottom:20px;display:flex;overflow-x:auto}.vendor-order__tab{padding:8px 16px;background-color:#f0f0f0;border:none;cursor:pointer;margin-right:8px;white-space:nowrap}.vendor-order__tab--active{background-color:coral;color:#fff}.vendor-order__export-buttons{display:flex;gap:12px;margin-bottom:24px}.vendor-order__export-buttons button{padding:8px 16px;background-color:#ff6b35;color:#fff;border:none;border-radius:4px;font-weight:500;font-size:14px;cursor:pointer;transition:background-color .2s}.vendor-order__export-buttons button:hover{background-color:#e85a2a}.vendor-product__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.vendor-product__modal{width:90%;max-width:600px;background-color:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.vendor-product__modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e5e7eb}.vendor-product__modal-header h2{margin:0;font-size:18px;font-weight:600}.vendor-product__modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280}.vendor-product__modal-body{padding:24px;max-height:70vh;overflow-y:auto}.vendor-product__form-group{margin-bottom:16px}.vendor-product__form-row{display:flex;gap:16px;margin-bottom:16px}.vendor-product__form-row .vendor-product__form-group{flex:1;margin-bottom:0}.vendor-product__form-group label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:#374151}.vendor-product__form-group input,.vendor-product__form-group select{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.vendor-product__form-group input:disabled{background-color:#f3f4f6;cursor:not-allowed}.vendor-product__form-help{margin-top:4px;font-size:12px;color:#6b7280}.vendor-product__modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb}.vendor-product__modal-btn{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer}.vendor-product__modal-cancel{background-color:#f3f4f6;color:#4b5563}.vendor-product__modal-save{background-color:#ff6b35;color:#fff}.vendor-order__sorting{display:flex;align-items:center;gap:8px;margin-bottom:24px}.vendor-order__sorting label{font-size:14px;color:#6b7280;font-weight:500}.vendor-order__sort-dropdown{padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;background-color:#fff;font-size:14px;color:#374151;cursor:pointer;transition:border-color .2s}.vendor-order__sort-dropdown:focus{outline:none;border-color:#ff6b35}.vendor-order__sort-dropdown:hover{border-color:#ff6b35}@media (max-width: 768px){.vendor-product__form-row{flex-direction:column;gap:16px}.vendor-product__modal{width:95%}}@media (max-width: 768px){.vendor-order__tabs{padding-bottom:8px}.pagination{flex-direction:column;gap:16px}.pagination__pages{order:-1}}.skeleton{background:#f0f0f0;border-radius:4px;animation:skeleton-loading 1.5s infinite ease-in-out}@keyframes skeleton-loading{0%{background-color:#f0f0f0}50%{background-color:#e0e0e0}to{background-color:#f0f0f0}}.vendor-order__order-list-skeleton{margin-top:16px}.vendor-order{display:flex;min-height:100vh;background-color:#fafafa}.vendor-order__content{flex:1;padding:2.5rem;max-width:1400px;margin:0 auto}.vendor-order__main{background-color:#fff;border-radius:1rem;box-shadow:0 1px 2px #0000000d;padding:2rem}.vendor-order__tabs{display:flex;gap:1rem;margin-bottom:2rem;padding:.5rem;background-color:#f3f4f6;border-radius:.5rem}.vendor-order__tab{padding:.75rem 1.5rem;border:none;border-radius:.375rem;background:none;color:#4b5563;font-weight:500;cursor:pointer;transition:all .2s ease}.vendor-order__tab:hover{background-color:#e5e7eb}.vendor-order__tab--active{background-color:#fff;color:#1f2937;box-shadow:0 1px 2px #0000000d}.vendor-order__sorting{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;background-color:#f9fafb;border-radius:.5rem}.vendor-order__sort-dropdown{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.375rem;background-color:#fff;color:#1f2937;font-size:.875rem}.vendor-order__export-buttons button{padding:.75rem 1.5rem;border:none;border-radius:.5rem;background-color:#000;color:#fff;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;font-size:.875rem;letter-spacing:-.01em}.vendor-order__export-buttons button:hover{background-color:#333}.vendor-order__table-container{margin-top:1.5rem;border-radius:.75rem;border:1px solid #eaeaea;overflow:hidden}.vendor-order__table-header{background-color:#fafafa;border-bottom:1px solid #eaeaea}.vendor-order__table-header th{padding:1rem 1.5rem;text-align:left;font-weight:500;color:#666;font-size:.875rem;letter-spacing:-.01em}.vendor-order__table-row{border-bottom:1px solid #eaeaea;transition:background-color .2s ease}.vendor-order__table-row:last-child{border-bottom:none}.vendor-order__table-row:hover{background-color:#fafafa}.vendor-order__table-row td{padding:1rem 1.5rem;color:#000;font-size:.875rem;letter-spacing:-.01em}.vendor-order__loading{padding:2rem;text-align:center;color:#666}.vendor-order__error{padding:2rem;color:#dc2626;background-color:#fef2f2;border-radius:.5rem;margin:1rem 0;font-size:.875rem}.vendor-order__no-results{padding:2rem;text-align:center;color:#666;background-color:#fafafa;border-radius:.5rem;margin:1rem 0;font-size:.875rem}.vendor-order__pagination button{padding:.5rem 1rem;border:1px solid #eaeaea;border-radius:.375rem;background-color:#fff;color:#000;font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.875rem;letter-spacing:-.01em}.vendor-order__pagination button:hover{background-color:#fafafa;border-color:#000}.vendor-order__pagination button.active{background-color:#000;color:#fff;border-color:#000}@media (max-width: 768px){.vendor-order__content,.vendor-order__main{padding:1rem}.vendor-order__tabs{flex-wrap:wrap;gap:.5rem}.vendor-order__tab{padding:.5rem 1rem;font-size:.875rem}.vendor-order__sorting{flex-direction:column;align-items:stretch}.vendor-order__export-buttons{flex-direction:column}.vendor-order__export-buttons button{width:100%;justify-content:center}.vendor-order__table-header th,.vendor-order__table-row td{padding:.75rem 1rem;font-size:.75rem}}.vendor-order__filters{display:flex;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background-color:#fff;border-radius:.75rem;border:1px solid #eaeaea}.vendor-order__filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:240px}.vendor-order__filter-group label{font-size:.875rem;font-weight:500;color:#666;letter-spacing:-.01em}.vendor-order__filter-select{padding:.625rem 2.5rem .625rem 1rem;border:1px solid #eaeaea;border-radius:.5rem;background-color:#fff;color:#000;font-size:.875rem;cursor:pointer;transition:all .2s ease;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem}.vendor-order__filter-select:hover{border-color:#000}.vendor-order__filter-select:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px #0000000d}.vendor-order__export-buttons{display:flex;gap:1rem;margin-bottom:2rem}.vendor-order__export-buttons button{padding:.75rem 1.5rem;border:none;border-radius:.5rem;background-color:#f97316;color:#fff;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.vendor-order__export-buttons button:hover{background-color:#ea580c}.vendor-order__export-buttons button svg{width:1.25rem;height:1.25rem}.vendor-order__table-container{margin-top:1.5rem;border-radius:.75rem;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 1px 3px #0000001a}.vendor-order__table{width:100%;border-collapse:collapse;background-color:#fff}.vendor-order__table-header{background-color:#f9fafb;border-bottom:2px solid #e5e7eb}.vendor-order__table-header th{padding:1rem;text-align:left;font-weight:600;color:#4b5563;font-size:.875rem}.vendor-order__table-row{border-bottom:1px solid #e5e7eb;transition:background-color .2s ease}.vendor-order__table-row:hover{background-color:#f9fafb}.vendor-order__table-row td{padding:1rem;color:#1f2937;font-size:.875rem}.vendor-order__pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding:1rem}.vendor-order__pagination button{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.375rem;background-color:#fff;color:#4b5563;font-weight:500;cursor:pointer;transition:all .2s ease}.vendor-order__pagination button:hover{background-color:#f3f4f6}.vendor-order__pagination button.active{background-color:#f97316;color:#fff;border-color:#f97316}.vendor-order__pagination button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.vendor-order__filters{flex-direction:column;gap:1rem;padding:1rem}.vendor-order__filter-group{min-width:100%}.vendor-order__export-buttons{flex-direction:column}.vendor-order__export-buttons button{width:100%;justify-content:center}.vendor-order__table-header th,.vendor-order__table-row td{padding:.75rem;font-size:.75rem}}.profile-page-container{display:flex;min-height:100vh;background-color:#f5f7fa}.dashboard{flex-grow:1;background-color:#f5f7fa}.dashboard__main1{display:flex;flex-direction:column;padding:20px;gap:24px}@media (min-width: 1000px){.dashboard__main1{flex-direction:row;gap:24px}.profile-update-card,.change-password-card{width:48%}}.profile-update-card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px}.profile-update-card__title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:24px}.profile-update-card__form{display:flex;flex-direction:column;gap:20px}.profile-update-card__form-group{display:flex;flex-direction:column;gap:8px}.profile-update-card__form-group label{font-size:.875rem;font-weight:500;color:#4b5563}.profile-update-card__input,.profile-update-card__textarea{padding:10px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;color:#1a1a1a;background-color:#fff;transition:border-color .2s ease}.profile-update-card__input:focus,.profile-update-card__textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 2px #f973161a}.profile-update-card__input--disabled{background-color:#f3f4f6;cursor:not-allowed;color:#6b7280}.profile-update-card__textarea{min-height:100px;resize:vertical}.profile-update-card__help-text{font-size:.75rem;color:#6b7280;margin-top:4px}.profile-update-card__error{padding:12px;background-color:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.875rem;margin-top:16px}.profile-update-card__success{padding:12px;background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:6px;color:#16a34a;font-size:.875rem;margin-top:16px}.profile-update-card__actions{display:flex;gap:10px}.profile-update-card__button{padding:10px 20px;background-color:#f97316;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.profile-update-card__button:hover{background-color:#ea580c}.profile-update-card__button:focus{outline:none;box-shadow:0 0 0 2px #f9731633}@media (max-width: 768px){.profile-update-card{padding:16px;margin:16px}.profile-update-card__title{font-size:1.25rem;margin-bottom:16px}.profile-update-card__form{gap:16px}.profile-update-card__button{width:100%}}.change-password-card{background-color:#fff;border-radius:12px;box-shadow:0 6px 16px #00000014;padding:24px;flex:1;transition:all .3s ease}.change-password-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.change-password-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;position:relative;padding-bottom:12px}.change-password-card__header:after{content:"";position:absolute;left:0;bottom:0;width:60px;height:3px;background-color:coral;border-radius:3px}.change-password-card__title{font-size:1.5rem;font-weight:600;color:#333}.change-password-card__help-link{color:coral;text-decoration:none;font-size:.95rem;font-weight:500;display:flex;align-items:center;gap:6px;transition:color .2s ease}.change-password-card__help-link:hover{color:#e66a40}.help-icon{font-size:1.1rem}.change-password-card__form{margin-top:24px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px;font-weight:600;font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.password-input-container{position:relative;display:flex;align-items:center}.password-input{width:100%;padding:12px 40px 12px 16px;border:1px solid #ddd;border-radius:8px;font-size:.95rem;transition:all .3s ease}.password-input:focus{border-color:coral;box-shadow:0 0 0 2px #ff7f5033;outline:none}.password-toggle{position:absolute;right:16px;color:#999;cursor:pointer;transition:color .2s}.password-toggle:hover{color:#333}.change-password-card__forgot-link{display:block;margin-top:8px;color:#007bff;text-decoration:none;font-size:.9rem;transition:color .2s}.change-password-card__forgot-link:hover{color:#0056b3;text-decoration:underline}.password-strength{margin-top:8px;display:flex;align-items:center;gap:10px}.strength-meter{flex-grow:1;height:4px;background-color:#e0e0e0;border-radius:2px;overflow:hidden}.strength-meter__bar{height:100%;border-radius:2px}.strength-meter__bar--weak{width:30%;background-color:#ff4d4f}.strength-meter__bar--medium{width:60%;background-color:#faad14}.strength-meter__bar--strong{width:100%;background-color:#52c41a}.strength-text{font-size:.8rem;color:#999}.change-password-card__save-btn{width:100%;padding:12px 20px;background-color:coral;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:24px;font-size:1rem;font-weight:500;display:flex;justify-content:center;align-items:center;gap:8px;box-shadow:0 4px 8px #ff7f5040}.change-password-card__save-btn:hover{background-color:#ff6b36;transform:translateY(-2px);box-shadow:0 6px 12px #ff7f504d}.change-password-card__save-btn:active{transform:translateY(0)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.modal{background-color:#fff;border-radius:12px;padding:24px;width:360px;text-align:center;box-shadow:0 8px 24px #00000026;animation:slideIn .3s ease}.modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal__close-icon{background:none;border:none;font-size:1.2rem;color:#999;cursor:pointer;transition:color .2s}.modal__close-icon:hover{color:#333}.modal__title{font-size:1.3rem;font-weight:600;color:#333;margin:0}.modal__content{margin-bottom:20px}.modal--success{background-color:#f6ffed;border:1px solid #b7eb8f}.modal--email{background-color:#e6f7ff;border:1px solid #91d5ff}.modal__success-icon,.modal__email-icon{font-size:3rem;margin-bottom:16px}.modal__success-icon{color:#52c41a}.modal__email-icon{color:#1890ff}.modal__title{font-size:1.5rem;margin-bottom:12px;color:#333}.modal--success .modal__title{color:#52c41a}.modal--email .modal__title{color:#1890ff}.modal p{font-size:1rem;color:#666;margin-bottom:16px;line-height:1.5}.modal__email-address{font-weight:600;color:#333;font-size:1.1rem}.modal__preview{margin-bottom:20px;width:100%;height:180px;overflow:hidden;border-radius:8px;border:1px solid #eee;display:flex;justify-content:center;align-items:center}.modal__preview-image{width:100%;height:100%;object-fit:cover}.modal__preview-placeholder{display:flex;flex-direction:column;align-items:center;gap:12px;color:#999}.modal__preview-placeholder i{font-size:3rem}.custom-file-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100px;border:2px dashed #ccc;border-radius:8px;cursor:pointer;margin-bottom:20px;font-size:.9rem;color:#666;transition:all .3s ease}.custom-file-upload:hover{border-color:coral;background-color:#ff7f500d}.custom-file-upload i{font-size:2rem;color:coral;margin-bottom:8px}.custom-file-upload span{margin-top:8px}.custom-file-upload input[type=file]{display:none}.modal__buttons{display:flex;justify-content:space-between;gap:12px;margin-top:20px}.modal__close-btn,.modal__save-btn{flex:1;padding:12px 16px;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500}.modal__close-btn{background-color:#f0f0f0;color:#666}.modal__close-btn:hover{background-color:#e0e0e0;color:#333}.modal__save-btn{background-color:coral;color:#fff;box-shadow:0 4px 8px #ff7f5040}.modal__save-btn:hover{background-color:#ff6b36;box-shadow:0 6px 12px #ff7f504d}.modal__save-btn:disabled{background-color:#ffb599;cursor:not-allowed;box-shadow:none}.modal__close-btn--success,.modal__close-btn--email{background-color:#fff;border:1px solid #d9d9d9;color:#333;width:auto;margin:0 auto;padding:10px 32px}.modal__close-btn--success:hover{border-color:#52c41a;color:#52c41a}.modal__close-btn--email:hover{border-color:#1890ff;color:#1890ff}.vercel-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000008c;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s}.vercel-modal{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000002e;max-width:400px;width:100%;padding:32px 28px 28px;position:relative;animation:modalPop .2s}@keyframes modalPop{0%{transform:translateY(40px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.vercel-modal__close{position:absolute;top:18px;right:18px;background:none;border:none;font-size:1.7rem;color:#7b7b7b;cursor:pointer;transition:color .15s;z-index:2}.vercel-modal__close:hover{color:#222}.vercel-modal__content{display:flex;flex-direction:column;gap:.5rem}.vercel-modal__heading{font-size:1.25rem;font-weight:700;color:#222;margin-bottom:.5rem;margin-top:.5rem;letter-spacing:.01em}.vercel-modal__form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.2rem}.vercel-modal__input{padding:12px 14px;border-radius:8px;border:1.5px solid #e5e7eb;font-size:1rem;background:#f9fafb;outline:none;transition:border .18s}.vercel-modal__input:focus{border-color:#4f8cff;background:#f3f8ff}.vercel-modal__button{padding:12px 0;border-radius:8px;background:linear-gradient(90deg,#4f8cff,#38b2ac);color:#fff;border:none;font-weight:600;font-size:1rem;box-shadow:0 2px 8px #4f8cff1a;cursor:pointer;transition:background .18s,opacity .18s}.vercel-modal__button:disabled{background:#b6c2d1;cursor:not-allowed;opacity:.7}.vercel-modal__button--green{background:linear-gradient(90deg,#38b2ac,#4f8cff)}.vercel-modal__msg{font-size:.98rem;font-weight:500;margin-top:.2rem;margin-bottom:.2rem;text-align:left}.vercel-modal__msg--success{color:#38b2ac}.vercel-modal__msg--error{color:#e53e3e}.vercel-modal__divider{height:1px;background:linear-gradient(90deg,#e5e7eb,#f3f8ff);margin:1.2rem 0 .7rem;border:none}@media (max-width: 600px){.vercel-modal{max-width:98vw;padding:18px 6vw}}.admin-dashboard{display:flex;min-height:100vh;background-color:#f9fafb}.dashboard-content{flex:1;padding:2rem;margin-left:250px}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.dashboard-header p{color:#6b7280;font-size:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background-color:#fff;border-radius:.75rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px)}.stat-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;border-radius:.5rem;font-size:1.5rem;flex-shrink:0}.stat-content{flex:1;display:flex;flex-direction:column;justify-content:center}.stat-title{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.stat-value{font-size:1.5rem;font-weight:600;color:#111827}.dashboard-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.section-card{background-color:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.section-card h2{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem}.skeleton-list{display:flex;flex-direction:column;gap:1rem}.skeleton-list-item{display:flex;gap:1rem;align-items:center;padding:.5rem 0}.dashboard__two-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:32px}.dashboard__column{margin-top:0!important}.revenue-analytics{padding:24px}.revenue-analytics__legend{display:flex;gap:24px;margin-bottom:16px}.legend-item{display:flex;align-items:center;gap:8px}.legend-item__color{width:16px;height:4px;border-radius:2px}.legend-item__color--revenue{background-color:#f97316}.legend-item__color--order{background-color:#f9731680;border-top:1px dashed rgba(249,115,22,.5);border-bottom:1px dashed rgba(249,115,22,.5);height:2px}.legend-item__label{font-size:12px;color:#6b7280}.revenue-analytics__chart{position:relative;height:300px}.revenue-analytics__highlight{position:absolute;top:32px;right:32px;display:flex;flex-direction:column;align-items:flex-end;z-index:1}.revenue-analytics__label{font-size:12px;color:#6b7280}.revenue-analytics__value{font-size:20px;font-weight:700;color:#1f2937}.days-selector{display:flex;align-items:center;gap:8px;padding:4px 12px;background-color:#f97316;color:#fff;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer}.days-selector__icon{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.filter-by{display:flex;align-items:center;gap:8px;padding:4px 12px;background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;font-size:14px;font-weight:500;color:#1f2937;cursor:pointer}.filter-by__icon{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.add-to-cart-button{display:flex;align-items:center;justify-content:center;padding:8px 16px;background-color:transparent;border:none;font-size:14px;font-weight:500;color:#f97316;cursor:pointer;width:100%}.dashboard__table-row--action{border-bottom:none}.product-cell__icon--phone{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2' width='14' height='20' rx='2' ry='2'/%3E%3Cline x1='12' y1='18' x2='12' y2='18'/%3E%3C/svg%3E")}.product-cell__icon--coil{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E")}.stats-card__icon--customers{background-color:#eff6ff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")}.stats-card__icon--vendors{background-color:#f0fdf4;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='14' rx='2' ry='2'/%3E%3Cpath d='M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16'/%3E%3C/svg%3E")}.stats-card__icon--visitors{background-color:#fff7ed;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E")}@media (max-width: 999px){.dashboard__two-columns{grid-template-columns:1fr}.revenue-analytics__highlight{top:16px;right:16px}.dashboard__stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.stats-card__value{font-size:18px}.days-selector,.filter-by{font-size:12px;padding:4px 8px}}@media (max-width: 1024px){.dashboard-content{margin-left:0}}@media (max-width: 768px){.dashboard-content{padding:1rem}.stats-grid,.dashboard-sections{grid-template-columns:1fr}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;display:inline-block;vertical-align:middle}.skeleton-text{height:16px;margin-bottom:8px;width:100%}.skeleton-title{height:24px;margin-bottom:16px;width:100%}.skeleton-avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0}.skeleton-thumbnail{width:100%;height:200px;border-radius:8px}.skeleton-button{height:40px;border-radius:6px;width:100%}.skeleton-list-item{display:flex;align-items:center;gap:12px;padding:8px 0}.skeleton-list-item .skeleton-text{margin-bottom:0}.delete-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}.delete-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080}.delete-modal__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:1rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:400px;width:85%;min-width:200px}.delete-modal__title{font-size:1.5rem;margin-bottom:1rem;color:#333}.delete-modal__message{font-size:1rem;margin-bottom:1.5rem;color:#666}.delete-modal__actions{display:flex;justify-content:flex-end;gap:1rem}.delete-modal__cancel-btn{padding:.75rem 1.5rem;border:none;border-radius:4px;background-color:#f4f4f4;color:#333;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.delete-modal__cancel-btn:hover{background-color:#e0e0e0}.delete-modal__delete-btn{padding:.75rem 1.5rem;border:none;border-radius:4px;background-color:#e74c3c;color:#fff;font-size:1rem;cursor:pointer;transition:background-color .2s ease}.delete-modal__delete-btn:hover{background-color:#c0392b}.admin-products{display:flex;min-height:100vh;background-color:#f4f7fa}.admin-products__content{flex:1;padding:20px;overflow-y:auto}.admin-products__error{background-color:#ffebee;color:#c62828;padding:10px;border-radius:4px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.admin-products__error button{background:none;border:none;color:#c62828;font-size:16px;cursor:pointer}.admin-products__list-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.admin-products__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.admin-products__header h2{margin:0;font-size:24px;color:#333}.admin-products__add-btn{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:16px}.admin-products__add-btn:hover{background-color:#0056b3}.admin-products__table-container{overflow-x:auto}.admin-products__table{width:100%;border-collapse:collapse}.admin-products__table-head th{background-color:#f8f9fa;padding:12px;text-align:left;font-weight:600;color:#333;border-bottom:1px solid #dee2e6}.admin-products__table-head th.sortable{cursor:pointer}.admin-products__table-row td{padding:12px;border-bottom:1px solid #dee2e6;color:#333}.admin-products__no-data{text-align:center;padding:20px;color:#666}.admin-products__actions{display:flex;gap:8px}.admin-products__action-btn{background:none;border:none;cursor:pointer;padding:4px}.admin-products__delete-btn{color:#dc3545}.admin-products__delete-btn:hover{color:#a71d2a}.admin-products__edit-btn{color:#007bff}.admin-products__edit-btn:hover{color:#0056b3}.admin-products__pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.admin-products__pagination-info{color:#666}.skeleton{background:#e0e0e0;border-radius:4px;animation:skeleton-loading 1s linear infinite alternate}.skeleton-text{width:100%;height:16px}@keyframes skeleton-loading{0%{background-color:#e0e0e0}to{background-color:#f5f5f5}}.modal{background:#fff;border-radius:8px;width:600px;max-width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 2px 10px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #dee2e6}.modal-header h2{margin:0;font-size:20px;color:#333}.modal-close-btn{background:none;border:none;font-size:20px;cursor:pointer;color:#666}.modal-error{background-color:#ffebee;color:#c62828;padding:10px;margin:10px 20px;border-radius:4px;display:flex;justify-content:space-between;align-items:center}.modal-error button{background:none;border:none;color:#c62828;font-size:16px;cursor:pointer}.modal-body{padding:20px}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;font-weight:600;color:#333}.form-group input,.form-group select,.form-group textarea{width:100%;padding:8px;border:1px solid #dee2e6;border-radius:4px;font-size:14px}.form-group textarea{min-height:100px}.form-group button{color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;margin-top:10px}.form-group button:hover{background-color:#f97316}.form-group ul{list-style:none;padding:0;margin-top:10px}.form-group ul li{padding:5px 0;color:#333}.modal-footer{display:flex;justify-content:flex-end;padding:15px 20px;border-top:1px solid #dee2e6;gap:10px}.modal-footer button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer}.modal-footer button:first-child{background-color:#6c757d;color:#fff}.modal-footer button:first-child:hover{background-color:#5a6268}.modal-footer button:last-child{background-color:#007bff;color:#fff}.modal-footer button:last-child:hover{background-color:#0056b3}.form-group input:invalid,.form-group select:invalid,.form-group textarea:invalid{border-color:#dc3545}.form-group input:invalid:focus,.form-group select:invalid:focus,.form-group textarea:invalid:focus{outline:none;box-shadow:0 0 5px #dc354580}.admin-products__image-cell{width:60px;height:60px;display:flex;align-items:center;justify-content:center;padding:4px}.admin-products__product-image{width:100%;height:100%;object-fit:cover;border-radius:4px;background-color:#f8f9fa}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-orders{display:flex;min-height:100vh;background-color:#f9fafb}.admin-orders__content{flex:1;padding:0;overflow-x:hidden}.admin-orders__list-container{padding:1.5rem 2rem}.admin-orders__title{font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:#111827}.admin-orders__table-container{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;margin-bottom:1.5rem}.admin-orders__table{width:100%;border-collapse:collapse}.admin-orders__table-head{background-color:#f9fafb}.admin-orders__table th{padding:1rem;text-align:left;font-weight:500;color:#6b7280;border-bottom:1px solid #e5e7eb}.admin-orders__table-row{border-bottom:1px solid #e5e7eb}.admin-orders__table-row:hover{background-color:#f9fafb}.admin-orders__table td{padding:1rem;color:#1f2937}.admin-orders__name-cell{min-width:180px}.admin-orders__profile-container{display:flex;align-items:center;gap:.75rem}.admin-orders__profile-image{width:2rem;height:2rem;border-radius:50%;background-color:#f3f4f6;display:flex;display:none;align-items:center;justify-content:center;overflow:hidden}.admin-orders__profile-image img{width:100%;height:100%;object-fit:cover}.admin-orders__profile-image span{font-size:.75rem;font-weight:500;color:#4b5563}.admin-orders__actions{display:flex;gap:.5rem}.admin-orders__action-btn{width:2rem;height:2rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;color:#6b7280;background-color:transparent;transition:all .2s ease}.admin-orders__view-btn:hover{background-color:#eef2ff;color:#4f46e5}.admin-orders__delete-btn:hover{background-color:#fee2e2;color:#ef4444}.admin-orders__edit-btn:hover{background-color:#ecfdf5;color:#10b981}.admin-orders__pagination{display:flex;justify-content:space-between;align-items:center}.admin-orders__pagination-info{color:#6b7280;font-size:.875rem}.admin-orders__pagination-controls{display:flex;gap:.25rem}.admin-orders__pagination-btn{min-width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;border:1px solid #e5e7eb;background-color:#fff;color:#6b7280;cursor:pointer;transition:all .2s ease}.admin-orders__pagination-btn:hover:not(:disabled){background-color:#f9fafb;color:#4b5563}.admin-orders__pagination-btn:disabled{opacity:.5;cursor:not-allowed}.admin-orders__pagination-number--active{background-color:#4f46e5;color:#fff;border-color:#4f46e5}.admin-orders__pagination-number--active:hover{background-color:#4338ca;color:#fff}.admin-orders__details{padding:1.5rem 2rem}.admin-orders__details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-orders__details-title{font-size:1.5rem;font-weight:600;color:#111827}.admin-orders__back-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#4f46e5;font-weight:500;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:background-color .2s ease}.admin-orders__back-btn:hover{background-color:#eef2ff}.admin-orders__details-content{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;padding:2rem}.admin-orders__details-profile{display:flex;justify-content:center;margin-bottom:2rem}.admin-orders__details-image{width:6rem;height:6rem;border-radius:50%;overflow:hidden;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#4b5563}.admin-orders__details-image img{width:100%;height:100%;object-fit:cover}.admin-orders__details-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.admin-orders__details-field--full{grid-column:1 / -1}.admin-orders__field-label{display:block;margin-bottom:.5rem;font-weight:500;color:#4b5563}.admin-orders__field-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#f9fafb;font-size:.875rem;color:#1f2937}.admin-orders__required{color:#ef4444;margin-left:.25rem}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-text{height:1rem;width:80%;margin:.25rem 0}.skeleton-circle{width:2rem;height:2rem;border-radius:50%}.skeleton-button{width:2rem;height:2rem;border-radius:.375rem;margin:0 .25rem}.admin-orders__profile-container .skeleton-text{width:60%}.category-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center}.category-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080}.category-modal__content{position:relative;background-color:#fff;border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026;z-index:1001}.category-modal__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}.category-modal__header h2{margin:0;font-size:20px;color:#333}.category-modal__close-btn{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .2s}.category-modal__close-btn:hover{color:#333}.category-modal__form{padding:20px}.category-modal__form-group{margin-bottom:20px}.category-modal__form-group label{display:block;margin-bottom:8px;font-weight:500;color:#555}.category-modal__form-group input,.category-modal__form-group select{width:100%;height:30px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s}.category-modal__form-group input:focus,.category-modal__form-group select:focus{border-color:#ff6b35;outline:none}.category-modal__image-preview{margin-top:10px;border:1px solid #eee;border-radius:4px;padding:10px;display:flex;justify-content:center}.category-modal__image-preview img{max-width:100%;max-height:200px;object-fit:contain}.category-modal__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid #eee}.category-modal__cancel-btn{padding:10px 16px;background-color:#f5f5f5;color:#555;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.category-modal__cancel-btn:hover{background-color:#e9e9e9}.category-modal__save-btn{padding:10px 16px;background-color:#ff6b35;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.category-modal__save-btn:hover{background-color:#e05a2b}.admin-categories__subcategories-table{table-layout:fixed;width:100%}.admin-categories__subcategories-table th,.admin-categories__subcategories-table td{vertical-align:middle;word-wrap:break-word}.admin-categories__subcategory-image{width:60px;max-width:60px}.admin-categories__subcategory-image img{width:100%;height:40px;object-fit:cover;border-radius:4px}.admin-categories{display:flex;min-height:100vh;background-color:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.admin-categories__content{flex:1;padding:24px;overflow-y:auto;max-width:100%}.admin-categories__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;margin-top:16px;padding-right:15px;padding-left:15px}.admin-categories__title{font-size:28px;font-weight:600;color:#1a202c;margin:0}.admin-categories__add-btn{display:inline-flex;align-items:center;gap:8px;background-color:#ff6b35;color:#fff;border:none;border-radius:6px;padding:10px 20px;font-size:15px;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .1s ease}.admin-categories__add-btn:hover{background-color:#e05a2b;transform:translateY(-1px)}.admin-categories__add-btn:active{transform:translateY(0)}.admin-categories__list-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;overflow:hidden}.admin-categories__table-container{width:100%;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#d1d5db #f3f4f6}.admin-categories__table-container::-webkit-scrollbar{height:8px}.admin-categories__table-container::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:4px}.admin-categories__table-container::-webkit-scrollbar-track{background-color:#f3f4f6}.admin-categories__table{width:100%;border-collapse:collapse;table-layout:auto;min-width:800px}.admin-categories__table-head{background-color:#f9fafb}.admin-categories__table-head th{padding:14px 16px;text-align:left;font-size:14px;font-weight:600;color:#4b5563;border-bottom:1px solid #e5e7eb;white-space:nowrap}.admin-categories__table-row{border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.admin-categories__table-row:hover{background-color:#f9fafb}.admin-categories__table-row td{padding:14px 16px;color:#374151;font-size:14px;vertical-align:middle}.admin-categories__name-cell{width:35%;min-width:200px}.admin-categories__category-container{display:flex;align-items:center;gap:12px}.admin-categories__category-image{width:48px;height:48px;border-radius:6px;overflow:hidden;background-color:#f3f4f6;flex-shrink:0}.admin-categories__category-image img{width:100%;height:100%;object-fit:cover}.admin-categories__no-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:12px;color:#9ca3af;background-color:#f3f4f6}.admin-categories__status{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500}.admin-categories__status--visible{color:#10b981}.admin-categories__status--hidden{color:#ef4444}.admin-categories__status-dot{width:10px;height:10px;border-radius:50%;background-color:currentColor;flex-shrink:0}.admin-categories__actions{display:flex;gap:8px;justify-content:flex-end;min-width:160px}.admin-categories__action-btn{width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .1s ease}.admin-categories__action-btn:hover{transform:translateY(-1px)}.admin-categories__view-btn{background-color:#eff6ff;color:#3b82f6}.admin-categories__view-btn:hover{background-color:#dbeafe}.admin-categories__edit-btn{background-color:#fefce8;color:#eab308}.admin-categories__edit-btn:hover{background-color:#fef9c3}.admin-categories__delete-btn{background-color:#fef2f2;color:#ef4444}.admin-categories__delete-btn:hover{background-color:#fee2e2}.admin-categories__add-btn{background-color:#e9f7ef;color:#10b981}.admin-categories__add-btn:hover{background-color:#d1fae5}.admin-categories__subcategories{margin-top:24px;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d}.admin-categories__subcategories h3{margin:0 0 16px;font-size:20px;font-weight:600;color:#1a202c}.admin-categories__subcategories-table{width:100%;border-collapse:collapse;table-layout:auto;min-width:600px;background-color:#fff;border-radius:6px;overflow:hidden}.admin-categories__subcategories-table th,.admin-categories__subcategories-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f1f5f9;font-size:14px;vertical-align:middle}.admin-categories__subcategories-table th{background-color:#f9fafb;font-weight:600;color:#4b5563;white-space:nowrap}.admin-categories__subcategories-table tr:last-child td{border-bottom:none}.admin-categories__subcategories-table tr:hover{background-color:#f9fafb}.admin-categories__subcategories-table th:nth-child(1),.admin-categories__subcategories-table td:nth-child(1){width:45%;min-width:150px}.admin-categories__subcategories-table th:nth-child(2),.admin-categories__subcategories-table td:nth-child(2){width:35%;min-width:100px}.admin-categories__subcategories-table th:nth-child(3),.admin-categories__subcategories-table td:nth-child(3){width:20%;min-width:100px}.admin-categories__subcategory-image{width:48px;height:48px;border-radius:6px;overflow:hidden;background-color:#f3f4f6;flex-shrink:0}.admin-categories__subcategory-image img{width:100%;height:100%;object-fit:cover}.admin-categories__subcategory-image .admin-categories__no-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:12px;color:#9ca3af;background-color:#f3f4f6}.admin-categories__pagination-container{display:flex;justify-content:space-between;align-items:center;padding:16px;border-top:1px solid #e5e7eb;background-color:#fff}.admin-categories__pagination-info{color:#6b7280;font-size:14px;font-weight:500}.admin-categories__skeleton{background:#e0e0e0;border-radius:4px;animation:pulse 1.2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.admin-categories__skeleton-row{height:64px}.admin-categories__skeleton-checkbox{width:20px;height:20px;margin:0 auto}.admin-categories__skeleton-image{width:48px;height:48px;border-radius:6px}.admin-categories__skeleton-text{height:16px;border-radius:4px}.admin-categories__skeleton-text--name{width:160px}.admin-categories__skeleton-text--status{width:80px}.admin-categories__skeleton-text--date{width:100px}.admin-categories__skeleton-button{width:36px;height:36px;border-radius:6px;display:inline-block;margin:0 4px}.admin-categories__error{color:#b91c1c;background-color:#fef2f2;padding:12px 16px;border-radius:6px;margin:12px 0;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;border:1px solid #fee2e2}.admin-categories__error:before{content:"⚠";font-size:16px}@media (max-width: 1024px){.admin-categories__content{padding:16px}.admin-categories__table-container,.admin-categories__subcategories{overflow-x:auto}.admin-categories__table,.admin-categories__subcategories-table{min-width:600px}.admin-categories__actions{min-width:140px}.admin-categories__title{font-size:24px}.admin-categories__add-btn{padding:8px 16px;font-size:14px}}@media (max-width: 768px){.admin-categories{flex-direction:column}.admin-categories__content{padding:12px}.admin-categories__header{flex-direction:column;align-items:flex-start;gap:12px}.admin-categories__add-btn{width:100%;justify-content:center}.admin-categories__table-head th,.admin-categories__table-row td,.admin-categories__subcategories-table th,.admin-categories__subcategories-table td{padding:10px 12px;font-size:13px}.admin-categories__category-image,.admin-categories__subcategory-image{width:40px;height:40px}.admin-categories__action-btn{width:32px;height:32px}.admin-categories__pagination-container{flex-direction:column;gap:12px}}@media (max-width: 480px){.admin-categories__title{font-size:20px}.admin-categories__pagination-info{font-size:13px}.admin-categories__skeleton-text--name{width:120px}.admin-categories__skeleton-text--status{width:60px}.admin-categories__skeleton-text--date{width:80px}}.row-skeleton{background:#f0f0f0;animation:pulse 1.5s infinite}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:20px;font-weight:600;color:#1f2937;margin:0}.modal-close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s,color .2s}.modal-close-btn:hover{background-color:#f3f4f6;color:#1f2937}.modal-body{padding:24px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb}.btn{padding:10px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-primary{background-color:#ff6b35;color:#fff;border:none}.btn-primary:hover{background-color:#ff6b35}.btn-secondary{background-color:#fff;color:#4b5563;border:1px solid #d1d5db}.btn-secondary:hover{background-color:#f9fafb}.btn-danger{background-color:#ef4444;color:#fff;border:none}.btn-danger:hover{background-color:#dc2626}.delete-modal .modal-body{text-align:center;padding:32px 24px}.delete-modal .delete-icon{width:64px;height:64px;border-radius:50%;background-color:#ef44441a;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#ef4444}.delete-modal h3{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:12px}.delete-modal p{font-size:14px;color:#6b7280;margin-bottom:24px}.detail-modal .modal-content{max-width:800px}.detail-section{margin-bottom:24px}.detail-section h3{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:16px}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.detail-item{margin-bottom:12px}.detail-label{font-size:12px;color:#6b7280;margin-bottom:4px}.detail-value{font-size:14px;font-weight:500;color:#1f2937}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{width:100%;height:40px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#1f2937}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#5e5adb;box-shadow:0 0 0 2px #5e5adb1a}.form-row{display:flex;gap:16px}.form-row .form-group{flex:1}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:20px;border-radius:12px;width:500px;max-width:90%}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.add-vendor-title{margin:0;font-size:20px}.close-btn{background:none;border:none;font-size:20px;cursor:pointer}.error-message{color:red;margin-bottom:15px;font-size:14px}.add-vendor-form{display:flex;flex-direction:column;gap:15px}.add-vendor-form-row{display:flex;gap:15px}.form-group{flex:1}.form-group label{display:block;margin-bottom:5px;font-weight:700;font-size:14px}.form-group input,.form-group select{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px}.form-group input:focus,.form-group select:focus{outline:none;border-color:#007bff}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.btn{padding:10px 16px;border:none;cursor:pointer;border-radius:4px;font-size:14px}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056d2}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.btn:disabled{opacity:.6;cursor:not-allowed}.admin-vendors{display:flex;min-height:100vh;background-color:#f8f9fa}.admin-vendors__content{flex:1;padding:20px}.admin-vendors__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.admin-vendors__header h2{font-size:24px;font-weight:600;color:#333;margin:0}.admin-vendors__add-btn{background-color:#ff6b35;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s}.admin-vendors__add-btn:hover{background-color:#4a46c2}.admin-vendors__add-btn svg{width:16px;height:16px}.admin-vendors__list-container{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:20px;margin:15px 0}.admin-vendors__table-container{overflow-x:auto;margin-bottom:20px}.admin-vendors__table{width:100%;border-collapse:collapse}.admin-vendors__table-head th{background-color:#f9fafb;color:#6b7280;font-weight:500;font-size:14px;text-align:left;padding:12px 16px;border-bottom:1px solid #e5e7eb}.admin-vendors__table-row td{padding:12px 16px;font-size:14px;color:#1f2937;border-bottom:1px solid #e5e7eb}.admin-vendors__table-row:hover{background-color:#f9fafb}.admin-vendors__name-cell{min-width:200px}.admin-vendors__profile-container{display:flex;align-items:center;gap:12px}.admin-vendors__profile-image{width:40px;height:40px;border-radius:50%;overflow:hidden;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.admin-vendors__profile-image img{width:100%;height:100%;object-fit:cover}.status-badge{padding:4px 8px;border-radius:16px;font-size:12px;font-weight:500;display:inline-block}.status-badge.active{background-color:#22c55e1a;color:#16a34a}.status-badge.inactive{background-color:#ef44441a;color:#dc2626}.admin-vendors__action-btn{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background-color:transparent;transition:background-color .2s}.admin-vendors__action-btn:hover{background-color:#f3f4f6}.admin-vendors__toggle-btn{color:#6366f1}.admin-vendors__delete-btn{color:#ef4444}.admin-vendors__edit-btn{color:#f59e0b}.admin-vendors__pagination-container{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.admin-vendors__pagination-info{font-size:14px;color:#6b7280}.add-vendor-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000040;z-index:1200;display:flex;align-items:center;justify-content:center}.add-vendor-modal-content{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000002e;padding:32px 32px 24px;min-width:420px;max-width:540px;width:100%;position:relative;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.add-vendor-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.add-vendor-title{font-size:1.5rem;font-weight:700;color:#333;margin:0}.close-btn{background:none;border:none;font-size:2rem;color:#888;cursor:pointer;transition:color .2s}.close-btn:hover{color:#ff6b35}.add-vendor-form{display:flex;flex-direction:column;gap:18px}.add-vendor-form-row{display:flex;gap:18px}.add-vendor-form-row .form-group{flex:1;display:flex;flex-direction:column}.add-vendor-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:18px}.add-vendor-error{color:#e53935;background:#fff0f0;border-radius:6px;padding:8px 12px;margin-bottom:10px;font-size:.98rem}.add-vendor-modal-content label{font-weight:500;margin-bottom:6px;color:#444}.add-vendor-modal-content input,.add-vendor-modal-content select{padding:8px 10px;border:1px solid #e0e0e0;border-radius:6px;font-size:1rem;margin-bottom:4px;background:#fafbfc;transition:border .2s}.add-vendor-modal-content input:focus,.add-vendor-modal-content select:focus{border:1.5px solid #ff6b35;outline:none}.btn.btn-primary{background:#ff6b35;color:#fff;border:none;border-radius:8px;padding:10px 22px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.btn.btn-primary:disabled{background:#ffb899;cursor:not-allowed}.btn.btn-primary:hover:not(:disabled){background:#e55a1a}.btn.btn-secondary{background:#f3f4f6;color:#333;border:1px solid #e0e0e0;border-radius:8px;padding:10px 22px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.btn.btn-secondary:hover{background:#e0e0e0}.admin-vendors__table-container{overflow-x:auto;margin-bottom:20px;border-radius:8px}.admin-vendors__table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.admin-vendors__table-head th{background-color:#f9fafb;color:#6b7280;font-weight:500;font-size:14px;text-align:left;padding:12px 16px;border-bottom:1px solid #e5e7eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-vendors__table-row td{padding:12px 16px;font-size:14px;color:#1f2937;border-bottom:1px solid #e5e7eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-vendors__table-row:hover{background-color:#f2f2f2}.admin-vendors__id-column{width:10%;min-width:80px}.admin-vendors__name-column{width:25%;min-width:200px}.admin-vendors__date-column{width:15%;min-width:120px}.admin-vendors__address-column{width:30%;min-width:250px;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-vendors__status-column{width:10%;min-width:100px;text-align:center}.admin-vendors__action-column{width:10%;min-width:120px;text-align:center}.admin-vendors__actions{display:flex;gap:8px;justify-content:flex-start}.contact-container{width:95%;max-width:1800px;margin:3rem auto;padding:0 1rem;box-sizing:border-box}.contact-content{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.contact-content-left{flex:1;min-width:650px}.contact-content-right{flex:2;min-width:250px}.contact-title{color:#f47a42;font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;font-weight:600;line-height:1.2}.contact-subtext{color:#555;margin-bottom:2rem;line-height:1.5;max-width:80%;font-size:clamp(.9rem,1.5vw,1.1rem)}.contact-info{margin-bottom:2rem}.contact-info-item{display:flex;align-items:center;margin-bottom:1rem;color:#555;font-size:clamp(.9rem,1.5vw,1rem)}.contact-icon{color:#f47a42;margin-right:1rem;font-size:clamp(1rem,2vw,1.2rem);flex-shrink:0}.vendor-button{background-color:#f47a42;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-weight:500;transition:all .3s ease;font-size:clamp(.9rem,1.5vw,1rem);box-shadow:0 2px 5px #0000001a}.vendor-button:hover{background-color:#e26a32;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.form-row{display:flex;gap:1.5rem;margin-bottom:1rem}.form-group{flex:1;margin-bottom:1.25rem}.full-width{width:100%}label{display:block;margin-bottom:.5rem;font-weight:500;color:#333;font-size:clamp(.9rem,1.2vw,1rem)}.required{color:#f47a42}input,textarea{border:1px solid #ddd;border-radius:4px;font-size:clamp(.9rem,1.2vw,1rem);transition:border-color .3s;box-sizing:border-box}input:focus,textarea:focus{outline:none;border-color:#f47a42;box-shadow:0 0 0 2px #f47a4233}textarea{resize:none;height:120px;min-height:100px}.submit-button{background-color:#f47a42;color:#fff;border:none;padding:clamp(.7rem,1.5vw,.9rem) clamp(1.5rem,3vw,2rem);border-radius:4px;cursor:pointer;font-weight:500;transition:all .3s ease;margin-top:.75rem;font-size:clamp(.9rem,1.5vw,1rem);box-shadow:0 2px 5px #0000001a}.submit-button:hover{background-color:#e26a32;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.find-store{margin-top:4rem}.store-title{color:#f47a42;font-size:clamp(1.5rem,3vw,1.8rem);margin-bottom:1.5rem;font-weight:600}.map-container{width:100%;height:clamp(250px,50vw,400px);border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a}@media (max-width: 1200px){.contact-container{width:95%}}@media (max-width: 992px){.contact-content-left,.contact-content-right{min-width:300px}}@media (max-width: 768px){.contact-content{flex-direction:column;gap:2.5rem}.contact-content-left,.contact-content-right{width:100%}.contact-title{text-align:center}.contact-subtext{text-align:center;margin-bottom:1.5rem}.contact-info{max-width:400px;margin:0 auto 2rem}.vendor-button{display:block;margin:0 auto;padding:.75rem 2rem}}@media (max-width: 576px){.form-row{flex-direction:column;gap:0}.contact-container{width:100%;padding:0 1rem}.find-store{margin-top:3rem}.store-title{text-align:center}.map-container{height:280px}.submit-button{width:100%}}@media (max-width: 400px){.contact-content{gap:2rem}.contact-info-item{flex-direction:column;align-items:center;text-align:center}.contact-icon{margin-right:0;margin-bottom:.5rem;font-size:1.5rem}}.wishlist{width:100%;max-width:2400px;font-family:Arial,sans-serif}.wishlist__container{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem}.wishlist__title{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.wishlist__empty{text-align:center;padding:3rem 0}.wishlist__shop-button{display:inline-block;margin-top:1rem;padding:.8rem 1.5rem;background-color:#ff6b35;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:background-color .3s}.wishlist__shop-button:hover{background-color:#e55a2a}.wishlist__items{display:flex;flex-direction:column;gap:1.5rem}.wishlist__item{display:grid;grid-template-columns:100px 2fr 1fr 1fr 100px;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid #eee}.wishlist__item-image{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background-color:#f8f8f8;border-radius:8px;overflow:hidden}.wishlist__item-image img{max-width:100%;max-height:100%;object-fit:contain}.wishlist__item-details{display:flex;flex-direction:column;gap:.3rem}.wishlist__item-name{font-size:1rem;font-weight:600;color:#333;margin:0}.wishlist__item-specs,.wishlist__item-version{font-size:.8rem;color:#777;margin:0}.wishlist__item-price{font-size:1.1rem;font-weight:600;color:#333}.wishlist__item-quantity{display:flex;align-items:center;gap:.5rem}.wishlist__qty-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #ddd;border-radius:4px;background-color:#fff;cursor:pointer;transition:all .2s}.wishlist__qty-btn:hover{background-color:#f4f4f4}.wishlist__qty-value{min-width:25px;text-align:center;font-size:.9rem}.wishlist__item-actions{display:flex;gap:.8rem}.wishlist__action-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;cursor:pointer;transition:all .2s}.wishlist__action-btn--delete{background-color:#f8f8f8;color:#777}.wishlist__action-btn--delete:hover{background-color:#ffedea;color:#ff6b35}.wishlist__action-btn--cart{background-color:#ffeee6;color:#ff6b35}.wishlist__action-btn--cart:hover{background-color:#ff6b35;color:#fff}.wishlist__footer{margin-top:2rem;display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #eee}.wishlist__total{display:flex;gap:1rem;align-items:center}.wishlist__total-label{font-size:1.1rem;font-weight:600;color:#333}.wishlist__total-value{font-size:1.3rem;font-weight:700;color:#ff6b35}.wishlist__add-all-btn{padding:.8rem 1.5rem;background-color:#ff6b35;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .3s}.wishlist__add-all-btn:hover{background-color:#e55a2a}@media (max-width: 768px){.wishlist__item{grid-template-columns:80px 1fr;grid-template-areas:"image details" "image price" "quantity actions";gap:.8rem;padding:1rem 0}.wishlist__item-image{grid-area:image;width:70px;height:70px}.wishlist__item-details{grid-area:details}.wishlist__item-price{grid-area:price}.wishlist__item-quantity{grid-area:quantity;justify-content:flex-start}.wishlist__item-actions{grid-area:actions;justify-content:flex-end}.wishlist__footer{flex-direction:column;gap:1.5rem}.wishlist__add-all-btn{width:100%;padding:1rem}}@media (max-width: 480px){.wishlist__container{padding:1rem}.wishlist__title{font-size:1.5rem}}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}.wishlist__item--skeleton{pointer-events:none;opacity:.7}.skeleton--image{width:80px;height:80px;border-radius:8px}.skeleton--title{height:20px;width:80%;margin-bottom:8px}.skeleton--text{height:16px;width:100%;margin-bottom:6px}.skeleton--text-small{width:60%}.skeleton--price{height:18px;width:80px}.skeleton--quantity{height:32px;width:100px;border-radius:16px}.skeleton--button{width:36px;height:36px;border-radius:50%;margin:0 4px}.wishlist__error{text-align:center;padding:40px 20px;background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;margin:20px 0}.wishlist__error p{color:#e53e3e;margin-bottom:16px;font-size:16px}.wishlist__retry-btn{background:#e53e3e;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .2s}.wishlist__retry-btn:hover{background:#c53030}.spinner{width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.wishlist__action-btn:disabled{opacity:.6;cursor:not-allowed}.wishlist__add-all-btn:disabled{opacity:.6;cursor:not-allowed}.wishlist__add-all-btn{display:flex;align-items:center;justify-content:center;gap:8px}.wishlist__qty-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.skeleton--image{width:60px;height:60px}.skeleton--title{height:18px}.skeleton--text{height:14px}.skeleton--price{height:16px;width:70px}.skeleton--quantity{height:28px;width:80px}.skeleton--button{width:32px;height:32px}}.wishlist__item{transition:opacity .3s ease}.wishlist__item:hover{opacity:.95}.wishlist__empty{text-align:center;padding:60px 20px;background:#f9f9f9;border-radius:12px;margin:20px 0}.wishlist__empty p{font-size:18px;color:#666;margin-bottom:20px}} .admin-banner{display:flex;min-height:100vh;background-color:#f5f5f5}.admin-banner__content{flex:1;padding:1rem;margin:0 auto;max-width:1400px;width:100%}.admin-banner__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;flex-wrap:wrap;gap:1rem}.admin-banner__title-container{flex:1;min-width:250px}.admin-banner__title{font-size:1.75rem;font-weight:600;color:#333;margin:0}.admin-banner__description{margin:.5rem 0 0;color:#666;font-size:.875rem}.admin-banner__create-button{display:flex;align-items:center;background-color:#f56a2c;color:#fff;border:none;border-radius:4px;padding:.75rem 1.25rem;font-weight:500;cursor:pointer;transition:background-color .2s;white-space:nowrap}.admin-banner__create-button:hover{background-color:#e05a20}.admin-banner__create-icon{margin-right:.5rem;font-size:1.25rem;line-height:1}.admin-banner__existing{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.admin-banner__subtitle{font-size:1.25rem;font-weight:600;color:#333;margin:0}.admin-banner__search{width:250px}.admin-banner__search-container{padding:1rem}.admin-banner__search-input{width:100%;max-width:300px;padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem}.admin-banner__table-container{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow-x:auto;margin:1rem}.admin-banner__table{width:100%;border-collapse:collapse;min-width:800px}.admin-banner__table th{background-color:#f9f9f9;text-align:left;padding:1rem;font-weight:500;color:#666;border-bottom:1px solid #eee;white-space:nowrap}.admin-banner__table td{padding:1rem;border-bottom:1px solid #eee;color:#333}.admin-banner__name{display:flex;align-items:center;min-width:200px}.admin-banner__color-indicator{width:16px;height:16px;border-radius:3px;margin-right:.75rem;flex-shrink:0}.admin-banner__status{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;white-space:nowrap}.admin-banner__status--active{background-color:#e6f7e6;color:#52c41a}.admin-banner__status--scheduled{background-color:#fff7e6;color:#fa8c16}.admin-banner__status--draft{background-color:#f5f5f5;color:#8c8c8c}.admin-banner__status--expired{background-color:#fff1f0;color:#f5222d}.admin-banner__actions{display:flex;gap:.5rem;justify-content:flex-end;min-width:120px}.admin-banner__action-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;background-color:#f5f5f5;color:#666;cursor:pointer;transition:background-color .2s;flex-shrink:0}.admin-banner__action-button:hover{background-color:#e6e6e6}.admin-banner__action-button--view:hover{color:#1890ff}.admin-banner__action-button--edit:hover{color:#52c41a}.admin-banner__action-button--delete:hover{color:#f5222d}.admin-banner__pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:24px;padding:16px 0;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.admin-banner__pagination-btn{min-width:40px;height:40px;padding:8px 16px;border:2px solid #f56a2c;background-color:#fff;color:#f56a2c;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.admin-banner__pagination-btn:hover:not(:disabled){background-color:#fff5f2;border-color:#f56a2c;transform:translateY(-1px);box-shadow:0 2px 4px #f56a2c1a}.admin-banner__pagination-btn:disabled{opacity:.5;cursor:not-allowed;border-color:#e2e8f0;color:#a0aec0}.admin-banner__pagination-btn.active{background-color:#f56a2c;color:#fff;border-color:#f56a2c;font-weight:600}.admin-banner__pagination-btn.active:hover{background-color:#e55a1c;box-shadow:0 2px 4px #f56a2c33}.create-banner{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:1rem;max-width:800px;margin:1rem auto}.create-banner__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.create-banner__title{font-size:1.25rem;font-weight:600;color:#333;margin:0}.create-banner__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;background-color:transparent;color:#999;cursor:pointer;transition:background-color .2s}.create-banner__close:hover{background-color:#f5f5f5;color:#666}.create-banner__form{padding:1.5rem}.create-banner__section{margin-bottom:2rem}.create-banner__section-title{font-size:1rem;font-weight:600;color:#333;margin:0 0 1.25rem}.create-banner__field{margin-bottom:1.5rem}.create-banner__label{display:block;font-size:.875rem;font-weight:500;color:#333;margin-bottom:.5rem}.create-banner__input{width:100%;padding:.75rem 1rem;border:1px solid #d9d9d9;border-radius:4px;font-size:.875rem;transition:border-color .2s}.create-banner__input:focus{border-color:#f56a2c;outline:none}.create-banner__radio-group{display:flex;flex-wrap:wrap;gap:1rem}.create-banner__radio-label{display:flex;align-items:center;cursor:pointer;position:relative}.create-banner__radio{position:absolute;opacity:0;cursor:pointer}.create-banner__radio-custom{position:relative;display:inline-block;width:18px;height:18px;margin-right:.5rem;border:2px solid #d9d9d9;border-radius:50%;transition:border-color .2s}.create-banner__radio:checked+.create-banner__radio-custom{border-color:#f56a2c}.create-banner__radio:checked+.create-banner__radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background-color:#f56a2c}.create-banner__dropdown{position:relative}.create-banner__dropdown-button{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;border:1px solid #d9d9d9;border-radius:4px;background-color:#fff;text-align:left;cursor:pointer;transition:border-color .2s}.create-banner__dropdown-button:hover{border-color:#f56a2c}.create-banner__dropdown-icon{transform:rotate(90deg)}.create-banner__dropdown-menu{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;box-shadow:0 2px 8px #0000001a;z-index:10;margin-top:.25rem}.create-banner__dropdown-item{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s}.create-banner__dropdown-item:hover{background-color:#f5f5f5}.create-banner__image-upload{border:1px solid #d9d9d9;border-radius:4px;overflow:hidden;max-width:100%}.create-banner__image-preview{position:relative;width:100%;max-height:300px;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:#fafafa;padding:1rem}.create-banner__image-preview img{max-width:100%;max-height:280px;object-fit:contain;border-radius:4px}.create-banner__image-remove{position:absolute;top:1rem;right:1rem;background:#ffffffe6;border:1px solid #d9d9d9;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;cursor:pointer;transition:all .2s}.create-banner__image-remove:hover{background:#fff;border-color:#f56a2c;color:#f56a2c}.create-banner__upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background-color:#fafafa;border:2px dashed #d9d9d9;border-radius:4px;margin:1rem;text-align:center;min-height:200px}.create-banner__upload-icon{margin-bottom:1rem;color:#999;font-size:2rem}.create-banner__upload-text{margin:0 0 .5rem;color:#666;font-size:1rem}.create-banner__upload-hint{margin:0 0 1.5rem;font-size:.75rem;color:#999}.create-banner__file-input{display:none}.create-banner__upload-button{padding:.5rem 1.25rem;background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;font-size:.875rem;cursor:pointer;transition:all .2s}.create-banner__upload-button:hover{border-color:#f56a2c;color:#f56a2c}.create-banner__actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #eee;flex-wrap:wrap}.create-banner__button{padding:.75rem 1.5rem;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s}.create-banner__button--cancel{background-color:#fff;border:1px solid #d9d9d9;color:#666}.create-banner__button--cancel:hover{border-color:#999;color:#333}.create-banner__button--save{background-color:#fff;border:1px solid #d9d9d9;color:#666}.create-banner__button--save:hover{border-color:#999;color:#333}.create-banner__button--create{background-color:#f56a2c;border:1px solid #f56a2c;color:#fff}.create-banner__button--create:hover{background-color:#e05a20}.admin-banner__tabs{display:flex;padding:.5rem;border-bottom:1px solid #eee;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.admin-banner__tabs::-webkit-scrollbar{display:none}.admin-banner__tab{padding:.75rem 1.5rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent;white-space:nowrap}.admin-banner__tab:hover{color:#f56a2c}.admin-banner__tab--active{color:#f56a2c;border-bottom-color:#f56a2c}.skeleton{background:#e0e0e0;border-radius:4px;animation:pulse 1.5s infinite}.skeleton-text{height:20px;width:100%}@keyframes pulse{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}to{background-color:#e0e0e0}}.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable:hover{background-color:#f5f5f5}.image-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.image-modal__content{position:relative;max-width:90%;max-height:90vh;background:#fff;padding:1rem;border-radius:8px;display:flex;flex-direction:column;align-items:center}.image-modal__image{max-width:100%;max-height:calc(90vh - 2rem);object-fit:contain;border-radius:4px}.image-modal__close{position:absolute;top:-1rem;right:-1rem;background:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a}@media screen and (max-width: 1024px){.admin-banner__content,.admin-banner__header{padding:.5rem}.admin-banner__title{font-size:1.5rem}}@media screen and (max-width: 768px){.admin-banner__header{flex-direction:column;align-items:stretch}.admin-banner__create-button{width:100%;justify-content:center}.admin-banner__search-container{padding:.5rem}.admin-banner__search-input{max-width:100%}.create-banner{margin:.5rem}.create-banner__form{padding:1rem}.create-banner__actions{flex-direction:column}.create-banner__button{width:100%}.create-banner__image-preview{max-height:250px}.create-banner__image-preview img{max-height:230px}.create-banner__upload-area{min-height:150px;padding:1.5rem}.admin-banner__pagination{gap:8px;padding:12px}.admin-banner__pagination-btn{min-width:36px;height:36px;padding:6px 12px;font-size:13px}}@media screen and (max-width: 480px){.admin-banner__title{font-size:1.25rem}.admin-banner__tab{padding:.5rem 1rem}.admin-banner__table-container{margin:.5rem}.admin-banner__table th,.admin-banner__table td{padding:.75rem}.admin-banner__action-button{width:28px;height:28px}.image-modal__content{padding:.5rem}.image-modal__close{top:-.5rem;right:-.5rem;width:28px;height:28px}.create-banner__image-preview{max-height:200px}.create-banner__image-preview img{max-height:180px}.create-banner__upload-area{min-height:120px;padding:1rem}.create-banner__upload-text{font-size:.875rem}.admin-banner__pagination{gap:6px;padding:8px}.admin-banner__pagination-btn{min-width:32px;height:32px;padding:4px 8px;font-size:12px}}.admin-banner__error{background-color:#fff2f0;border:1px solid #ffccc7;color:#ff4d4f;padding:1rem;margin:1rem;border-radius:4px;display:flex;justify-content:space-between;align-items:center}.admin-banner__error button{background:none;border:none;color:#ff4d4f;cursor:pointer;font-size:1.25rem;padding:.25rem}.admin-banner__no-data{text-align:center;padding:2rem;color:#666;font-style:italic}.admin-catalog{display:flex;min-height:100vh;background-color:#fafafa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.admin-catalog__container{flex:1;padding:24px;max-width:1400px;margin:0 auto}.admin-catalog__content{width:100%}.admin-catalog__header{margin-bottom:24px}.admin-catalog__title{font-size:24px;font-weight:600;color:#1a1a1a;margin:0}.admin-catalog__card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:none}.admin-catalog__card-header{padding:20px 24px;border-bottom:1px solid #e5e7eb}.admin-catalog__header-content{display:flex;justify-content:space-between;align-items:center;gap:16px}.admin-catalog__section-title{font-size:18px;font-weight:600;color:#374151;margin:0}.admin-catalog__controls{display:flex;gap:12px;align-items:center}.admin-catalog__search{position:relative;width:240px}.admin-catalog__search--modal{width:100%;margin-bottom:12px}.admin-catalog__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;width:16px;height:16px}.admin-catalog__search-input{width:100%;padding:8px 12px 8px 36px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#374151;background:#fff}.admin-catalog__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.admin-catalog__add-button{display:flex;align-items:center;gap:6px;padding:8px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;height:36px}.admin-catalog__add-button:hover{background-color:#2563eb}.admin-catalog__button-icon{width:16px;height:16px}.admin-catalog__table-container{padding:0}.admin-catalog__table{width:100%}.admin-catalog__table-head{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.025em;padding:12px 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.admin-catalog__table-row{border-bottom:1px solid #f3f4f6}.admin-catalog__table-row:hover{background-color:#f9fafb}.admin-catalog__table-cell{padding:16px 24px;font-size:14px;color:#374151;vertical-align:middle}.admin-catalog__table-cell--title{font-weight:500;color:#1f2937}.admin-catalog__status-toggle{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;border:none;cursor:pointer;text-transform:capitalize}.admin-catalog__status-toggle--active{background-color:#dcfce7;color:#16a34a}.admin-catalog__status-toggle--inactive{background-color:#fee2e2;color:#dc2626}.admin-catalog__product-count{font-size:14px;color:#6b7280}.admin-catalog__actions{display:flex;gap:8px}.admin-catalog__action-button{padding:6px;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.admin-catalog__action-button--edit{background-color:#eff6ff;color:#2563eb}.admin-catalog__action-button--edit:hover{background-color:#dbeafe}.admin-catalog__action-button--delete{background-color:#fef2f2;color:#dc2626}.admin-catalog__action-button--delete:hover{background-color:#fee2e2}.admin-catalog__action-icon{width:14px;height:14px}.admin-catalog__no-data{text-align:center;padding:48px 24px;color:#6b7280;font-size:14px}.admin-catalog__error{text-align:center;padding:48px 24px;color:#dc2626;font-size:14px}.admin-catalog__loading{padding:48px 24px;text-align:center;color:#6b7280;font-size:14px}.admin-catalog__modal-overlay{background-color:#00000080;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;animation:fadeIn .15s ease-out}.admin-catalog__modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:8px;padding:24px;max-width:500px;width:90%;z-index:1001;max-height:85vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideIn .15s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-50%,-48%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.admin-catalog__modal--delete{max-width:400px}.admin-catalog__modal-title{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:16px}.admin-catalog__modal-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px}.admin-catalog__modal-close:hover{background-color:#f3f4f6;color:#374151}.admin-catalog__modal-body{display:flex;flex-direction:column;gap:16px}.admin-catalog__modal-text{color:#6b7280;font-size:14px;line-height:1.5}.admin-catalog__form-group{display:flex;flex-direction:column;gap:6px}.admin-catalog__form-label{font-size:14px;font-weight:500;color:#374151}.admin-catalog__form-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#374151}.admin-catalog__form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.admin-catalog__checkbox-container{display:flex;align-items:center;gap:8px}.admin-catalog__checkbox{width:16px;height:16px;accent-color:#3b82f6}.admin-catalog__checkbox-label{font-size:14px;color:#374151}.admin-catalog__products-list{max-height:300px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:6px;padding:8px;background:#fafafa}.admin-catalog__product-item{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:8px;cursor:pointer;transition:all .15s ease;background:#fff}.admin-catalog__product-item:hover{border-color:#3b82f6;box-shadow:0 1px 3px #0000001a}.admin-catalog__product-item--selected{border-color:#3b82f6;background-color:#eff6ff}.admin-catalog__product-checkbox-wrapper{display:flex;align-items:center;justify-content:center}.admin-catalog__hidden-checkbox{position:absolute;opacity:0;width:0;height:0}.admin-catalog__custom-checkbox{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:2px solid #3b82f6;border-radius:3px;background:#fff;transition:all .15s ease}.admin-catalog__product-item--selected .admin-catalog__custom-checkbox{background:#3b82f6;color:#fff}.admin-catalog__checkmark{width:12px;height:12px}.admin-catalog__product-details{flex:1;display:flex;flex-direction:column;gap:2px}.admin-catalog__product-name{font-size:14px;font-weight:500;color:#1f2937}.admin-catalog__product-price{font-size:13px;color:#16a34a;font-weight:500}.admin-catalog__modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px;padding-top:16px;border-top:1px solid #e5e7eb}.admin-catalog__button--cancel{padding:8px 16px;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer}.admin-catalog__button--cancel:hover{background-color:#f9fafb}.admin-catalog__button--submit{padding:8px 16px;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer}.admin-catalog__button--submit:hover:not(:disabled){background-color:#2563eb}.admin-catalog__button--submit:disabled{background-color:#9ca3af;cursor:not-allowed}.admin-catalog__button--danger{background-color:#dc2626;color:#fff}.admin-catalog__button--danger:hover{background-color:#b91c1c}@media (max-width: 768px){.admin-catalog__container{padding:16px}.admin-catalog__header-content{flex-direction:column;align-items:stretch;gap:12px}.admin-catalog__controls{justify-content:space-between}.admin-catalog__search{width:200px}.admin-catalog__modal{margin:16px;width:calc(100% - 32px);max-height:calc(100vh - 32px)}.admin-catalog__modal-actions{flex-direction:column}.admin-catalog__button--cancel,.admin-catalog__button--submit,.admin-catalog__button--danger{width:100%}}@media (max-width: 480px){.admin-catalog__controls{flex-direction:column;gap:8px}.admin-catalog__search{width:100%}.admin-catalog__add-button{width:100%;justify-content:center}.admin-catalog__table-head,.admin-catalog__table-cell{padding:12px 16px;font-size:13px}}.product-page{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f8f9fa;min-height:100vh;margin:0 auto;max-width:95%;padding:1rem}.product-page__container{background:#fff;border-radius:8px}.product-page__content{padding:1rem}.product-gallery{display:flex;gap:2rem;flex-wrap:wrap;width:100%}.product-gallery__images{flex:1;min-width:300px;max-width:600px;margin:0 auto}.product-gallery__main-image{width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;margin-bottom:1rem;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center}.product-gallery__main-image img{width:100%;height:100%;object-fit:contain;padding:1rem}.product-gallery__thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:#f26925 #f0f2f2}.product-gallery__thumbnails::-webkit-scrollbar{height:6px}.product-gallery__thumbnails::-webkit-scrollbar-track{background:#f0f2f2;border-radius:3px}.product-gallery__thumbnails::-webkit-scrollbar-thumb{background-color:#f26925;border-radius:3px}.product-gallery__thumbnail{width:4.5rem;height:4.5rem;min-width:4.5rem;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;padding:0;background:none;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center}.product-gallery__thumbnail--active{border-color:#f26925}.product-gallery__thumbnail img{width:100%;height:100%;object-fit:contain;padding:.5rem}@media (max-width: 768px){.product-gallery{gap:1rem}.product-gallery__images{min-width:100%}.product-gallery__main-image{aspect-ratio:4/3}.product-gallery__thumbnail{width:3.5rem;height:3.5rem;min-width:3.5rem}}.product-info{flex:1;padding:1.5rem;max-width:100%;display:flex;flex-direction:column;align-items:flex-start}.product-info__badges{display:flex;gap:.5rem;margin-bottom:.75rem}.product-info__badge{padding:.25rem .5rem;border-radius:3px;font-size:.75rem;font-weight:500}.product-info__badge--bestseller{background-color:#232f3e;color:#fff}.product-info__badge--category{background-color:#f0f2f2;color:#232f3e}.product-info__brand{font-size:.9rem;color:#757575;margin-bottom:.25rem;font-weight:500}.product-info__title{font-size:1.5rem;font-weight:700;margin:0 0 .75rem;color:#222;line-height:1.2}.product-info__description{font-size:.9rem;color:#222;margin-bottom:1rem;font-weight:400;line-height:1.5}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product-rating__score{font-size:.9rem;font-weight:700;color:#222}.product-rating__stars{display:flex;gap:.05rem;font-size:.9rem;color:#e0e0e0}.product-rating__count{color:#757575;font-size:.85rem;margin-left:.1rem}.product-rating__count:hover{color:#c7511f;text-decoration:underline}.product-price{margin-bottom:.5rem;display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.product-price__current{font-size:1.5rem;font-weight:700;color:#222}.product-price__original{font-size:.9rem;color:#757575;text-decoration:line-through;font-weight:400}.product-price__savings{color:#2ecc40;font-size:.9rem;font-weight:700}.product-price__vat{display:block;font-size:.8rem;color:#757575;margin-top:.2rem;margin-bottom:1rem}.product-storage{margin-bottom:1rem;width:100%}.product-storage__label{font-size:.9rem;color:#757575;margin-bottom:.4rem;font-weight:500}.product-storage__options{display:flex;gap:.5rem;flex-wrap:wrap}.product-storage__option{min-width:2.5rem;padding:.4rem 1rem;border:1.5px solid #e0e0e0;border-radius:7px;background:#fff;color:#222;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;outline:none}.product-storage__option.selected{background:#fff7f0;border:2px solid #f26925;color:#f26925}.product-storage__option:not(.selected):hover{border-color:#f26925}.product-storage__size-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.product-storage__size-tag{display:inline-block;padding:4px 12px;background-color:#f8f9fa;color:#495057;border:1px solid #dee2e6;border-radius:12px;font-size:13px;font-weight:500;transition:all .2s ease}.product-storage__size-tag:hover{background-color:#e9ecef;border-color:#adb5bd;transform:translateY(-1px)}.product-options{margin-bottom:1.5rem;width:100%}.product-options__group{margin-bottom:1rem}.product-options__label{display:block;font-size:.85rem;color:#0f1111;margin-bottom:.5rem;font-weight:500}.product-options__colors{display:flex;gap:.5rem;flex-wrap:wrap}.product-options__color{width:2rem;height:2rem;border:2px solid transparent;border-radius:50%;overflow:hidden;cursor:pointer;padding:0;background:none;transition:border-color .2s ease}.product-options__color--active{border-color:#232f3e}.product-options__color img{width:100%;height:100%;object-fit:cover}.product-options__memory{display:flex;gap:.5rem;flex-wrap:wrap}.product-options__memory-item{padding:.4rem .75rem;border:1px solid #e7e7e7;border-radius:3px;background:#fff;cursor:pointer;font-size:.85rem;color:#0f1111;transition:all .2s ease}.product-options__memory-item:hover{border-color:#232f3e}.product-options__memory-item--active{border-color:#232f3e;background-color:#f0f2f2}.product-options__selected{color:#28a745;font-weight:600;background-color:#f8fff9;padding:2px 8px;border-radius:4px;border:1px solid #28a745}.product-options__size-help{font-size:12px;color:#6c757d;margin-top:8px;font-style:italic}.product-options__size-item{transition:all .2s ease;border:2px solid #dee2e6;background:#fff;color:#495057;font-weight:500;min-width:40px;text-align:center;position:relative;overflow:hidden}.product-options__size-item:hover{border-color:#28a745;background-color:#f8fff9;transform:translateY(-1px);box-shadow:0 2px 4px #28a7451a}.product-options__size-item--active{border-color:#28a745;background-color:#28a745;color:#fff;box-shadow:0 2px 4px #28a74533}.product-options__size-item--active:hover{background-color:#218838;border-color:#218838}.product-options__size-item--active:after{content:"✓";position:absolute;top:2px;right:4px;font-size:10px;font-weight:700}.product-quantity{margin-bottom:1.5rem;width:100%}.product-quantity__label{font-size:.9rem;color:#757575;margin-bottom:.4rem;font-weight:500}.product-quantity__selector{display:flex;align-items:center;border:1.5px solid #e0e0e0;border-radius:7px;width:fit-content;background:#fff}.product-quantity__button{padding:.4rem .9rem;border:none;background:none;cursor:pointer;color:#222;font-size:1rem;font-weight:700;transition:background .2s}.product-quantity__button:active{background:#f5f5f5}.product-quantity__input{width:2.5rem;text-align:center;border:none;font-size:.9rem;color:#222;font-weight:500}.product-actions{display:flex;gap:1rem;margin-bottom:2rem;width:100%;flex-wrap:wrap}.product-actions__button{flex:1;padding:.8rem 0;border-radius:7px;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s,color .2s,border .2s;border:2px solid #f26925;min-width:120px}.product-actions__button--primary{background-color:#f26925;color:#fff;border:2px solid #f26925}.product-actions__button--primary:hover{background-color:#ea5f0a;border-color:#ea5f0a}.product-actions__button--secondary{background:#fff;color:#f26925;border:2px solid #f26925}.product-actions__button--secondary:hover{background:#fff7f0;color:#ea5f0a;border-color:#ea5f0a}.seller-info{border-top:1px solid #eee;padding-top:1.25rem;width:100%}.seller-info__title{font-size:1.1rem;font-weight:600;margin:0 0 .9rem}.seller-info__identity{display:flex;align-items:center;gap:.6rem;margin-bottom:.9rem}.seller-info__icon{width:2.5rem;height:2.5rem;background-color:#f26925;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.seller-info__name{font-size:.95rem;font-weight:500;margin:0}.seller-info__details{display:flex;flex-direction:column;gap:.5rem}.seller-info__detail{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#666}.seller-info__checkmark{color:#4caf50;font-weight:700}.seller-info__link{text-decoration:none;color:inherit}.seller-info__link:hover{text-decoration:underline;color:#007bff}.recommended-products{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px #0000001a}.recommended-products__title{font-size:1.3rem;font-weight:700;color:#212529;margin:0 0 1.2rem;text-align:center}.recommended-products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.recommended-products__item{border:1px solid #dee2e6;border-radius:8px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;background:#fff;text-decoration:none;color:inherit}.recommended-products__item:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a;text-decoration:none;color:inherit}.recommended-products__image{width:100%;height:10rem;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.recommended-products__image img{width:100%;height:100%;object-fit:cover}.recommended-products__content{padding:.9rem}.recommended-products__name{font-size:.95rem;font-weight:600;color:#212529;margin:0 0 .5rem;line-height:1.4}.recommended-products__price{font-size:1rem;font-weight:700;color:#f26925;margin:0}.toast{position:fixed;bottom:1rem;right:1rem;background:#333;color:#fff;padding:.75rem 1.25rem;border-radius:4px;box-shadow:0 2px 8px #0003;z-index:1000;animation:slideIn .3s ease-out}.toast__content{display:flex;align-items:center;gap:.5rem}.toast__icon{color:#4caf50}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.product-page__reviews{max-width:95%;margin:1.5rem auto;padding:0 1rem}.product-page__reviews h2{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.review-form{background-color:#f9fafb;border-radius:.5rem;padding:1rem}.product-options__sizes{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:8px}.product-options__size-item{padding:.5rem 1rem;border:2px solid #dee2e6;border-radius:6px;background:#fff;cursor:pointer;font-size:.9rem;font-weight:500;color:#495057;transition:all .2s ease;min-width:3rem;text-align:center;position:relative;overflow:hidden}.preloader{display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease-in-out}.preloader--fullscreen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f8f9fa,#e9ecef);z-index:9999}.preloader--inline{position:relative;width:100%;min-height:200px;background:transparent}.preloader__content{display:flex;flex-direction:column;align-items:center;gap:2rem}.preloader__logo-container{animation:logoFloat 2s ease-in-out infinite}.preloader__logo{width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.preloader__spinner{position:relative;width:60px;height:60px}.preloader__spinner-ring{position:absolute;width:100%;height:100%;border:3px solid transparent;border-top:3px solid #f26925;border-radius:50%;animation:spin 1.2s linear infinite}.preloader__spinner-ring:nth-child(1){animation-delay:0s}.preloader__spinner-ring:nth-child(2){width:80%;height:80%;top:10%;left:10%;border-top-color:#232f3e;animation-delay:.2s}.preloader__spinner-ring:nth-child(3){width:60%;height:60%;top:20%;left:20%;border-top-color:#f26925;animation-delay:.4s}.preloader__text{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.1rem;font-weight:500;color:#232f3e;letter-spacing:.5px;animation:textPulse 1.5s ease-in-out infinite}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes textPulse{0%,to{opacity:.7}50%{opacity:1}}@media (max-width: 768px){.preloader__logo{width:80px;height:80px}.preloader__spinner{width:50px;height:50px}.preloader__text{font-size:1rem}.preloader__content{gap:1.5rem}}@media (max-width: 480px){.preloader__logo{width:60px;height:60px}.preloader__spinner{width:40px;height:40px}.preloader__text{font-size:.9rem}.preloader__content{gap:1rem}}.reviews{max-width:1200px;margin:3rem auto;padding:0 1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.reviews__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid #f1f5f9}.reviews__summary{display:flex;align-items:center;gap:1.5rem}.reviews__rating{font-size:2.5rem;font-weight:700;color:#0f172a;line-height:1}.reviews__stars{display:flex;gap:.25rem;align-items:center}.reviews__star{width:1.5rem;height:1.5rem;transition:all .2s ease}.reviews__star--filled{fill:#f59e0b;color:#f59e0b;filter:drop-shadow(0 1px 2px rgba(245,158,11,.3))}.reviews__star--empty{color:#e2e8f0}.reviews__count{color:#64748b;font-size:.95rem;font-weight:500}.reviews__sorting{display:flex;align-items:center;gap:1rem}.reviews__select{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.75rem;background-color:#fff;color:#475569;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.reviews__select:hover{border-color:#cbd5e1;box-shadow:0 4px 6px #0000001a}.reviews__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.reviews__sort-button{background:#fff;border:2px solid #e2e8f0;padding:.75rem;cursor:pointer;color:#64748b;transition:all .2s ease;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.reviews__sort-button:hover{color:#475569;border-color:#cbd5e1;box-shadow:0 4px 6px #0000001a;transform:translateY(-1px)}.reviews__form{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:1rem;padding:2rem;margin-bottom:3rem;border:1px solid #e2e8f0;box-shadow:0 4px 6px #0000000d}.reviews__form-group{margin-bottom:1.5rem}.reviews__form-label{display:block;margin-bottom:.75rem;font-weight:600;color:#334155;font-size:1rem}.reviews__star-rating{display:flex;gap:.5rem;margin-bottom:.5rem}.reviews__star-button{background:none;border:none;padding:.25rem;cursor:pointer;transition:all .2s ease;border-radius:.5rem}.reviews__star-button:hover{transform:scale(1.15);background-color:#f59e0b1a}.reviews__textarea{width:100%;min-height:120px;padding:1rem;border:2px solid #e2e8f0;border-radius:.75rem;margin-bottom:1.5rem;resize:vertical;font-family:inherit;font-size:.95rem;line-height:1.6;transition:all .2s ease;background-color:#fff}.reviews__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.reviews__textarea::placeholder{color:#94a3b8}.reviews__submit{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:1rem 2rem;border-radius:.75rem;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #3b82f640}.reviews__submit:hover{transform:translateY(-2px);box-shadow:0 8px 15px #3b82f64d}.reviews__submit:active{transform:translateY(0)}.reviews__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.reviews__list{display:flex;flex-direction:column;gap:2rem}.reviews__item{background:#fff;border-radius:1rem;padding:1.5rem;border:1px solid #e2e8f0;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.reviews__item:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.reviews__item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.reviews__item-stars{display:flex;gap:.25rem}.reviews__item-date{color:#64748b;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.reviews__item-content{color:#475569;line-height:1.7;font-size:.95rem}@media (max-width: 768px){.reviews{padding:0 1rem;margin:2rem auto}.reviews__header{flex-direction:column;gap:1.5rem;align-items:flex-start}.reviews__summary{flex-direction:column;align-items:flex-start;gap:1rem}.reviews__rating{font-size:2rem}.reviews__form{padding:1.5rem}.reviews__item{padding:1.25rem}.reviews__item-header{flex-direction:column;align-items:flex-start;gap:.75rem}}@media (max-width: 480px){.reviews__star-rating{justify-content:center}.reviews__submit{width:100%;padding:1.25rem}}.popup-content{margin:auto;background:#fff;width:50%;padding:5px;border:1px solid #d7d7d7}[role=tooltip].popup-content{width:200px;box-shadow:0 0 3px #00000029;border-radius:5px}.popup-overlay{background:#00000080}[data-popup=tooltip].popup-overlay{background:transparent}.popup-arrow{-webkit-filter:drop-shadow(0 -3px 3px rgba(0,0,0,.16));filter:drop-shadow(0 -3px 3px rgba(0,0,0,.16));color:#fff;stroke-width:2px;stroke:#d7d7d7;stroke-dasharray:30px;stroke-dashoffset:-54px;left:0;right:0;top:0;bottom:0}.profile{margin:0 auto;padding:32px 16px;background-color:#f9fafb}.profile__title{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:32px;text-align:center;letter-spacing:-.024em}.profile-card{max-width:1000px;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;display:flex;margin:0 auto;min-height:500px}.profile-sidebar{width:280px;background-color:#fff;border-right:1px solid #e5e7eb;padding:32px 24px;display:flex;flex-direction:column;align-items:center;gap:24px}.profile-sidebar__avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;background-color:#fef3c7;border:4px solid #f97316;transition:transform .3s ease}.profile-sidebar__avatar-img{width:100%;height:100%;object-fit:cover}.profile-sidebar__button{width:100%;padding:12px 16px;border-radius:8px;font-size:16px;font-weight:600;text-align:center;transition:all .3s ease;cursor:pointer}.profile-sidebar__button--primary{background-color:#f97316;color:#fff;border:none;box-shadow:0 2px 8px #f973164d}.profile-sidebar__button--primary:hover{background-color:#ea580c;transform:translateY(-2px)}.profile-sidebar__button--secondary{background-color:transparent;color:#f97316;border:2px solid #f97316}.profile-sidebar__button--secondary:hover{background-color:#fff7ed;color:#ea580c}.profile-content{flex:1;padding:32px;background-color:#fff}.profile-form{max-width:700px;margin:0 auto}.profile-form__title{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:24px;border-bottom:3px solid #f97316;padding-bottom:12px}.profile-form__group{margin-bottom:24px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px}.profile-form__group label{display:block;font-weight:600;font-size:14px;color:#374151;margin-bottom:10px;text-transform:uppercase;letter-spacing:.05em}.profile-form__group div{font-size:16px;color:#1f2937;line-height:1.6;background:#fff;padding:14px;border-radius:8px;border:1px solid #d1d5db;min-height:24px}.profile-form__group--highlight{border-left:5px solid #f97316;background:linear-gradient(90deg,#fff7ed,#fff)}.profile-form__group--id label{color:#f97316}.profile-form__group--verified div{display:inline-flex;align-items:center;font-weight:600;padding:10px 16px;border-radius:9999px;font-size:14px}.profile-form__group--verified .verified-yes{background:#dcfce7;color:#15803d;border:1px solid #22c55e}.profile-form__group--verified .verified-no{background:#fee2e2;color:#b91c1c;border:1px solid #ef4444}.profile-form__group--role div{background:#e0f2fe;color:#1e40af;font-weight:600;text-transform:capitalize;border:1px solid #3b82f6}.profile-form__loading{display:flex;align-items:center;justify-content:center;padding:48px;color:#6b7280;font-size:16px;font-weight:500}.profile-form__loading:before{content:"";width:24px;height:24px;border:3px solid #e5e7eb;border-top:3px solid #f97316;border-radius:50%;animation:spin .8s linear infinite;margin-right:12px}.profile-form__static-text{color:#4b5563;font-size:14px;line-height:1.5}.profile-form__action,.profile-form__help{color:#f97316;background:none;border:none;cursor:pointer;font-size:14px;font-weight:600;transition:color .2s ease}.profile-form__action:hover,.profile-form__help:hover{color:#ea580c}.profile-form__actions{display:flex;gap:16px;margin-top:24px}.credentials{max-width:600px;margin:0 auto}.credentials__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.credentials__title{font-size:20px;font-weight:700;color:#1f2937}.credentials__actions{display:flex;gap:12px}.credentials__section{border-top:2px solid #e5e7eb;padding-top:24px}.credentials__form-title{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:16px}.credentials__description{font-size:14px;color:#4b5563;margin-bottom:24px}.credentials__actions-row{display:flex;gap:16px;margin-top:24px}.btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:16px;padding:12px 24px;transition:all .3s ease}.btn--primary{background-color:#f97316;color:#fff}.btn--primary:hover{background-color:#ea580c;transform:translateY(-2px);box-shadow:0 4px 12px #f973164d}.btn--primary:disabled{background-color:#d1d5db;cursor:not-allowed;transform:none;box-shadow:none}.btn--secondary{background-color:transparent;color:#f97316;border:2px solid #f97316}.btn--secondary:hover{background-color:#fff7ed;color:#ea580c}.orders{max-width:800px;margin:0 auto}.orders__title{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:24px}.orders__header{display:flex;padding:12px 0;border-bottom:2px solid #e5e7eb;margin-bottom:16px}.orders__header-col{font-weight:600;color:#4b5563;font-size:14px}.orders__header-col--product{flex:3}.orders__header-col--price{flex:1;text-align:right}.orders__list{display:flex;flex-direction:column;gap:24px}.order-item{border-bottom:1px solid #e5e7eb;padding-bottom:24px;transition:all .3s ease}.order-item:hover{background-color:#f9fafb;border-radius:8px}.order-item__content{display:flex;align-items:center}.order-item__image{width:80px;height:80px;background-color:#f3f4f6;border-radius:8px;overflow:hidden}.order-item__image-img{width:100%;height:100%;object-fit:cover}.order-item__details{margin-left:24px;flex-grow:1;display:flex;justify-content:space-between;align-items:center}.order-item__info{flex:3}.order-item__name{font-size:18px;font-weight:700;color:#1f2937;margin-bottom:8px}.order-item__description{font-size:14px;color:#6b7280;margin-bottom:12px}.order-item__quantity{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid #d1d5db;background-color:#fff;font-size:14px;font-weight:600;color:#1f2937}.order-item__price-section{flex:1;text-align:right}.order-item__price{font-size:16px;font-weight:700;color:#1f2937}.order-item__delete{color:#6b7280;background:none;border:none;cursor:pointer;margin-top:12px;transition:color .2s ease}.order-item__delete:hover{color:#ef4444}.popup-content{background:#fff;border-radius:16px;padding:20px;min-width:300px;max-width:500px;margin:0 auto;position:relative;box-shadow:0 8px 24px #0000001a;animation:popupSlideIn .3s ease-out}.popup-success{border-left:4px solid #22c55e}.popup-error{border-left:4px solid #ef4444}.popup-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.popup-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background-color:#0000000d}.popup-success .popup-icon{color:#22c55e}.popup-error .popup-icon{color:#ef4444}.popup-title{font-size:16px;font-weight:600;color:#111827}.popup-body{margin-bottom:20px}.popup-body p{font-size:14px;color:#6b7280;line-height:1.4;margin:0}.popup-footer{display:flex;justify-content:flex-end}.popup-close-btn{background-color:transparent;color:#f97316;border:1px solid #f97316;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.popup-close-btn:hover{background-color:#f97316;color:#fff;transform:translateY(-1px)}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.profile-card{flex-direction:column}.profile-sidebar{width:90%;border-right:none;border-bottom:1px solid #e5e7eb;padding:24px}.profile-content{padding:24px}}@media (max-width: 640px){html,body,.profile,.profile-card,.profile-sidebar,.profile-content,.profile-form{width:100%!important;min-width:0!important;max-width:100vw!important;box-sizing:border-box;overflow-x:hidden!important}.profile-card{flex-direction:column!important;box-shadow:none;border-radius:0;min-width:0}.profile-sidebar{border-right:none;border-bottom:1px solid #e5e7eb;padding:12px 4px;border-radius:0;gap:8px;align-items:flex-start}.profile-sidebar__avatar{width:64px;height:64px;font-size:24px;margin:0 auto!important}.profile-sidebar__button,.btn,.profile-sidebar__button--primary,.profile-sidebar__button--secondary{width:80%!important;min-width:0;max-width:80vw;display:block;margin-left:auto;margin-right:auto}.profile-content{padding:8px 2px}.profile-form{padding:0}.profile-form__title{font-size:15px;padding-bottom:4px;margin-bottom:8px}.profile-form__group{padding:6px;margin-bottom:8px}.profile-form__group label{font-size:11px;margin-bottom:2px}.profile-form__group div{font-size:13px;padding:6px}.btn,.profile-sidebar__button{min-width:44px;min-height:44px;font-size:14px}.orders__title{font-size:14px}.order-item__content{flex-direction:column;align-items:flex-start;gap:6px}.order-item__image{width:48px;height:48px}.order-item__details{margin-left:0;margin-top:6px;gap:6px}.order-item__price-section{text-align:left;font-size:13px}}@media (max-width: 480px){.profile{padding:8px}.profile__title{font-size:18px;margin-bottom:16px}.profile-card{flex-direction:column;min-width:0;box-shadow:none;border-radius:0}.profile-sidebar{width:100%;padding:12px 8px;border-radius:0;gap:12px}.profile-sidebar__avatar{width:80px;height:80px;font-size:32px}.profile-sidebar__button{font-size:14px;padding:10px 8px}.profile-content{padding:12px 4px}.profile-form{padding:0}.profile-form__title{font-size:16px;padding-bottom:6px;margin-bottom:12px}.profile-form__group{padding:8px;margin-bottom:12px}.profile-form__group label{font-size:12px;margin-bottom:4px}.profile-form__group div{font-size:14px;padding:8px}.btn,.profile-sidebar__button{min-width:44px;min-height:44px;font-size:15px}.orders__title{font-size:16px}.order-item__content{flex-direction:column;align-items:flex-start;gap:8px}.order-item__image{width:60px;height:60px}.order-item__details{margin-left:0;margin-top:8px;gap:8px}.order-item__price-section{text-align:left;font-size:14px}}.skeleton{background:#e5e7eb;border-radius:8px;position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton-avatar{width:120px;height:120px;border-radius:50%;border:4px solid #e5e7eb}.skeleton-button{width:100%;height:48px;border-radius:8px;margin-top:24px}.skeleton-form-group{width:100%;height:80px;border-radius:10px;margin-bottom:24px}.skeleton-order-item{width:100%;height:120px;border-radius:8px;margin-bottom:24px}.profile-sidebar__avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#fff;border:4px solid #f97316;transition:transform .3s ease;text-transform:uppercase}.profile-sidebar__avatar:hover{transform:scale(1.05)}.credentials__actions{display:flex;gap:16px}.profile-form__input{outline:none}.profile-form__input:focus{outline:2px solid #4285F4;box-shadow:0 0 5px #4285f480}.credentials__actions-row:focus,.credentials__actions-row button:focus{outline:2px solid red!important}.vendor-login{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;padding:20px}.vendor-login__container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:40px;width:100%;max-width:480px}.vendor-login__header{text-align:center;margin-bottom:32px}.vendor-login__header h1{font-size:24px;color:#333;margin-bottom:8px}.vendor-login__header p{color:#666;font-size:14px}.vendor-login__form{display:flex;flex-direction:column;gap:20px}.vendor-login__form-group{display:flex;flex-direction:column;gap:8px}.vendor-login__form-group label{font-size:14px;font-weight:500;color:#333}.vendor-login__form-group input{padding:12px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border-color .2s}.vendor-login__form-group input:focus{outline:none;border-color:#007bff}.vendor-login__submit{background-color:#007bff;color:#fff;border:none;padding:12px;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}.vendor-login__submit:hover{background-color:#0056b3}.vendor-login__submit:disabled{background-color:#ccc;cursor:not-allowed}.vendor-login__footer{margin-top:24px;display:flex;flex-direction:column;gap:12px;align-items:center}.vendor-login__toggle{background:none;border:none;color:#007bff;font-size:14px;cursor:pointer;padding:0}.vendor-login__toggle:hover{text-decoration:underline}.vendor-login__forgot-password{background:none;border:none;color:#666;font-size:14px;cursor:pointer;padding:0}.vendor-login__forgot-password:hover{color:#333;text-decoration:underline}@media (max-width: 480px){.vendor-login__container{padding:24px}.vendor-login__header h1{font-size:20px}}.vendor-signup{max-width:400px;margin:0 auto;padding:20px}.vendor-signup__title{font-size:24px;margin-bottom:20px;text-align:center}.vendor-signup__error{color:#d32f2f;margin-bottom:15px;text-align:center}.vendor-signup__success{color:#2e7d32;margin-bottom:15px;text-align:center}.vendor-signup__form{display:flex;flex-direction:column;gap:15px}.vendor-signup__field{display:flex;flex-direction:column}.vendor-signup__label{font-size:14px;margin-bottom:5px}.vendor-signup__input{padding:10px;border:1px solid #ccc;border-radius:4px;font-size:16px}.vendor-signup__input:focus{outline:none;border-color:#1976d2}.vendor-signup__button{padding:12px;background-color:#1976d2;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer}.vendor-signup__button:hover{background-color:#1565c0}.vendor-signup__button:disabled{background-color:#90caf9;cursor:not-allowed}.vendor-signup__loading{display:flex;align-items:center;justify-content:center}.vendor-signup__spinner{width:20px;height:20px;margin-right:8px;animation:spin 1s linear infinite}.vendor-signup__spinner-circle{opacity:.25}.vendor-signup__spinner-path{opacity:.75}.vendor-signup__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.vendor-signup__modal{background-color:#fff;border-radius:8px;width:100%;max-width:500px;padding:20px;position:relative}.vendor-signup__modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.vendor-signup__modal-close{background:none;border:none;font-size:20px;cursor:pointer;color:#333}.vendor-signup__modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.vendor-signup__cancel-btn{background-color:#ccc}.vendor-signup__cancel-btn:hover{background-color:#b0b0b0}.admin-district{display:flex;min-height:100vh;background:#f9fafb}.admin-district__content{flex:1;padding:24px 32px;background:#f9fafb}.admin-district__header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;padding:2rem}.admin-district__title{font-size:1.5rem;font-weight:600;color:#1f2a44;margin:0}.admin-district__add-btn{background:#f60;color:#fff;border:none;border-radius:8px;padding:10px 28px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .18s;box-shadow:0 2px 8px #ff66000f;display:flex;align-items:center;gap:6px}.admin-district__add-btn svg{color:#fff;font-size:1.2em}.admin-district__add-btn:hover{background:#e65c00}.admin-district__search-row{margin-bottom:16px;display:flex;justify-content:flex-end}.admin-district__search-input{padding:8px 12px;border:1px solid #e5e7eb;border-radius:4px;font-size:.875rem;width:200px;transition:border-color .2s;background:#fff}.admin-district--search-input:focus{border-color:#3b82f6;outline:none}.admin-district__table-container{background-color:#fff;border-radius:3px;box-shadow:0 1px 3px #0000001a;padding:16px;margin-bottom:16px;overflow-x:auto}.admin-district__table{width:100%;border-collapse:collapse;font-size:16px}.admin-district__table th,.admin-district__table td{padding:16px 22px;text-align:left}.admin-district__table th{background:#f9fafb;font-weight:600;color:#1f2a44;border-bottom:2px solid #e5e7eb}.admin-district__table tr{background:#fff;transition:background .13s}.admin-district__table tr:hover{background:#f8f8fa}.admin-district__table tr:not(:last-child) td{border-bottom:1px solid #e5e7eb}.admin-district__edit-btn,.admin-district__delete-btn{background:#fff;border:none;margin-right:6px;cursor:pointer;font-size:1.1rem;border-radius:50%;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;transition:background .15s;box-shadow:none}.admin-district__edit-btn svg{color:#f60;font-size:1.2em}.admin-district__edit-btn:hover{background:#fff3e0}.admin-district__delete-btn svg{color:#e53935;font-size:1.2em}.admin-district__delete-btn:hover{background:#ffebee}.admin-district__error{padding:16px;text-align:center;color:#6b7280;font-size:14px}.admin-district__pagination{display:flex;justify-content:center;align-items:center;gap:14px;margin:32px 0 18px;padding-bottom:8px}.admin-district__pagination-btn{background:#fff3e0;color:#f60;border:1.5px solid #ff6600;border-radius:6px;padding:7px 15px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s,border .15s}.admin-district__pagination-btn.active,.admin-district__pagination-btn:hover{background:#f60;color:#fff;border:1.5px solid #ff6600}.admin-district__pagination-btn:disabled{background:#f0f0f0;color:#bbb;border:1.5px solid #eee;cursor:not-allowed}.admin-district__skeleton-row td{padding:12px}.admin-district__skeleton{background:#e5e7eb;border-radius:4px;animation:pulse 1.5s infinite}.admin-district__skeleton-id{width:30px;height:12px}.admin-district__skeleton-name{width:150px;height:12px}.admin-district__skeleton-btn{width:18px;height:12px;margin-right:8px;display:inline-block}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.admin-district__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:1000;display:flex;align-items:center;justify-content:center}.admin-district__modal{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:24px;width:100%;max-width:400px;animation:fadeIn .3s ease-out}.admin-district__modal h2{font-size:1.125rem;font-weight:600;color:#1f2a44;margin-bottom:16px}.admin-district__modal p{font-size:.875rem;color:#4b5563;margin-bottom:16px}.admin-district__modal input[type=text]{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:4px;font-size:.875rem;background:#fff;transition:border-color .2s}.admin-district__modal input[type=text]:focus{border-color:#3b82f6;outline:none}.admin-district__modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.admin-district__modal-actions button[type=submit],.admin-district__modal-actions button:not([type]),.admin-district__modal-actions button.confirm{background:#f60;color:#fff;border:1.5px solid #ff6600;border-radius:7px;padding:8px 18px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .18s,border .18s}.admin-district__modal-actions button[type=submit]:hover,.admin-district__modal-actions button:not([type]):hover,.admin-district__modal-actions button.confirm:hover{background:#e65c00;border:1.5px solid #e65c00}.admin-district__modal-actions button[type=button],.admin-district__modal-actions button.cancel{background:#fff;color:#f60;border:1.5px solid #ff6600;border-radius:7px;padding:8px 18px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .18s,color .18s,border .18s}.admin-district__modal-actions button[type=button]:hover,.admin-district__modal-actions button.cancel:hover{background:#fff3e0;color:#e65c00;border:1.5px solid #e65c00}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.deal-admin{display:flex;min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.deal-admin__content{flex:1;padding:32px;transition:margin-left .3s cubic-bezier(.4,0,.2,1);max-width:calc(100vw - 260px)}.deal-admin__header{margin-bottom:32px}.deal-admin__header-content{display:flex;justify-content:space-between;align-items:flex-start;background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(226,232,240,.8)}.deal-admin__title-section{flex:1}.deal-admin__title{font-size:32px;font-weight:700;color:#1e293b;margin:0 0 8px;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.deal-admin__subtitle{font-size:16px;color:#64748b;margin:0;font-weight:400}.deal-admin__add-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:16px 24px;border-radius:12px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;box-shadow:0 4px 14px #3b82f64d;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.deal-admin__add-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.deal-admin__add-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.deal-admin__add-btn:hover:before{left:100%}.deal-admin__add-btn:active{transform:translateY(0)}.deal-admin__btn-icon{font-size:18px}.deal-admin__controls{display:flex;gap:20px;margin-bottom:24px;align-items:center}.deal-admin__search-wrapper,.deal-admin__filter-wrapper{position:relative;display:flex;align-items:center}.deal-admin__search-wrapper{flex:1;max-width:400px}.deal-admin__search-icon,.deal-admin__filter-icon{position:absolute;left:16px;color:#64748b;font-size:18px;z-index:1}.deal-admin__search-input,.deal-admin__status-filter{padding:16px 16px 16px 48px;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a}.deal-admin__search-input:focus,.deal-admin__status-filter:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a,0 1px 3px #0000001a;transform:translateY(-1px)}.deal-admin__search-input{width:100%}.deal-admin__status-filter{width:180px;padding-left:48px}.deal-admin__table-container{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;border:1px solid rgba(226,232,240,.8)}.deal-admin__table-wrapper{overflow-x:auto}.deal-admin__table{width:100%;border-collapse:collapse}.deal-admin__table th,.deal-admin__table td{padding:20px;text-align:left;border-bottom:1px solid #f1f5f9;font-size:15px}.deal-admin__table th{background:linear-gradient(135deg,#f8fafc,#f1f5f9);font-weight:600;color:#475569;text-transform:uppercase;font-size:13px;letter-spacing:.05em;position:sticky;top:0;z-index:10}.deal-admin__table-row{transition:all .2s cubic-bezier(.4,0,.2,1)}.deal-admin__table-row:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);transform:scale(1.001)}.deal-admin__cell-id{font-weight:600;color:#64748b;font-family:JetBrains Mono,monospace}.deal-admin__cell-name{font-weight:500;color:#1e293b}.deal-admin__discount-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:600;display:inline-block}.deal-admin__status{padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:inline-flex;align-items:center;gap:6px}.deal-admin__status:before{content:"";width:6px;height:6px;border-radius:50%}.deal-admin__status--enabled{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#15803d;border:1px solid #86efac}.deal-admin__status--enabled:before{background:#15803d}.deal-admin__status--disabled{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#b91c1c;border:1px solid #fca5a5}.deal-admin__status--disabled:before{background:#b91c1c}.deal-admin__actions{display:flex;gap:8px}.deal-admin__action-btn{background:none;border:none;cursor:pointer;padding:10px;border-radius:8px;color:#64748b;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.deal-admin__edit-btn:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;transform:scale(1.1)}.deal-admin__delete-btn:hover{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626;transform:scale(1.1)}.deal-admin__pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding:24px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-top:1px solid #e2e8f0}.deal-admin__pagination-numbers{display:flex;gap:4px}.deal-admin__pagination-btn{padding:12px 16px;border:2px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#475569;transition:all .2s cubic-bezier(.4,0,.2,1);min-width:44px;display:flex;align-items:center;justify-content:center}.deal-admin__pagination-btn:hover:not(:disabled){background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1;transform:translateY(-1px)}.deal-admin__pagination-btn--active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-color:#3b82f6;font-weight:600;box-shadow:0 4px 14px #3b82f64d}.deal-admin__pagination-btn:disabled{cursor:not-allowed;opacity:.4;background:#f8fafc}.deal-admin__pagination-prev,.deal-admin__pagination-next{font-weight:600}.deal-admin__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}.deal-admin__modal{background:#fff;padding:0;border-radius:20px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(226,232,240,.8)}.deal-admin__modal--danger{border-top:4px solid #dc2626}.deal-admin__modal-header{padding:32px 32px 0;border-bottom:1px solid #f1f5f9;margin-bottom:24px}.deal-admin__modal-header h2{margin:0 0 8px;font-size:24px;font-weight:700;color:#1e293b}.deal-admin__modal-header p{margin:0 0 24px;color:#64748b;font-size:15px}.deal-admin__form{padding:0 32px}.deal-admin__form-group{margin-bottom:24px}.deal-admin__label{display:block;margin-bottom:8px;color:#374151;font-size:14px;font-weight:600}.deal-admin__input,.deal-admin__select{width:100%;padding:16px;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box}.deal-admin__input:focus,.deal-admin__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;transform:translateY(-1px)}.deal-admin__delete-content{padding:0 32px 24px;text-align:center}.deal-admin__delete-content p{font-size:16px;color:#475569;margin:0}.deal-admin__modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:24px 32px 32px;border-top:1px solid #f1f5f9;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:0 0 20px 20px}.deal-admin__btn{padding:14px 24px;border-radius:10px;cursor:pointer;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.deal-admin__btn--primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 14px #3b82f64d}.deal-admin__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.deal-admin__btn--secondary{background:#fff;border-color:#e2e8f0;color:#475569}.deal-admin__btn--secondary:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.deal-admin__btn--danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 4px 14px #dc26264d}.deal-admin__btn--danger:hover{transform:translateY(-2px);box-shadow:0 8px 25px #dc262666}.deal-admin__error{padding:48px;text-align:center;background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #fca5a5;border-radius:16px;margin:20px 0}.deal-admin__error-content h3{color:#b91c1c;font-size:20px;font-weight:600;margin:0 0 8px}.deal-admin__error-content p{color:#dc2626;font-size:15px;margin:0 0 20px}.deal-admin__retry-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.deal-admin__retry-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px #dc26264d}.deal-admin__empty-state{text-align:center;padding:48px 24px}.deal-admin__empty-content h3{color:#64748b;font-size:18px;font-weight:600;margin:0 0 8px}.deal-admin__empty-content p{color:#94a3b8;font-size:14px;margin:0}.deal-admin__skeleton-row td{padding:20px}.deal-admin__skeleton-actions{display:flex;gap:8px}.deal-admin__skeleton{height:20px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}.deal-admin__skeleton-id{width:60px}.deal-admin__skeleton-name{width:200px}.deal-admin__skeleton-discount{width:80px}.deal-admin__skeleton-status{width:100px}.deal-admin__skeleton-btn{width:36px;height:36px;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes slideUp{0%{transform:translateY(20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@media (max-width: 1200px){.deal-admin__content{margin-left:0;padding:24px;max-width:100vw}}@media (max-width: 768px){.deal-admin__content{padding:16px}.deal-admin__header-content{flex-direction:column;gap:20px;align-items:stretch;padding:24px}.deal-admin__title{font-size:24px}.deal-admin__controls{flex-direction:column;gap:16px}.deal-admin__search-wrapper,.deal-admin__filter-wrapper{max-width:none;width:100%}.deal-admin__status-filter{width:100%}.deal-admin__table th,.deal-admin__table td{padding:12px;font-size:14px}.deal-admin__modal{margin:16px;max-width:calc(100vw - 32px)}.deal-admin__modal-header,.deal-admin__form,.deal-admin__delete-content,.deal-admin__modal-actions{padding-left:24px;padding-right:24px}.deal-admin__modal-actions{flex-direction:column;gap:12px}.deal-admin__btn{width:100%;justify-content:center}.deal-admin__pagination{flex-wrap:wrap;gap:8px}.deal-admin__pagination-numbers{order:3;width:100%;justify-content:center}}@media (max-width: 480px){.deal-admin__table-wrapper{overflow-x:scroll}.deal-admin__table{min-width:600px}}.shop-container{padding:20px;max-width:95%;margin:0 auto;width:100%;box-sizing:border-box}.shop-content{display:flex;flex-direction:column;gap:20px;width:100%}.shop{display:flex;gap:30px;width:100%;position:relative}.shop-products{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;width:100%;height:100%}.filter-button{display:none;background-color:#f97316;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:1rem;margin-bottom:20px;transition:background-color .2s ease;box-shadow:0 2px 4px #0000001a}.filter-button:hover{background-color:#f97416e3;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.filter-icon{margin-right:8px}.filter-sidebar{width:280px;background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 12px #00000014;height:fit-content;position:sticky;top:20px}.filter-sidebar__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e9ecef}.filter-sidebar__header h3{margin:0;font-size:1.25rem;color:#333;font-weight:600}.filter-sidebar__close{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:4px;border-radius:4px;transition:background-color .2s ease}.filter-sidebar__close:hover{background-color:#f8f9fa;color:#333}.filter-sidebar__section{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e9ecef}.filter-sidebar__section:last-child{border-bottom:none;margin-bottom:60px;padding-bottom:0}.filter-sidebar__section-title{font-size:1rem;margin-bottom:16px;font-weight:600;color:#333}.filter-sidebar__radio-list,.filter-sidebar__checkbox-list{display:flex;flex-direction:column;gap:12px}.filter-sidebar__radio-item,.filter-sidebar__checkbox-item{display:flex;align-items:center;gap:12px;padding:4px 0}.filter-sidebar__checkbox-item--subcategory{padding-left:24px}.filter-sidebar__radio-item input,.filter-sidebar__checkbox-item input{margin:0;width:18px;height:18px;cursor:pointer}.filter-sidebar__radio-item label,.filter-sidebar__checkbox-item label{font-size:.95rem;cursor:pointer;color:#444;transition:color .2s ease}.filter-sidebar__radio-item:hover label,.filter-sidebar__checkbox-item:hover label{color:#1976d2}.filter-sidebar__loading,.filter-sidebar__no-data{font-size:.9rem;color:#666;padding:8px 0}.filter-sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media (max-width: 1200px){.shop-container{padding:16px}.shop-products{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}}@media (max-width: 992px){.shop-products{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}}@media (max-width: 768px){.shop{flex-direction:column}.filter-button{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:16px}.filter-sidebar{position:fixed;top:0;left:-140%;width:280px;height:100vh;z-index:999;transition:left .3s ease;overflow-y:auto}.filter-sidebar.open{left:0}.filter-sidebar__close,.filter-sidebar-overlay{display:block}.shop-products{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}}@media (max-width: 480px){.shop-container{padding:12px}.shop-products{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}.filter-sidebar{left:-100%}.filter-sidebar.open{left:0}}.search-bar-container{padding:40px;max-width:95%;width:100%;box-sizing:border-box}.search-form{display:flex;gap:12px;max-width:600px;align-items:center}.search-input-container{position:relative;flex:1}.search-input{width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s ease;background-color:#fff;box-sizing:border-box}.search-input:focus{border-color:#1976d2}.search-input-container.has-clear-button .search-input{padding-right:40px}.search-clear-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:18px;cursor:pointer;color:#666;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:all .2s ease}.search-clear-button:hover{background-color:#f8f9fa;color:#333}.search-button{padding:12px 24px;background-color:#f97316;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;font-weight:500;transition:all .2s ease;white-space:nowrap}.search-button:hover{background-color:#f97316;transform:translateY(-1px)}@media (max-width: 768px){.search-bar-container{padding:16px}.search-form{flex-direction:column;gap:8px}.search-input-container{width:100%}.search-button{width:100%;padding:12px}}@media (max-width: 480px){.search-bar-container{padding:12px}.search-form{max-width:100%}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.filter-sidebar.open{animation:slideIn .3s ease forwards}.product1{flex:0 0 auto;width:100%;border-radius:10px;background-color:#fff;box-shadow:0 2px 8px #0000001a;padding:12px;position:relative;transition:transform .3s ease;height:fit-content;box-sizing:border-box}.product1:hover{transform:translateY(-5px)}.product1__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.product1__tag{background-color:#4a4a4a;color:#fff;padding:3px 6px;border-radius:12px;font-size:11px;font-weight:500}.product1__wishlist-button{background:none;border:none;cursor:pointer;color:#ff6b6b;padding:4px}.product1__wishlist-button svg{width:18px;height:18px;stroke:#ff6b6b;fill:none}.product1__wishlist-button:hover svg{fill:#ff6b6b}.product1__image{height:200px;display:flex;justify-content:center;align-items:center;margin-bottom:8px;overflow:hidden}.product1__image img{max-width:100%;max-height:100%;object-fit:contain}.product1__rating{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.product1__rating-info{display:flex;align-items:center;border:1px solid #919191;border-radius:16px;padding:3px 8px}.product1__rating-score{color:#000;padding:2px 4px;border-radius:4px;font-size:11px}.product1__rating-count{color:#757575;font-size:11px}.product1__rating-star{margin-right:4px}.product1__rating-star img{height:12px}.product1__cart-button{border:none;border-radius:4px;padding:3px;cursor:pointer}.product1__pagination{display:flex;justify-content:center;margin:8px 0}.product1__dots{display:flex;gap:4px}.product1__dot{width:6px;height:6px;border-radius:50%;background-color:#ddd}.product1__dot--active{background-color:#333}.product1__info{padding-top:4px}.product1__title{font-size:14px;font-weight:600;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none!important}.product1__description{font-size:12px;color:#757575;margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none!important}.product1__price{margin-bottom:8px}.product1__current-price{font-size:16px;font-weight:700;display:block;margin-bottom:4px}.product1__price-details{display:flex;align-items:center;gap:8px}.product1__original-price{font-size:12px;color:#757575;text-decoration:line-through}.product1__discount{font-size:12px;color:#4caf50}.product1__delivery{display:flex;align-items:center;gap:4px;color:#000;font-size:12px}.product1__delivery svg{width:14px;height:14px;stroke:#ea5f0a}.product1__link-wrapper,.product1__link-wrapper:visited,.product1__link-wrapper:active,.product1__link-wrapper:focus,.product1__link-wrapper:hover,.product1__title a,.product1__title a:visited,.product1__title a:active,.product1__title a:focus,.product1__title a:hover{text-decoration:none!important;color:inherit}.product1__toast{position:absolute;bottom:10px;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:6px 12px;border-radius:4px;font-size:12px;z-index:10}@media (min-width: 576px){.product1{padding:14px}.product1__image{height:220px}.product1__title{font-size:15px}.product1__description{font-size:13px}.product1__current-price{font-size:17px}}@media (min-width: 768px){.product1{padding:15px}.product1__image{height:240px}.product1__title{font-size:16px}.product1__description{font-size:14px}.product1__current-price{font-size:18px}}@media (min-width: 992px){.product1__image{height:260px}}@media (max-width: 480px){.product1{padding:10px}.product1__image{height:180px}.product1__title{font-size:13px}.product1__description{font-size:11px}.product1__current-price{font-size:15px}.product1__tag{font-size:10px;padding:2px 5px}.product1__wishlist-button svg{width:16px;height:16px}.product1__rating-score,.product1__rating-count,.product1__original-price,.product1__discount{font-size:10px}.product1__rating-star img{height:10px}.product1__delivery svg{width:12px;height:12px}}@media (max-width: 360px){.product1{padding:8px}.product1__image{height:140px}.product1__title{font-size:12px}.product1__description{font-size:10px}.product1__current-price{font-size:14px}}.product1-carousel{width:100%;margin:0 auto;padding:16px 8px;box-sizing:border-box;position:relative}.product1-carousel__title{font-size:20px;font-weight:700;margin-bottom:16px;padding-left:8px}.product1-carousel__container{position:relative;display:flex;align-items:center}.product1-carousel__products{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;width:100%;padding:8px 2px}.product1-carousel__products::-webkit-scrollbar{display:none}.product1-carousel__scroll-button{position:absolute;z-index:10;width:40px;height:40px;border-radius:50%;font-size:26px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;background-color:#fff;box-shadow:0 2px 6px #0000001a}.product1-carousel__scroll-button:hover{background-color:#f5f5f5;transform:scale(1.05);box-shadow:0 4px 12px #0003}.product1-carousel__scroll-button--left{left:-20px}.product1-carousel__scroll-button--right{right:-20px}@media (min-width: 768px){.product1-carousel{padding:20px 12px}.product1-carousel__title{font-size:24px;padding-left:10px}.product1-carousel__scroll-button{width:44px;height:44px;font-size:30px}.product1-carousel__scroll-button--left{left:-22px}.product1-carousel__scroll-button--right{right:-22px}}@media (max-width: 768px){.product1-carousel__scroll-button{display:none}.product1-carousel__title{font-size:18px}}@media (max-width: 576px){.product1-carousel{padding:12px 6px}.product1-carousel__title{font-size:16px;padding-left:6px}}@media (max-width: 360px){.product1-carousel{padding:10px 4px}.product1-carousel__title{font-size:14px}}.vendor-store{padding:2.5rem 1.5rem 2rem;max-width:1440px;margin:0 auto;min-height:100vh;box-sizing:border-box;background:#f8f9fa}.vendor-store__header{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;background:#2c3e50;color:#fff;padding:2rem 2rem 1.5rem;border-radius:.7rem;margin-bottom:2.2rem}.vendor-store__logo{width:4.5rem;height:4.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:700;color:#fff;text-transform:uppercase;background:#f26925}.vendor-store__logo-letter{line-height:1}.vendor-store__info{flex:1;min-width:180px;display:flex;flex-direction:column;gap:.5rem}.vendor-store__info h1{margin:0 0 .3rem;font-size:1.5rem;line-height:1.3}.vendor-store__description{margin:0;font-size:1rem;opacity:.9;line-height:1.4}.vendor-store__content{display:flex;flex-direction:column;gap:2rem}.vendor-store__details{background:#f9f9f9;padding:1.5rem 1.5rem 1.5rem 2rem;border-radius:.7rem;box-shadow:0 2px 6px #00000014;margin-bottom:2rem}.vendor-details__title{margin:0 0 1.2rem;font-size:1.2rem;color:#2c3e50;font-weight:600;border-bottom:2px solid #ea5f0a;padding-bottom:.5rem}.vendor-details__item{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee;line-height:1.5;font-size:1rem;display:flex;flex-direction:column;gap:.25rem}.vendor-details__item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.vendor-details__item strong{color:#2c3e50;font-weight:600}.vendor-details__item span{color:#555;word-break:break-word}.vendor-store__products{width:100%;margin-bottom:2.5rem}.products-header{margin-bottom:1.5rem}.products-title{margin:0;font-size:1.35rem;color:#2c3e50}.vendor-store__product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.2rem;margin-bottom:2.2rem}.no-products{text-align:center;padding:1.2rem;background:#f9f9f9;border-radius:.5rem;color:#666;font-size:.9rem}.vendor-store__pagination{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-top:2rem}.pagination-button{padding:.7rem 2.2rem;cursor:pointer;background:#f26925;color:#fff;border:none;border-radius:.5rem;font-size:1.1rem;font-weight:600;transition:background .2s,box-shadow .2s;box-shadow:0 2px 8px #f2692514}.pagination-button:hover:not(:disabled),.pagination-button:focus:not(:disabled){background:#ea5f0a;box-shadow:0 4px 16px #f2692521}.pagination-button:disabled{cursor:not-allowed;opacity:.6;background:#f26925}.pagination-info{font-size:1rem;color:#555}.loading-spinner{display:flex;justify-content:center;align-items:center;height:160px;font-size:1rem;color:#555}.shimmer{position:relative;overflow:hidden;background:#eaeaea}.shimmer:after{content:"";position:absolute;top:0;left:-150px;height:100%;width:150px;background:linear-gradient(90deg,#eaeaea00,#ffffffb3,#eaeaea00);animation:shimmer 1.2s infinite}@keyframes shimmer{to{left:100%}}@media (min-width: 576px){.vendor-store{padding:2.5rem 2rem 2rem}.vendor-store__header{padding:2.2rem 2.5rem 1.7rem}.vendor-store__logo{width:5rem;height:5rem;font-size:2.5rem}.vendor-store__info h1{font-size:1.7rem}.vendor-store__description{font-size:1.1rem}.vendor-store__product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media (min-width: 768px){.vendor-store__content{flex-direction:row}.vendor-store__details{flex:0 0 260px;position:sticky;top:1rem;align-self:flex-start}.vendor-store__products{flex:1}.vendor-store__product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.products-title{font-size:1.5rem}.vendor-details__title{font-size:1.3rem}.vendor-details__item{font-size:1.05rem}}@media (min-width: 992px){.vendor-store__details{flex:0 0 300px}.vendor-store__product-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (min-width: 1200px){.vendor-store__product-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}}@media (max-width: 480px){.vendor-store{padding:1rem .5rem}.vendor-store__header{flex-direction:column;text-align:center;gap:1rem;padding:1rem}.vendor-store__logo{width:3.5rem;height:3.5rem;font-size:1.5rem}.vendor-store__info{text-align:center;min-width:100%}.vendor-store__info h1{font-size:1.1rem}.vendor-store__description{font-size:.85rem}.vendor-store__product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.products-title,.vendor-details__title{font-size:1.1rem}.vendor-details__item{font-size:.9rem}.vendor-store__pagination{flex-direction:column;gap:.7rem}.pagination-button{padding:.6rem 1.2rem;font-size:1rem}.pagination-info{font-size:.9rem}}@media (max-width: 360px){.vendor-store{padding:.8rem .4rem}.vendor-store__header{padding:.6rem}.vendor-store__logo{width:3rem;height:3rem;font-size:1.1rem}.vendor-store__info h1{font-size:1rem}.vendor-store__description{font-size:.7rem}.vendor-store__product-grid{grid-template-columns:1fr}.products-title,.vendor-details__title{font-size:1rem}.vendor-details__item{font-size:.8rem}}.checkout-header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background-color:#fff;border-bottom:1px solid #ddd;position:sticky;top:0;z-index:1000}.checkout-header__logo{font-size:24px;font-weight:700;color:#ea5f0a}.checkout-header__logo-text{margin-right:5px}.checkout-header__search-bar{display:flex;align-items:center;flex-grow:1;max-width:400px;margin:0 20px}.checkout-header__search-bar-input{width:70%;padding:5px;border:1px solid #ddd;border-right:none;border-radius:4px 0 0 4px}.checkout-header__search-bar-select{padding:5px;border:1px solid #ddd;border-left:none;border-radius:0 4px 4px 0}.checkout-header__nav-links{display:flex;align-items:center;gap:15px}.checkout-header__nav-link{color:#000;text-decoration:none;font-size:14px}.checkout-header__nav-link--cart,.checkout-header__nav-link--login{display:flex;align-items:center;gap:5px}.checkout-header__flag-icon{width:20px;height:15px}.checkout-container{width:95%;margin:20px auto;padding:20px;display:flex;flex-direction:column;gap:20px}.checkout-container__content{display:flex;gap:20px}.checkout-container__billing-details{flex:1;background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.checkout-container__form-group{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.checkout-container__form-group-input,.checkout-container__form-group-select,.checkout-container__form-group-textarea{padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px}.checkout-container__form-group-input--text,.checkout-container__form-group-select{height:40px}.checkout-container__form-group-textarea{height:80px;resize:vertical}.checkout-container__order-summary{flex:1;background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.checkout-container__order-details-heading,.checkout-container__order-summary-heading{margin:0 0 10px;font-size:18px;color:#333}.checkout-container__product-item{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding:10px;border-bottom:1px solid #eee}.checkout-container__product-item-img{width:50px;height:50px;object-fit:cover}.checkout-container__product-info{flex-grow:1}.checkout-container__product-info-text{display:block;font-size:14px;color:#333}.checkout-container__quantity-controls{display:flex;align-items:center;gap:5px}.checkout-container__quantity-controls-button{width:20px;height:20px;border:1px solid #ddd;background:#fff;cursor:pointer}.checkout-container__product-price{font-size:16px;color:#333;font-weight:700}.checkout-container__order-total{display:flex;justify-content:space-between;margin-top:10px;font-size:16px;color:#333}.checkout-container__order-total--total{font-weight:700;margin-top:20px;border-top:1px solid #ddd;padding-top:10px}.checkout-container__payment-methods{margin-top:20px;display:flex;gap:16px}.checkout-container__payment-methods-label{display:flex;align-items:center;gap:5px;margin-bottom:10px}.checkout-container__payment-methods-input{margin:0}.checkout-container__payment-methods-img{width:90px;height:150px;object-fit:contain}.checkout-container__privacy-note{font-size:12px;color:#666;margin-top:10px}.checkout-container__terms-checkbox{display:flex;align-items:center;gap:5px;margin-top:10px}.checkout-container__place-order-btn{width:100%;padding:14px 0;background:linear-gradient(90deg,#ff7e5f,#feb47b);color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;margin-top:28px;margin-bottom:16px;box-shadow:0 4px 16px #ff7e5f1f;transition:background .2s,box-shadow .2s,transform .1s;letter-spacing:.5px}.checkout-container__place-order-btn:hover:not(.checkout-container__place-order-btn--disabled){background:linear-gradient(90deg,#feb47b,#ff7e5f);box-shadow:0 6px 24px #ff7e5f2e;transform:translateY(-2px) scale(1.01)}.checkout-container__place-order-btn:focus{outline:2px solid #ff7e5f;outline-offset:2px}.checkout-container__place-order-btn--disabled{background:#ccc;color:#888;cursor:not-allowed;box-shadow:none;opacity:.7}.checkout-footer{max-width:1200px;margin:20px auto;padding:20px;display:flex;justify-content:space-between;border-top:1px solid #ddd;flex-wrap:wrap;gap:20px}.checkout-footer__section{flex:1;min-width:200px}.checkout-footer__section-heading{font-size:16px;color:#333;margin-bottom:10px}.checkout-footer__section-list{list-style:none;padding:0}.checkout-footer__section-list-item{font-size:14px;color:#666;margin-bottom:5px}.checkout-footer__service-icon{margin-right:5px}@media (max-width: 900px){.checkout-container{padding:8px}.checkout-container__content{flex-direction:column;gap:16px}.checkout-container__billing-details,.checkout-container__order-summary{width:100%;min-width:0;box-sizing:border-box}}@media (max-width: 768px){.checkout-container__content{flex-direction:column;gap:12px}.checkout-container__billing-details,.checkout-container__order-summary{width:100%;min-width:0;box-sizing:border-box;padding:14px}.checkout-header{flex-direction:column;align-items:flex-start;gap:10px}.checkout-header__search-bar{width:100%;max-width:none;margin:0}.checkout-header__nav-links{width:100%;justify-content:space-between}.checkout-container{padding:6px}}@media (max-width: 600px){.checkout-container{padding:4px}.checkout-container__billing-details,.checkout-container__order-summary{padding:10px}.checkout-container__form-group-input,.checkout-container__form-group-select,.checkout-container__form-group-textarea{font-size:13px;padding:7px}.checkout-container__order-details-heading,.checkout-container__order-summary-heading{font-size:15px}.checkout-container__product-item-img{width:40px;height:40px}.checkout-container__place-order-btn{font-size:15px;padding:11px 0;margin-top:18px;margin-bottom:10px}.checkout-footer{flex-direction:column;padding:8px;gap:10px}.checkout-footer__section{min-width:100%}}@media (max-width: 480px){.checkout-header{padding:6px}.checkout-header__logo{font-size:18px}.checkout-header__search-bar-input,.checkout-header__search-bar-select{padding:4px;font-size:11px}.checkout-header__nav-link{font-size:11px}.checkout-container__form-group-input,.checkout-container__form-group-select,.checkout-container__form-group-textarea{font-size:11px;padding:6px}.checkout-container__order-details-heading,.checkout-container__order-summary-heading{font-size:13px}.checkout-container__product-item{flex-direction:column;text-align:center;gap:4px;padding:6px}.checkout-container__product-item-img{width:32px;height:32px}.checkout-container__product-price{margin-top:3px;font-size:13px}.checkout-container__place-order-btn{font-size:13px;padding:9px 0;margin-top:12px;margin-bottom:8px}.checkout-footer{flex-direction:column;padding:6px}.checkout-footer__section{min-width:100%}}@media (max-width: 400px){.checkout-container{padding:2px}.checkout-container__billing-details,.checkout-container__order-summary{padding:6px}.checkout-container__form-group-input,.checkout-container__form-group-select,.checkout-container__form-group-textarea{font-size:10px;padding:4px}.checkout-container__order-details-heading,.checkout-container__order-summary-heading{font-size:11px}.checkout-container__product-item-img{width:24px;height:24px}.checkout-container__place-order-btn{font-size:11px;padding:6px}}body,html,.checkout-container,.checkout-container__content{max-width:100vw;overflow-x:hidden}.alert-modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:2000}.alert-modal{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000002e;padding:32px 24px 24px;min-width:320px;max-width:90vw;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.alert-modal-content{display:flex;flex-direction:column;align-items:center}.alert-modal-message{font-size:1.1rem;color:#333;margin-bottom:24px;text-align:center}.alert-modal-close{background:#ea5f0a;color:#fff;border:none;border-radius:6px;padding:8px 24px;font-size:1rem;cursor:pointer;transition:background .18s}.alert-modal-close:hover,.alert-modal-close:focus{background:#c94d00;outline:none}@media (max-width: 480px){.alert-modal{min-width:90vw;padding:18px 8px 12px}.alert-modal-message{font-size:1rem}.alert-modal-close{font-size:.95rem;padding:7px 16px}}.transaction-success{min-height:100vh;padding:2rem 1rem;background:linear-gradient(to bottom right,#f0fdf4,#eff6ff,#f5f3ff)}.transaction-success--loading{display:flex;align-items:center;justify-content:center}.transaction-success__wrapper{max-width:1024px;margin:0 auto}.transaction-success__container{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a}.transaction-success__spinner{width:3rem;height:3rem;border:2px solid transparent;border-bottom-color:#16a34a;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.transaction-success__loading-text{color:#4b5563;margin-top:1rem;text-align:center}.transaction-success__header{background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;margin-bottom:1.5rem;text-align:center}.transaction-success__header-icon{width:5rem;height:5rem;background-color:#dcfce7;border-radius:50%;margin:0 auto 1rem}.transaction-success__header-title{font-size:1.875rem;font-weight:700;color:#16a34a;margin-bottom:.5rem}.transaction-success__header-text{font-size:1.125rem;color:#4b5563}.transaction-success__details{background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:1.5rem;margin-bottom:1.5rem}.transaction-success__details-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.transaction-success__details-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.transaction-success__details-grid{grid-template-columns:1fr 1fr}}.transaction-success__details-item{background-color:#f9fafb;padding:1rem;border-radius:.5rem}.transaction-success__details-label{font-size:.875rem;color:#4b5563;margin-bottom:.25rem}.transaction-success__details-value{font-family:monospace;font-size:.875rem;font-weight:600;color:#1f2937;word-break:break-all}.transaction-success__order{background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:1.5rem}.transaction-success__order-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.transaction-success__order-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media (min-width: 768px){.transaction-success__order-grid{grid-template-columns:1fr 1fr}}.transaction-success__order-column{display:flex;flex-direction:column;gap:.75rem}.transaction-success__order-item{display:flex;justify-content:space-between;align-items:center}.transaction-success__order-label{color:#4b5563}.transaction-success__order-value{font-weight:600}.transaction-success__order-value.capitalize{text-transform:capitalize}.transaction-success__order-status{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.transaction-success__status--paid{color:#16a34a;background-color:#dcfce7}.transaction-success__status--pending{color:#ca8a04;background-color:#fefcbf}.transaction-success__status--failed{color:#dc2626;background-color:#fee2e2}.transaction-success__status--confirmed{color:#2563eb;background-color:#dbeafe}.transaction-success__status--default{color:#4b5563;background-color:#f3f4f6}.transaction-success__price{border-top:1px solid #e5e7eb;padding-top:1.5rem}.transaction-success__price-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.transaction-success__price-items{display:flex;flex-direction:column;gap:.5rem}.transaction-success__price-item{display:flex;justify-content:space-between;color:#4b5563}.transaction-success__price-item--total{font-size:1.125rem;font-weight:700;color:#1f2937}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.order-modal{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;animation:slideIn .3s ease-out;padding:10px}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.order-modal__header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e5e7eb}.order-modal__title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.order-modal__close-btn{background:none;border:none;cursor:pointer;color:#6b7280;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s}.order-modal__close-btn:hover{background-color:#f3f4f6;color:#111827}.order-modal__content{padding:24px}.order-modal__loading{padding:20px;text-align:center}.order-modal__error{padding:20px;text-align:center;color:#ef4444;background-color:#fef2f2;border-radius:8px;margin:10px 0}.order-modal__error p{margin:0;font-size:.875rem}.order-modal__customer-info{display:flex;align-items:center;margin-bottom:24px}.order-modal__profile{width:60px;height:60px;border-radius:50%;overflow:hidden;margin-right:16px;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.order-modal__profile img{width:100%;height:100%;object-fit:cover}.order-modal__profile-placeholder{font-size:1.5rem;font-weight:600;color:#6b7280}.order-modal__customer-name h3{margin:0 0 4px;font-size:1.125rem;font-weight:600;color:#111827}.order-modal__order-id{margin:0;font-size:.875rem;color:#6b7280}.order-modal__details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.order-modal__detail-item--full{grid-column:span 2}.order-modal__label{display:block;font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:4px}.order-modal__value{display:block;font-size:1rem;color:#111827}.order-modal__form{padding:0 24px 24px}.order-modal__form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:10px}.order-modal__form-group--full{grid-column:span 2}.order-modal__input{width:100%;height:25px;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.order-modal__input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.order-modal__input--error{border-color:#ef4444}.order-modal__error-text{font-size:.75rem;color:#ef4444;margin-top:4px;display:block}.order-modal__required{color:#ef4444;margin-left:2px}.order-modal__footer{display:flex;justify-content:flex-end;padding:16px 24px;border-top:1px solid #e5e7eb;gap:12px}.order-modal__button{padding:8px 16px;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s,color .2s}.order-modal__button--primary{background-color:#ff6b35;color:#fff;border:none}.order-modal__button--primary:hover{background-color:#2563eb}.order-modal__button--secondary{background-color:#fff;color:#4b5563;border:1px solid #d1d5db}.order-modal__button--secondary:hover{background-color:#f3f4f6}@media (max-width: 640px){.order-modal{width:90%;max-height:80vh}.order-modal__form-grid,.order-modal__details-grid{grid-template-columns:1fr}.order-modal__form-group--full,.order-modal__detail-item--full{grid-column:auto}}.google-auth-callback{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.google-auth-callback__container{max-width:400px;width:100%;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem;text-align:center}.google-auth-callback__loading{display:flex;flex-direction:column;align-items:center;gap:1rem}.google-auth-callback__spinner{width:48px;height:48px;border:4px solid #f3f4f6;border-top:4px solid #10b981;border-radius:50%;animation:spin 1s linear infinite}.google-auth-callback__error{display:flex;flex-direction:column;align-items:center;gap:1rem}.google-auth-callback__error-icon{font-size:3rem;color:#ef4444}.google-auth-callback__title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.google-auth-callback__message{color:#6b7280;margin:0 0 1.5rem;line-height:1.5}.google-auth-callback__button{background:#10b981;color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color .2s ease}.google-auth-callback__button:hover{background:#059669}.google-auth-callback__button:focus{outline:none;box-shadow:0 0 0 3px #10b9811a}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 480px){.google-auth-callback__container{margin:1rem;padding:1.5rem}.google-auth-callback__title{font-size:1.25rem}}
