.main{display:flex;gap:20px;padding:32px 24px;background:#f5f7fa}.main__sidebar{flex:1;background:#f9f9f9;padding:20px 0 20px 20px;border-radius:8px;min-width:160px}.main__sidebar ul{list-style:none;padding:0;margin:0}.main__sidebar li{padding:10px 12px;cursor:pointer;color:#333;border-radius:6px;font-size:15px}.main__sidebar li.active{background:#e6f0ff;font-weight:700;color:#1976d2}.main__banner{flex:3;background:#a8e9e2;border-radius:10px;padding:0;display:flex;align-items:center;justify-content:space-between;min-height:200px;overflow:hidden}.banner__content{flex:1;padding-left:40px}.banner__subtitle{font-size:18px;color:#444;margin-bottom:10px;font-weight:500}.banner__title{font-size:32px;font-weight:700;color:#222;margin-bottom:18px}.banner__button{padding:8px 20px;background:#fff;color:#222;border:1px solid #ddd;border-radius:4px;font-size:15px;font-weight:500;box-shadow:0 1px 2px #0000000a;transition:box-shadow .2s}.banner__button:hover{box-shadow:0 2px 5px #0000001a}.banner__image-container{flex:1.2;display:flex;justify-content:flex-end;align-items:center;height:100%;padding-right:0}.banner__image{width:340px;height:180px;object-fit:cover;border-radius:0 8px 8px 0;box-shadow:0 2px 6px #0000000a;margin-right:0}.main__right{flex:1;display:flex;flex-direction:column;gap:18px}.card{padding:20px 16px;border-radius:8px;color:#fff;font-size:16px;box-shadow:0 1px 8px #0000000a}.card button{margin-top:8px;padding:6px 16px;background:#fff;color:#1976d2;border:none;cursor:pointer;border-radius:4px;font-weight:600}.card button:last-child{margin-left:10px}@media (max-width: 900px){.main{flex-direction:column;gap:10px}.main__banner{flex-direction:column;min-height:160px}.banner__image-container{justify-content:center}.banner__image{width:220px;height:120px}}.header{display:flex;justify-content:space-between;align-items:center;padding:16px 32px;background-color:#fff;border-bottom:1px solid #eee}.header__left{font-size:24px;font-weight:700}.header__search{display:flex;gap:8px;flex:1;margin:0 40px}.header__search input{flex:1;padding:8px 12px;border:1px solid #ccc}.header__search-btn{background:#000;color:#fff;padding:8px 16px;border:none}.header__right{display:flex;gap:16px}.header__icon{font-size:18px;cursor:pointer;position:relative}.header__cart-icon{display:inline-block}.cart-count{position:absolute;top:-8px;right:-8px;background-color:#db4444;color:#fff;font-size:12px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-container{max-width:1200px;margin:0 auto;padding:24px;background-color:#f9fafb;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.cart-grid{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width: 1024px){.cart-grid{grid-template-columns:2fr 1fr}}.cart-items-section{display:flex;flex-direction:column}.cart-title{font-size:24px;font-weight:600;color:#111827;margin-bottom:24px;margin-top:0}.cart-items-list{display:flex;flex-direction:column;gap:16px}.cart-item{background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:24px}.cart-item-content{display:flex;align-items:flex-start;gap:16px}.product-image{width:80px;height:80px;background-color:#f3f4f6;border-radius:8px;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.image-teal{width:100%;height:100%;background-color:#0d9488;border-radius:8px;display:flex;align-items:center;justify-content:center}.teal-shirt{width:32px;height:40px;background-color:#0f766e;border-radius:2px}.image-blue{width:100%;height:100%;background-color:#1e40af;border-radius:8px;display:flex;align-items:center;justify-content:center}.blue-shirt{width:40px;height:32px;background-color:#1e3a8a;border-radius:2px}.image-gray{width:100%;height:100%;background-color:#d1d5db;border-radius:8px;display:flex;align-items:center;justify-content:center}.gray-shirt{width:24px;height:32px;background-color:#9ca3af;border-radius:50%}.product-details{flex:1}.product-name{color:#111827;font-weight:500;margin-bottom:8px;margin-top:0;font-size:16px}.product-specs{font-size:14px;color:#6b7280;margin-bottom:12px}.product-seller{font-size:14px;color:#6b7280;margin-bottom:16px}.product-actions{display:flex;align-items:center;gap:16px}.remove-btn{color:#ef4444;font-size:14px;font-weight:500;background:none;border:none;cursor:pointer;padding:4px 0}.remove-btn:hover{color:#dc2626}.save-later-btn{color:#3b82f6;font-size:14px;font-weight:500;background:none;border:none;cursor:pointer;padding:4px 0}.save-later-btn:hover{color:#2563eb}.product-pricing{display:flex;flex-direction:column;align-items:flex-end;gap:16px}.product-price{font-size:20px;font-weight:600;color:#111827}.quantity-selector{display:flex;align-items:center;gap:8px}.qty-label{font-size:14px;color:#6b7280}.qty-select{border:1px solid #d1d5db;border-radius:4px;padding:4px 12px;font-size:14px;background:#fff;min-width:60px;cursor:pointer}.cart-footer-actions{display:flex;justify-content:space-between;align-items:center;margin-top:24px}.back-to-shop-btn{background-color:#3b82f6;color:#fff;padding:12px 24px;border-radius:8px;font-weight:500;border:none;cursor:pointer;display:flex;align-items:center;gap:8px}.back-to-shop-btn:hover{background-color:#2563eb}.back-arrow{font-size:16px}.remove-all-btn{color:#3b82f6;font-weight:500;background:none;border:none;cursor:pointer;padding:4px 0}.remove-all-btn:hover{color:#2563eb}.trust-badges{display:grid;grid-template-columns:1fr;gap:24px;margin-top:32px}@media (min-width: 768px){.trust-badges{grid-template-columns:repeat(3,1fr)}}.trust-badge{display:flex;align-items:center;gap:12px}.trust-icon{width:40px;height:40px;background-color:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px}.trust-title{font-weight:500;color:#111827;margin:0 0 4px;font-size:16px}.trust-description{font-size:14px;color:#6b7280;margin:0}.order-summary-section{display:flex;flex-direction:column}.order-summary{background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:24px;position:sticky;top:24px}.coupon-section{margin-bottom:24px}.coupon-title{color:#6b7280;margin-bottom:12px;margin-top:0;font-size:16px;font-weight:400}.coupon-input-group{display:flex;gap:8px}.coupon-input{flex:1;border:1px solid #d1d5db;border-radius:4px;padding:8px 12px;font-size:14px}.coupon-input::placeholder{color:#9ca3af}.apply-btn{background-color:#dbeafe;color:#3b82f6;padding:8px 16px;border-radius:4px;font-weight:500;border:none;cursor:pointer}.apply-btn:hover{background-color:#bfdbfe}.order-breakdown{margin-bottom:24px}.breakdown-row{display:flex;justify-content:space-between;margin-bottom:12px}.breakdown-label{color:#6b7280}.breakdown-value{font-weight:600}.breakdown-value.discount{color:#ef4444}.breakdown-value.tax{color:#10b981}.breakdown-divider{border:none;border-top:1px solid #e5e7eb;margin:16px 0}.total-row{font-size:18px}.total-row .breakdown-label{font-weight:600;color:#111827}.total-row .breakdown-value.total{font-weight:700}.checkout-btn{width:100%;background-color:#10b981;color:#fff;padding:12px;border-radius:8px;font-weight:600;border:none;cursor:pointer;margin-bottom:16px;font-size:16px}.checkout-btn:hover{background-color:#059669}.payment-methods{display:flex;justify-content:center;align-items:center;gap:8px}.payment-icon{width:32px;height:20px;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.card-icon{background-color:#3b82f6;color:#fff}.mastercard-icon{background-color:#ef4444}.paypal-icon{background-color:#1e40af;color:#fff}.visa-icon{background-color:#1e3a8a;color:#fff}.apple-pay-icon{background-color:#000;color:#fff}.saved-section{margin-top:48px}.saved-title{font-size:20px;font-weight:600;color:#111827;margin-bottom:24px;margin-top:0}.saved-items-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 640px){.saved-items-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.saved-items-grid{grid-template-columns:repeat(4,1fr)}}.saved-item{background:#fff;border-radius:8px;border:1px solid #e5e7eb;overflow:hidden}.saved-item-image{height:120px;background-color:#f3f4f6;padding:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.saved-image-tablet{width:100%;height:100%;background:linear-gradient(135deg,#fb923c,#0d9488);border-radius:8px;display:flex;align-items:center;justify-content:center}.tablet-screen{width:64px;height:80px;background-color:#000;border-radius:8px}.saved-image-phone{width:100%;height:100%;background-color:#2563eb;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative}.phone-body{width:80px;height:96px;background-color:#1e40af;border-radius:12px}.phone-notch{position:absolute;top:16px;left:50%;transform:translate(-50%);width:32px;height:8px;background-color:#000;border-radius:4px}.saved-image-watch{width:100%;height:100%;background-color:#e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center}.watch-body{width:64px;height:80px;background-color:#000;border-radius:8px;display:flex;align-items:center;justify-content:center}.watch-screen{width:48px;height:64px;background-color:#374151;border-radius:4px}.saved-image-laptop{width:100%;height:100%;background:linear-gradient(135deg,#ea580c,#c2410c);border-radius:8px;display:flex;align-items:center;justify-content:center}.laptop-screen{width:80px;height:48px;background-color:#111827;border-radius:4px}.saved-item-details{padding:16px}.saved-item-price{font-size:18px;font-weight:700;color:#111827;margin-bottom:8px}.saved-item-name{font-size:14px;color:#6b7280;margin-bottom:12px;margin-top:0;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.move-to-cart-btn{width:100%;background-color:#dbeafe;color:#3b82f6;padding:8px;border-radius:4px;font-weight:500;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.move-to-cart-btn:hover{background-color:#bfdbfe}@media (max-width: 768px){.cart-container{padding:16px}.cart-item-content{flex-direction:column;gap:12px}.product-pricing{flex-direction:row;justify-content:space-between;align-items:center}.cart-footer-actions{flex-direction:column;gap:12px;align-items:stretch}.back-to-shop-btn{justify-content:center}}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:8px 32px;border-bottom:1px solid #eee;font-size:14px}.navbar__list{display:flex;list-style:none;gap:24px;padding:0;margin:0}.navbar__list li{cursor:pointer}.navbar__right select{margin-left:16px;padding:4px}.navbar__list a{color:inherit;text-decoration:none}.footer-main{background:#f7f8fa;border-top:1px solid #edf1f2;width:100%;margin-top:34px;font-family:Inter,Arial,sans-serif}.footer-newsletter{background:#f1f2f4;padding:28px 0 22px;text-align:center}.newsletter-title{font-size:16px;font-weight:600;color:#222;margin-bottom:7px}.newsletter-desc{font-size:13px;color:#555;margin-bottom:17px}.newsletter-form{display:flex;justify-content:center;align-items:center;gap:9px;max-width:350px;margin:0 auto}.newsletter-input{flex:1;height:36px;font-size:14px;border:1px solid #e4eaf1;border-radius:7px;background:#fff;padding:0 12px;outline:none;transition:border .18s;min-width:0}.newsletter-input:focus{border-color:#198cff}.newsletter-btn{height:36px;font-size:14px;font-weight:600;background:#198cff;color:#fff;border:none;border-radius:7px;padding:0 16px;cursor:pointer;transition:background .18s}.newsletter-btn:hover{background:#157de6}.footer-content{display:flex;flex-direction:row;gap:30px;padding:30px 0 14px;background:#fff;max-width:1280px;margin:0 auto;align-items:flex-start}.footer-brand{display:flex;gap:16px;min-width:230px}.footer-brand-icon{width:38px;height:38px;object-fit:contain}.footer-brand-title{font-size:18px;font-weight:600;color:#198cff;margin-bottom:2px}.footer-brand-desc{font-size:13px;color:#444;margin-bottom:10px;line-height:1.35}.footer-social{display:flex;gap:9px}.footer-social a{color:#a8b4be;font-size:18px;text-decoration:none;transition:color .18s}.footer-social a:hover{color:#198cff}.social-icon{width:20px;height:20px;object-fit:contain;transition:opacity .2s ease}.footer-social a:hover .social-icon{opacity:.7}.icon-facebook:before{content:"🌐"}.icon-twitter:before{content:"🐦"}.icon-linkedin:before{content:"💼"}.icon-youtube:before{content:"▶️"}.icon-instagram:before{content:"📸"}.footer-links{display:flex;gap:40px;flex:1;justify-content:flex-start}.footer-col{display:flex;flex-direction:column;gap:6px;min-width:130px}.footer-col-title{font-size:14px;font-weight:600;color:#222;margin-bottom:7px}.footer-col a{font-size:13px;color:#555;text-decoration:none;margin-bottom:2px;transition:color .18s}.footer-col a:hover{color:#198cff}.app-col .footer-app-img{width:120px;height:36px;object-fit:contain;margin-bottom:7px;display:block}.footer-bottom{background:#f7f8fa;border-top:1px solid #edf1f2;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#888;padding:13px 0 8px;max-width:1280px;margin:0 auto}.footer-lang{display:flex;align-items:center;gap:6px;font-size:13px;color:#222}.footer-lang-flag{width:18px;height:13px;object-fit:cover;border-radius:2px}.footer-lang-arrow{font-size:14px;color:#aaa;margin-left:2px}@media (max-width: 900px){.footer-content{flex-direction:column;gap:22px;padding:22px 0 10px;align-items:flex-start}.footer-links{gap:22px;flex-wrap:wrap}.footer-col{min-width:120px}.footer-bottom{flex-direction:column;gap:9px;padding:12px 0 5px}}@media (max-width: 700px){.footer-content{flex-direction:column;gap:16px;padding:14px 0 7px}.footer-links{gap:12px;flex-wrap:wrap}.footer-col{min-width:100px}.footer-brand{min-width:150px}.footer-bottom{flex-direction:column;gap:6px;font-size:12px;padding:8px 0 2px}}.main{display:flex;gap:16px;padding:24px 32px}.main__sidebar{flex:1;background:#f9f9f9;padding:16px;border-radius:6px}.main__sidebar ul{list-style:none;padding:0}.main__sidebar li{padding:8px 0;cursor:pointer}.main__sidebar li.active{background:#e6f0ff;font-weight:700;padding:8px;border-radius:4px}.main__banner{flex:3;background:url(./hero-OTTdd8Oz.png) right center/cover no-repeat;padding:24px;display:flex;justify-content:flex-start;align-items:center;border-radius:10px;min-height:180px;position:relative}.main__banner:before{content:"";position:absolute;inset:0;background:#c8f4f140;border-radius:10px;z-index:1}.banner__text{position:relative;z-index:2;background:transparent;padding-left:20px;max-width:400px}.banner__text p{font-size:16px;margin-bottom:8px;color:#444}.banner__text h2{font-size:28px;font-weight:700;margin-bottom:12px;color:#222}.banner__text button{padding:8px 12px;background:#fff;border:1px solid #ccc;cursor:pointer;font-size:15px;border-radius:4px;margin-top:8px}.main__banner img{display:none}.main__right{flex:1;display:flex;flex-direction:column;gap:16px}.card{padding:16px;border-radius:6px;color:#fff}.card.blue{background:#1976d2}.card.orange{background:#fb8c00}.card.teal{background:#26a69a}.card button{margin-top:8px;padding:6px 12px;background:#fff;color:#000;border:none;cursor:pointer;border-radius:4px}.product-section{margin-top:32px;background:#f7fbfc;border-radius:14px;padding:24px 20px}.deal-bar{display:flex;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:20px;gap:24px;align-items:flex-start;width:100%;box-sizing:border-box;min-height:220px}.deal-timer{width:200px;display:flex;flex-direction:column;justify-content:center}.deal-title{font-size:18px;font-weight:700;color:#222}.deal-subtitle{font-size:13px;color:#888;margin-bottom:12px}.timer{display:flex;gap:8px;margin-top:8px}.timer div{background:#f2f6fa;border-radius:6px;padding:8px 0;font-weight:700;font-size:18px;text-align:center;color:#222;min-width:44px;margin-right:4px}.timer span{display:block;font-size:11px;color:#888;font-weight:400}.deal-products{display:flex;gap:40px;flex:1;justify-content:space-between;width:100%}.deal-product{width:170px;min-height:220px;display:flex;flex-direction:column;align-items:center;padding:0 8px;box-sizing:border-box}.deal-product img{width:120px;height:120px;object-fit:contain;margin:10px 0 12px}.product-title{font-size:15px;color:#222;text-align:center;margin-bottom:6px;max-height:38px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical}.product-discount{background:#ffecec;color:#ee3e36;font-size:13px;padding:4px 12px;border-radius:10px;margin-top:4px;font-weight:600;text-align:center;min-width:60px}.category-block{background:#fff;border-radius:8px;padding:16px;margin-top:24px;box-sizing:border-box}.category-row{display:grid;grid-template-columns:280px 1fr;column-gap:16px;align-items:start}.category-card{width:280px;height:257px;border-radius:8px;position:relative;overflow:hidden;box-sizing:border-box}.category-card.home{background:#fff8e5}.category-card.gadgets{background:#e6f1fc}.category-bg-img{width:100%;height:100%;background-size:cover;background-position:center}.category-content-overlay{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;gap:8px}.category-title{font-size:16px;font-weight:600;color:#333}.category-btn{font-size:14px;font-weight:600;padding:6px 14px;border-radius:6px;border:1px solid #DDD;background:#fff;cursor:pointer;outline:none}.category-btn:hover{background:gold}.category-products{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:127px;column-gap:16px;row-gap:16px;padding:0;background:none}.category-product{box-sizing:border-box;background:#fff;border:1px solid #EEE;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8px}.category-product img{width:48px;height:48px;object-fit:contain;margin-bottom:4px}.category-label{font-size:11px;color:#888;margin-bottom:2px;font-weight:500}.category-product-title{font-size:13px;font-weight:500;color:#444;line-height:1.2;max-height:2.6em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;margin-bottom:2px}.category-product-price{font-size:12px;color:#666;margin:0}@media (max-width: 1100px){.category-row{grid-template-columns:280px 1fr}.category-products{grid-template-columns:repeat(2,1fr)}.deal-product,.deal-product img{width:90px;height:90px}.deal-products{gap:20px}.category-card{min-width:180px;width:180px;height:200px}}@media (max-width: 700px){.deal-bar{flex-direction:column;gap:18px}.deal-timer{width:100%;margin-bottom:10px}.deal-products{flex-wrap:wrap;justify-content:flex-start;gap:16px}.category-row{display:block}.category-card{width:100%;margin-bottom:16px;height:200px}.category-products{grid-template-columns:repeat(2,1fr);gap:12px}}.request-banner{margin-top:26px;border-radius:10px;padding-left:70px;padding-right:70px;overflow:hidden}.request-banner-bg{position:relative;width:100%;min-height:215px;background-repeat:no-repeat;background-size:cover;background-position:center}.request-banner-gradient{position:absolute;inset:0;background:linear-gradient(90deg,#198cfffa 60%,#198cff60);z-index:1}.request-banner-content{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;padding:32px 40px;min-height:215px}.request-banner-left{color:#fff;flex:1;min-width:320px;margin-right:38px}.request-banner-left h2{font-size:24px;font-weight:700;line-height:1.25;margin-bottom:10px;margin-top:0}.request-banner-left p{font-size:14px;line-height:1.6;margin:0;opacity:.92}.request-banner-form-card{background:#fff;border-radius:8px;padding:22px 24px 18px;box-shadow:0 2px 8px #00000012;min-width:340px;max-width:360px;display:flex;flex-direction:column;align-items:flex-start}.form-title{font-size:17px;font-weight:600;color:#222;margin-bottom:13px}.form-input{width:100%;border:1px solid #e4eaf1;border-radius:7px;padding:9px 1px;font-size:14px;margin-bottom:11px;background:#f7f9fa;outline:none;transition:border .2s}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:#198cff}.form-textarea{width:100%;box-sizing:border-box;border:1px solid #e4eaf1;border-radius:7px;padding:9px 13px;font-size:14px;resize:vertical;margin-bottom:11px;background:#f7f9fa;outline:none}.form-row{display:flex;gap:10px;margin-bottom:14px}.form-input.small{width:115px}.form-select{border:1px solid #e4eaf1;border-radius:7px;padding:9px 13px;font-size:14px;background:#f7f9fa;outline:none;min-width:80px}.form-btn{background:#198cff;color:#fff;font-size:15px;font-weight:600;border-radius:7px;border:none;padding:9px 28px;cursor:pointer;box-shadow:0 1px 4px #1e50c80a;margin-top:2px;transition:background .2s}.form-btn:hover{background:#157de6}@media (max-width: 800px){.request-banner-content{flex-direction:column;padding:22px 12px;min-height:230px}.request-banner-left{margin-bottom:18px;margin-right:0}.request-banner-form-card{min-width:100%;max-width:100%}.category-bg-img{width:100%}}.recommended-section{background:#f7fbfc;border-radius:14px;padding:24px 20px 30px;margin-top:26px}.recommended-title,.services-title{font-size:22px;font-weight:700;color:#1c1c1c;margin-bottom:16px;margin-top:0;width:242px;height:32px;line-height:32px;letter-spacing:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block}.recommended-products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px 18px;margin-bottom:28px}.product-card{background:#fff;border-radius:9px;box-shadow:0 2px 8px #00000008;display:flex;flex-direction:column;align-items:center;padding:18px 16px 16px;min-height:185px;transition:box-shadow .18s;text-align:center}.product-card:hover{box-shadow:0 4px 18px #00000014}.product-img-container{width:100%;height:100px;display:flex;justify-content:center;align-items:center;margin-bottom:12px}.product-img{max-height:100%;max-width:100%;object-fit:contain}.product-price{font-size:15px;font-weight:600;color:#222;margin-bottom:8px;align-self:flex-start}.product-desc{font-size:13px;color:#666;margin-bottom:0;margin-top:0;line-height:1.35;min-height:32px;width:100%;text-align:left}.services-title{margin-top:18px;margin-bottom:16px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px 18px}.service-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000008;display:flex;flex-direction:column;padding:0;min-height:110px;position:relative;transition:box-shadow .18s;overflow:hidden}.service-card:hover{box-shadow:0 4px 18px #00000014}.service-img-container{height:80px;width:100%;overflow:hidden}.service-img{width:100%;height:100%;object-fit:cover}.service-content{padding:12px 14px;display:flex;justify-content:space-between;align-items:center;width:100%}.service-desc{font-size:13px;color:#222;font-weight:500;margin-bottom:0;line-height:1.2;flex:1;padding-right:10px}.service-icon{background:#eaf6fa;color:#198cff;border-radius:50%;width:32px;height:32px;font-size:18px;box-shadow:0 1px 4px #0000000d;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width: 1100px){.recommended-products-grid{grid-template-columns:repeat(3,1fr)}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 700px){.recommended-section{padding:12px 6px 20px}.recommended-products-grid{grid-template-columns:repeat(2,1fr);gap:10px 8px}.services-grid{grid-template-columns:1fr;gap:10px 8px}}.listview-sidebar{width:230px;min-width:230px;padding:0 0 0 16px}.filter-section{margin-bottom:0}.filter-heading{width:230px;height:48px;display:flex;align-items:center;font-size:15px;font-weight:600;color:#222;opacity:1;padding-left:0;margin-bottom:0;background:transparent}.filter-heading.bordered{border-top:1px solid #E4EAF1}.filter-list{padding:0;margin:0}.filter-list-item{width:230px;height:36px;display:flex;align-items:center;font-size:14px;color:#444;opacity:1;background:transparent;padding-left:0;margin-bottom:0}.filter-list-item.active{color:#198cff;font-weight:600}.filter-list-item.seeall{color:#198cff;font-size:13px}.condition-list .filter-list-item,.ratings-list .filter-list-item{height:36px}.condition-list input[type=radio]{accent-color:#198cff;margin-right:7px}.ratings-list .star-label{margin-left:7px;display:inline-block;font-size:0}.star{font-size:19px;margin-right:1px;vertical-align:middle}.star.orange{color:#ffa726}.star.gray{color:#e4eaf1}.listview-wrapper{background:#f7f8fa;min-height:100vh;font-family:Inter,Arial,sans-serif;padding:0}.listview-breadcrumb{font-size:13px;color:#888;padding:16px 0 8px 36px}.listview-main{display:flex;justify-content:flex-start;align-items:flex-start;max-width:1280px;margin:0 auto}.listview-sidebar{min-width:230px;max-width:240px;padding:0 0 0 16px}.listview-filter-section{background:#fff;border-radius:9px;box-shadow:0 2px 8px #2832410a;margin-bottom:16px;padding:18px 16px 10px}.listview-filter-title{font-size:15px;font-weight:600;color:#222;margin-bottom:11px}.listview-filter-section ul{list-style:none;margin:0;padding:0}.listview-filter-section li{font-size:14px;color:#444;margin-bottom:6px;cursor:pointer;transition:color .17s}.listview-filter-section li.active{color:#198cff;font-weight:600}.listview-filter-section li.seeall{color:#198cff;font-size:13px;margin-top:4px}.price-range input[type=range]{width:100%;margin:8px 0 5px}.price-inputs{display:flex;align-items:center;gap:6px;margin-bottom:8px}.price-inputs input{width:50px;height:22px;font-size:13px;border:1px solid #e4eaf1;border-radius:5px;padding:2px 6px;background:#f8fafc}.price-apply{background:#198cff;color:#fff;font-size:13px;border:none;border-radius:5px;padding:3px 16px;cursor:pointer;margin-bottom:4px}.star-list{font-size:15px;color:#ffa726;letter-spacing:1px;vertical-align:middle}.listview-main-content{flex:1;padding:0 0 0 26px}.listview-topbar{display:flex;align-items:center;gap:12px;margin-bottom:19px;background:#fff;border-radius:9px;box-shadow:0 2px 8px #2832410d;padding:18px 18px 11px 22px;font-size:15px}.topbar-category{color:#198cff}.topbar-sort{border:1px solid #e4eaf1;border-radius:6px;background:#f5f6fa;padding:4px 9px;font-size:14px;margin-left:4px}.topbar-view{display:flex;gap:2px;margin-left:8px;align-items:center}.view-btn{background:#edf1f6;border:1px solid #e4eaf1;border-radius:6px;padding:4px 8px;font-size:19px;cursor:pointer;color:#777;transition:background .18s,color .18s,border .18s;display:flex;align-items:center;justify-content:center}.view-btn.active,.view-btn:hover{background:#198cff22;color:#198cff;border-color:#198cff}.listview-product-list{margin-top:0}.listview-product-grid{margin-top:0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px 14px}.listview-product-card{background:#fff;display:flex;align-items:flex-start;border-radius:8px;box-shadow:0 2px 6px #2832410a;margin-bottom:12px;padding:12px 14px 12px 16px;position:relative}.listview-product-card.grid{flex-direction:column;align-items:flex-start;width:100%;margin-bottom:0;padding:8px 8px 12px}.product-img-wrap{min-width:100px;width:100px;height:100px;margin-right:16px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:6px;overflow:hidden}.listview-product-card.grid .product-img-wrap{margin-right:0;width:100%;height:140px;align-items:center;justify-content:center;margin-bottom:4px}.listview-product-card.grid .product-img-wrap img{width:120px;height:auto;max-height:120px;object-fit:contain;border-radius:5px}.product-img-wrap img{width:80px;height:auto;max-height:80px;object-fit:contain;border-radius:4px}.product-details{flex:1;display:flex;flex-direction:column;gap:2px}.product-title{font-size:14px;font-weight:600;color:#222;margin-bottom:2px;line-height:1.2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;order:3;padding-bottom:12px}.product-price-row{font-size:18px;font-weight:700;color:#222;margin-bottom:1px;display:flex;align-items:center;gap:6px;order:1}.product-price{color:#222}.product-oldprice{font-size:14px;color:#999;text-decoration:line-through;font-weight:400}.product-info-row{font-size:12px;color:#888;display:flex;align-items:center;gap:8px;margin-bottom:2px;order:2}.listview-product-card.grid .product-details{width:100%;gap:2px;margin-top:0}.product-rating{color:#ffa726;font-weight:500;font-size:12px;display:flex;align-items:center;gap:2px}.product-rating-stars{color:#ffa726;font-size:10px;letter-spacing:0px;margin-right:2px}.product-orders{color:#888;font-size:12px}.product-shipping{color:#1abd6c;font-size:12px;font-weight:500}.product-details-link{color:#198cff;font-size:12px;text-decoration:none;margin-top:2px;font-weight:500;order:4}.product-details-link:hover{text-decoration:underline}.product-fav{position:absolute;top:14px;right:18px}.listview-product-card.grid .product-fav{position:absolute;top:12px;right:12px}.fav-btn{background:none;border:none;font-size:18px;color:#ddd;cursor:pointer;transition:color .17s;padding:2px}.fav-btn:hover{color:#198cff}.listview-pagination-row{display:flex;align-items:center;justify-content:flex-end;gap:20px;margin-top:14px;margin-bottom:25px}.pagination-select{border:1px solid #e4eaf1;border-radius:5px;background:#f5f6fa;padding:3px 7px;font-size:14px;margin-left:4px}.pagination-controls{display:flex;gap:5px}.pagination-controls button{border:none;background:#f5f6fa;border-radius:5px;font-size:15px;color:#888;padding:3px 10px;cursor:pointer;transition:background .16s,color .16s}.pagination-controls button.active,.pagination-controls button:hover{background:#198cff;color:#fff}@media (max-width: 1100px){.listview-main{flex-direction:column;max-width:100vw;padding:0 12px}.listview-sidebar{max-width:100vw;min-width:0;padding:0;margin-bottom:28px;display:block}.listview-main-content{padding:0}.listview-product-grid{grid-template-columns:repeat(2,1fr);gap:16px 12px}}@media (max-width: 700px){.listview-breadcrumb{padding-left:12px;padding-top:11px}.listview-filter-section{padding:12px 9px 8px;margin-bottom:10px}.listview-topbar{flex-direction:column;gap:12px;padding:13px 8px 7px 10px;font-size:14px}.listview-product-card{flex-direction:column;padding:10px 8px}.product-img-wrap{margin-right:0;margin-bottom:9px;width:90px;height:90px}.listview-product-grid{grid-template-columns:1fr;gap:10px 8px}}.product-detail-page{max-width:1180px;margin:0 auto;padding:30px 20px;font-family:Inter,sans-serif;color:#1c1c1c;background-color:#fff}.breadcrumb{font-size:14px;color:#8b96a5;margin-bottom:16px}.product-overview{display:flex;align-items:flex-start;gap:24px;margin-bottom:30px}.product-images{flex:0 0 430px}.product-info{flex:1 1 auto;min-width:400px}.supplier-info{flex:0 0 280px}.product-images{display:flex;flex-direction:column;width:430px}.main-image{width:430px;height:400px;border:1px solid #E3E8EE;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;background-color:#fff}.main-image img{max-width:90%;max-height:90%;object-fit:contain}.image-thumbnails{display:flex;flex-direction:row;gap:8px;justify-content:flex-start}.thumbnail{width:64px;height:64px;border:1.5px solid #E3E8EE;border-radius:6px;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:#fff}.thumbnail.active{border-color:#0d6efd;border-width:2px}.thumbnail img{max-width:85%;max-height:85%;object-fit:contain}.product-info{flex:1;padding-right:20px}.in-stock{color:#00b517;font-size:13px;font-weight:500;margin-bottom:8px;padding-left:18px;position:relative}.in-stock:before{content:"✓";position:absolute;left:0;top:50%;transform:translateY(-50%);width:14px;height:14px;font-size:12px;font-weight:700;color:#00b517}.product-title{font-size:20px;font-weight:600;margin:0 0 12px;line-height:1.3;color:#1c1c1c}.product-ratings{display:flex;align-items:center;gap:12px;margin-bottom:16px}.stars{display:flex;align-items:center;gap:2px}.star{font-size:14px;color:#dee2e7}.star.filled{color:#ff9017}.rating-value{color:#ff9017;font-weight:500;margin-left:4px;font-size:14px}.reviews,.sold{font-size:14px;color:#8b96a5;position:relative;padding-left:12px}.reviews:before,.sold:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:3px;background-color:#dee2e7;border-radius:50%}.pricing-table{background:linear-gradient(90deg,#ffe0cc,#fc9,#ffb366);border-radius:6px;margin-bottom:20px;overflow:hidden;border:1px solid #FFB366}.price-row{display:flex}.price-cell{flex:1;padding:12px 16px;text-align:center;font-size:16px}.price-row.header .price-cell{font-weight:600;color:#fa3434;background-color:#ffffff4d}.price-row:not(.header) .price-cell{font-size:14px;color:#8b96a5;background-color:#ffffff1a}.product-details-table{border:1px solid #E3E8EE;border-radius:6px;overflow:hidden;margin-top:20px}.detail-row{display:flex;border-bottom:1px solid #E3E8EE;min-height:44px;align-items:center}.detail-row:last-child{border-bottom:none}.detail-label{flex:0 0 140px;font-size:14px;color:#8b96a5;padding:12px 16px;background-color:#f7f9fc;border-right:1px solid #E3E8EE;font-weight:500}.detail-value{flex:1;font-size:14px;color:#1c1c1c;padding:12px 16px;background-color:#fff}.supplier-info{width:280px;border:1px solid #E0E6ED;border-radius:6px;padding:0;background-color:#fff;height:fit-content;box-shadow:0 1px 3px #0000000a}.supplier-header{padding:16px 16px 12px;border-bottom:none;margin-bottom:0}.supplier-logo{width:40px;height:40px;border-radius:4px;background-color:#c6f3f1;color:#4ecdc4;font-weight:600;font-size:18px;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0;float:left}.supplier-details{overflow:hidden;padding-left:52px}.supplier-name{font-weight:500;color:#1c1c1c;margin-bottom:8px;font-size:14px;line-height:1.2}.supplier-location{display:flex;align-items:center;color:#8b96a5;margin-bottom:6px;font-size:14px;position:relative;padding-left:20px}.supplier-location:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:12px;background:linear-gradient(to bottom,#000 33%,#d00 33% 66%,#ffce00 66%);border-radius:2px}.country-flag{display:none}.supplier-verified{color:#8b96a5;font-size:14px;margin-bottom:6px;position:relative;padding-left:20px}.supplier-verified:before{content:"✓";position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background-color:#e8f5e8;color:#00b517;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:50%}.supplier-shipping{color:#8b96a5;font-size:14px;position:relative;padding-left:20px}.supplier-shipping:before{content:"🌐";position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:14px}.send-inquiry-btn{background-color:#0d6efd;border:none;color:#fff;padding:12px 16px;width:calc(100% - 32px);border-radius:6px;margin:16px 16px 8px;cursor:pointer;font-weight:500;font-size:14px}.send-inquiry-btn:hover{background-color:#0b5ed7}.seller-profile-btn{background:transparent;border:none;color:#0d6efd;padding:8px 16px;width:calc(100% - 32px);margin:0 16px 16px;cursor:pointer;font-weight:400;font-size:14px;text-align:center}.seller-profile-btn:hover{text-decoration:underline}.save-later-btn{background:transparent;border:none;color:#0d6efd;padding:8px 16px;width:calc(100% - 32px);margin:0 16px 16px;cursor:pointer;font-weight:500;font-size:14px;text-align:center;display:block;align-items:center;gap:8px}.save-later-btn:hover{color:#0b5ed7}.save-later-btn:before{content:"♡";font-size:18px;color:#0d6efd;margin-right:6px}.toast-notification{position:fixed;bottom:20px;right:20px;background-color:#4caf50;color:#fff;padding:16px;border-radius:4px;box-shadow:0 2px 10px #0003;z-index:1000;display:flex;align-items:center;gap:10px;opacity:0;transform:translateY(20px);transition:opacity .3s,transform .3s}.toast-notification.show{opacity:1;transform:translateY(0)}.toast-notification:before{content:"✓";font-size:18px;font-weight:700}.add-to-cart-btn{background-color:#00b517;color:#fff;border:none;border-radius:6px;padding:10px 0;font-weight:500;font-size:16px;cursor:pointer;width:100%;margin-top:8px;transition:background-color .3s}.add-to-cart-btn:hover{background-color:#009714}.product-tabs{margin-bottom:30px}.tabs-header{display:flex;border-bottom:1px solid #E3E8EE}.tab-btn{padding:12px 20px;background:none;border:none;font-size:16px;font-weight:500;color:#8b96a5;cursor:pointer;position:relative}.tab-btn.active{color:#0d6efd}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#0d6efd}.tab-content{padding:20px 0}.description-text{font-size:15px;color:#505050;line-height:1.6}.specs-table{width:100%;border-collapse:collapse;margin-bottom:20px}.specs-table td{padding:10px 0;border-bottom:1px solid #E3E8EE;font-size:14px}.spec-label{color:#8b96a5;width:200px}.features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.feature-item{display:flex;font-size:14px;align-items:center}.feature-check{color:#00b517;margin-right:8px}.related-products{margin-bottom:30px}.section-title{font-size:20px;font-weight:600;margin-bottom:20px;color:#1c1c1c}.related-products-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.related-product-card{border:1px solid #E3E8EE;border-radius:6px;padding:12px;text-align:center;background-color:#fff}.related-product-img{width:100%;height:140px;object-fit:contain;margin-bottom:10px}.related-product-title{font-size:13px;margin-bottom:4px;color:#1c1c1c;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;white-space:normal;height:32px;padding-bottom:10px}.related-product-price{font-size:13px;color:#8b96a5}.discount-banner{background:linear-gradient(135deg,#237cff,#1e6fe6);color:#fff;border-radius:6px;padding:24px 30px;display:flex;justify-content:space-between;align-items:center}.discount-text h3{font-size:20px;margin:0 0 5px;font-weight:600}.discount-text p{font-size:14px;opacity:.9;margin:0}.shop-now-btn{background-color:#ff9017;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:500;cursor:pointer;font-size:14px}.shop-now-btn:hover{background-color:#e6800f}
