*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;background-color:#fff;margin:0;font-family:Poppins,sans-serif}h1,h2,h3,p{margin:0}a{color:inherit;text-decoration:none}.hero-container{text-align:center;background:#f5f5f5;padding:30px 20px}.hero-title{margin-bottom:15px;font-size:1.8rem;font-weight:600}.hero-btn{color:#fff;background:#000;border-radius:30px;margin-bottom:20px;padding:12px 30px;font-size:.9rem;font-weight:600;display:inline-block}.hero-image{border-radius:12px;width:100%;max-width:100%;height:auto;margin:0 auto;display:block}@media (width>=768px){.hero-container{flex-direction:column;align-items:center;padding:60px 40px;display:flex}.hero-title{font-size:3.5rem}.hero-btn{margin-bottom:30px;padding:15px 45px;font-size:1.1rem}.hero-image{border-radius:16px;max-width:1200px;box-shadow:0 10px 30px #0000001a}}.product-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;padding:20px 15px;display:grid}.product-card{background:#fff;border:1px solid #eee;border-radius:12px;flex-direction:column;height:100%;display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000a}.product-image{aspect-ratio:1;object-fit:cover;width:100%;height:auto;display:block}.product-info{flex-direction:column;flex-grow:1;justify-content:space-between;padding:10px;display:flex}.product-name{margin:0 0 4px;font-size:.9rem;font-weight:500}.product-price{margin:0 0 8px;font-size:1rem;font-weight:700}.product-stock{color:#2e7d32;background:#e8f5e9;border-radius:20px;padding:3px 8px;font-size:.7rem}.product-link{color:#222;white-space:nowrap;border:1px solid #ddd;border-radius:20px;align-items:center;padding:6px 12px;font-size:.8rem;font-weight:500;transition:background-color .2s,border-color .2s;display:inline-flex}.product-link:hover{background:#f5f5f5;border-color:#ccc}.product-sku{color:#999;margin:0 0 4px;font-size:.75rem}.product-card-footer{justify-content:space-between;align-items:center;display:flex}@media (width>=768px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;padding:40px}.product-name{font-size:1rem}.product-price{font-size:1.2rem}}@media (width>=1440px){.product-grid{max-width:1400px;margin:0 auto}}.cart-layout{flex-direction:column;gap:30px;display:flex}@media (width>=768px){.cart-layout{flex-direction:row;align-items:flex-start}}.product-detail-layout{flex-direction:column;gap:20px;padding:20px 15px;display:flex}.product-image-large{object-fit:cover;border:1px solid #eee;border-radius:12px;width:100%;height:auto}.product-detail-info{flex-direction:column;gap:15px;display:flex}.product-detail-title{margin:0;font-size:1.5rem;font-weight:700}.sku-text{color:#888;margin:0;font-size:.85rem}.price-text{margin:0;font-size:1.8rem;font-weight:800}.description-text{color:#555;margin:0;font-size:.95rem;line-height:1.6}.quantity-selector{border:1px solid #ddd;border-radius:8px;align-items:center;width:max-content;display:flex;overflow:hidden}.quantity-btn{cursor:pointer;background:#f5f5f5;border:none;width:40px;height:40px;font-size:1.2rem}.quantity-input{text-align:center;border:none;outline:none;width:50px;height:40px;font-size:1rem;font-weight:600}.add-to-cart-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;width:100%;padding:15px;font-size:1rem;font-weight:600;transition:opacity .2s}.add-to-cart-btn:hover{opacity:.9}@media (width>=768px){.product-detail-layout{flex-direction:row;align-items:flex-start;max-width:1200px;margin:0 auto;padding:40px}.product-image-section{width:50%}.product-image-large{border-radius:16px}.product-detail-info{width:50%;padding-left:30px}.product-detail-title{font-size:2.5rem}.price-text{font-size:2.2rem}.description-text{font-size:1.1rem}.add-to-cart-btn{width:100%;padding:18px}}.section{padding:clamp(24px,5vw,50px) 15px}.section-title{text-align:center;margin-bottom:clamp(16px,3vw,28px);font-size:clamp(1.2rem,2vw,1.8rem);font-weight:600}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:clamp(10px,2.5vw,20px);max-width:620px;margin:0 auto;display:grid}.category-card{text-align:center;background:#f9f9f9;border:1px solid #eee;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:clamp(16px,3vw,22px) 10px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.category-card:hover{border-color:#ddd;transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.category-icon{font-size:clamp(1.4rem,3vw,1.8rem);line-height:1}.category-name{color:#222;font-size:.85rem;font-weight:600}.category-arrow{color:#999;font-size:.8rem}@media (width>=768px){.categories-grid{max-width:720px}}.flash-sale-title{grid-column:1/-1;margin-bottom:4px;font-size:clamp(1.2rem,2vw,1.8rem);font-weight:600}.grid-empty-state{text-align:center;color:#888;grid-column:1/-1;padding:30px 0;font-size:.9rem}.page-container{max-width:1400px;margin:0 auto}.page-header{padding:clamp(20px,4vw,40px) 15px 0}.page-title{margin-bottom:10px;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:600}.page-description{color:#555;max-width:700px;font-size:.95rem;line-height:1.6}.loading-text{text-align:center;color:#888;padding:40px}.load-more-wrap{text-align:center;margin-top:30px;margin-bottom:50px}.load-more-btn{color:#fff;background:#555;border-radius:30px;padding:12px 40px;font-size:.95rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-block}.load-more-btn:hover{background:#333}@media (width>=768px){.page-header{padding-left:40px;padding-right:40px}}@media (width>=1440px){.page-header{padding-left:60px;padding-right:60px}}.cart-page-container{max-width:1000px;margin:0 auto;padding:20px 15px}.cart-empty{text-align:center;padding:60px 20px}.cart-empty-title{margin-bottom:10px;font-size:1.5rem;font-weight:600}.cart-empty-link{color:#000;font-weight:500;text-decoration:underline}.cart-title{margin-bottom:20px;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:600}.cart-items{flex-grow:1;min-width:0}.cart-item-row{border-bottom:1px solid #eee;align-items:center;gap:15px;margin-bottom:10px;padding:15px 0;display:flex}.cart-item-image{object-fit:cover;border-radius:8px;flex-shrink:0;width:70px;height:70px}.cart-item-details{flex-grow:1;min-width:0}.cart-item-name{overflow-wrap:break-word;margin:0 0 5px;font-weight:500}.cart-item-qty{color:#888;margin:0;font-size:.9rem}.cart-item-price{white-space:nowrap;margin:0;font-weight:600}.cart-summary{background:#f9f9f9;border-radius:12px;width:100%;padding:20px}.cart-summary-title{margin:0 0 15px;font-weight:600}.cart-summary-row{justify-content:space-between;margin-bottom:10px;display:flex}.cart-summary-row span:last-child{font-weight:600}.cart-summary-total{border-top:1px solid #ddd;justify-content:space-between;margin-bottom:20px;padding-top:15px;font-weight:700;display:flex}.cart-phone-group{margin-bottom:20px}.cart-phone-label{margin-bottom:8px;font-size:.9rem;font-weight:500;display:block}.cart-phone-input{border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:12px;font-size:1rem}.cart-phone-input:focus{border-color:#000}.cart-checkout-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;width:100%;padding:15px;font-size:1rem;font-weight:600;transition:opacity .2s}.cart-checkout-btn:hover:not(:disabled){opacity:.9}.cart-checkout-btn:disabled{cursor:wait;opacity:.7}.cart-message{text-align:center;margin-top:15px;font-size:.9rem}.cart-message-success{color:#2e7d32}.cart-message-error{color:#c62828}@media (width>=768px){.cart-page-container{padding:40px 20px}.cart-item-image{width:90px;height:90px}.cart-summary{flex-shrink:0;max-width:320px}}.navbar-wrapper{z-index:1000;background:#fff;width:100%;position:relative}.navbar{box-sizing:border-box;background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:24px;width:100%;min-height:72px;padding:0 5%;display:flex}.navbar-logo-link{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.navbar-logo{object-fit:contain;width:auto;max-width:180px;height:auto;max-height:52px;display:block}.nav-links{flex:1;justify-content:center;align-items:center;gap:clamp(14px,1.8vw,30px);min-width:0;display:flex}.nav-links a{color:#222;white-space:nowrap;padding:8px 0;font-size:clamp(13px,.95vw,15px);font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#666}.nav-links a:focus-visible{outline-offset:4px;border-radius:3px;outline:2px solid #222}.nav-icons{flex-shrink:0;align-items:center;gap:12px;display:flex}.nav-icon-link{color:#222;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;text-decoration:none;transition:background-color .2s,transform .2s;display:flex;position:relative}.nav-icon-link:hover{background:#f5f5f5}.nav-icon-link:active{transform:scale(.94)}.nav-icon-link:focus-visible{outline-offset:2px;outline:2px solid #222}.cart-icon-link{position:relative}.cart-count{box-sizing:border-box;color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:9px;font-weight:700;line-height:1;display:flex;position:absolute;top:0;right:-2px}.mobile-burger{color:#222;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;padding:0;font-size:24px;line-height:1;transition:background-color .2s;display:none}.mobile-burger:hover{background:#f5f5f5}.mobile-burger:active{transform:scale(.95)}.mobile-burger:focus-visible{outline-offset:2px;outline:2px solid #222}.mobile-dropdown{z-index:9999;box-sizing:border-box;background:#fff;border-bottom:1px solid #eee;flex-direction:column;padding:8px 4%;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 20px #0000001f}.mobile-dropdown a{box-sizing:border-box;color:#222;border-bottom:1px solid #f0f0f0;align-items:center;width:100%;min-height:48px;padding:12px 8px;font-size:15px;font-weight:500;text-decoration:none;display:flex}.mobile-dropdown a:last-child{border-bottom:none}.mobile-dropdown a:hover,.mobile-dropdown a:active{background:#f8f8f8}@media (width>=768px) and (width<=1023px){.navbar{gap:16px;min-height:68px;padding-left:4%;padding-right:4%}.navbar-logo{max-width:155px;max-height:48px}.nav-links{display:none}.mobile-burger{display:flex}.nav-icons{gap:8px}.mobile-dropdown{padding-left:4%;padding-right:4%}}@media (width<=767px){.navbar{gap:10px;min-height:64px;padding-left:16px;padding-right:16px}.navbar-logo{max-width:135px;max-height:44px}.nav-links{display:none}.nav-icons{gap:4px}.nav-icon-link{width:38px;height:38px;font-size:19px}.mobile-burger{width:38px;height:38px;font-size:22px;display:flex}.mobile-dropdown{padding:8px 16px 12px}}@media (width<=380px){.navbar{gap:5px;padding-left:12px;padding-right:12px}.navbar-logo{max-width:115px;max-height:40px}.nav-icons{gap:0}.nav-icon-link,.mobile-burger{width:35px;height:35px}.nav-icon-link{font-size:18px}.mobile-burger{font-size:20px}}@media (width>=1440px){.navbar{padding-left:6%;padding-right:6%}.navbar-logo{max-width:190px}.nav-links{gap:30px}}
