:root{--orange:#ff6b00;--blue:#163b86;--dark:#222;--page:#f5f7fb;--muted:#687082;--white:#fff;--shadow:0 15px 35px rgba(22,37,67,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--dark);font-family:Poppins,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.container{width:min(90%,1700px);margin:auto}.skip-link{position:fixed;z-index:100;top:-60px;left:20px;padding:10px;background:var(--blue);color:#fff}.skip-link:focus{top:20px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.top-bar{background:var(--orange);color:#fff}.top-content{display:flex;justify-content:space-between;gap:20px;padding:10px 0;font-size:14px;font-weight:600}.top-content span{display:flex;align-items:center;gap:8px}.site-header{position:sticky;z-index:10;top:0;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.035)}.nav{display:flex;align-items:center;gap:30px;min-height:128px}.logo{flex:0 0 210px}.logo img{width:150px;max-height:110px;object-fit:contain}nav{display:flex;justify-content:center;gap:45px;flex:1}nav a{padding:9px 0;font-size:18px;font-weight:700}nav a:hover,nav .active{color:var(--orange)}.header-icons{display:flex;align-items:center;gap:20px}.search-box{display:flex;align-items:center;overflow:hidden;border:1px solid #dce0e8;border-radius:50px}.search-box input{width:250px;padding:14px 20px;border:0;outline:0}.search-box button{display:grid;width:62px;height:53px;place-items:center;border:0;background:var(--orange);color:#fff;font-size:21px}.icon-button{position:relative;display:grid;width:32px;height:36px;place-items:center;padding:0;border:0;background:transparent;color:var(--dark);font-size:27px}.cart span{position:absolute;top:-3px;right:-9px;display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:var(--orange);color:#fff;font-size:12px}.menu-toggle{display:none;width:43px;height:43px;border:0;border-radius:10px;background:var(--orange);color:#fff;font-size:20px}
.hero{padding:74px 0;background:#f1f4fa}.hero-content{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}.hero-left h1,.section-title h2{margin:0;color:var(--blue);font-weight:800;letter-spacing:-1.8px}.hero-left h1{font-size:clamp(48px,5.4vw,85px);line-height:1.13;color:var(--dark)}.hero-left h1 span{color:var(--orange)}.hero-left p{max-width:720px;margin:27px 0 42px;color:#636b78;font-size:clamp(18px,1.6vw,28px);line-height:1.65}.hero-buttons{display:flex;flex-wrap:wrap;gap:26px}.btn{display:inline-flex;justify-content:center;align-items:center;min-width:190px;padding:17px 28px;border:2px solid var(--orange);border-radius:50px;background:var(--orange);color:#fff;font-size:18px;font-weight:700}.btn:hover{background:var(--blue);border-color:var(--blue)}.btn-outline{background:transparent;color:var(--orange)}.btn-outline:hover{color:#fff}.hero-banner{width:100%;border-radius:28px;box-shadow:var(--shadow);object-fit:cover}
.section{padding:90px 0}.section-title{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:43px}.section-title h2{font-size:clamp(33px,3.25vw,54px)}.section-title p{margin:0;color:#5d6574;font-size:clamp(16px,1.4vw,23px)}.view-all{display:inline-flex;align-items:center;gap:15px;color:var(--orange);font-size:18px;font-weight:700}.categories{padding-top:82px}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px}.category-card{min-height:353px;padding:28px 20px;border-radius:27px;background:#fff;box-shadow:var(--shadow);text-align:center;transition:transform .25s}.category-card:hover{transform:translateY(-7px)}.category-card img{width:154px;height:154px;margin:0 auto 25px;object-fit:contain}.category-card h3{margin:0 0 13px;color:var(--blue);font-size:clamp(19px,1.55vw,29px);line-height:1.35}.category-card p{margin:0;color:#6e7582;font-size:clamp(14px,1.15vw,19px)}
.featured-products{padding-top:35px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px}.product-card{position:relative;overflow:hidden;padding:26px 26px 30px;border-radius:30px;background:#fff;box-shadow:var(--shadow)}.product-card img{width:100%;height:338px;margin:15px auto 24px;object-fit:contain;transition:transform .3s}.product-card:hover img{transform:scale(1.035)}.product-badge{position:absolute;z-index:1;top:28px;left:28px;padding:9px 16px;border-radius:10px;background:var(--orange);color:#fff;font-size:14px;font-weight:700}.product-badge.new{background:#18a957}.wishlist{position:absolute;z-index:1;top:27px;right:27px;display:grid;width:58px;height:58px;place-items:center;border-radius:50%;background:#fff;color:#555;box-shadow:0 7px 15px rgba(0,0,0,.12);font-size:25px}.product-card h3{margin:0;color:var(--blue);font-size:clamp(22px,1.75vw,32px);line-height:1.25}.availability{margin:13px 0 0;color:var(--muted);font-size:13px}.price{display:flex;align-items:baseline;gap:16px;margin:24px 0}.price strong{color:var(--orange);font-size:clamp(29px,2.3vw,43px)}.price s{color:#999;font-size:clamp(17px,1.45vw,25px)}.card-actions{display:grid;grid-template-columns:1fr;gap:10px}.card-actions a{padding:16px 12px;border-radius:13px;background:var(--orange);color:#fff;font-size:17px;font-weight:700;text-align:center}.card-actions a:first-child{display:none}.card-actions a:hover{background:var(--blue)}.muted-section{background:#ebf1fb}.best-sellers{background:#fff}.empty-state{grid-column:1/-1;margin:0;padding:23px;border:1px dashed #bac4d7;border-radius:14px;color:var(--muted);text-align:center}
.why-us{background:#fff}.centered{justify-content:center;text-align:center}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.why-grid article{padding:33px 26px;border-radius:25px;background:var(--page);text-align:center}.why-grid i{color:var(--orange);font-size:42px}.why-grid h3{margin:15px 0 6px;color:var(--blue);font-size:21px}.why-grid p{margin:0;color:var(--muted)}footer{padding:65px 0 20px;background:#111827;color:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-logo{width:135px}.footer-grid p{color:#bec5d2}.footer-grid h2{font-size:20px}.footer-grid a{display:block;width:max-content;margin:10px 0;color:#c6ccd6}.footer-grid a:hover{color:var(--orange)}.copyright{margin-top:45px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);color:#bbc3ce;text-align:center}
@media(max-width:1200px){.nav{gap:18px}.logo{flex-basis:155px}.search-box input{width:155px}.category-grid{gap:17px}.product-grid{gap:25px}.product-card img{height:280px}}@media(max-width:900px){.nav{min-height:94px}.logo img{width:115px}.logo{flex-basis:auto}nav{gap:14px}nav a{font-size:15px}.header-icons{gap:12px}.search-box{display:none}.hero-content{grid-template-columns:1fr;gap:35px}.hero-banner{max-width:700px}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.container{width:92%}.top-content{justify-content:center}.top-content span:not(:first-child){display:none}.nav{position:relative;min-height:77px;gap:14px}.menu-toggle{display:block;margin-left:auto}nav{position:absolute;top:77px;right:0;left:0;display:none;flex-direction:column;gap:0;padding:12px 4%;background:#fff;box-shadow:0 12px 18px rgba(0,0,0,.08)}nav.is-open{display:flex}nav a{padding:11px 0}.header-icons{gap:11px}.icon-button{font-size:23px}.hero{padding:48px 0}.hero-left h1{font-size:47px}.hero-left p{margin:20px 0 30px;font-size:17px}.hero-buttons{gap:12px}.btn{min-width:0;flex:1;padding:13px 12px;font-size:15px}.section{padding:62px 0}.section-title{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:28px}.section-title h2{font-size:32px}.section-title p{font-size:15px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.category-card{min-height:235px;padding:16px 9px;border-radius:19px}.category-card img{width:96px;height:96px;margin-bottom:14px}.category-card h3{margin-bottom:7px;font-size:18px}.category-card p{font-size:12px}.product-grid{gap:13px}.product-card{padding:13px;border-radius:19px}.product-card img{height:155px;margin:10px auto 14px}.product-badge{top:12px;left:12px;padding:5px 8px;font-size:10px}.wishlist{top:12px;right:12px;width:34px;height:34px;font-size:16px}.product-card h3{min-height:43px;font-size:17px}.availability{display:none}.price{flex-wrap:wrap;gap:5px;margin:12px 0}.price strong{font-size:23px}.price s{font-size:13px}.card-actions a{padding:11px 4px;border-radius:9px;font-size:12px}.why-grid,.footer-grid{grid-template-columns:1fr;gap:16px}.why-grid article{padding:23px}.footer-grid{gap:27px}.copyright{margin-top:28px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
