*{margin:0;padding:0;box-sizing:border-box}@supports (background-clip: text){.gradient-text{background:linear-gradient(135deg,#d97706,#ea580c,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulse{0%,to{text-shadow:0 0 20px rgba(217,119,6,.5),0 0 40px rgba(234,88,12,.3)}50%{text-shadow:0 0 30px rgba(217,119,6,.8),0 0 60px rgba(234,88,12,.5)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes glow{0%,to{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}50%{filter:drop-shadow(0 6px 12px rgba(217,119,6,.4))}}@keyframes subtleGlow{0%,to{text-shadow:0 2px 8px rgba(217,119,6,.3)}50%{text-shadow:0 3px 12px rgba(217,119,6,.5)}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#374151;overflow-x:hidden}header{background:#fff;border-bottom:1px solid #eee;padding:16px 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px #0001}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.logo{text-decoration:none;cursor:pointer;transition:all .3s ease;position:relative;display:inline-block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.logo img{height:60px;width:auto;max-width:200px;object-fit:contain;transition:all .3s ease}.logo:hover{transform:scale(1.08);filter:drop-shadow(0 4px 8px rgba(0,0,0,.2)) brightness(1.1)}@keyframes logoFloat{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-3px) rotate(-3deg)}}@keyframes logoGlow{0%,to{box-shadow:0 4px 16px #c2410c4d,inset 0 1px #fff3}50%{box-shadow:0 6px 24px #c2410c80,inset 0 1px #ffffff4d}}@keyframes logoPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes logoShine{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes logoRotate{0%{transform:rotate(-5deg)}to{transform:rotate(5deg)}}@keyframes logoTextGlow{0%{text-shadow:0 1px 2px rgba(0,0,0,.3),0 0 10px rgba(248,250,252,.3)}to{text-shadow:0 1px 2px rgba(0,0,0,.3),0 0 20px rgba(248,250,252,.6)}}@keyframes logoTextSlide{0%,to{transform:translate(0)}50%{transform:translate(2px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.1);opacity:.4}}.product-hover-overlay{opacity:0;transition:opacity .3s ease}.product-card:hover .product-hover-overlay{opacity:1}.logo-glow{opacity:0;transition:opacity .4s ease}.logo:hover .logo-glow{opacity:1}.logo-icon{animation:logoFloat 4s ease-in-out infinite,logoGlow 3s ease-in-out infinite}.logo:hover .logo-icon{animation:logoRotate .6s ease-in-out,logoPulse .8s ease-in-out;transform:rotate(0) scale(1.1);box-shadow:0 6px 20px #c2410c66,inset 0 1px #ffffff4d}.logo-shine{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transform:translate(-100%);animation:logoShine 3s ease-in-out infinite}.logo:hover .logo-shine{animation:logoShine .8s ease-in-out}.header-links{display:flex;gap:32px;align-items:center}.header-links a{text-decoration:none;color:#374151;font-weight:500;font-size:16px;transition:color .2s}.header-links a:hover{color:#d97706}.container{max-width:1200px;margin:0 auto;padding:0 20px}.search-bar{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0001;display:flex;gap:12px;max-width:800px;margin:20px auto}.search-bar input{flex:1;padding:12px 16px;border:1px solid #ddd;border-radius:6px;font-size:16px}.search-bar button{padding:12px 24px;background:#ea580c;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:background .2s}.search-bar button:hover{background:#c2410c}.category-bar{display:flex;gap:16px;padding:20px;overflow-x:auto;background:#fff;margin:20px;border-radius:12px;box-shadow:0 2px 8px #0001;-webkit-overflow-scrolling:touch}.category-btn{display:flex;align-items:center;padding:12px 20px;border:1px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s;white-space:nowrap;font-weight:500;min-width:fit-content}.category-btn:hover{border-color:#ea580c;background:#fff7ed}.category-btn.selected{background:#ea580c;color:#fff;border-color:#ea580c}.category-menu{background:#fafbfc;border-right:1px solid #eee;width:240px;padding-top:32px}.category-menu .cat-item{padding:8px 32px;cursor:pointer;transition:background .2s}.category-menu .cat-item.selected{background:#fff7ed;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:32px;padding:0 20px}.deals-grid,.featured-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:20px;padding:0 20px;max-width:1400px;margin:0 auto}.product-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0001;display:flex;flex-direction:column;align-items:center;position:relative;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0002}.product-card img{width:140px;height:140px;object-fit:contain;margin-bottom:16px;background:#f8f8f8;border-radius:8px}.product-card .product-name{font-weight:700;font-size:17px;margin-bottom:6px;text-align:center;line-height:1.3}.product-card .product-price{color:#d97706;font-weight:700;font-size:18px;margin-bottom:8px}.product-card .product-cat{color:#6b7280;font-size:14px;margin-bottom:8px}.product-card .product-minorder{color:#059669;font-weight:700;margin-bottom:10px}.btn-main{margin-top:auto;padding:10px 18px;background:#ea580c;color:#fff;border:none;border-radius:6px;font-weight:700;font-size:16px;cursor:pointer;transition:background .2s;width:100%;max-width:200px;min-width:120px;height:44px;line-height:1;display:flex;align-items:center;justify-content:center}.btn-main:hover{background:#c2410c}footer{background:#121422!important;color:#fff!important;padding:60px 0 30px!important;margin-top:auto!important}footer h3{font-size:20px!important;font-weight:700!important;margin-bottom:20px!important;color:#ea580c!important}footer p{line-height:1.6!important;margin-bottom:15px!important;color:#cbd5e1!important}footer ul{list-style:none!important;padding:0!important}footer ul li{margin-bottom:10px!important}footer ul li a{color:#cbd5e1!important;text-decoration:none!important;transition:color .3s!important}footer ul li a:hover{color:#ea580c!important}footer .social-links a{color:#ea580c!important;font-size:20px!important;margin-right:15px!important;transition:opacity .3s!important}footer .social-links a:hover{opacity:.7!important}footer .contact-info{color:#cbd5e1!important;line-height:1.8!important}footer .contact-info p{margin-bottom:8px!important}footer .bottom-section{border-top:1px solid #334155!important;padding-top:30px!important;text-align:center!important;color:#94a3b8!important}footer .bottom-section p{margin-bottom:10px!important}footer .bottom-links{display:flex!important;justify-content:center!important;gap:30px!important;flex-wrap:wrap!important}footer .bottom-links a{color:#94a3b8!important;text-decoration:none!important;font-size:14px!important;transition:color .3s!important}footer .bottom-links a:hover{color:#ea580c!important}@media (max-width: 1200px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;padding:0 15px}.deals-grid,.featured-grid{grid-template-columns:repeat(6,1fr);gap:16px;padding:0 15px}.header-content{padding:0 15px}}.mobile-menu-btn{display:none!important}@media (max-width: 768px){.mobile-menu-btn{display:block!important}.header-nav{display:none!important}.mobile-menu{display:flex!important}}.mobile-category-header,.mobile-category-menu{display:none!important}@media (max-width: 900px){.mobile-category-header,.mobile-category-menu{display:block!important}.category-menu{display:none!important}.products-main{padding:20px!important}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))!important;gap:20px!important}.product-card{padding:18px!important;margin:0!important;display:flex!important;flex-direction:column!important;height:100%!important}.product-card img{height:180px!important;margin-bottom:14px!important;flex-shrink:0!important}.product-card>div{flex:1!important;display:flex!important;flex-direction:column!important}.product-card h3{font-size:17px!important;margin-bottom:10px!important;line-height:1.3!important}.product-card p{font-size:15px!important;margin-bottom:14px!important;line-height:1.4!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;flex:1!important}.product-card .product-price{font-size:19px!important;margin-bottom:14px!important}.product-card .btn-main{padding:14px 18px!important;font-size:15px!important;width:100%!important;margin-top:auto!important}}@media (max-width: 768px){.products-main{padding:16px!important}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))!important;gap:16px!important}.product-card{padding:16px!important;margin:0!important;display:flex!important;flex-direction:column!important;height:100%!important}.product-card img{height:160px!important;margin-bottom:12px!important;flex-shrink:0!important}.product-card>div{flex:1!important;display:flex!important;flex-direction:column!important}.product-card h3{font-size:16px!important;margin-bottom:8px!important;line-height:1.3!important}.product-card p{font-size:14px!important;margin-bottom:12px!important;line-height:1.4!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;flex:1!important}.product-card .product-price{font-size:18px!important;margin-bottom:12px!important}.product-card .btn-main{padding:12px 16px!important;font-size:14px!important;width:100%!important;margin-top:auto!important}}@media (max-width: 600px){.products-main{padding:12px!important}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))!important;gap:12px!important}.product-card{padding:14px!important;margin:0!important;display:flex!important;flex-direction:column!important;height:100%!important}.product-card img{height:140px!important;margin-bottom:10px!important;flex-shrink:0!important}.product-card>div{flex:1!important;display:flex!important;flex-direction:column!important}.product-card h3{font-size:15px!important;margin-bottom:6px!important;line-height:1.3!important}.product-card p{font-size:13px!important;margin-bottom:10px!important;line-height:1.4!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;flex:1!important}.product-card .product-price{font-size:17px!important;margin-bottom:10px!important}.product-card .btn-main{padding:10px 14px!important;font-size:13px!important;width:100%!important;margin-top:auto!important}}@media (max-width: 480px){.products-main{padding:8px!important}.products-grid{grid-template-columns:1fr!important;gap:12px!important}.product-card{padding:12px!important;margin:0!important;border-radius:8px!important;display:flex!important;flex-direction:column!important;height:100%!important}.product-card img{height:120px!important;margin-bottom:8px!important;flex-shrink:0!important}.product-card>div{flex:1!important;display:flex!important;flex-direction:column!important}.product-card h3{font-size:14px!important;margin-bottom:4px!important;line-height:1.3!important}.product-card p{font-size:12px!important;margin-bottom:8px!important;line-height:1.4!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;flex:1!important}.product-card .product-price{font-size:16px!important;margin-bottom:8px!important}.product-card .btn-main{padding:8px 12px!important;font-size:12px!important;width:100%!important;margin-top:auto!important}}@media (max-width: 900px){.product-detail-grid{grid-template-columns:1fr!important;gap:30px!important}.product-image-container img{max-width:100%!important;height:300px!important}.product-info-container h1{font-size:24px!important}.product-info-container .product-price{font-size:20px!important}}@media (max-width: 600px){.product-detail-grid{gap:20px!important}.product-image-container img{height:250px!important}.product-info-container h1{font-size:20px!important}.product-info-container .product-price{font-size:18px!important}.product-info-container .btn-main{font-size:16px!important;padding:12px 24px!important;width:100%!important}}@media (max-width: 480px){.product-detail-grid{gap:16px!important}.product-image-container img{height:200px!important}.product-info-container h1{font-size:18px!important}.product-info-container .product-price{font-size:16px!important}}@media (max-width: 900px){.cart-layout{grid-template-columns:1fr!important;gap:20px!important}.cart-summary{order:-1!important}.cart-summary .product-card{position:static!important}}@media (max-width: 768px){.cart-container{padding:20px 16px!important}.cart-item{grid-template-columns:80px 1fr!important;gap:12px!important;padding:16px!important}.cart-item img{width:80px!important;height:80px!important}.cart-item-quantity,.cart-item-total{grid-column:1 / -1!important;text-align:left!important;margin-top:12px!important}.cart-item-quantity{display:flex!important;justify-content:space-between!important;align-items:center!important}}@media (max-width: 480px){.cart-container{padding:16px 12px!important}.cart-item{grid-template-columns:1fr!important;text-align:center!important}.cart-item img{width:120px!important;height:120px!important;margin:0 auto 12px!important}.cart-item-quantity{flex-direction:column!important;gap:8px!important}}@media (max-width: 480px){.login-container,.register-container{padding:16px!important}.login-form,.register-form{padding:24px 20px!important}.login-form h1,.register-form h1{font-size:24px!important}.register-form .grid{grid-template-columns:1fr!important}}@media (max-width: 768px){.profile-container{padding:20px 16px!important}.profile-content{max-width:100%!important}.profile-content .grid{grid-template-columns:1fr!important}}@media (max-width: 480px){.profile-container{padding:16px 12px!important}.profile-content .header,.profile-content .content{padding:24px 20px!important}}@media (max-width: 768px){.company-container{padding:20px 16px!important}.company-container h1{font-size:28px!important}.company-container .grid{grid-template-columns:1fr!important;gap:20px!important}}@media (max-width: 480px){.company-container{padding:16px 12px!important}.company-container h1{font-size:24px!important}.company-container .card{padding:20px!important}.company-container .contact-grid,.company-container .values-grid{grid-template-columns:1fr!important;gap:20px!important}}@media (max-width: 900px){.category-menu{display:none}.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;padding:0 10px}.deals-grid,.featured-grid{grid-template-columns:repeat(4,1fr);gap:14px;padding:0 10px}.header-links{gap:16px}.search-bar{margin:20px 10px;padding:15px;flex-direction:row}.category-bar{margin:20px 10px;padding:15px}.category-btn{padding:10px 16px;font-size:14px}.banner-section{padding:40px 20px!important}.banner-section h1{font-size:28px!important}.banner-section p{font-size:16px!important}.btn-main{padding:12px 24px!important;font-size:16px!important;min-width:120px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important}a.btn-main{min-width:180px!important;height:50px!important;font-size:16px!important}.featured-products{padding:20px 16px!important}.featured-products h2{font-size:24px!important}.featured-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))!important;gap:16px!important}.product-card{padding:16px!important}.product-card img{height:150px!important}.product-card h3{font-size:14px!important}.product-card p{font-size:12px!important}.footer{padding:40px 20px!important}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important;gap:30px!important}}@media (max-width: 768px){.header-content{flex-direction:column;gap:15px;padding:0 10px}.logo{font-size:24px;min-width:240px!important}.header-links{flex-direction:row;gap:20px;flex-wrap:wrap;justify-content:center}.header-links a{font-size:14px}.banner-hero{flex-direction:column!important;text-align:center!important;gap:30px!important}.banner-text{order:1;margin-bottom:20px}.banner-products{order:2;grid-template-columns:repeat(2,1fr)!important;gap:15px!important;max-width:100%!important;min-width:auto!important}.banner-product-card{min-height:200px!important;padding:12px!important}.banner-product-card img{height:80px!important}.banner-product-card h3{font-size:12px!important;min-height:24px!important}.banner-product-card .price{font-size:14px!important}.banner-product-card .category{font-size:10px!important}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;padding:0 10px}.deals-grid,.featured-grid{grid-template-columns:repeat(3,1fr);gap:12px;padding:0 10px}.product-card{padding:16px}.product-card img{width:120px;height:120px}.product-card .product-name{font-size:15px}.product-card .product-price{font-size:16px}.search-bar{flex-direction:column;gap:10px;margin:15px 10px}.search-bar input,.search-bar button{width:100%}.category-bar{margin:15px 10px;padding:12px}.category-btn{padding:8px 14px;font-size:13px}.container{padding:0 10px}}@media (max-width: 600px){.header-content{padding:0 8px}.logo{font-size:22px}.header-links{gap:15px}.header-links a{font-size:13px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;padding:0 8px}.deals-grid,.featured-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:0 8px}.product-card{padding:12px}.product-card img{width:100px;height:100px}.product-card .product-name{font-size:14px;line-height:1.2}.product-card .product-price{font-size:15px}.product-card .product-cat,.product-card .product-minorder{font-size:12px}.btn-main{padding:8px 12px;font-size:14px;min-width:100px;height:40px;display:flex;align-items:center;justify-content:center}a.btn-main{min-width:160px!important;height:45px!important;font-size:15px!important}.search-bar{margin:10px 8px;padding:12px}.category-bar{margin:10px 8px;padding:10px}.category-btn{padding:6px 12px;font-size:12px}.container{padding:0 8px}}@media (max-width: 480px){.header-content{padding:0 5px}.logo{font-size:20px;min-width:200px!important}.header-links{gap:12px}.header-links a{font-size:12px}.banner-hero{padding:0 10px!important;gap:20px!important}.banner-text h1{font-size:32px!important;line-height:1.1!important}.banner-text p{font-size:16px!important;margin-bottom:20px!important}.banner-text .btn-group{flex-direction:column!important;gap:10px!important}.banner-text .btn-group a{padding:12px 24px!important;font-size:14px!important}.banner-products{grid-template-columns:1fr!important;gap:10px!important}.banner-product-card{min-height:150px!important;padding:10px!important}.banner-product-card img{height:60px!important}.banner-product-card h3{font-size:11px!important;min-height:20px!important}.banner-product-card .price{font-size:12px!important}.banner-product-card .category{font-size:9px!important}.product-grid{grid-template-columns:1fr;gap:10px;padding:0 5px}.deals-grid,.featured-grid{grid-template-columns:1fr;gap:8px;padding:0 5px}.product-card{padding:10px;flex-direction:row;text-align:left;align-items:center;gap:12px}.product-card img{width:80px;height:80px;margin-bottom:0;flex-shrink:0}.product-card .product-info{flex:1;min-width:0}.product-card .product-name{font-size:13px;margin-bottom:4px;text-align:left}.product-card .product-price{font-size:14px;margin-bottom:4px}.product-card .product-cat{font-size:11px;margin-bottom:4px}.product-card .product-minorder{font-size:11px;margin-bottom:8px}.btn-main{padding:6px 10px;font-size:12px;max-width:80px;min-width:80px;height:36px;display:flex;align-items:center;justify-content:center}a.btn-main{min-width:140px!important;height:40px!important;font-size:14px!important;max-width:none!important}.search-bar{margin:8px 5px;padding:10px}.search-bar input{padding:10px 12px;font-size:14px}.search-bar button{padding:10px 16px;font-size:14px}.category-bar{margin:8px 5px;padding:8px}.category-btn{padding:5px 10px;font-size:11px}.container{padding:0 5px}}@media (max-width: 360px){.header-content{padding:0 3px}.logo{font-size:18px}.header-links{gap:8px}.header-links a{font-size:11px}.product-card{padding:8px;gap:8px}.product-card img{width:70px;height:70px}.product-card .product-name{font-size:12px}.product-card .product-price{font-size:13px}.product-card .product-cat,.product-card .product-minorder{font-size:10px}.btn-main{padding:5px 8px;font-size:11px;max-width:70px;min-width:70px;height:32px;display:flex;align-items:center;justify-content:center}.search-bar{margin:5px 3px;padding:8px}.category-bar{margin:5px 3px;padding:6px}.category-btn{padding:4px 8px;font-size:10px}.container{padding:0 3px}}@media (max-width: 768px){footer .footer-grid{grid-template-columns:1fr!important;gap:30px!important}footer .bottom-links{gap:20px!important}footer .bottom-links a{font-size:12px!important}footer{padding:40px 0 20px!important}}@media (max-width: 480px){footer{padding:30px 0 15px!important}footer h3{font-size:18px!important}footer p{font-size:14px!important}footer .bottom-links{flex-direction:column!important;gap:10px!important}footer .bottom-links a{font-size:11px!important}}@media (max-width: 768px){.featured-products-scroll{gap:15px!important;padding:0 15px!important}.featured-products-scroll .product-card{min-width:250px!important;padding:15px!important}}@media (max-width: 600px){.featured-products-scroll{gap:12px!important;padding:0 10px!important}.featured-products-scroll .product-card{min-width:200px!important;padding:12px!important}}@media (max-width: 480px){.featured-products-scroll{gap:10px!important;padding:0 8px!important}.featured-products-scroll .product-card{min-width:180px!important;padding:10px!important}}@media (max-width: 768px){.banner-section{height:400px!important}.banner-section h1{font-size:32px!important}.banner-section p{font-size:16px!important}}@media (max-width: 480px){.banner-section{height:300px!important}.banner-section h1{font-size:24px!important}.banner-section p{font-size:14px!important}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
