.app-header{background:linear-gradient(135deg,#fff,#f8f9fa);box-shadow:0 2px 12px #00000014;padding:0 24px;position:sticky;top:0;z-index:999;height:70px;line-height:70px;border-bottom:1px solid rgba(0,128,128,.1)}.header-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;height:100%}.header-logo{display:flex;align-items:center;gap:12px;cursor:pointer;transition:transform .3s ease}.header-logo:hover{transform:scale(1.02)}.header-logo-text{font-size:22px;font-weight:700;background:linear-gradient(135deg,teal,#00a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap}.header-search-desktop{flex:1;max-width:500px}.header-search-input .ant-input-group-wrapper{border-radius:12px}.header-search-input .ant-input{border-radius:12px 0 0 12px;border:2px solid #e8e8e8;transition:all .3s ease}.header-search-input .ant-input:focus{border-color:teal;box-shadow:0 0 0 2px #0080801a}.header-search-input .ant-btn-primary{background:linear-gradient(135deg,teal,#00a0a0);border:none;border-radius:0 12px 12px 0}.header-nav-desktop .header-menu{border:none;background:transparent}.header-nav-desktop .ant-menu-item{font-weight:600;transition:all .3s ease}.header-nav-desktop .ant-menu-item:hover{color:teal}.header-actions{display:flex;align-items:center;gap:12px}.header-action-btn{font-size:20px;color:#595959;transition:all .3s ease}.header-action-btn:hover{color:teal;transform:scale(1.1)}.header-avatar{cursor:pointer;transition:transform .3s ease}.header-avatar:hover{transform:scale(1.1)}.header-mobile-menu-btn{display:none;font-size:22px;color:#262626}.header-mobile-search{margin-bottom:20px}.header-mobile-content{padding-top:8px}.header-mobile-drawer .ant-drawer-header{background:#fff;border-bottom:2px solid #f0f0f0}.header-mobile-drawer .ant-drawer-title{color:#262626;font-weight:700;font-size:18px}.header-mobile-drawer .ant-drawer-close{color:#595959}.header-mobile-drawer .ant-drawer-close:hover{color:teal}.header-mobile-drawer .ant-menu{border:none}.header-mobile-drawer .ant-menu-item{font-size:16px;padding:14px 16px;margin:6px 0;border-radius:8px;height:auto;line-height:1.5}.header-mobile-drawer .ant-menu-item-selected{background:#00808014;color:teal}.header-mobile-drawer .ant-menu-item:hover{background:#0080800d;color:teal}.header-mobile-drawer .ant-menu-item:active{background:#0080801a}@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 12px;height:60px;line-height:60px}.header-container{gap:8px}.header-logo img{height:28px!important}.header-logo-text{font-size:16px;display:none}.header-actions{gap:4px}.header-action-btn{font-size:20px;padding:8px}.header-mobile-menu-btn{font-size:24px;padding:8px}.ant-badge{font-size:10px}.ant-badge-count{min-width:18px;height:18px;line-height:18px;font-size:11px}.header-avatar{width:32px;height:32px}}@media(max-width:480px){.app-header{padding:0 8px;height:56px;line-height:56px}.header-logo img{height:24px!important}.header-actions{gap:2px}.header-action-btn{font-size:18px;padding:6px}.header-mobile-menu-btn{font-size:22px;padding:6px}.header-avatar{width:28px;height:28px}}.product-card-wrapper{cursor:pointer;height:100%}.product-card{border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 12px #00000014;border:1px solid #f0f0f0;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f,0 2px 8px #00000014;border-color:#e0e0e0}.product-card-image-wrapper{position:relative;width:100%;height:240px;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card-image{transform:scale(1.08)}.product-card-badges{position:absolute;top:16px;left:16px;right:16px;display:flex;justify-content:space-between;align-items:flex-start;z-index:2;pointer-events:none}.product-card-discount-badge{background:linear-gradient(135deg,#ff416c,#ff4b2b);color:#fff;padding:8px 16px;border-radius:12px;font-weight:700;font-size:14px;box-shadow:0 4px 12px #ff416c66;animation:pulse 2s ease-in-out infinite}.discount-value{display:block;letter-spacing:.5px}.product-card-featured-tag{font-weight:600;font-size:12px;border-radius:8px;padding:4px 12px;box-shadow:0 2px 8px #faad144d}.product-card-quick-actions{position:absolute;top:16px;right:16px;display:flex;flex-direction:column;gap:12px;opacity:0;transform:translate(20px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:3}.product-card:hover .product-card-quick-actions{opacity:1;transform:translate(0)}.quick-action-btn{width:44px;height:44px;background:#fff;border:none;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.quick-action-btn:hover{transform:scale(1.1);box-shadow:0 6px 16px #0003}.wishlist-btn:hover{color:#ff4d4f;border-color:#ff4d4f}.view-btn:hover{color:teal;border-color:teal}.product-card-out-of-stock{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:4}.product-card-out-of-stock span{background:#fff;color:#ff4d4f;padding:12px 24px;border-radius:8px;font-weight:700;font-size:16px;text-transform:uppercase;letter-spacing:1px}.product-card-content{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card-category{font-size:11px;text-transform:uppercase;letter-spacing:.8px;font-weight:600;color:#8c8c8c}.product-card-title{margin:0!important;font-size:15px!important;font-weight:600!important;line-height:1.4!important;color:#262626;min-height:42px}.product-card-title:hover{color:teal}.product-card-rating{display:flex;align-items:center;gap:5px;font-size:13px}.rating-star{color:#fadb14;font-size:14px}.rating-count{font-size:12px}.product-card-price-section{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:auto;padding-top:12px;border-top:1px solid #f0f0f0}.product-card-price{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0;overflow:visible}.product-card-final-price{font-size:16px!important;font-weight:700!important;background:linear-gradient(135deg,teal,#00a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2!important;white-space:nowrap;overflow:visible}.product-card-original-price{font-size:12px;color:#8c8c8c;line-height:1;white-space:nowrap}.product-card-cart-btn{border-radius:10px!important;font-weight:600!important;height:40px!important;min-width:80px!important;padding:0 16px!important;background:linear-gradient(135deg,teal,#00a0a0)!important;border:none!important;box-shadow:0 4px 12px #0080804d!important;transition:all .3s ease!important;flex-shrink:0;font-size:14px!important}.product-card-cart-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #00808066!important}.product-card-cart-btn:disabled{background:#d9d9d9!important;box-shadow:none!important;cursor:not-allowed}@media(max-width:768px){.product-card{border-radius:12px}.product-card-image-wrapper{height:180px}.product-card-content{padding:12px;gap:6px}.product-card-category{font-size:10px;letter-spacing:.5px}.product-card-title{font-size:13px!important;min-height:36px;line-height:1.3!important}.product-card-rating{font-size:11px;gap:4px}.rating-star{font-size:12px}.rating-count{font-size:11px}.product-card-final-price{font-size:15px!important}.product-card-original-price{font-size:11px}.product-card-price-section{flex-direction:column;align-items:flex-start;gap:8px;padding-top:10px}.product-card-price{width:100%;flex-direction:row;align-items:center;gap:8px}.product-card-cart-btn{width:100%;height:34px!important;padding:0 10px!important;font-size:12px!important;min-width:auto!important}.quick-action-btn{width:36px;height:36px}.product-card-discount-badge{padding:6px 12px;font-size:12px}.product-card-badges{top:12px;left:12px;right:12px}.product-card-quick-actions{top:12px;right:12px;gap:8px}.product-card-out-of-stock span{padding:10px 20px;font-size:14px}}*{-webkit-tap-highlight-color:transparent}.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;padding-top: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-page{min-height:calc(100vh - 60px)}.home-hero{margin-bottom:16px;padding-top:16px}.home-hero-slide{height:30vh;min-height:250px}.home-hero-title{font-size:28px!important}.home-hero-subtitle{font-size:16px!important;margin-bottom:20px!important}.home-hero-cta{height:42px;padding:0 28px;font-size:15px}.home-section{padding:20px 0}.home-container{padding:0 12px}.home-section-header{margin-bottom:16px}.home-section-header h2{font-size:22px}.home-section-header .ant-btn{font-size:13px;padding:4px 8px}.home-category-image{height:90px}.home-category-name{padding:12px 8px;font-size:13px}.home-feature{padding:16px 12px}.home-feature-icon{font-size:36px;margin-bottom:12px}.home-feature h4{font-size:16px!important}.home-feature p{font-size:13px!important}}@media(max-width:480px){.home-hero-slide{height:25vh;min-height:220px}.home-hero-title{font-size:24px!important}.home-hero-subtitle{font-size:14px!important}.home-section{padding:16px 0}.home-section-header h2{font-size:20px}.home-category-image{height:80px}.home-category-name{padding:10px 6px;font-size:12px}}.products-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:calc(100vh - 70px)}.products-container{max-width:1400px;margin:0 auto;padding: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:2px solid #f0f0f0}.products-filters-header h4{margin:0;color:#1a1a1a;font-weight:700;font-size:18px}.products-filters-header button{color:teal;font-weight:600;transition:all .3s ease}.products-filters-header button:hover{color:#066;transform:translate(-2px)}.products-filter-section{margin-bottom:28px}.products-filter-section h5{margin-bottom:16px;font-weight:700;color:#1a1a1a;font-size:15px}.products-filter-item{margin-bottom:12px;padding:4px 0;transition:all .3s ease}.products-filter-item:hover{padding-left:4px}.products-filter-item .ant-checkbox-wrapper{font-size:14px;color:#595959}.products-filter-item .ant-checkbox-wrapper:hover{color:teal}.products-price-range{display:flex;justify-content:space-between;margin-top:12px;font-weight:700;color:teal;font-size:14px}.products-filter-section .ant-slider-track{background:linear-gradient(135deg,teal,#00a0a0)}.products-filter-section .ant-slider-handle{border-color:teal}.products-filter-section .ant-slider-handle:hover,.products-filter-section .ant-slider-handle:focus{border-color:#066;box-shadow:0 0 0 4px #0080801a}.products-filter-section button[type=primary]{background:linear-gradient(135deg,teal,#00a0a0);border:none;border-radius:10px;font-weight:600;height:40px;box-shadow:0 4px 12px #00808040;transition:all .3s cubic-bezier(.4,0,.2,1)}.products-filter-section button[type=primary]:hover{background:linear-gradient(135deg,#066,#088);transform:translateY(-2px);box-shadow:0 6px 16px #0080804d}.products-header{background:#fff;padding:24px 28px;border-radius:16px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0}.products-header-info h2{margin:0 0 8px;color:#1a1a1a;font-weight:700;font-size:26px}.products-count{color:#8c8c8c;font-size:14px;font-weight:500}.products-header-actions{display:flex;gap:12px;align-items:center}.products-header-actions .ant-select{min-width:200px}.products-header-actions .ant-select-selector{border-radius:10px!important;border:2px solid #e8e8e8!important;height:40px!important;padding:4px 12px!important;transition:all .3s ease!important}.products-header-actions .ant-select-selector:hover{border-color:teal!important}.products-header-actions .ant-select-focused .ant-select-selector{border-color:teal!important;box-shadow:0 0 0 2px #0080801a!important}.products-filter-toggle{border-radius:10px;height:40px;font-weight:600;border:2px solid #e8e8e8;transition:all .3s ease}.products-filter-toggle:hover{border-color:teal;color:teal}.products-loading{display:flex;justify-content:center;align-items:center;min-height:400px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014}.products-pagination{display:flex;justify-content:center;margin-top:32px;padding:24px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0}.products-pagination .ant-pagination-item{border-radius:8px;border:2px solid #e8e8e8;transition:all .3s ease}.products-pagination .ant-pagination-item:hover{border-color:teal;transform:translateY(-2px)}.products-pagination .ant-pagination-item-active{background:linear-gradient(135deg,teal,#00a0a0);border-color:teal}.products-pagination .ant-pagination-item-active a{color:#fff}.products-pagination .ant-pagination-prev,.products-pagination .ant-pagination-next{border-radius:8px}.products-pagination .ant-pagination-prev:hover .ant-pagination-item-link,.products-pagination .ant-pagination-next:hover .ant-pagination-item-link{color:teal;border-color:teal}@media(max-width:992px){.products-filter-toggle{display:inline-flex}}@media(max-width:768px){.products-page{background:#f5f7fa}.products-container{padding:12px}.products-header{padding:16px;margin-bottom:16px;border-radius:12px}.products-header-info h2{font-size:20px;margin-bottom:4px}.products-count{font-size:13px}.products-header-actions{width:100%;gap:8px}.products-header-actions>*{flex:1}.products-header-actions .ant-select{min-width:auto}.products-filter-toggle{min-width:100px}.products-sidebar-desktop,.products-sidebar-mobile{padding:16px;border-radius:12px}.products-sidebar-mobile{margin-bottom:16px}.products-content .ant-row{margin:0 -8px!important}.products-content .ant-col{padding:0 8px!important;margin-bottom:16px!important}.product-card-wrapper{width:100%}.product-card{margin:0;width:100%}.product-card-image-wrapper{height:200px}.product-card-content{padding:12px}.product-card-title{font-size:14px!important;min-height:38px}.product-card-category{font-size:10px}.product-card-final-price{font-size:15px!important}.product-card-original-price{font-size:11px}.product-card-cart-btn{height:36px!important;font-size:13px!important;padding:0 12px!important}.quick-action-btn{width:36px;height:36px}.product-card-price-section{gap:6px;padding-top:10px}.products-pagination{padding:16px;margin-top:20px;border-radius:12px}.products-pagination .ant-pagination-item,.products-pagination .ant-pagination-prev,.products-pagination .ant-pagination-next{min-width:32px;height:32px;line-height:30px;font-size:14px}.products-filter-section h5{font-size:14px;margin-bottom:12px}.products-filters-header h4{font-size:16px}.products-filter-item{margin-bottom:10px}.products-filter-item .ant-checkbox-wrapper,.products-price-range{font-size:13px}.products-filter-section button[type=primary]{height:38px;font-size:14px}}.product-detail-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:calc(100vh - 70px);padding:24px 0}.product-detail-container{max-width:1400px;margin:0 auto;background:#fff;border-radius:16px;padding:32px;box-shadow:0 8px 32px #00000014}.product-detail-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.product-detail-breadcrumb{margin-bottom:24px}.product-detail-breadcrumb a{color:teal;transition:all .3s ease}.product-detail-breadcrumb a:hover{color:#066}.product-detail-images{position:sticky;top:94px}.product-detail-main-image{position:relative;width:100%;height:420px;background:linear-gradient(135deg,#fafafa,#f0f0f0);border-radius:16px;overflow:hidden;margin-bottom:16px;border:1px solid #e8e8e8;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000000f}.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 .5s cubic-bezier(.4,0,.2,1)}.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:12px;z-index:10;background:linear-gradient(135deg,#ff416c,#ff4b2b);border:none;color:#fff;box-shadow:0 4px 16px #ff416c66}.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:linear-gradient(135deg,teal,#00a0a0);border-radius:10px}.product-detail-thumbnail{width:90px;height:90px;border-radius:12px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;background:#fafafa;display:flex;align-items:center;justify-content:center}.product-detail-thumbnail:hover{border-color:teal;transform:translateY(-4px);box-shadow:0 6px 16px #00808033}.product-detail-thumbnail.active{border-color:teal;box-shadow:0 6px 16px #00808040;background:linear-gradient(135deg,#f0f9f9,#e6f7f7)}.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;font-size:28px!important}.product-detail-rating{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding:10px 16px;background:linear-gradient(135deg,#fffbf0,#fff9e6);border-radius:10px;width:fit-content;border:1px solid #ffe7ba}.product-detail-price{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:24px;padding:20px;background:linear-gradient(135deg,#f0f9f9,#e6f7f7);border-radius:14px;border:2px solid #b3e0e0}.product-detail-final-price{background:linear-gradient(135deg,teal,#00a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0!important;font-weight:700!important;font-size:36px!important}.product-detail-original-price{font-size:20px;color:#999}.product-detail-save-tag{font-size:13px;padding:5px 12px;font-weight:600;border-radius:8px}.product-detail-description{margin-bottom:24px}.product-detail-description h4{color:#1a1a1a;font-weight:600;margin-bottom:12px;font-size:18px}.product-detail-description p{font-size:15px;line-height:1.7;color:#595959}.product-detail-specifications{margin-bottom:24px;background:linear-gradient(135deg,#fafafa,#f5f5f5);padding:20px;border-radius:14px;border:1px solid #e8e8e8}.product-detail-specifications h4{color:#1a1a1a;font-weight:600;margin-bottom:16px;font-size:18px}.product-detail-spec-row{display:grid;grid-template-columns:200px 1fr;gap:24px;padding:16px 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:600}.product-detail-spec-row span:last-child{color:#1a1a1a}.product-detail-stock{margin-bottom:16px}.product-detail-stock .ant-tag{padding:8px 16px;font-size:13px;font-weight:600;border-radius:8px}.product-detail-quantity{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding:14px 20px;background:linear-gradient(135deg,#f9f9f9,#f5f5f5);border-radius:12px;width:fit-content;border:2px solid #e8e8e8}.product-detail-quantity span{font-weight:600;color:#1a1a1a;font-size:15px}.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;box-shadow:0 0 0 2px #0080801a}.product-detail-actions{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.product-detail-add-cart,.product-detail-buy-now{flex:1;min-width:160px;height:50px;font-size:15px;font-weight:600;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);border:none}.product-detail-add-cart{background:linear-gradient(135deg,#ff6b6b,#ff5252);box-shadow:0 4px 16px #ff6b6b4d}.product-detail-add-cart:hover:not(:disabled){background:linear-gradient(135deg,#ff5252,#ff4040);transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.product-detail-buy-now{background:linear-gradient(135deg,teal,#00a0a0);color:#fff;box-shadow:0 4px 16px #0080804d}.product-detail-buy-now:hover:not(:disabled){background:linear-gradient(135deg,#066,#088);transform:translateY(-2px);box-shadow:0 6px 20px #00808066;color:#fff}.product-detail-wishlist{width:50px;height:50px;border-radius:12px;border:2px solid #e8e8e8;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff}.product-detail-wishlist:hover{border-color:#ff6b6b;color:#ff6b6b;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b40;background:#fff5f5}.product-detail-tags{display:flex;gap:8px;flex-wrap:wrap;padding:16px 0}.product-detail-tags .ant-tag{padding:8px 14px;font-size:13px;border-radius:20px;border:2px solid #e8e8e8;background:#fff;color:#666;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:500}.product-detail-tags .ant-tag:hover{border-color:teal;color:teal;transform:translateY(-2px);background:#f0f9f9;box-shadow:0 4px 12px #00808026}@media(max-width:768px){.product-detail-container{padding:24px;border-radius:16px}.product-detail-images{position:static}.product-detail-main-image{height:400px}.product-detail-title{font-size:24px!important}.product-detail-final-price{font-size:32px!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}.product-detail-final-price{font-size:28px!important}}.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-controls{display:flex;align-items:center;gap:8px;background:#fff;border:2px solid #e8e8e8;border-radius:8px;padding:4px}.quantity-btn{width:32px;height:32px;border-radius:6px;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;border:1px solid #d9d9d9;background:#fff;color:teal;transition:all .3s ease}.quantity-btn:hover:not(:disabled){background:teal;color:#fff;border-color:teal;transform:scale(1.1)}.quantity-btn:disabled{opacity:.4;cursor:not-allowed}.quantity-display{min-width:40px;text-align:center;font-size:16px;font-weight:600;color:#262626}.cart-item-total{font-size:18px;color:teal;margin:0;min-width:80px;text-align:right}.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-container{padding:0 12px}.cart-item{flex-direction:column;gap:12px}.cart-item-image{width:100%;height:180px}.cart-item-actions{flex-direction:column;align-items:stretch;gap:12px}.cart-item-quantity-controls{justify-content:center;padding:6px}.quantity-btn{width:40px;height:40px;font-size:20px}.quantity-display{min-width:50px;font-size:18px}.cart-item-total{text-align:center;font-size:20px}}.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;display:flex;align-items:center;justify-content:space-between;gap:16px}@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}
