body{color:#222;background:#fff;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}#root{width:100%;min-height:100vh}.home-page{width:100%;max-width:1300px;margin:0 auto;padding:16px 20px 50px;overflow-x:hidden}.hero-section{background:linear-gradient(135deg,#fff1f5,#fff);border-radius:22px;justify-content:space-between;align-items:center;gap:35px;width:100%;min-height:340px;margin-bottom:35px;padding:34px 38px;display:flex;overflow:hidden}.hero-content{flex-shrink:0;width:47%}.hero-content h1{color:#111;margin:0 0 18px;font-size:43px;font-weight:800;line-height:1.08}.hero-content p{color:#666;margin:0 0 22px;font-size:16px;line-height:1.5}.hero-button{color:#fff;background:#ff3f6c;border-radius:10px;justify-content:center;align-items:center;padding:12px 25px;font-weight:700;text-decoration:none;display:inline-flex}.hero-features{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.hero-features div{background:#fff;border-radius:11px;flex-direction:column;align-items:center;min-width:62px;padding:9px 12px;font-size:12px;display:flex;box-shadow:0 4px 14px #00000012}.hero-image{flex-shrink:0;width:53%;height:300px}.hero-image img{object-fit:cover;border-radius:19px;width:100%;height:100%;display:block}.home-category-section{margin:32px 0 38px}.home-category-section h2{color:#111;margin:0 0 16px;font-size:22px}.home-category-list{scrollbar-width:none;gap:12px;display:flex;overflow-x:auto}.home-category-list::-webkit-scrollbar{display:none}.home-category-item{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e5e5;border-radius:22px;flex:none;min-width:88px;height:42px;padding:0 18px;font-size:13px;font-weight:700;transition:all .2s}.home-category-item:hover{color:#fff;background:#ff3f6c;border-color:#ff3f6c}.trending-section{margin-top:35px}.section-title{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.section-title h2{color:#111;margin:0 0 5px;font-size:27px}.section-title p{color:#777;margin:0;font-size:13px}.view-all-button{color:#fff;cursor:pointer;white-space:nowrap;background:#111;border:none;border-radius:22px;padding:11px 22px;font-size:12px;font-weight:700}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%;display:grid}.product-grid>*{min-width:0}.empty-products{text-align:center;color:#777;background:#fafafa;border-radius:15px;padding:50px 20px}@media (width<=1000px){.hero-section{gap:25px;padding:30px}.hero-content h1{font-size:37px}.hero-image{height:280px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=700px){.home-page{padding:10px 14px 35px}.hero-section{border-radius:20px;flex-direction:column;align-items:stretch;gap:0;margin-bottom:30px;padding:28px 18px 0}.hero-content{width:100%}.hero-content h1{margin-bottom:14px;font-size:34px;line-height:1.08}.hero-content p{margin-bottom:18px;font-size:14px}.hero-button{padding:12px 22px;font-size:13px}.hero-features{scrollbar-width:none;flex-wrap:nowrap;gap:8px;margin-top:18px;overflow-x:auto}.hero-features::-webkit-scrollbar{display:none}.hero-features div{flex:0 0 72px;padding:9px 6px}.hero-image{width:calc(100% + 36px);height:285px;margin-top:25px;margin-left:-18px}.hero-image img{border-radius:0 0 20px 20px}.home-category-section{margin:28px 0 34px}.home-category-section h2{font-size:21px}.home-category-list{gap:9px;margin-right:-14px;padding-right:14px}.home-category-item{min-width:auto;height:40px;padding:0 17px;font-size:12px}.section-title{align-items:flex-end}.section-title h2{font-size:23px}.section-title p{font-size:12px}.view-all-button{padding:10px 17px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (width<=390px){.home-page{padding-left:10px;padding-right:10px}.hero-section{padding-left:16px;padding-right:16px}.hero-content h1{font-size:31px}.hero-image{width:calc(100% + 32px);margin-left:-16px}.section-title h2{font-size:21px}.view-all-button{padding:9px 14px;font-size:11px}.product-grid{gap:10px}}.shop-card{color:#222;background:#fff;border:1px solid #eee;border-radius:14px;text-decoration:none;transition:all .3s;display:block;overflow:hidden}.shop-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000001f}.card-image{background:#f7f7f7;width:100%;height:260px;position:relative;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%}.wishlist-button{cursor:pointer;background:#fff;border:none;border-radius:50%;width:36px;height:36px;font-size:22px;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #00000026}.product-rating-badge{background:#fff;border-radius:5px;padding:5px 8px;font-size:12px;position:absolute;bottom:10px;left:10px}.card-info{padding:14px}.card-brand{color:#777;font-size:12px}.card-title{white-space:nowrap;text-overflow:ellipsis;margin:8px 0;font-size:15px;font-weight:600;overflow:hidden}.card-price-row{align-items:center;gap:8px;display:flex}.price{color:#ff3f6c;font-size:18px;font-weight:700}.card-mrp{color:#999;font-size:13px;text-decoration:line-through}.card-delivery{color:green;margin-top:8px;font-size:13px}.product-image-placeholder{justify-content:center;align-items:center;height:100%;font-size:50px;display:flex}@media (width<=900px){.card-image{height:220px}}@media (width<=500px){.card-image{height:180px}}.products-page{width:100%;max-width:1300px;margin:0 auto;padding:25px 20px 50px;overflow-x:hidden}.products-header{background:linear-gradient(135deg,#fff1f5,#fff);border-radius:22px;margin-bottom:32px;padding:42px 38px}.page-eyebrow{color:#ff3f6c;letter-spacing:1px;font-size:13px;font-weight:700}.products-header h1{color:#111;margin:13px 0 10px;font-size:43px;line-height:1.1}.products-header p{color:#777;margin:0;font-size:16px}.products-category-section{margin-bottom:30px}.products-category-heading{color:#111;margin:0 0 16px;font-size:22px}.products-category-scroll{scrollbar-width:none;flex-wrap:nowrap;gap:10px;padding-bottom:3px;display:flex;overflow-x:auto}.products-category-scroll::-webkit-scrollbar{display:none}.products-category-pill{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #ddd;border-radius:25px;flex:none;padding:10px 20px;font-size:13px;font-weight:600;transition:all .2s}.products-category-pill:hover,.products-category-pill.active{color:#fff;background:#ff3f6c;border-color:#ff3f6c}.products-result-bar{justify-content:space-between;align-items:center;margin:28px 0 20px;display:flex}.result-info{align-items:center;gap:10px;display:flex}.result-info strong{color:#111;font-size:24px}.result-info span{color:#777;font-size:14px}.sort-select{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;outline:none;min-width:125px;padding:10px 13px}.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%;display:grid}.products-grid>*{min-width:0}.products-loading{text-align:center;color:#777;padding:60px 20px;font-size:18px}.products-empty{text-align:center;color:#777;background:#fafafa;border-radius:15px;padding:60px 20px}@media (width<=1100px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=700px){.products-page{padding:15px 14px 40px}.products-header{border-radius:19px;margin-bottom:27px;padding:30px 22px}.page-eyebrow{font-size:12px}.products-header h1{margin:12px 0;font-size:34px}.products-header p{font-size:14px;line-height:1.5}.products-category-section{margin-bottom:26px}.products-category-heading{margin-bottom:13px;font-size:21px}.products-category-scroll{gap:9px;margin-right:-14px;padding-right:14px}.products-category-pill{padding:9px 18px;font-size:12px}.products-result-bar{flex-direction:row;align-items:center;margin:25px 0 18px}.result-info{gap:8px}.result-info strong{font-size:22px}.result-info span{font-size:13px}.sort-select{min-width:110px;padding:9px 10px;font-size:13px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (width<=390px){.products-page{padding-left:10px;padding-right:10px}.products-header{padding:27px 18px}.products-header h1{font-size:31px}.products-category-scroll{margin-right:-10px;padding-right:10px}.products-category-pill{padding:9px 16px}.result-info strong{font-size:20px}.result-info span{font-size:12px}.sort-select{min-width:102px;font-size:12px}.products-grid{gap:9px}}.pd-page{color:#1f2937;background:#f5f6f8;min-height:100vh;padding-bottom:110px}.pd-container{width:min(1280px,100% - 32px);margin:0 auto}.pd-breadcrumb{color:#6b7280;align-items:center;gap:9px;padding:18px 0;font-size:14px;display:flex;overflow:hidden}.pd-breadcrumb button{color:#6b7280;cursor:pointer;background:0 0;border:0;padding:0;font-size:14px}.pd-breadcrumb button:hover{color:#2874f0}.pd-breadcrumb span:last-child{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.pd-product-layout{background:#fff;border:1px solid #e5e7eb;border-radius:14px;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:28px;padding:28px;display:grid;box-shadow:0 2px 12px #0f172a0a}.pd-gallery{grid-template-columns:82px minmax(0,1fr);gap:16px;min-width:0;display:grid}.pd-thumbnails{flex-direction:column;gap:12px;display:flex}.pd-thumbnail{cursor:pointer;background:#fff;border:1px solid #e1e5ea;border-radius:8px;width:76px;height:88px;padding:4px;transition:all .2s;overflow:hidden}.pd-thumbnail:hover{border-color:#2874f0}.pd-thumbnail.active{border:2px solid #2874f0}.pd-thumbnail img{object-fit:contain;width:100%;height:100%;display:block}.pd-empty-thumb{color:#9ca3af;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:76px;height:88px;font-size:12px;display:flex}.pd-main-image{background:#fff;border:1px solid #e8ebef;border-radius:12px;justify-content:center;align-items:center;min-height:560px;display:flex;position:relative;overflow:hidden}.pd-main-image img{object-fit:contain;width:100%;height:560px;transition:transform .3s;display:block}.pd-main-image:hover img{transform:scale(1.025)}.pd-image-offer{color:#fff;background:#16a34a;border-radius:6px;padding:7px 12px;font-size:13px;font-weight:700;position:absolute;top:16px;left:16px}.pd-no-image{text-align:center;color:#9ca3af}.pd-no-image span{font-size:48px}.pd-no-image p{margin-top:8px}.pd-information{min-width:0}.pd-brand{color:#2874f0;text-transform:uppercase;letter-spacing:.3px;margin-bottom:8px;font-size:14px;font-weight:700}.pd-title{color:#111827;margin:0;font-size:27px;font-weight:600;line-height:1.35}.pd-rating-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:15px;display:flex}.pd-rating{color:#fff;background:#168a45;border-radius:5px;align-items:center;gap:3px;padding:5px 9px;font-size:13px;font-weight:700;display:inline-flex}.pd-rating-count{color:#6b7280;font-size:13px}.pd-verified{color:#168a45;font-size:13px;font-weight:600}.pd-divider{background:#eceff3;height:1px;margin:20px 0}.pd-price-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.pd-selling-price{color:#111827;font-size:31px;line-height:1}.pd-mrp{color:#7b8490;font-size:17px}.pd-discount{color:#168a45;font-size:15px;font-weight:700}.pd-tax{color:#6b7280;margin:8px 0 22px;font-size:12px}.pd-option-section{margin:20px 0}.pd-option-heading{justify-content:space-between;align-items:center;margin-bottom:11px;font-size:14px;display:flex}.pd-option-heading button{color:#2874f0;cursor:pointer;background:0 0;border:0;font-weight:600}.pd-option-heading span{color:#6b7280;font-weight:500}.pd-options,.pd-color-options{flex-wrap:wrap;gap:9px;display:flex}.pd-options button,.pd-color-options button{color:#374151;cursor:pointer;background:#fff;border:1px solid #cfd5dc;border-radius:6px;min-width:52px;min-height:40px;padding:8px 15px;font-weight:600;transition:all .2s}.pd-options button:hover,.pd-color-options button:hover{border-color:#2874f0}.pd-options button.selected,.pd-color-options button.selected{color:#2874f0;background:#f4f8ff;border:2px solid #2874f0}.pd-stock-row{align-items:center;gap:12px;margin:20px 0;display:flex}.pd-stock-good{color:#15803d;font-size:14px;font-weight:700}.pd-stock-low{color:#dc2626;font-size:13px;font-weight:600}.pd-stock-out{color:#dc2626;font-size:15px;font-weight:700}.pd-quantity-row{align-items:center;gap:16px;margin:18px 0;font-size:14px;display:flex}.pd-quantity{border:1px solid #d6dbe1;border-radius:7px;align-items:center;display:flex;overflow:hidden}.pd-quantity button{cursor:pointer;background:#f8fafc;border:0;width:38px;height:38px;font-size:20px}.pd-quantity button:hover:not(:disabled){background:#eef2f7}.pd-quantity button:disabled{opacity:.35;cursor:not-allowed}.pd-quantity span{text-align:center;min-width:42px;font-weight:700}.pd-total-price{color:#111827;font-weight:700}.pd-actions{grid-template-columns:1fr 1fr;gap:12px;margin:22px 0;display:grid}.pd-cart-btn,.pd-buy-btn,.pd-primary-btn{cursor:pointer;border:0;border-radius:7px;min-height:50px;font-size:15px;font-weight:700;transition:all .2s}.pd-cart-btn{color:#fff;background:#ff9f00}.pd-cart-btn:hover:not(:disabled){background:#f28f00}.pd-buy-btn{color:#fff;background:#2874f0}.pd-buy-btn:hover{background:#1765df}.pd-cart-btn:disabled{cursor:not-allowed;background:#b9c0c9}.pd-delivery-box{background:#fafbfc;border:1px solid #e1e5ea;border-radius:10px;margin-top:24px;padding:18px}.pd-delivery-box h3{color:#1f2937;margin:0 0 14px;font-size:16px}.pd-pincode{max-width:450px;display:flex}.pd-pincode input{background:#fff;border:1px solid #cfd5dc;border-right:0;border-radius:6px 0 0 6px;outline:none;flex:1;min-width:0;height:43px;padding:0 13px;font-size:14px}.pd-pincode input:focus{border-color:#2874f0}.pd-pincode button{color:#fff;cursor:pointer;background:#2874f0;border:1px solid #2874f0;border-radius:0 6px 6px 0;width:85px;font-weight:700}.pd-delivery-success{color:#15803d;margin:10px 0 0;font-size:13px}.pd-delivery-error{color:#dc2626;margin:10px 0 0;font-size:13px}.pd-service-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;display:grid}.pd-service-grid>div{flex-direction:column;gap:4px;display:flex}.pd-service-grid span{font-size:20px}.pd-service-grid strong{font-size:12px}.pd-service-grid small{color:#737b87;font-size:10px;line-height:1.4}.pd-details-layout{grid-template-columns:1fr 1fr;gap:20px;margin-top:22px;display:grid}.pd-details-card,.pd-description-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.pd-section-title{border-bottom:1px solid #eceff3;padding:18px 20px}.pd-section-title h2{color:#111827;margin:0;font-size:19px}.pd-specifications{padding:5px 20px 15px}.pd-specifications>div{border-bottom:1px solid #f0f2f4;grid-template-columns:150px 1fr;gap:15px;padding:13px 0;font-size:14px;display:grid}.pd-specifications>div:last-child{border-bottom:0}.pd-specifications span{color:#737b87}.pd-specifications strong{color:#252b33;font-weight:600}.pd-description{color:#4b5563;padding:20px;font-size:14px;line-height:1.75}.pd-description p{white-space:pre-line;margin:0}.pd-muted{color:#9ca3af}.pd-trust{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px;display:grid}.pd-trust-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:12px;padding:17px;display:flex}.pd-trust-item>div{background:#f3f6fa;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:19px;display:flex}.pd-trust-item section{flex-direction:column;gap:3px;display:flex}.pd-trust-item strong{color:#1f2937;font-size:13px}.pd-trust-item span{color:#7b8490;font-size:11px}.pd-loading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;display:flex}.pd-loading h3{color:#374151;margin:15px 0 4px}.pd-loading p{margin:0;font-size:13px}.pd-spinner{border:4px solid #e5e7eb;border-top-color:#2874f0;border-radius:50%;width:42px;height:42px;animation:.8s linear infinite pd-spin}@keyframes pd-spin{to{transform:rotate(360deg)}}.pd-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:30px;display:flex}.pd-error-icon{color:#dc2626;background:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;font-weight:800;display:flex}.pd-error h2{color:#1f2937;margin:16px 0 8px}.pd-error p{color:#6b7280;margin:0 0 20px}.pd-primary-btn{color:#fff;background:#2874f0;padding:0 22px}@media (width<=1050px){.pd-product-layout{grid-template-columns:1fr}.pd-gallery,.pd-information{width:100%;max-width:850px;margin:0 auto}.pd-trust{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.pd-page{padding-bottom:90px}.pd-container{width:min(100% - 20px,1280px)}.pd-breadcrumb{padding:12px 0;font-size:12px}.pd-product-layout{border-radius:10px;gap:20px;padding:12px}.pd-gallery{grid-template-columns:1fr;gap:10px}.pd-main-image{order:1;min-height:390px}.pd-main-image img{height:390px}.pd-thumbnails{flex-direction:row;order:2;padding-bottom:3px;overflow-x:auto}.pd-thumbnail{flex-shrink:0;width:66px;height:72px}.pd-empty-thumb{width:66px;height:72px}.pd-title{font-size:21px}.pd-selling-price{font-size:26px}.pd-mrp{font-size:15px}.pd-actions{grid-template-columns:1fr 1fr}.pd-cart-btn,.pd-buy-btn{min-height:48px;font-size:13px}.pd-service-grid,.pd-details-layout{grid-template-columns:1fr}.pd-trust{grid-template-columns:1fr 1fr}.pd-trust-item{padding:12px}.pd-trust-item>div{width:36px;height:36px;font-size:16px}.pd-trust-item strong{font-size:11px}.pd-trust-item span{font-size:9px}}@media (width<=430px){.pd-container{width:calc(100% - 12px)}.pd-product-layout{padding:8px}.pd-main-image,.pd-main-image img{height:340px;min-height:340px}.pd-title{font-size:19px}.pd-rating-row{gap:6px}.pd-rating-count,.pd-verified{font-size:11px}.pd-actions{gap:7px}.pd-quantity-row{flex-wrap:wrap}.pd-specifications>div{grid-template-columns:110px 1fr;font-size:12px}.pd-trust{gap:8px}.pd-trust-item{gap:7px;padding:10px}.pd-trust-item section{min-width:0}}.account-page{background:#f7f7f8;min-height:calc(100vh - 70px);padding:36px 20px 60px}.account-container{width:100%;max-width:920px;margin:0 auto}.account-profile{background:#fff;border:1px solid #eee;border-radius:20px;align-items:center;gap:20px;margin-bottom:20px;padding:26px 30px;display:flex;position:relative;box-shadow:0 8px 30px #0000000d}.profile-avatar{color:#fff;background:linear-gradient(135deg,#ff4b1f,#ff8a00);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:28px;font-weight:800;display:flex;box-shadow:0 8px 20px #ff5b2340}.profile-info{flex:1}.profile-info h1{color:#777;margin:0 0 5px;font-size:14px;font-weight:600}.profile-info h2{color:#151515;margin:0 0 6px;font-size:24px;font-weight:800}.profile-info p{color:#777;margin:0;font-size:14px}.profile-badge{color:#ff5a1f;background:#fff3ec;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:700}.account-stats{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:30px;display:grid}.account-stat{background:#fff;border:1px solid #eee;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:20px 15px;transition:transform .2s,box-shadow .2s;display:flex}.account-stat:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000012}.account-stat span{margin-bottom:8px;font-size:24px}.account-stat strong{color:#151515;font-size:22px;font-weight:800}.account-stat small{color:#777;margin-top:3px;font-size:12px}.account-section{margin-bottom:30px}.account-section-title{margin-bottom:14px}.account-section-title h2{color:#151515;margin:0;font-size:20px;font-weight:800}.account-section-title p{color:#888;margin:5px 0 0;font-size:13px}.account-menu-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.account-menu-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #eee;border-radius:16px;align-items:center;gap:14px;width:100%;padding:18px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.account-menu-card:hover{border-color:#ffd1bf;transform:translateY(-2px);box-shadow:0 10px 25px #00000012}.menu-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.menu-icon.orders{background:#eef5ff}.menu-icon.wishlist{background:#fff0f4}.menu-icon.address{background:#eefaf2}.menu-icon.rewards{background:#fff7df}.menu-icon.language{background:#edf7ff}.menu-icon.support{background:#f4efff}.menu-content{flex:1;min-width:0}.menu-content h3{color:#171717;margin:0 0 5px;font-size:15px;font-weight:750}.menu-content p{color:#858585;margin:0;font-size:12px;line-height:1.4}.menu-arrow{color:#999;font-size:20px;transition:transform .2s,color .2s}.account-menu-card:hover .menu-arrow{color:#ff5a1f;transform:translate(3px)}.account-logout-section{margin-top:5px}.account-logout{color:#e53935;cursor:pointer;background:#fff7f7;border:1px solid #ffd4d4;border-radius:14px;justify-content:center;align-items:center;gap:9px;width:100%;padding:15px 20px;font-size:14px;font-weight:700;transition:background .2s,border-color .2s,transform .2s;display:flex}.account-logout:hover{background:#fff0f0;border-color:#ffbcbc;transform:translateY(-1px)}.account-logout span{font-size:18px}.account-footer{text-align:center;color:#999;margin:22px 0 0;font-size:11px}@media (width<=700px){.account-page{padding:24px 14px 45px}.account-profile{gap:15px;padding:22px}.profile-avatar{width:60px;height:60px;font-size:23px}.profile-info h2{font-size:20px}.profile-badge{display:none}.account-menu-grid{grid-template-columns:1fr}}@media (width<=480px){.account-page{padding:18px 10px 35px}.account-profile{border-radius:16px;padding:18px}.profile-avatar{width:52px;height:52px;font-size:20px}.profile-info h1{font-size:12px}.profile-info h2{font-size:18px}.profile-info p{text-overflow:ellipsis;white-space:nowrap;max-width:190px;font-size:12px;overflow:hidden}.account-stats{gap:9px}.account-stat{border-radius:13px;padding:15px 8px}.account-stat span{font-size:20px}.account-stat strong{font-size:18px}.account-stat small{font-size:10px}.account-section-title h2{font-size:18px}.account-menu-card{padding:15px}.menu-icon{border-radius:12px;width:43px;height:43px;font-size:19px}.menu-content h3{font-size:14px}.menu-content p{font-size:11px}}.professional-cart{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:30px 20px 100px}.cart-title-bar{background:linear-gradient(135deg,#fff1f5,#fff);border-radius:20px;align-items:center;gap:20px;margin-bottom:25px;padding:30px;display:flex}.cart-back-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:50%;flex-shrink:0;width:42px;height:42px;font-size:20px}.cart-title-bar h1{color:#111;margin:0;font-size:32px}.cart-title-bar p{color:#777;margin:5px 0 0}.checkout-step{color:#ff3f6c;margin-left:auto;font-weight:700}.cart-address-box{box-sizing:border-box;background:#fff;border:1px solid #eee;border-radius:15px;justify-content:space-between;align-items:center;margin-bottom:25px;padding:20px;display:flex}.address-left{align-items:center;gap:15px;display:flex}.address-icon{font-size:32px}.address-left p{color:#777;margin:5px 0 0}.change-address{color:#ff3f6c;cursor:pointer;background:#fff;border:1px solid #ff3f6c;border-radius:8px;padding:10px 25px;font-weight:600}.professional-empty-cart{text-align:center;background:#fff;border:1px solid #eee;border-radius:20px;padding:70px 20px}.empty-cart-icon{font-size:60px}.professional-empty-cart h2{margin:15px 0;font-size:28px}.professional-empty-cart p{color:#777}.professional-empty-cart button{color:#fff;cursor:pointer;background:#ff3f6c;border:none;border-radius:8px;margin-top:20px;padding:14px 35px;font-weight:700}.cart-layout{grid-template-columns:minmax(0,1fr) 350px;gap:25px;display:grid}.cart-items-section{flex-direction:column;gap:20px;display:flex}.professional-cart-item{box-sizing:border-box;background:#fff;border:1px solid #eee;border-radius:15px;gap:20px;padding:20px;display:flex}.professional-cart-image{background:#f5f5f5;border-radius:12px;flex-shrink:0;width:150px;height:170px;overflow:hidden}.professional-cart-image img{object-fit:cover;width:100%;height:100%}.professional-product-info{flex:1;min-width:0}.professional-product-info h3{color:#222;margin:0 0 10px;font-size:20px}.product-price{color:#ff3f6c;font-size:22px;font-weight:700}.professional-product-info p{color:#555;margin:10px 0}.product-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.product-actions button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:10px 18px;font-weight:600}.product-actions button:hover{color:#ff3f6c;border-color:#ff3f6c}.cart-summary{background:#fff;border:1px solid #eee;border-radius:15px;height:max-content;padding:25px;position:sticky;top:95px}.cart-summary h2{margin-top:0;margin-bottom:20px}.summary-row{justify-content:space-between;margin:15px 0;display:flex}.free-text{color:green;font-weight:600}.summary-total{margin:20px 0;font-size:22px}.summary-continue{color:#fff;cursor:pointer;background:#ff3f6c;border:none;border-radius:8px;width:100%;padding:15px;font-size:16px;font-weight:700}.summary-continue:hover{background:#e8325d}@media (width<=900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=600px){.professional-cart{padding:15px 15px 100px}.cart-title-bar{border-radius:16px;gap:12px;padding:20px}.cart-title-bar h1{font-size:25px}.cart-title-bar p{font-size:14px}.cart-back-btn{width:38px;height:38px;font-size:18px}.checkout-step{width:100%;margin-left:50px;font-size:13px}.cart-address-box{flex-direction:column;align-items:flex-start;gap:15px;padding:16px}.address-left,.change-address{width:100%}.professional-cart-item{border-radius:14px;gap:12px;padding:12px}.professional-cart-image{border-radius:10px;width:115px;height:135px}.professional-product-info h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:7px;font-size:16px;line-height:1.3;display:-webkit-box;overflow:hidden}.product-price{font-size:19px}.professional-product-info p{margin:7px 0;font-size:14px}.product-actions{gap:7px;margin-top:12px}.product-actions button{padding:8px 10px;font-size:12px}.cart-summary{border-radius:14px;padding:18px}.cart-summary h2,.summary-total{font-size:20px}.summary-continue{padding:14px}.professional-empty-cart{padding:55px 15px}.empty-cart-icon{font-size:50px}.professional-empty-cart h2{font-size:23px}}@media (width<=380px){.professional-cart{padding-left:10px;padding-right:10px}.professional-cart-item{padding:10px}.professional-cart-image{width:100px;height:120px}.professional-product-info h3{font-size:14px}.product-price{font-size:17px}.product-actions button{padding:7px 8px;font-size:11px}}*{box-sizing:border-box}.orders-page{background:#f7f7f8;width:100%;min-height:calc(100vh - 70px);padding:22px 16px 60px}.orders-container{width:100%;max-width:640px;margin:0 auto}.orders-header{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:16px;display:flex}.orders-header h1{color:#111827;margin:0;font-size:24px;font-weight:800;line-height:1.2}.orders-header p{color:#6b7280;margin:4px 0 0;font-size:12px}.refresh-btn{color:#111827;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e1e5ea;border-radius:8px;padding:8px 13px;font-size:10px;font-weight:700}.refresh-btn:hover{background:#f9fafb}.refresh-btn:disabled{opacity:.55;cursor:not-allowed}.orders-list{width:100%}.order-card{background:#fff;border:1px solid #eee;border-radius:12px;width:100%;margin-bottom:15px;padding:14px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.order-top{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-start;gap:15px;padding-bottom:11px;display:flex}.order-top h2{color:#111827;margin:0;font-size:13px;font-weight:800}.order-top p{color:#6b7280;margin:4px 0 0;font-size:8px}.order-status{border-radius:20px;flex-shrink:0;padding:5px 10px;font-size:8px;font-weight:700}.status-pending{color:#f97316;background:#fff3df}.status-confirmed{color:#2563eb;background:#eff6ff}.status-shipped{color:#7c3aed;background:#f5f3ff}.status-delivered{color:#16a34a;background:#ecfdf3}.status-cancelled{color:#dc2626;background:#fff1f2}.order-products{padding:12px 0}.order-product{align-items:center;gap:10px;width:100%;min-height:55px;display:flex}.product-image{background:#f5f6f7;border-radius:7px;justify-content:center;align-items:center;width:46px;min-width:46px;height:46px;display:flex;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;display:block}.product-image span{font-size:18px}.product-info{flex:1;min-width:0}.product-info h3{color:#111827;word-break:break-word;margin:0;font-size:10px;font-weight:700;line-height:1.35}.product-info p{color:#6b7280;margin:3px 0 0;font-size:8px}.product-price{color:#111827;white-space:nowrap;flex-shrink:0;font-size:10px;font-weight:800}.order-payment{border-top:1px solid #eee;padding-top:10px}.payment-row{justify-content:space-between;align-items:center;gap:15px;min-height:19px;display:flex}.payment-row span{color:#4b5563;font-size:8px}.payment-row strong{color:#111827;text-align:right;font-size:8px;font-weight:700}.payment-pending{color:#f97316!important}.paid,.discount-row strong{color:#16a34a!important}.order-total{border-top:1px dashed #ddd;justify-content:space-between;align-items:center;margin-top:6px;padding-top:10px;display:flex}.order-total span{color:#111827;font-size:9px;font-weight:700}.order-total strong{color:#111827;font-size:14px;font-weight:800}.delivery-address{color:#4b5563;word-break:break-word;background:#fafafa;border-radius:7px;margin-top:10px;padding:10px;font-size:8px;line-height:1.5}.delivery-address strong{color:#111827;margin-bottom:2px;font-size:8px;font-weight:800;display:block}.order-actions{border-top:1px solid #eee;justify-content:flex-end;align-items:center;gap:7px;margin-top:10px;padding-top:10px;display:flex}.continue-shopping-btn,.cancel-order-btn{cursor:pointer;background:#fff;border-radius:7px;min-height:28px;padding:6px 11px;font-size:8px;font-weight:700}.continue-shopping-btn{color:#111827;border:1px solid #ddd}.continue-shopping-btn:hover{background:#f8fafc}.cancel-order-btn{color:#ef4444;border:1px solid #fecaca}.cancel-order-btn:hover{background:#fff5f5}.orders-empty{text-align:center;background:#fff;border:1px solid #eee;border-radius:12px;width:100%;padding:50px 20px;box-shadow:0 2px 8px #0000000a}.empty-icon{margin-bottom:10px;font-size:40px}.orders-empty h2{color:#111827;margin:0;font-size:18px;font-weight:800}.orders-empty p{color:#6b7280;margin:6px 0 18px;font-size:11px}.orders-empty button{color:#fff;cursor:pointer;background:#ff3b68;border:0;border-radius:8px;padding:10px 17px;font-size:10px;font-weight:700}.orders-loading{flex-direction:column;justify-content:center;align-items:center;min-height:350px;display:flex}.orders-spinner{border:3px solid #e9e9e9;border-top-color:#ff3b68;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite ordersSpin}.orders-loading p{color:#6b7280;margin-top:12px;font-size:11px}@keyframes ordersSpin{to{transform:rotate(360deg)}}@media (width>=768px){.orders-page{padding-top:24px}.orders-container{max-width:640px}.orders-header h1{font-size:25px}.order-card{padding:14px}}@media (width<=600px){.orders-page{padding:16px 10px 40px}.orders-header{align-items:center}.orders-header h1{font-size:21px}.orders-header p{font-size:10px}.refresh-btn{padding:7px 10px;font-size:9px}.order-card{border-radius:10px;padding:11px}.order-top h2{font-size:11px}.order-status{padding:4px 8px;font-size:7px}.product-info h3{font-size:9px}.order-actions{width:100%}.continue-shopping-btn,.cancel-order-btn{flex:1;font-size:8px}}.address-page{max-width:1100px;margin:0 auto;padding:35px 20px 100px}.address-header{background:linear-gradient(135deg,#fff1f5,#fff);border-radius:22px;justify-content:space-between;align-items:center;margin-bottom:25px;padding:30px;display:flex}.address-eyebrow{color:#ff3f6c;letter-spacing:1px;font-size:13px;font-weight:800}.address-header h1{color:#111;margin:8px 0 5px;font-size:32px}.address-header p{color:#777;margin:0}.address-back-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:10px;padding:11px 20px;font-weight:600}.address-form-card{background:#fff;border:1px solid #eee;border-radius:18px;margin-bottom:30px;padding:28px;box-shadow:0 5px 20px #0000000a}.form-title{align-items:center;gap:14px;margin-bottom:25px;display:flex}.form-title-icon{background:#fff1f5;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.form-title h2{margin:0;font-size:21px}.form-title p{color:#777;margin:4px 0 0;font-size:14px}.address-type{margin-bottom:20px}.address-type label,.form-group label{color:#333;margin-bottom:8px;font-size:14px;font-weight:700;display:block}.type-buttons{gap:10px;display:flex}.type-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:9px;padding:10px 20px;font-weight:600}.type-btn.active{color:#fff;background:#ff3f6c;border-color:#ff3f6c}.address-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.form-group.full-width{grid-column:1/-1}.form-group input,.form-group textarea{box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:9px;outline:none;width:100%;padding:13px 14px;font-family:inherit;font-size:14px;transition:all .2s}.form-group textarea{resize:vertical}.form-group input:focus,.form-group textarea:focus{border-color:#ff3f6c;box-shadow:0 0 0 3px #ff3f6c14}.add-address-btn{color:#fff;cursor:pointer;background:#ff3f6c;border:none;border-radius:9px;margin-top:22px;padding:14px 28px;font-size:15px;font-weight:700;transition:all .2s}.add-address-btn:hover{background:#e93660}.saved-address-section{margin-top:10px}.saved-address-heading{margin-bottom:18px}.saved-address-heading h2{margin:0;font-size:24px}.saved-address-heading p{color:#777;margin:5px 0 0}.address-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.address-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:20px;box-shadow:0 4px 15px #0000000a}.address-card-top{justify-content:space-between;margin-bottom:12px;display:flex}.address-type-badge{color:#ff3f6c;background:#fff1f5;border-radius:20px;padding:6px 11px;font-size:12px;font-weight:700}.address-card h3{margin:0 0 8px;font-size:18px}.address-card p{color:#555;margin:7px 0;font-size:14px}.address-phone{font-weight:600}.address-text{line-height:1.5}.address-location{font-weight:600}.address-card-actions{border-top:1px solid #eee;gap:10px;margin-top:18px;padding-top:15px;display:flex}.use-address-btn{color:#fff;cursor:pointer;background:#ff3f6c;border:none;border-radius:8px;flex:1;padding:11px;font-weight:700}.delete-address-btn{color:#e53935;cursor:pointer;background:#fff;border:1px solid #e53935;border-radius:8px;padding:11px 16px;font-weight:600}.no-address{text-align:center;background:#fff;border:1px dashed #ddd;border-radius:18px;padding:55px 20px}.no-address-icon{font-size:48px}.no-address h3{margin:12px 0 5px;font-size:20px}.no-address p{color:#777;margin:0}@media (width<=800px){.address-list{grid-template-columns:1fr}}@media (width<=600px){.address-page{padding:15px 15px 90px}.address-header{border-radius:16px;align-items:flex-start;gap:15px;padding:22px}.address-header h1{font-size:25px}.address-header p{font-size:13px}.address-back-btn{padding:9px 12px;font-size:12px}.address-form-card{border-radius:15px;padding:20px}.address-form-grid{grid-template-columns:1fr;gap:15px}.form-group.full-width{grid-column:auto}.type-buttons{width:100%}.type-btn{flex:1}.add-address-btn{width:100%}.address-card-actions{flex-direction:column}.delete-address-btn{width:100%}}.checkout-page{color:#171717;background:#f7f7f8;min-height:calc(100vh - 70px);padding:35px 20px 70px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.checkout-header{align-items:center;gap:15px;max-width:1100px;margin:0 auto 25px;display:flex}.checkout-header>div{flex:1}.checkout-header span{color:#ff4b2b;letter-spacing:1px;font-size:13px;font-weight:800;display:block}.checkout-header h1{margin:3px 0 0;font-size:30px;font-weight:800}.checkout-header p{color:#777;margin:5px 0 0;font-size:13px}.checkout-back{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:10px;width:42px;height:42px;font-size:22px}.checkout-back:hover{background:#f5f5f5}.checkout-layout{grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:22px;max-width:1100px;margin:0 auto;display:grid}.checkout-left{flex-direction:column;gap:18px;display:flex}.checkout-card{background:#fff;border:1px solid #e9e9e9;border-radius:14px;padding:20px;box-shadow:0 2px 8px #0000000a}.checkout-card-title{align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.checkout-number{color:#ff4b2b;background:#fff0ec;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:800;display:flex}.checkout-card-title h2{margin:0;font-size:17px;font-weight:750}.checkout-card-title p{color:#888;margin:4px 0 0;font-size:12px}.address-options{flex-direction:column;gap:10px;display:flex}.address-option{cursor:pointer;border:1px solid #e4e4e4;border-radius:10px;gap:12px;padding:14px;transition:all .2s;display:flex}.address-option:hover{border-color:#ffb09e}.address-option.selected{background:#fffaf8;border-color:#ff5a3c}.address-option input{accent-color:#ff4b2b;margin-top:4px}.address-option-content{flex:1}.address-top{align-items:center;gap:10px;margin-bottom:7px;display:flex}.address-top strong{font-size:13px}.address-top span{color:#666;background:#f1f1f1;border-radius:5px;padding:3px 7px;font-size:10px}.address-option-content p{color:#666;margin:3px 0;font-size:12px;line-height:1.5}.add-address-link{color:#ff4b2b;text-align:left;cursor:pointer;background:0 0;border:0;padding:8px 2px;font-size:12px;font-weight:700}.no-address{border:1px dashed #ddd;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;padding:15px;display:flex}.no-address strong{font-size:13px}.no-address p{color:#777;margin:5px 0 0;font-size:12px}.no-address button{color:#fff;cursor:pointer;background:#ff4b2b;border:0;border-radius:7px;padding:9px 14px;font-size:11px;font-weight:700}.payment-options{flex-direction:column;gap:10px;display:flex}.payment-option{cursor:pointer;border:1px solid #e4e4e4;border-radius:10px;align-items:center;gap:12px;padding:14px;display:flex}.payment-option.selected{background:#fffaf8;border-color:#ff5a3c}.payment-option input{accent-color:#ff4b2b}.payment-icon{background:#f6f6f6;border-radius:9px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.payment-option strong{font-size:13px;display:block}.payment-option p{color:#888;margin:4px 0 0;font-size:11px}.checkout-products{flex-direction:column;display:flex}.checkout-product{border-bottom:1px solid #eee;align-items:center;gap:13px;padding:13px 0;display:flex}.checkout-product:last-child{border-bottom:0}.checkout-product-image{background:#f6f6f6;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;overflow:hidden}.checkout-product-image img{object-fit:cover;width:100%;height:100%}.checkout-product-image span{font-size:25px}.checkout-product-info{flex:1;min-width:0}.checkout-product-info h3{margin:0 0 5px;font-size:13px;font-weight:700}.checkout-product-info p{color:#777;margin:2px 0;font-size:10px}.checkout-product-price{white-space:nowrap;font-size:13px}.checkout-summary{background:#fff;border:1px solid #e9e9e9;border-radius:14px;padding:20px;position:sticky;top:20px;box-shadow:0 2px 8px #0000000a}.checkout-summary h2{margin:0 0 20px;font-size:18px}.summary-line{justify-content:space-between;align-items:center;margin-bottom:13px;font-size:12px;display:flex}.summary-line span{color:#666}.summary-line strong{color:#222}.summary-line strong.free{color:#16803c}.free-delivery{color:#16803c;background:#f2faf4;border-radius:7px;padding:9px 10px;font-size:10px;line-height:1.4}.summary-divider{border-top:1px dashed #ddd;margin:17px 0}.summary-total{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.summary-total span{font-size:14px;font-weight:700}.summary-total strong{font-size:22px}.place-order-btn{color:#fff;cursor:pointer;background:#ff4b2b;border:0;border-radius:9px;width:100%;padding:13px 15px;font-size:13px;font-weight:800;transition:all .2s}.place-order-btn:hover:not(:disabled){background:#e94124}.place-order-btn:disabled{opacity:.55;cursor:not-allowed}.secure-checkout{text-align:center;color:#888;margin-top:12px;font-size:10px}.checkout-empty{text-align:center;background:#fff;border:1px solid #e9e9e9;border-radius:14px;max-width:500px;margin:80px auto;padding:45px 25px}.checkout-empty-icon{margin-bottom:12px;font-size:50px}.checkout-empty h2{margin:0 0 8px}.checkout-empty p{color:#777;margin-bottom:20px;font-size:13px}.checkout-empty button{color:#fff;cursor:pointer;background:#ff4b2b;border:0;border-radius:8px;padding:11px 20px;font-weight:700}.checkout-loading{flex-direction:column;justify-content:center;align-items:center;min-height:500px;display:flex}.checkout-loading h2{color:#ff4b2b;margin:0}.checkout-loading p{color:#888;font-size:12px}.checkout-spinner{border:4px solid #ffe0d8;border-top-color:#ff4b2b;border-radius:50%;width:42px;height:42px;margin-bottom:15px;animation:.8s linear infinite checkoutSpin}@keyframes checkoutSpin{to{transform:rotate(360deg)}}@media (width<=850px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}}@media (width<=600px){.checkout-page{padding:20px 12px 50px}.checkout-header h1{font-size:24px}.checkout-card,.checkout-summary{border-radius:11px;padding:15px}.checkout-product-image{width:58px;height:58px}.checkout-product-info h3,.checkout-product-price{font-size:11px}.no-address{flex-direction:column;align-items:flex-start}}.wishlist-page{width:100%;max-width:1300px;margin:0 auto;padding:30px 20px 60px}.wishlist-header{background:linear-gradient(135deg,#fff1f5,#fff);border-radius:22px;justify-content:space-between;align-items:center;gap:30px;margin-bottom:35px;padding:40px;display:flex}.wishlist-eyebrow{color:#ff3f6c;letter-spacing:1px;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.wishlist-header h1{color:#111;margin:0 0 10px;font-size:36px}.wishlist-header p{color:#777;margin:0;font-size:15px}.wishlist-shop-button{color:#fff;white-space:nowrap;background:#ff3f6c;border-radius:9px;justify-content:center;align-items:center;padding:13px 22px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.wishlist-shop-button:hover{background:#e92f5b;transform:translateY(-2px)}.wishlist-result{align-items:center;gap:12px;margin-bottom:22px;display:flex}.wishlist-result h2{color:#111;margin:0;font-size:24px}.wishlist-result span{color:#777;font-size:14px}.wishlist-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;width:100%;display:grid}.wishlist-loading{color:#777;flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.wishlist-spinner{border:4px solid #eee;border-top-color:#ff3f6c;border-radius:50%;width:42px;height:42px;margin-bottom:15px;animation:1s linear infinite wishlist-spin}@keyframes wishlist-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wishlist-empty{text-align:center;background:#fff;border:1px solid #eee;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:50px;display:flex}.wishlist-empty-icon{background:#fff1f5;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;font-size:38px;display:flex}.wishlist-empty h2{color:#111;margin:0 0 10px;font-size:25px}.wishlist-empty p{color:#777;max-width:420px;margin:0;line-height:1.6}.wishlist-empty-button{color:#fff;background:#ff3f6c;border-radius:9px;margin-top:25px;padding:13px 25px;font-weight:700;text-decoration:none;display:inline-block}.wishlist-empty-button:hover{background:#e92f5b}@media (width<=1100px){.wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=800px){.wishlist-header{flex-direction:column;align-items:flex-start;padding:30px}.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=500px){.wishlist-page{padding:15px}.wishlist-header{border-radius:16px;padding:25px}.wishlist-header h1{font-size:28px}.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}.login-page{box-sizing:border-box;background:#f7f7f8;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 70px);padding:55px 24px;display:flex}.login-container{background:#fff;border-radius:24px;grid-template-columns:1fr 1fr;width:min(100%,1050px);min-height:520px;display:grid;overflow:hidden;box-shadow:0 20px 60px #0000001a}.login-brand{color:#fff;background:linear-gradient(135deg,#ff4b2b 0%,#ff6900 55%,#ff9800 100%);padding:48px 52px;position:relative;overflow:hidden}.login-brand:before{content:"";background:#ffffff14;border-radius:50%;width:260px;height:260px;position:absolute;top:-90px;right:-100px}.login-brand:after{content:"";background:#ffffff12;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-110px;left:-110px}.brand-logo{z-index:2;margin-bottom:42px;font-size:25px;font-weight:800;position:relative}.brand-badge{z-index:2;background:#ffffff1a;border:1px solid #ffffff59;border-radius:30px;align-items:center;margin-bottom:24px;padding:9px 15px;font-size:12px;font-weight:600;display:inline-flex;position:relative}.login-brand h1{z-index:2;color:#fff;letter-spacing:-1.5px;margin:0;font-size:clamp(36px,4vw,50px);line-height:1.08;position:relative}.login-brand>p{z-index:2;color:#ffffffe6;max-width:430px;margin:22px 0 35px;font-size:14px;line-height:1.7;position:relative}.brand-features{z-index:2;flex-direction:column;gap:20px;display:flex;position:relative}.brand-feature{align-items:flex-start;gap:14px;display:flex}.brand-feature>span{background:#ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.brand-feature strong{margin-bottom:5px;font-size:14px;display:block}.brand-feature small{color:#ffffffc7;font-size:11px;display:block}.login-form-section{background:#fff;justify-content:center;align-items:center;padding:40px;display:flex}.login-card{width:100%;max-width:370px}.login-icon{background:#fff1eb;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;font-size:23px;display:flex}.login-card h2{text-align:center;color:#111;letter-spacing:-.5px;margin:0;font-size:28px;font-weight:800}.login-subtitle{text-align:center;color:#777;margin:8px 0 30px;font-size:13px}.login-error{color:#d93025;background:#fff3f3;border:1px solid #ffd0d0;border-radius:9px;margin-bottom:18px;padding:11px 13px;font-size:12px;line-height:1.5}.login-success{color:#16803c;background:#effbf3;border:1px solid #bce8ce;border-radius:9px;margin-bottom:18px;padding:11px 13px;font-size:12px;line-height:1.5}.form-group{margin-bottom:20px}.form-group label{color:#222;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.password-label{justify-content:space-between;align-items:center;display:flex}.password-label label{margin-bottom:8px}.input-wrapper{box-sizing:border-box;background:#fff;border:1px solid #e3e3e3;border-radius:10px;align-items:center;gap:10px;height:48px;padding:0 13px;transition:all .2s;display:flex}.input-wrapper:focus-within{border-color:#ff5a1f;box-shadow:0 0 0 3px #ff5a1f1a}.input-wrapper span{flex-shrink:0;font-size:13px}.input-wrapper input{color:#222;background:0 0;border:none;outline:none;width:100%;min-width:0;height:100%;font-family:inherit;font-size:13px}.input-wrapper input::placeholder{color:#aaa}.input-wrapper input:disabled{cursor:not-allowed}.forgot-btn{color:#ff5a1f;cursor:pointer;background:0 0;border:none;margin-bottom:8px;padding:0;font-size:11px;font-weight:600}.forgot-btn:hover{text-decoration:underline}.remember-row{color:#555;cursor:pointer;align-items:center;gap:7px;margin:2px 0 22px;font-size:12px;display:flex}.remember-row input{accent-color:#ff5a1f;cursor:pointer;width:14px;height:14px;margin:0}.login-submit{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff4b2b,#ff6900);border:none;border-radius:10px;width:100%;height:48px;font-size:14px;font-weight:700;transition:all .2s;box-shadow:0 8px 20px #ff591c33}.login-submit:hover{transform:translateY(-1px);box-shadow:0 10px 24px #ff591c47}.login-submit:active{transform:translateY(0)}.login-submit:disabled{opacity:.65;cursor:not-allowed;transform:none}.register-text{text-align:center;color:#777;margin-top:24px;font-size:12px}.register-text a{color:#ff5a1f;font-weight:700;text-decoration:none}.register-text a:hover{text-decoration:underline}.secure-text{text-align:center;color:#999;border-top:1px solid #eee;margin-top:22px;padding-top:17px;font-size:10px}.back-shop{text-align:center;margin-top:13px}.back-shop a{color:#555;font-size:11px;font-weight:500;text-decoration:none}.back-shop a:hover{color:#ff5a1f}@media (width<=800px){.login-page{padding:30px 16px}.login-container{grid-template-columns:1fr;max-width:480px}.login-brand{display:none}.login-form-section{padding:40px 28px}}@media (width<=480px){.login-page{min-height:calc(100vh - 60px);padding:20px 12px}.login-container{border-radius:18px}.login-form-section{padding:32px 20px}.login-card h2{font-size:25px}}.app-header{z-index:1000;background:#fff;width:100%;position:sticky;top:0;box-shadow:0 2px 10px #00000012}.header-inner{align-items:center;gap:24px;width:100%;max-width:1200px;height:72px;margin:0 auto;padding:0 20px;display:flex}.logo{color:#ff3f6c;white-space:nowrap;flex-shrink:0;font-size:27px;font-weight:800;text-decoration:none}.search-box{background:#f5f5f6;border-radius:9px;flex:1;align-items:center;min-width:0;max-width:650px;height:42px;padding:0 14px;display:flex}.search-icon{flex-shrink:0;margin-right:9px;font-size:16px}.search-box input{color:#282c3f;background:0 0;border:none;outline:none;width:100%;min-width:0;font-size:14px}.search-box input::placeholder{color:#777}.header-menu{flex-shrink:0;align-items:center;gap:22px;margin-left:auto;display:flex}.header-action{cursor:pointer;color:#282c3f;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;padding:0;text-decoration:none;display:flex}.header-action-icon{font-size:21px;line-height:24px}.header-action small{margin-top:2px;font-size:10px;line-height:12px}.account-action{font-family:inherit}@media (width<=900px){.header-inner{gap:15px;padding:0 16px}.logo{font-size:24px}.header-menu{gap:14px}}@media (width<=600px){.app-header{position:sticky;top:0}.header-inner{gap:10px;height:68px;padding:0 14px}.logo{font-size:23px}.search-box{border-radius:10px;height:42px;padding:0 11px}.search-icon{margin-right:6px;font-size:17px}.search-box input{font-size:13px}.header-menu{gap:8px}.header-action-icon{font-size:22px;line-height:25px}.header-action small{display:none}}@media (width<=390px){.header-inner{gap:7px;padding:0 10px}.logo{font-size:21px}.search-box{height:40px;padding:0 8px}.header-menu{gap:5px}.header-action-icon{font-size:20px}}.bottom-nav{display:none}@media (width<=768px){.bottom-nav{z-index:99999;width:100%;height:74px;padding:4px 4px env(safe-area-inset-bottom);box-sizing:border-box;background:#fff;border-top:1px solid #eee;grid-template-columns:repeat(5,1fr);align-items:center;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 18px #00000014}.bottom-nav-item{color:#777;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:0 0;border:none;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;height:64px;font-size:12px;font-weight:600;text-decoration:none;transition:color .2s,transform .2s;display:flex}.bottom-nav-icon{justify-content:center;align-items:center;width:34px;height:32px;font-size:28px;font-weight:500;line-height:1;transition:transform .2s;display:flex}.home-icon{font-size:34px;line-height:28px}.categories-icon{font-size:31px;font-weight:600}.orders-icon{font-size:31px}.account-icon{font-size:34px}.bottom-nav-label{white-space:nowrap;line-height:16px}.bottom-nav-item.active{color:#ff3f6c}.bottom-nav-item.active .bottom-nav-icon{transform:scale(1.08)}.bottom-nav-item.active .bottom-nav-label{font-weight:700}.bottom-nav-item:active{transform:scale(.94)}body{padding-bottom:78px}}@media (width<=380px){.bottom-nav{height:70px}.bottom-nav-item{height:60px;font-size:11px}.bottom-nav-icon{width:30px;height:29px;font-size:25px}.home-icon,.account-icon{font-size:30px}}
