.app-header{background:#fff;box-shadow:0 2px 8px #00000014;padding:0 24px;position:sticky;top:0;z-index:999;height:70px;line-height:70px}.header-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.header-logo{display:flex;align-items:center;gap:12px;cursor:pointer;transition:transform .2s ease}.header-actions{display:flex;align-items:center;gap:12px}.header-mobile-menu-btn{display:none;font-size:20px}.header-mobile-search{margin-bottom:16px}@media(max-width:992px){.header-search-desktop,.header-nav-desktop{display:none}.header-mobile-menu-btn{display:inline-flex}}@media(max-width:768px){.app-header{padding:0 16px}.header-logo-text{font-size:20px}.header-logo-icon{font-size:28px}}.product-card{border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #00000014}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.product-card-image-wrapper{position:relative;width:100%;height:280px;overflow:hidden;background:#f5f5f5}.product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-discount-tag{position:absolute;top:12px;left:12px;font-weight:600;font-size:12px;z-index:2}.product-card-featured-tag{position:absolute;top:12px;right:12px;font-weight:600;font-size:12px;z-index:2}.product-card-overlay{position:absolute;inset:0;background:#0009;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;opacity:0;transition:opacity .3s ease}.product-card:hover .product-card-overlay{opacity:1}.product-card-action-btn{min-width:140px}.product-card-title{margin:0!important;height:48px}.product-card-details{margin-top:8px}.product-card-price{display:flex;align-items:center;gap:8px;margin-bottom:8px}.product-card-final-price{font-size:20px;color:teal}.product-card-original-price{font-size:14px}.product-card-rating{display:flex;align-items:center;gap:4px;font-size:14px}.banner-carousel-container{width:100%;margin-bottom:16px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.banner-carousel-skeleton{width:100%;margin-bottom:32px;border-radius:12px;overflow:hidden}.banner-slide{position:relative;width:100%;height:400px}.banner-content{position:relative;width:100%;height:100%}.banner-image{width:100%;height:100%;object-fit:cover}.banner-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);padding:40px;color:#fff}.banner-overlay h2{font-size:32px;font-weight:700;margin:0 0 8px;color:#fff}.banner-overlay p{font-size:16px;margin:0;opacity:.9}@media(max-width:768px){.banner-slide{height:250px}.banner-overlay h2{font-size:24px}.banner-overlay p{font-size:14px}.banner-overlay{padding:24px}}.promotional-offers-container{padding:16px 0;width:100%}.offers-list{display:flex;flex-direction:column;gap:24px}.offers-header{text-align:center;margin-bottom:32px}.offers-header h2{font-size:36px;font-weight:800;margin-bottom:8px;background:linear-gradient(135deg,#ff4d4f,#ff7a45,#ffa940);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.offers-header p{font-size:16px;color:#666;margin:0}.offer-card-horizontal{width:100%;border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:none;box-shadow:0 4px 20px #00000014}.offer-card-horizontal:hover{transform:translateY(-8px);box-shadow:0 12px 40px #ff4d4f40}.offer-card-horizontal.offer-card-0{border:3px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#ff4d4f,#ff7a45) border-box}.offer-card-horizontal.offer-card-1{border:3px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#722ed1,#9254de) border-box}.offer-card-horizontal.offer-card-2{border:3px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#13c2c2,#36cfc9) border-box}.offer-card-horizontal.offer-card-3{border:3px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#fa8c16,#ffa940) border-box}.offer-image-container-horizontal{position:relative;overflow:hidden;height:250px;border-radius:12px}.offer-image-horizontal{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.offer-card-horizontal:hover .offer-image-horizontal{transform:scale(1.1)}.offer-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#ff4d4f,#ff7a45);color:#fff;padding:8px 16px;border-radius:20px;font-weight:700;font-size:13px;box-shadow:0 4px 12px #ff4d4f66;animation:pulse 2s infinite;z-index:1}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.offer-image-placeholder-horizontal{width:100%;height:250px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff1f0,#ffe7e6);border-radius:12px}.offer-content-horizontal{padding:24px;position:relative;display:flex;flex-direction:column;justify-content:center;min-height:250px}.offer-discount-badge-horizontal{display:inline-block;background:linear-gradient(135deg,#ff4d4f,#ff7a45);color:#fff;padding:12px 32px;border-radius:30px;font-size:28px;font-weight:800;box-shadow:0 6px 20px #ff4d4f66;margin-bottom:16px;width:fit-content}.offer-title-horizontal{font-size:32px;font-weight:700;margin:0 0 12px;color:#1a1a1a;line-height:1.2}.offer-description-horizontal{font-size:16px;color:#666;margin-bottom:20px;line-height:1.6}.offer-footer-horizontal{display:flex;align-items:center;gap:16px}.offer-timer{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#ff4d4f;background:#fff1f0;padding:8px 16px;border-radius:20px}.offer-timer svg{animation:tick 1s infinite;font-size:18px}@keyframes tick{0%,to{transform:rotate(0)}50%{transform:rotate(10deg)}}@media(max-width:768px){.offers-header h2{font-size:28px}.offer-image-container-horizontal,.offer-image-placeholder-horizontal{height:200px}.offer-content-horizontal{min-height:auto;padding:20px}.offer-discount-badge-horizontal{font-size:20px;padding:8px 20px}.offer-title-horizontal{font-size:24px}.offer-description-horizontal,.offer-timer{font-size:14px}}.home-page{background:#f5f5f5}.home-hero{margin-bottom:24px}.home-hero-slide{position:relative;height:50vh}.home-hero-image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.home-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#008080cc,#4fd1c5cc);display:flex;align-items:center;justify-content:center}.home-hero-content{text-align:center;color:#fff;max-width:800px;padding:0 24px}.home-hero-title{color:#fff!important;font-size:56px!important;font-weight:800!important;margin-bottom:16px!important;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.home-hero-subtitle{color:#fff!important;font-size:24px!important;margin-bottom:32px!important;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.home-hero-cta{height:50px;padding:0 40px;font-size:18px;font-weight:600;border-radius:25px;box-shadow:0 4px 12px #00000026}.home-section{padding:32px 0;background:#fff}.home-section-alt{background:#fafafa}.home-container{max-width:1400px;margin:0 auto;padding:0 24px}.home-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.home-section-header h2{margin:0;font-size:36px;font-weight:700}.home-loading{display:flex;justify-content:center;align-items:center;min-height:300px}.home-category-card{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000014}.home-category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.home-category-image{width:100%;height:120px;overflow:hidden;background:#f5f5f5}.home-category-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.home-category-card:hover .home-category-image img{transform:scale(1.1)}.home-category-name{padding:16px;text-align:center;font-weight:600;font-size:16px;color:#262626}.home-features{background:linear-gradient(135deg,teal,#4fd1c5);color:#fff}.home-feature{text-align:center;padding:24px}.home-feature-icon{font-size:48px;margin-bottom:16px}.home-feature h4{color:#fff!important;margin-bottom:8px!important}.home-feature p{color:#ffffffe6!important;margin:0!important}@media(max-width:768px){.home-hero-slide{height:35vh}.home-hero-title{font-size:36px!important}.home-hero-subtitle{font-size:18px!important}.home-section{padding:24px 0}.home-section-header h2{font-size:28px}.home-category-image{height:100px}}.products-page{background:#f5f5f5;min-height:calc(100vh - 70px)}.products-container{max-width:1400px;margin:0 auto;padding:24px}.products-sidebar-desktop{background:#fff;padding:24px;border-radius:8px;margin-right:24px;height:fit-content;position:sticky;top:94px}.products-sidebar-mobile{background:#fff;padding:24px;border-radius:8px;margin-bottom:24px}.products-content-layout,.products-content{background:transparent}.products-filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.products-filters-header h4{margin:0}.products-filter-section{margin-bottom:32px}.products-filter-section h5{margin-bottom:16px;font-weight:600}.products-filter-item{margin-bottom:12px}.products-price-range{display:flex;justify-content:space-between;margin-top:8px;font-weight:600;color:teal}.products-header{background:#fff;padding:24px;border-radius:8px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.products-header-info h2{margin:0 0 8px}.products-count{color:#8c8c8c;font-size:14px}.products-header-actions{display:flex;gap:12px;align-items:center}.products-filter-toggle{display:none}.products-loading{display:flex;justify-content:center;align-items:center;min-height:400px;background:#fff;border-radius:8px}.products-pagination{display:flex;justify-content:center;margin-top:48px;padding:24px;background:#fff;border-radius:8px}@media(max-width:992px){.products-sidebar-desktop{display:none}.products-filter-toggle{display:inline-flex}.products-sidebar-mobile{display:block}}@media(max-width:768px){.products-container,.products-header{padding:16px}.products-header-info h2{font-size:24px}.products-header-actions{width:100%}.products-header-actions>*{flex:1}}.product-detail-page{background:#f5f5f5;min-height:calc(100vh - 70px);padding:32px 0}.product-detail-container{max-width:1400px;margin:0 auto;background:#fff;border-radius:16px;padding:48px;box-shadow:0 2px 8px #0000000f}.product-detail-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.product-detail-breadcrumb{margin-bottom:32px}.product-detail-images{position:sticky;top:94px}.product-detail-main-image{position:relative;width:100%;height:550px;background:linear-gradient(135deg,#fafafa,#f0f0f0);border-radius:16px;overflow:hidden;margin-bottom:20px;border:1px solid #e8e8e8;display:flex;align-items:center;justify-content:center}.product-detail-main-image .ant-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-detail-main-image img{width:100%;height:100%;object-fit:contain;padding:20px;transition:transform .3s ease}.product-detail-main-image:hover img{transform:scale(1.05)}.product-detail-discount-tag{position:absolute;top:20px;left:20px;font-size:16px;font-weight:700;padding:10px 20px;border-radius:8px;z-index:10;box-shadow:0 2px 8px #f003}.product-detail-thumbnails{display:flex;gap:12px;overflow-x:auto;padding:4px 0}.product-detail-thumbnails::-webkit-scrollbar{height:6px}.product-detail-thumbnails::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.product-detail-thumbnails::-webkit-scrollbar-thumb{background:teal;border-radius:10px}.product-detail-thumbnail{width:90px;height:90px;border-radius:12px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .3s ease;flex-shrink:0;background:#fafafa;display:flex;align-items:center;justify-content:center}.product-detail-thumbnail:hover{border-color:teal;transform:translateY(-2px);box-shadow:0 4px 12px #00808026}.product-detail-thumbnail.active{border-color:teal;box-shadow:0 4px 12px #00808033}.product-detail-thumbnail img{width:100%;height:100%;object-fit:contain;padding:8px}.product-detail-info{padding:0}.product-detail-title{margin-bottom:16px!important;color:#1a1a1a;font-weight:700;line-height:1.3}.product-detail-rating{display:flex;align-items:center;gap:8px;margin-bottom:24px;padding:12px 16px;background:#fffbf0;border-radius:8px;width:fit-content}.product-detail-price{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:32px;padding:20px 0;border-top:2px solid #f0f0f0;border-bottom:2px solid #f0f0f0}.product-detail-final-price{color:teal!important;margin:0!important;font-weight:700!important;font-size:36px!important}.product-detail-original-price{font-size:24px;color:#999}.product-detail-save-tag{font-size:14px;padding:6px 14px;font-weight:600}.product-detail-description{margin-bottom:32px}.product-detail-description h4{color:#1a1a1a;font-weight:600;margin-bottom:16px}.product-detail-description p{font-size:16px;line-height:1.8;color:#595959}.product-detail-specifications{margin-bottom:32px;background:#fafafa;padding:24px;border-radius:12px}.product-detail-specifications h4{color:#1a1a1a;font-weight:600;margin-bottom:16px}.product-detail-spec-row{display:grid;grid-template-columns:200px 1fr;gap:24px;padding:14px 0;border-bottom:1px solid #e8e8e8}.product-detail-spec-row:last-child{border-bottom:none}.product-detail-spec-row span:first-child{color:#666;font-weight:500}.product-detail-spec-row span:last-child{color:#1a1a1a}.product-detail-stock{margin-bottom:20px}.product-detail-stock .ant-tag{padding:8px 16px;font-size:14px;font-weight:600;border-radius:8px}.product-detail-quantity{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding:16px;background:#f9f9f9;border-radius:12px;width:fit-content}.product-detail-quantity span{font-weight:600;color:#1a1a1a}.product-detail-quantity .ant-input-number{border-radius:8px;border:2px solid #e8e8e8}.product-detail-quantity .ant-input-number:hover,.product-detail-quantity .ant-input-number:focus{border-color:teal}.product-detail-actions{display:flex;gap:16px;margin-bottom:32px;flex-wrap:wrap}.product-detail-add-cart,.product-detail-buy-now{flex:1;min-width:180px;height:52px;font-size:16px;font-weight:600;border-radius:12px;transition:all .3s ease}.product-detail-add-cart{background:#ff6b6b;border-color:#ff6b6b}.product-detail-add-cart:hover{background:#ff5252;border-color:#ff5252;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b4d}.product-detail-buy-now{background:teal;border-color:teal;color:#fff}.product-detail-buy-now:hover{background:#066;border-color:#066;transform:translateY(-2px);box-shadow:0 6px 20px #0080804d}.product-detail-wishlist{width:52px;height:52px;border-radius:12px;border:2px solid #e8e8e8;transition:all .3s ease}.product-detail-wishlist:hover{border-color:#ff6b6b;color:#ff6b6b;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b33}.product-detail-tags{display:flex;gap:10px;flex-wrap:wrap;padding:20px 0}.product-detail-tags .ant-tag{padding:8px 16px;font-size:14px;border-radius:20px;border:1px solid #e8e8e8;background:#fff;color:#666;transition:all .3s ease}.product-detail-tags .ant-tag:hover{border-color:teal;color:teal;transform:translateY(-2px)}@media(max-width:768px){.product-detail-container{padding:24px;border-radius:12px}.product-detail-images{position:static}.product-detail-main-image{height:400px}.product-detail-title{font-size:24px!important}.product-detail-final-price{font-size:28px!important}.product-detail-spec-row{grid-template-columns:1fr;gap:8px}.product-detail-actions{flex-direction:column}.product-detail-add-cart,.product-detail-buy-now,.product-detail-wishlist{width:100%;min-width:100%}.product-detail-quantity{width:100%;justify-content:space-between}}@media(max-width:480px){.product-detail-container{padding:16px}.product-detail-main-image{height:300px}.product-detail-thumbnail{width:70px;height:70px}}.categories-page{background:#f5f5f5;min-height:calc(100vh - 70px);padding:24px 0}.categories-container{max-width:1400px;margin:0 auto;padding:0 24px}.categories-header{text-align:center;margin-bottom:48px}.categories-header h1{color:teal;font-weight:700;margin:0}.categories-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.category-card{border-radius:12px;overflow:hidden;transition:all .3s ease;border:none;box-shadow:0 4px 12px #0000000d}.category-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.category-image-container{height:200px;overflow:hidden;background:#fafafa}.category-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-card:hover .category-image-container img{transform:scale(1.05)}.category-card .ant-card-meta-title{font-size:18px;font-weight:600;color:#333;margin-bottom:4px!important}.category-card .ant-card-meta-description{color:teal;font-weight:500}@media(max-width:768px){.categories-header{margin-bottom:32px}.category-image-container{height:160px}}.login-page{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#008080cc,#4fd1c5cc);padding:24px}.login-container{width:100%;max-width:480px}.login-card{border-radius:16px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.login-header{text-align:center;margin-bottom:32px}.login-header h2{margin-bottom:8px;background:linear-gradient(135deg,teal,#4fd1c5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-form-footer{display:flex;justify-content:flex-end}.login-forgot-link{color:teal;font-size:14px}.login-forgot-link:hover{color:#4fd1c5}.login-google-btn{background:#fff;border:1px solid #d9d9d9;color:#262626}.login-google-btn:hover{border-color:teal;color:teal}.login-form-button{width:100%;height:40px;font-size:16px;font-weight:600;margin-bottom:16px}.login-link{text-align:center;margin-top:16px;color:teal}.login-link a{color:teal;font-weight:600}@media(max-width:576px){.login-page,.login-card{padding:16px}.login-header h2{font-size:24px}}.forgot-password-page{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#008080cc,#4fd1c5cc);padding:24px}.forgot-password-container{width:100%;max-width:480px}.forgot-password-card{border-radius:16px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.forgot-password-header{text-align:center;margin-bottom:32px}.forgot-password-header h2{margin-bottom:8px;background:linear-gradient(135deg,teal,#4fd1c5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.forgot-password-back-link{color:teal;font-size:14px;display:inline-flex;align-items:center;gap:4px}.forgot-password-back-link:hover{color:#4fd1c5}.forgot-password-success{text-align:center}@media(max-width:576px){.forgot-password-page,.forgot-password-card{padding:16px}.forgot-password-header h2{font-size:24px}}.reset-password-page{min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#008080cc,#4fd1c5cc);padding:24px}.reset-password-container{width:100%;max-width:480px}.reset-password-card{border-radius:16px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.reset-password-header{text-align:center;margin-bottom:32px}.reset-password-header h2{margin-bottom:8px;background:linear-gradient(135deg,teal,#4fd1c5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:576px){.reset-password-page,.reset-password-card{padding:16px}.reset-password-header h2{font-size:24px}}.cart-page{background:#f5f5f5;min-height:calc(100vh - 70px);padding:24px 0}.cart-container{max-width:1400px;margin:0 auto;padding:0 24px}.cart-header{margin-bottom:24px}.cart-header h2{margin-bottom:4px}.cart-empty{min-height:400px;display:flex;align-items:center;justify-content:center}.cart-items-card{margin-bottom:24px}.cart-items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.cart-items-list{display:flex;flex-direction:column;gap:16px}.cart-item{display:flex;gap:16px;padding:16px;background:#fafafa;border-radius:8px;transition:all .3s ease}.cart-item:hover{background:#f0f0f0}.cart-item-image{width:100px;height:100px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#fff}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;justify-content:center}.cart-item-title{margin:0 0 8px!important}.cart-item-price{font-size:16px}.cart-item-actions{display:flex;align-items:center;gap:16px}.cart-item-quantity{width:100px}.cart-item-total{font-size:18px;color:teal;margin:0}.cart-total-amount{color:teal!important}.cart-checkout-btn{margin-bottom:12px}@media(max-width:992px){.cart-summary-card{position:static}}@media(max-width:768px){.cart-item{flex-direction:column}.cart-item-image{width:100%;height:200px}.cart-item-actions{flex-wrap:wrap;justify-content:space-between}.cart-item-quantity,.cart-item-total{flex:1}}.checkout-page{background:#f5f5f5;min-height:calc(100vh - 70px);padding:24px 0}.checkout-container{max-width:1400px;margin:0 auto;padding:0 24px}.checkout-steps{background:#fff;padding:24px;border-radius:8px;margin-bottom:24px}.checkout-step{padding:24px 0}.checkout-step h4{margin-bottom:24px}.checkout-payment-methods{display:flex;flex-direction:column;gap:12px;width:100%;margin-bottom:24px}.checkout-payment-option{height:auto!important;padding:16px!important;text-align:left!important;border-radius:8px!important}.checkout-payment-title{font-weight:600;margin-bottom:4px}.checkout-step-actions{display:flex;gap:12px;margin-top:24px}.checkout-review-section{margin-bottom:24px;padding:16px;background:#fafafa;border-radius:8px}.checkout-review-address{display:flex;flex-direction:column;gap:4px;margin-top:8px}.checkout-review-payment{display:block;margin-top:8px}.checkout-summary{position:sticky;top:94px}.checkout-summary-items{margin-bottom:16px}.checkout-summary-item{display:flex;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.checkout-summary-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.checkout-summary-item img{width:60px;height:60px;object-fit:cover;border-radius:4px;flex-shrink:0}.checkout-summary-item-details{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.checkout-summary-item-details .ant-typography{margin:0}.checkout-summary-item-details .ant-typography:first-child{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-summary-row{display:flex;justify-content:space-between;margin-bottom:12px}.checkout-summary-total{display:flex;justify-content:space-between;align-items:center}.checkout-summary-total h4{margin:0}.checkout-total-amount{color:teal!important}@media(max-width:992px){.checkout-summary{position:static;margin-top:24px}}@media(max-width:768px){.checkout-container{padding:0 16px}.checkout-step-actions{flex-direction:column}.checkout-step-actions button{width:100%}}.orders-page{background:#f5f5f5;min-height:calc(100vh - 70px);padding:24px 0}.orders-container{max-width:1400px;margin:0 auto;padding:0 24px}.orders-header{margin-bottom:24px}.orders-header h2{margin:0}@media(max-width:768px){.orders-container{padding:0 16px}}.order-detail-page{min-height:calc(100vh - 64px);background-color:#f5f5f5;padding:24px}.order-detail-container{max-width:1200px;margin:0 auto}.order-detail-header{display:flex;align-items:center;margin-bottom:24px}.order-detail-header h2{margin:0}.faq-page{background:#f5f5f5;min-height:calc(100vh - 70px);padding:48px 24px}.faq-container{max-width:900px;margin:0 auto}.faq-header{text-align:center;margin-bottom:48px}.faq-header h1{margin-bottom:12px;color:#1a1a1a}.faq-collapse{background:#fff;border-radius:12px}.faq-collapse .ant-collapse-item{border-bottom:1px solid #f0f0f0}.faq-collapse .ant-collapse-item:last-child{border-bottom:none}.faq-collapse .ant-collapse-header{padding:20px 24px!important;font-size:16px}.faq-collapse .ant-collapse-content-box{padding:16px 24px 24px;font-size:15px;line-height:1.8;color:#595959}.faq-question{display:flex;align-items:center}.return-policy-page{background:#f5f5f5;min-height:calc(100vh - 70px);padding:48px 24px}.return-policy-container{max-width:900px;margin:0 auto}.return-policy-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.return-policy-header h1{margin:0;color:#1a1a1a}.print-button{border-radius:8px}.policy-card{border-radius:12px;box-shadow:0 2px 8px #0000000f}.policy-content{font-size:15px;line-height:1.6;color:#333;white-space:normal;word-wrap:break-word}.policy-content h2{color:#1a1a1a;margin-top:0;margin-bottom:8px;font-size:24px;font-weight:600}.policy-content h3{color:#333;margin-top:16px;margin-bottom:8px;font-size:18px;font-weight:600}.policy-content ul,.policy-content ol{padding-left:24px;margin-bottom:8px;margin-top:4px}.policy-content li{margin-bottom:4px;line-height:1.5}.policy-content p{margin-bottom:8px;margin-top:0;line-height:1.6}.policy-content>h2:first-child{margin-top:0}@media print{.return-policy-header .print-button{display:none}.return-policy-page{background:#fff}}.contact-page{background:#f5f5f5;min-height:calc(100vh - 70px);padding:48px 24px}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:48px}.contact-header h1{margin-bottom:12px;color:#1a1a1a}.contact-card{text-align:center;border-radius:12px;box-shadow:0 2px 8px #0000000f;height:100%}.contact-card .ant-space{align-items:center}.contact-link{display:inline-block;padding:8px 24px;background:#1890ff;color:#fff!important;border-radius:6px;text-decoration:none;transition:background .3s}.contact-link:hover{background:#40a9ff}.contact-info-card{border-radius:12px;box-shadow:0 2px 8px #0000000f;text-align:center}.contact-info-card h3{margin-bottom:16px}.app-layout{min-height:100vh;display:flex;flex-direction:column}.app-footer{margin-top:auto;background:teal;color:#fff;padding:48px 24px 24px}.footer-content{max-width:1400px;margin:0 auto 32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.footer-section h3{color:#fff;font-size:24px;margin-bottom:16px;background:linear-gradient(135deg,#fff,#e6fffa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4{color:#fff;font-size:16px;margin-bottom:16px;font-weight:600}.footer-section p{color:#fffc;line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#ff6b6b}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{color:#ffffff80;margin:0}@media(max-width:768px){.app-footer{padding:32px 16px 16px}.footer-content{grid-template-columns:1fr;gap:24px}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f2f2f2}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
