@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#212121;-webkit-font-smoothing:antialiased;background-color:#f1f3f6;font-family:Roboto,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:Roboto,sans-serif}img{max-width:100%;height:auto}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;padding-top:56px}.header{z-index:1000;background:#2874f0;height:56px;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 6px #0000001a}.header-container{align-items:center;gap:16px;max-width:1200px;height:100%;margin:0 auto;padding:0 16px;display:flex}.header-logo{flex-direction:column;align-items:flex-start;min-width:100px;text-decoration:none;display:flex}.logo-text{color:#fff;letter-spacing:-.5px;font-size:20px;font-style:italic;font-weight:700}.logo-tagline{color:#fff;align-items:center;gap:2px;margin-top:-4px;font-size:11px;font-style:italic;display:flex}.logo-plus{color:#ffe500;font-weight:500}.plus-icon{width:10px;height:10px}.header-search{background:#fff;border-radius:3px;flex:1;max-width:560px;display:flex;overflow:hidden}.search-input{color:#212121;border:none;outline:none;flex:1;padding:8px 16px;font-size:14px}.search-input::placeholder{color:#878787}.search-btn{color:#2874f0;background:0 0;border:none;align-items:center;padding:0 12px;display:flex}.search-btn:hover{background:#f0f0f0}.header-actions{align-items:center;gap:24px;display:flex}.header-cart{color:#fff;border-radius:3px;align-items:center;gap:6px;padding:8px 16px;font-size:16px;font-weight:700;text-decoration:none;transition:background .2s;display:flex;position:relative}.login-btn{color:#2874f0;background:#fff;border-radius:2px;padding:6px 40px;font-size:16px;font-weight:700;text-decoration:none;transition:background .2s}.login-btn:hover{background:#f0f0f0}.header-user-nav{color:#fff;cursor:pointer;padding:8px 16px;font-weight:700;position:relative}.user-name-display{align-items:center;gap:4px;display:flex}.user-name-display:after{content:"▼";font-size:8px}.user-dropdown{z-index:1001;background:#fff;border-radius:2px;flex-direction:column;min-width:240px;display:flex;position:absolute;top:40px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 4px 16px #0003}.dropdown-item{color:#212121;text-align:left;background:0 0;border:none;padding:12px 16px;font-size:14px;font-weight:400;text-decoration:none;transition:background .2s;display:block}.dropdown-item:hover{background:#f0f5ff}.dropdown-divider{background:#f0f0f0;height:1px;margin:4px 0}.logout-btn{color:#fb641b}.cart-badge{color:#fff;background:#ff6161;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;animation:.3s badgePop;display:flex;position:absolute;top:0;right:8px}@keyframes badgePop{0%{transform:scale(0)}80%{transform:scale(1.2)}to{transform:scale(1)}}.banner-carousel{background:#f1f3f6;width:100%;height:250px;margin-bottom:24px;position:relative;overflow:hidden}@media (width>=1024px){.banner-carousel{height:280px}}.carousel-track{width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.banner-slide{flex:0 0 100%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.banner-content{color:#fff;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 10%;transition:all .3s;display:flex}.banner-content.light-banner{color:#1d1d1f}.banner-text-side{flex:1;max-width:500px;padding-right:40px;animation:.8s ease-out slideUp}.banner-brand{letter-spacing:2px;opacity:.8;text-transform:uppercase;margin-bottom:12px;font-size:14px;font-weight:700}.banner-product-name{color:inherit;margin-bottom:16px;font-size:48px;font-weight:800;line-height:1.1}.banner-price{color:inherit;margin-bottom:8px;font-size:24px;font-weight:600}.banner-subtext{opacity:.9;margin-bottom:32px;font-size:18px;line-height:1.4}.banner-action-btn{color:#fff;cursor:pointer;background:#2874f0;border:none;border-radius:4px;padding:12px 32px;font-size:16px;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #0000001a}.light-banner .banner-action-btn{background:#1d1d1f}.banner-action-btn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px #0003}.banner-image-side{flex:1;justify-content:flex-end;align-items:center;height:100%;padding:20px 0;animation:1s ease-out fadeInRight;display:flex}.banner-product-img{object-fit:contain;filter:drop-shadow(0 20px 30px #00000026);max-width:100%;max-height:90%;transition:transform .5s}.banner-slide:hover .banner-product-img{transform:scale(1.05)rotate(-2deg)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@media (width<=768px){.banner-carousel{height:450px!important}.banner-content{text-align:center;flex-direction:column;padding:40px 20px}.banner-text-side{margin-bottom:30px;padding:0}.banner-product-name{font-size:32px}.banner-image-side{justify-content:center}}.banner-text{color:#fff;max-width:600px;animation:.8s slideUp}.banner-title{text-shadow:0 4px 12px #0000004d;margin-bottom:12px;font-size:36px;font-weight:700}.banner-subtitle{opacity:.9;text-shadow:0 2px 8px #0000004d;font-size:18px;font-weight:300}.banner-btn svg{color:#2874f0}.home-banner-wrapper{background:#f1f3f6;padding:8px}.home-content{max-width:1240px;margin:0 auto;padding:0 8px 40px}.deals-carousel-section{background:#fff;border-radius:4px;margin-bottom:16px;overflow:hidden;box-shadow:0 1px 4px #0000001a}.deals-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.deals-title{color:#212121;font-size:20px;font-weight:600}.view-all-btn{color:#fff;background:#2874f0;border-radius:2px;padding:10px 20px;font-size:13px;font-weight:500;transition:all .2s;box-shadow:0 2px 4px #0000001a}.view-all-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2874f033}.deals-content{padding:16px 8px;position:relative}.deals-scroll-container{scroll-behavior:smooth;scrollbar-width:none;gap:12px;padding:8px 4px 16px;display:flex;overflow-x:auto}.deals-scroll-container::-webkit-scrollbar{display:none}.deal-card-wrapper{flex:0 0 230px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.deal-card-wrapper:hover{transform:scale(1.02)}.scroll-btn{z-index:10;cursor:pointer;background:#fff;border:1px solid #e0e0e0;justify-content:center;align-items:center;width:40px;height:80px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001a}.scroll-btn:hover{background:#fdfdfd;width:44px;box-shadow:0 4px 16px #00000026}.scroll-btn.left{border-radius:0 4px 4px 0;left:0}.scroll-btn.right{border-radius:4px 0 0 4px;right:0}.section-title{color:#212121;margin:24px 0 16px;font-size:20px;font-weight:600}.banner-dots{z-index:10;gap:8px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#fff6;border-radius:50%;width:8px;height:8px;transition:all .3s}.dot:hover{background:#ffffffb3}.dot.active{background:#fff;border-radius:4px;width:24px}.category-bar{scrollbar-width:none;background:#fff;overflow-x:auto;box-shadow:0 2px 4px #00000014}.category-bar::-webkit-scrollbar{display:none}.category-list{justify-content:center;gap:8px;min-width:max-content;max-width:1200px;margin:0 auto;padding:12px 20px;display:flex}.category-item{cursor:pointer;border-radius:8px;flex-direction:column;align-items:center;min-width:90px;padding:8px 16px;transition:all .2s;display:flex}.category-item:hover{background:#f5f5f5}.category-item.active{background:#e8f0fe;border-bottom:3px solid #2874f0}.category-icon-wrapper{justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:6px;display:flex}.category-icon{object-fit:contain;width:56px;height:56px;transition:transform .2s}.category-item:hover .category-icon{transform:scale(1.1)}.category-name{color:#212121;text-align:center;white-space:nowrap;font-size:14px;font-weight:500}.category-item.active .category-name{color:#2874f0}.search-info{background:#fff;border-radius:4px;justify-content:space-between;align-items:center;max-width:1200px;margin:16px auto 0;padding:12px 20px;display:flex;box-shadow:0 1px 4px #0000000f}.search-info p{color:#878787;font-size:14px}.result-count{color:#878787;font-size:13px}.products-section{max-width:1200px;margin:16px auto;padding:0 8px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px;display:grid}.product-card{color:inherit;background:#fff;border-radius:4px;flex-direction:column;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #00000014}.product-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.product-card-image{background:#fff;justify-content:center;align-items:center;width:100%;height:220px;padding:16px;display:flex;position:relative}.product-card-image img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .3s}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-wrapper{height:100%;position:relative}.wishlist-heart{cursor:pointer;z-index:10;background:#fff;border:1px solid #f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s,box-shadow .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 4px #0000001a}.wishlist-heart:hover{transform:scale(1.1);box-shadow:0 3px 8px #00000026}.wishlist-heart svg{stroke-width:2px;width:18px;height:18px}.wishlist-heart.active svg{animation:.3s ease-out heartPop}@keyframes heartPop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.product-card-info{flex-direction:column;flex:1;gap:6px;padding:12px 16px 16px;display:flex}.product-card-name{color:#212121;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:400;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card-rating{align-items:center;gap:8px;display:flex}.rating-badge{color:#fff;background:#388e3c;border-radius:3px;align-items:center;gap:2px;padding:2px 6px;font-size:12px;font-weight:600;display:inline-flex}.rating-count{color:#878787;font-size:13px}.product-card-price{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.current-price{color:#212121;font-size:16px;font-weight:700}.original-price{color:#878787;font-size:14px;text-decoration:line-through}.discount-badge{color:#388e3c;font-size:13px;font-weight:500}.product-card-brand{color:#878787;font-size:13px}.product-page{max-width:1200px;margin:0 auto;padding:16px}.product-detail-container{background:#fff;border-radius:4px;gap:24px;display:flex;box-shadow:0 1px 4px #00000014}.product-detail-left{align-self:flex-start;width:40%;padding:24px;position:sticky;top:72px}.product-detail-right{border-left:1px solid #f0f0f0;flex:1;padding:24px}.image-carousel{gap:16px;display:flex}.carousel-thumbnails{flex-direction:column;gap:12px;width:64px;display:flex}.thumbnail{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:2px;justify-content:center;align-items:center;width:64px;height:64px;padding:4px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.thumbnail:hover{border-color:#2874f0;box-shadow:0 2px 8px #0000000d}.thumbnail.active{border-width:2px;border-color:#2874f0;box-shadow:0 2px 10px #2874f033}.thumbnail img{object-fit:contain;max-width:100%;max-height:100%}.carousel-main{background:#fff;border:1px solid #f0f0f0;border-radius:4px;flex:1;justify-content:center;align-items:center;min-height:400px;display:flex;position:relative;overflow:hidden}.main-image-viewport{justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex}.main-image{object-fit:contain;max-width:100%;max-height:400px}.zoom-effect{transition:transform .5s;animation:.4s cubic-bezier(.4,0,.2,1) fadeInZoom}.carousel-main:hover .zoom-effect{transform:scale(1.05)}@keyframes fadeInZoom{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.carousel-btn{color:#212121;cursor:pointer;z-index:10;background:#fff;border:1px solid #f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0000001a}.carousel-btn:hover{color:#fff;background:#2874f0;border-color:#2874f0;transform:translateY(-50%)scale(1.1);box-shadow:0 4px 15px #2874f04d}.carousel-btn.prev{left:12px}.carousel-btn.next{right:12px}.product-action-buttons{gap:12px;margin-top:24px;display:flex}.btn-add-to-cart,.btn-buy-now{color:#fff;cursor:pointer;letter-spacing:.5px;border:none;border-radius:3px;flex:1;justify-content:center;align-items:center;gap:8px;padding:16px 24px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.btn-add-to-cart{background:#ff9f00}.btn-add-to-cart:hover{background:#e89200;box-shadow:0 2px 8px #ff9f0066}.btn-buy-now{background:#fb641b}.btn-buy-now:hover{background:#e85a18;box-shadow:0 2px 8px #fb641b66}.btn-add-to-cart:disabled,.btn-buy-now:disabled{opacity:.6;cursor:not-allowed}.added-message{text-align:center;color:#388e3c;margin-top:12px;font-size:14px;font-weight:600;animation:.3s fadeIn}.product-breadcrumb{color:#878787;margin-bottom:8px;font-size:13px}.product-title{color:#212121;margin-bottom:12px;font-size:18px;font-weight:400;line-height:1.4}.product-rating-row{align-items:center;gap:12px;margin-bottom:16px;display:flex}.rating-badge-large{color:#fff;background:#388e3c;border-radius:3px;padding:3px 8px;font-size:14px;font-weight:600}.rating-info{color:#878787;font-size:14px;font-weight:500}.product-special-price{color:#388e3c;margin-bottom:4px;font-size:12px;font-weight:700}.product-price-block{flex-wrap:wrap;align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.product-current-price{color:#212121;font-size:28px;font-weight:700}.product-original-price{color:#878787;font-size:16px;text-decoration:line-through}.product-discount{color:#388e3c;font-size:16px;font-weight:500}.stock-status{border-radius:4px;margin-bottom:20px;padding:8px 12px;font-size:14px;font-weight:500;display:inline-block}.stock-status.in-stock{color:#388e3c;background:#e8f5e9}.stock-status.out-of-stock{color:#c62828;background:#ffebee}.product-description,.product-specifications{border-top:1px solid #f0f0f0;margin-top:20px;padding-top:20px}.product-description h3,.product-specifications h3{color:#212121;margin-bottom:12px;font-size:18px;font-weight:600}.product-description p{color:#212121;font-size:14px;line-height:1.7}.specs-table{border-collapse:collapse;width:100%}.specs-table tr{border-bottom:1px solid #f5f5f5}.specs-table td{vertical-align:top;padding:10px 16px;font-size:14px}.spec-key{color:#878787;width:40%;font-weight:500}.spec-value{color:#212121}.product-brand-info{margin-top:16px;font-size:14px}.brand-label{color:#878787;margin-right:8px}.brand-value{color:#2874f0;font-weight:500}.cart-page{max-width:1200px;margin:0 auto;padding:16px}.cart-container{align-items:flex-start;gap:16px;display:flex}.cart-items-section{background:#fff;border-radius:4px;flex:1;box-shadow:0 1px 4px #00000014}.cart-header-bar{border-bottom:1px solid #f0f0f0;padding:16px 24px}.cart-header-bar h2{font-size:18px;font-weight:500}.cart-items-list{padding:0}.cart-item{border-bottom:1px solid #f0f0f0;gap:20px;padding:20px 24px;transition:background .2s;display:flex}.cart-item:hover{background:#fafafa}.cart-item-image{flex-shrink:0;justify-content:center;align-items:center;width:112px;height:112px;display:flex}.cart-item-image img{object-fit:contain;max-width:100%;max-height:100%}.cart-item-details{flex:1}.cart-item-name{color:#212121;margin-bottom:4px;font-size:16px;font-weight:400;line-height:1.4}.cart-item-brand{color:#878787;margin-bottom:8px;font-size:14px;display:block}.cart-item-price{align-items:baseline;gap:8px;margin-bottom:12px;display:flex}.cart-item-actions{align-items:center;gap:24px;display:flex}.quantity-controls{border:1px solid #e0e0e0;border-radius:4px;align-items:center;gap:0;display:flex;overflow:hidden}.qty-btn{color:#212121;cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:600;transition:background .2s;display:flex}.qty-btn:hover:not(:disabled){background:#f5f5f5}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-value{text-align:center;background:#fff;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;width:40px;padding:6px 0;font-size:14px;font-weight:700}.remove-btn{color:#212121;cursor:pointer;letter-spacing:.3px;background:0 0;border:none;border-radius:4px;padding:8px 12px;font-size:14px;font-weight:600;transition:all .2s}.remove-btn:hover{color:#c62828;background:#ffebee}.cart-item-total{color:#212121;white-space:nowrap;align-self:flex-start;padding-top:4px;font-size:16px;font-weight:700}.cart-place-order{background:#fff;border-top:1px solid #e0e0e0;justify-content:flex-end;padding:16px 24px;display:flex;box-shadow:0 -2px 8px #0000000a}.cart-summary-section,.checkout-summary-section{flex-shrink:0;width:340px;position:sticky;top:72px}.price-summary{background:#fff;border-radius:4px;padding:20px;box-shadow:0 1px 4px #00000014}.summary-title{color:#878787;text-transform:uppercase;letter-spacing:.5px;font-size:16px;font-weight:500}.summary-divider{background:#f0f0f0;height:1px;margin:14px 0}.summary-row{color:#212121;justify-content:space-between;margin-bottom:12px;font-size:15px;display:flex}.summary-row.total{margin-bottom:0;font-size:17px;font-weight:700}.discount-amount,.free-delivery{color:#388e3c;font-weight:500}.summary-savings{color:#388e3c;text-align:center;padding-top:4px;font-size:14px;font-weight:500}.btn-place-order,.btn-confirm-order{color:#fff;cursor:pointer;letter-spacing:1px;background:#fb641b;border:none;border-radius:3px;padding:16px 40px;font-size:16px;font-weight:600;transition:all .2s}.btn-place-order:hover,.btn-confirm-order:hover{background:#e85a18;box-shadow:0 2px 8px #fb641b66}.empty-cart{justify-content:center;padding:60px 20px;display:flex}.empty-cart-content{text-align:center;background:#fff;border-radius:8px;padding:60px 80px;box-shadow:0 2px 8px #0000000f}.empty-cart-content svg{margin-bottom:20px}.empty-cart-content h2{color:#212121;margin-bottom:8px;font-size:20px;font-weight:500}.empty-cart-content p{color:#878787;margin-bottom:24px;font-size:14px}.btn-shop-now{color:#fff;cursor:pointer;background:#2874f0;border:none;border-radius:3px;padding:12px 48px;font-size:16px;font-weight:600;transition:all .2s}.btn-shop-now:hover{background:#1a65d6;box-shadow:0 2px 8px #2874f04d}.checkout-page{max-width:1200px;margin:0 auto;padding:16px}.checkout-container{align-items:flex-start;gap:16px;display:flex}.checkout-form-section{background:#fff;border-radius:4px;flex:1;box-shadow:0 1px 4px #00000014}.checkout-step{padding:24px}.step-header{align-items:center;gap:16px;margin-bottom:24px;display:flex}.step-number{color:#fff;background:#2874f0;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:600;display:flex}.step-header h2{color:#212121;text-transform:uppercase;letter-spacing:.5px;font-size:16px;font-weight:500}.shipping-form{flex-direction:column;gap:16px;display:flex}.form-row{gap:16px;display:flex}.form-group{flex-direction:column;flex:1;gap:6px;display:flex}.form-group.full-width{width:100%}.form-group label{color:#878787;text-transform:uppercase;letter-spacing:.3px;font-size:13px;font-weight:500}.form-group input,.form-group textarea{color:#212121;border:1px solid #e0e0e0;border-radius:4px;outline:none;padding:12px 14px;font-family:Roboto,sans-serif;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#2874f0;box-shadow:0 0 0 2px #2874f01a}.form-group textarea{resize:vertical;min-height:80px}.form-error{color:#c62828;background:#ffebee;border-radius:4px;padding:10px 14px;font-size:14px;font-weight:500}.btn-confirm-order{align-self:flex-end;width:auto;min-width:200px}.btn-confirm-order:disabled{opacity:.6;cursor:not-allowed}.checkout-items-preview{max-height:200px;overflow-y:auto}.checkout-item-row{border-bottom:1px solid #fafafa;justify-content:space-between;gap:8px;padding:8px 0;font-size:14px;display:flex}.checkout-item-name{color:#212121;text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.order-confirm-page{max-width:800px;margin:0 auto;padding:32px 16px}.order-confirm-container{text-align:center}.order-success-icon{width:80px;height:80px;margin:0 auto 24px}.checkmark-svg{width:80px;height:80px}.checkmark-circle{stroke:#388e3c;stroke-width:2px;stroke-dasharray:157;stroke-dashoffset:157px;animation:.8s forwards circleAnim}.checkmark-check{stroke:#388e3c;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48px;animation:.4s .5s forwards checkAnim}@keyframes circleAnim{to{stroke-dashoffset:0}}@keyframes checkAnim{to{stroke-dashoffset:0}}.order-success-title{color:#212121;margin-bottom:8px;font-size:24px;font-weight:500}.order-id-display{color:#878787;margin-bottom:32px;font-size:16px}.order-id-display strong{color:#2874f0;font-size:18px}.order-details-card{text-align:left;background:#fff;border-radius:4px;margin-bottom:32px;overflow:hidden;box-shadow:0 1px 4px #00000014}.order-section{border-bottom:1px solid #f0f0f0;padding:20px 24px}.order-section h3{color:#878787;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:14px;font-weight:600}.order-items-list{flex-direction:column;gap:12px;display:flex}.order-confirm-item{align-items:center;gap:16px;padding:8px 0;display:flex}.order-item-image{flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.order-item-image img{object-fit:contain;max-width:100%;max-height:100%}.order-item-name{color:#212121;margin-bottom:4px;font-size:14px;display:block}.order-item-qty{color:#878787;font-size:13px}.order-item-price{color:#212121;white-space:nowrap;font-size:14px;font-weight:700}.order-address p{color:#212121;font-size:14px;line-height:1.6}.address-name{font-weight:700}.order-total-section{background:#f5f5f5;justify-content:space-between;align-items:center;padding:20px 24px;font-size:16px;font-weight:500;display:flex}.order-total-amount{color:#212121;font-size:20px;font-weight:700}.btn-continue-shopping{color:#fff;cursor:pointer;letter-spacing:.5px;background:#2874f0;border:none;border-radius:3px;padding:14px 40px;font-size:16px;font-weight:600;transition:all .2s}.btn-continue-shopping:hover{background:#1a65d6;box-shadow:0 2px 8px #2874f04d}.footer{color:#fff;background:#172337;margin-top:40px}.footer-container{max-width:1200px;margin:0 auto}.footer-top{border-bottom:1px solid #2d3e50;flex-wrap:wrap;justify-content:space-between;gap:24px;padding:40px 20px 28px;display:flex}.footer-column{min-width:140px}.footer-column h4{color:#878787;letter-spacing:.5px;margin-bottom:12px;font-size:12px;font-weight:500}.footer-column ul{list-style:none}.footer-column li{margin-bottom:8px}.footer-column a{color:#fff;font-size:14px;font-weight:400;text-decoration:none;transition:text-decoration-color .2s}.footer-column a:hover{text-decoration:underline}.footer-contact p{color:#fffc;font-size:13px;line-height:1.6}.footer-bottom{padding:16px 20px}.footer-bottom-links{color:#878787;flex-wrap:wrap;justify-content:center;gap:24px;font-size:14px;display:flex}.loading-spinner{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;display:flex}.spinner{border:3px solid #e0e0e0;border-top-color:#2874f0;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner p{color:#878787;font-size:14px}.no-results{text-align:center;background:#fff;border-radius:4px;padding:80px 20px;box-shadow:0 1px 4px #0000000f}.no-results h2{color:#212121;margin-bottom:8px;font-size:20px;font-weight:500}.no-results p{color:#878787;font-size:14px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.product-detail-container{flex-direction:column}.product-detail-left{width:100%;padding:20px;position:static}.product-detail-right{border-top:1px solid #f0f0f0;border-left:none}.cart-container,.checkout-container{flex-direction:column}.cart-summary-section,.checkout-summary-section{width:100%;position:static}}@media (width<=768px){.header-container{gap:10px;padding:0 10px}.cart-text{display:none}.banner-title{font-size:24px}.banner-subtitle{font-size:14px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(165px,1fr));gap:8px}.product-card-info{padding:8px 10px 12px}.product-card-name{font-size:13px}.current-price{font-size:14px}.original-price,.discount-badge{font-size:12px}.image-carousel{flex-direction:column}.carousel-thumbnails{flex-direction:row;order:2;width:auto;overflow-x:auto}.carousel-main{min-height:260px}.product-action-buttons{z-index:999;background:#fff;gap:0;margin:0;padding:0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 8px #0000001a}.btn-add-to-cart,.btn-buy-now{border-radius:0;padding:14px}.footer-top{flex-direction:column;gap:20px}.form-row{flex-direction:column}.cart-item{flex-wrap:wrap;gap:12px;padding:16px}.cart-item-image{width:80px;height:80px}.cart-item-total{text-align:right;border-top:1px dashed #f0f0f0;width:100%;padding-top:8px}}@media (width<=480px){.header-search{max-width:none}.header-logo{min-width:auto}.logo-text{font-size:18px}.logo-tagline{display:none}.product-grid{grid-template-columns:repeat(2,1fr);gap:6px}.product-card-image{height:140px}.hero-banner{padding:28px 16px}.banner-title{font-size:20px}.product-current-price{font-size:22px}.empty-cart-content{padding:40px 24px}}.auth-page{background:#f1f3f6;justify-content:center;align-items:center;min-height:calc(100vh - 56px);padding:20px;display:flex}.auth-card{background:#fff;border-radius:4px;width:100%;max-width:850px;height:520px;display:flex;overflow:hidden;box-shadow:0 15px 35px #0000001a}.auth-left{color:#fff;background:#2874f0;flex-direction:column;width:40%;padding:40px 32px;display:flex}.auth-left h1{margin-bottom:16px;font-size:28px;font-weight:600}.auth-left p{color:#dbdbdb;margin-bottom:auto;font-size:18px;line-height:1.5}.auth-left img{object-fit:contain;opacity:.9;width:100%;margin-top:40px}.auth-right{flex-direction:column;flex:1;padding:56px 32px 16px;display:flex}.form-group{margin-bottom:24px}.form-group input{border:none;border-bottom:1px solid #e0e0e0;outline:none;width:100%;padding:10px 0;font-size:14px;transition:border-color .2s}.order-history-page,.wishlist-page{background:#f1f3f6;min-height:calc(100vh - 56px);padding:20px 0}.page-title{color:#212121;margin-bottom:16px;font-size:18px;font-weight:600}.orders-list{flex-direction:column;gap:16px;display:flex}.order-card{background:#fff;border:1px solid #dbdbdb;border-radius:4px;overflow:hidden}.order-header{background:#f9f9f9;border-bottom:1px solid #f0f0f0;align-items:center;gap:24px;padding:16px 24px;display:flex}.order-id{color:#2874f0;font-size:14px;font-weight:600}.order-date{color:#878787;font-size:14px}.order-status{border-radius:20px;margin-left:auto;padding:4px 12px;font-size:12px;font-weight:700}.order-status.placed{color:#1976d2;background:#e3f2fd}.order-status.shipped{color:#ffa000;background:#fff8e1}.order-status.delivered{color:#388e3c;background:#e8f5e9}.order-item-list-row{border-bottom:1px solid #f0f0f0;align-items:center;gap:24px;padding:24px;display:flex}.item-img{width:80px;height:80px}.item-img img{object-fit:contain;width:100%;height:100%}.item-info{flex:1}.item-name{color:#212121;margin-bottom:8px;font-size:16px;font-weight:500;text-decoration:none;display:block}.item-name:hover{color:#2874f0}.order-footer{text-align:right;padding:16px 24px;font-size:16px}.total-label{color:#878787;margin-right:8px}.total-value{color:#212121;font-weight:700}.empty-orders,.empty-wishlist{text-align:center;background:#fff;padding:60px 20px;box-shadow:0 1px 4px #0000001a}.empty-orders img,.empty-wishlist img{width:200px;margin-bottom:24px}.btn-shop-now{color:#fff;background:#2874f0;border-radius:2px;margin-top:20px;padding:12px 40px;font-weight:600;text-decoration:none;display:inline-block}.wishlist-items{background:#fff;border:1px solid #dbdbdb;flex-direction:column;display:flex}.wishlist-item-card{border-bottom:1px solid #f0f0f0;align-items:center;gap:32px;padding:24px;display:flex}.wishlist-img{width:120px;height:120px}.wishlist-img img{object-fit:contain;width:100%;height:100%}.wishlist-info{flex:1}.wishlist-name{color:#212121;margin-bottom:8px;font-size:16px;font-weight:500;text-decoration:none;display:block}.wishlist-price{margin-top:12px}.wishlist-actions{align-items:center;gap:24px;display:flex}.btn-move-to-cart{color:#fff;cursor:pointer;background:#ff9f00;border:none;border-radius:2px;padding:12px 24px;font-weight:700}.btn-remove{color:#878787;cursor:pointer;background:0 0;border:none;font-size:18px}@media (width<=768px){.wishlist-item-card{text-align:center;flex-direction:column;gap:16px}.order-header{flex-direction:column;align-items:flex-start;gap:8px}.order-status{margin-left:0}}.form-group input:focus{border-color:#2874f0}.auth-error{color:#fb641b;margin-bottom:16px;font-size:12px;font-weight:500}.btn-auth{color:#fff;cursor:pointer;background:#fb641b;border:none;border-radius:2px;width:100%;margin-bottom:24px;padding:14px;font-size:15px;font-weight:600;transition:background .2s}.btn-auth:hover{background:#e85a18}.btn-auth:disabled{cursor:not-allowed;background:#ff9f00}.auth-footer{text-align:center;margin-top:auto}.auth-footer p{color:#2874f0;font-size:14px;font-weight:500}.auth-footer a{color:#2874f0;font-weight:600;text-decoration:none}@media (width<=768px){.auth-card{flex-direction:column;height:auto}.auth-left{width:100%;padding:24px}.auth-left img{display:none}.auth-right{padding:32px 24px}}.wishlist-page{padding-bottom:40px}.wishlist-header-card{background:#fff;border-bottom:1px solid #f0f0f0;border-radius:4px 4px 0 0;margin-top:16px;padding:18px 24px;box-shadow:0 1px 4px #0000000d}.empty-wishlist-card{text-align:center;background:#fff;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;margin-top:16px;padding:50px 24px;display:flex;box-shadow:0 1px 4px #0000001a}.empty-wishlist-card img{width:200px;margin-bottom:24px}.empty-wishlist-card h3{margin-bottom:8px;font-size:18px;font-weight:500}.empty-wishlist-card p{color:#878787;margin-bottom:24px}.wishlist-list-container{background:#fff;border-radius:0 0 4px 4px;box-shadow:0 1px 4px #0000000d}.wishlist-item-row{border-bottom:1px solid #f0f0f0;padding:24px;transition:background .2s;display:flex}.wishlist-item-row:hover{background:#fafafa}.wishlist-item-img{flex-shrink:0;width:120px;height:120px;padding:10px}.wishlist-item-img img{object-fit:contain;width:100%;height:100%}.wishlist-item-details{flex:1;justify-content:space-between;padding-left:24px;display:flex}.wishlist-item-main{flex:1}.wishlist-item-name{color:#212121;margin-bottom:8px;font-size:18px;font-weight:400;display:block}.wishlist-item-name:hover{color:#2874f0}.wishlist-item-price-row{align-items:center;gap:12px;margin-top:12px;display:flex}.wishlist-item-actions{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.btn-move-to-cart{color:#fff;background:#fb641b;border:none;border-radius:2px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 1px 2px #0003}.btn-move-to-cart:hover{background:#e85a18;box-shadow:0 2px 4px #0000004d}.btn-remove-wishlist{color:#878787;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.btn-remove-wishlist:hover{color:#ff6161;background:#f0f0f0}.order-history-header{background:#fff;border-radius:4px;margin-top:16px;padding:18px 24px;box-shadow:0 1px 4px #0000000d}.empty-orders-card{text-align:center;background:#fff;border-radius:4px;margin-top:16px;padding:60px 24px;box-shadow:0 1px 4px #0000001a}.empty-orders-card img{width:180px;margin-bottom:24px}.orders-container{flex-direction:column;gap:16px;margin-top:16px;padding-bottom:40px;display:flex}.order-card-v2{background:#fff;border:1px solid #f0f0f0;border-radius:4px;transition:box-shadow .2s;overflow:hidden;box-shadow:0 1px 4px #00000014}.order-card-v2:hover{box-shadow:0 4px 12px #0000001f}.order-card-header{background:#fcfcfc;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.order-meta{flex-direction:column;gap:4px;display:flex}.order-id-label{color:#212121;font-size:14px;font-weight:600}.order-date-label{color:#878787;font-size:13px}.order-status-badge{border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;font-weight:500;display:flex}.order-status-badge .dot{border-radius:50%;width:8px;height:8px}.status-delivered{color:#2e7d32;background:#e8f5e9}.status-delivered .dot{background:#4caf50}.status-shipped{color:#1565c0;background:#e3f2fd}.status-shipped .dot{background:#2196f3}.status-processed{color:#ef6c00;background:#fff3e0}.status-processed .dot{background:#ff9800}.status-cancelled{color:#c62828;background:#ffebee}.status-cancelled .dot{background:#f44336}.status-pending{color:#616161;background:#f5f5f5}.status-pending .dot{background:#9e9e9e}.order-card-items{padding:12px 0}.order-item-row-v2{align-items:center;gap:24px;padding:16px 24px;display:flex}.order-item-img{border:1px solid #f0f0f0;width:80px;height:80px;padding:4px}.order-item-img img{object-fit:contain;width:100%;height:100%}.order-item-info{flex:1}.order-item-name{color:#212121;margin-bottom:4px;font-size:15px;font-weight:500;display:block}.order-item-name:hover{color:#2874f0}.order-item-seller{color:#878787;font-size:12px}.order-item-qty{margin-top:4px;font-size:13px}.order-item-price{color:#212121;font-weight:600}.order-card-footer{background:#fcfcfc;border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.order-total-row{align-items:center;gap:8px;display:flex}.total-label{color:#878787;font-size:14px}.total-value{color:#212121;font-size:18px;font-weight:700}.order-actions{gap:12px;display:flex}.btn-view-details{color:#212121;border:1px solid #d4d4d4;border-radius:2px;padding:8px 16px;font-size:13px;font-weight:500;text-decoration:none}.btn-view-details:hover{background:#f5f5f5;border-color:#bcbcbc}.btn-need-help{color:#2874f0;cursor:pointer;background:0 0;border:1px solid #d4d4d4;border-radius:2px;padding:8px 16px;font-size:13px;font-weight:500}.btn-need-help:hover{background:#f0f5ff;border-color:#2874f0}
