:root{
  --blue:#004b97;
  --blue-dark:#003873;
  --navy:#032d5d;
  --yellow:#ffc400;
  --red:#f13a35;
  --green:#24a548;
  --text:#172230;
  --muted:#6d7680;
  --border:#dde2e8;
  --bg:#f7f8fa;
  --white:#fff;
  --shadow:0 8px 28px rgba(10,47,92,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);font-family:Arial,Helvetica,sans-serif;background:#fff;font-size:14px}
button,input{font:inherit}
button,a{cursor:pointer}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.page-width{width:min(1200px,calc(100% - 36px));margin-inline:auto}
.top-strip{background:linear-gradient(90deg,#0758ac,#063773);color:#fff;font-size:11px}
.top-strip__inner{height:30px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.top-strip nav{display:flex;align-items:center;gap:10px}
.text-link{border:0;background:none;color:#fff;padding:2px 0;font-size:11px}.text-link:hover{text-decoration:underline}.divider{opacity:.45}
.site-header{background:#fff;position:relative;z-index:30}
.header-main{height:76px;display:grid;grid-template-columns:210px minmax(280px,1fr) auto;align-items:center;gap:28px}
.brand img{width:164px;height:auto}
.search-box{display:flex;position:relative;border:1px solid #d7dce3;border-radius:5px;height:44px;box-shadow:0 2px 8px rgba(0,0,0,.03)}
.category-select{width:150px;border:0;border-right:1px solid var(--border);background:#f8f9fb;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-radius:5px 0 0 5px;color:#343c46;font-size:12px}
.category-select img{width:14px}
.search-box input{min-width:0;flex:1;border:0;outline:none;padding:0 16px;font-size:12px}
.search-button{width:48px;border:0;background:var(--blue);color:#fff;border-radius:0 5px 5px 0;display:grid;place-items:center}.search-button img{width:20px;filter:brightness(0) invert(1)}
.category-menu{position:absolute;left:0;top:48px;width:220px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:5px;padding:7px;display:none;z-index:40}
.category-menu.is-open{display:grid}.category-menu button{border:0;background:#fff;padding:10px 12px;text-align:left;border-radius:4px}.category-menu button:hover{background:#edf5ff;color:var(--blue)}
.header-actions{display:flex;align-items:center;gap:15px}
.deliver-action,.header-action{border:0;background:none;display:flex;align-items:center;gap:6px;color:#38414c;padding:4px;position:relative;font-size:12px}.deliver-action img,.header-action img{width:24px;height:24px}.deliver-action small{display:block;color:#7a828c;font-size:9px}.deliver-action strong{display:block;font-size:11px}.cart-action b{position:absolute;top:-7px;left:18px;min-width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-size:10px}
.nav-wrap{border-top:1px solid #edf0f3;border-bottom:1px solid #e5e8ec;box-shadow:0 3px 9px rgba(0,0,0,.03)}
.main-nav{height:49px;display:flex;align-items:center;gap:28px}
.shop-category{height:100%;border:0;border-right:1px solid #e3e6ea;background:#fff;color:var(--blue-dark);font-weight:700;padding:0 24px 0 6px;display:flex;align-items:center;gap:10px}.shop-category img{width:22px}
.nav-links{display:flex;align-items:center;justify-content:space-between;gap:28px;flex:1;font-size:12px;font-weight:600}.nav-links a:hover{color:var(--blue)}
.offers-zone{color:#f22;font-weight:700;font-size:12px;white-space:nowrap}
.hero-section{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:0;margin-top:20px}
.hero-slider{height:366px;position:relative;overflow:hidden;border-radius:5px 0 0 5px;background:#06478d}
.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease}.hero-slide.is-active{opacity:1;visibility:visible}.hero-slide>img{width:100%;height:100%;object-fit:cover}
.hero-slide--custom{display:flex;align-items:center;justify-content:space-between;padding:50px 80px;color:#fff}.hero-slide--blue{background:linear-gradient(120deg,#004184,#119ee7)}.hero-slide--gold{background:linear-gradient(120deg,#172b54,#f2a600)}.hero-slide--custom>div{max-width:56%;z-index:2}.hero-slide--custom>img{width:38%;height:65%;object-fit:contain;filter:drop-shadow(0 18px 14px rgba(0,0,0,.2))}.hero-slide--custom p{font-size:16px;font-weight:700;letter-spacing:1px}.hero-slide--custom h1{font-size:36px;margin:10px 0;line-height:1.13}.hero-slide--custom span{display:block;margin-bottom:24px}.hero-slide--custom button{border:0;background:var(--yellow);color:#082d57;border-radius:4px;padding:12px 18px;font-weight:800}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:50%;border:0;background:rgba(255,255,255,.36);display:grid;place-items:center;z-index:5}.hero-arrow img{width:20px;filter:brightness(0) invert(1)}.hero-arrow--left{left:12px}.hero-arrow--right{right:12px}.hero-dots{position:absolute;bottom:13px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:6}.hero-dots button{width:8px;height:8px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.65)}.hero-dots button.is-active{width:28px;border-radius:10px;background:#fff}
.service-panel{background:#fbfbfc;border-left:1px solid #eef0f3;border-radius:0 5px 5px 0;padding:21px 22px;display:flex;flex-direction:column;justify-content:space-around}.service-panel article{display:flex;gap:13px;align-items:flex-start}.service-panel img{width:28px;height:28px}.service-panel strong{font-size:10px;display:block}.service-panel span{font-size:9px;color:#6f7780;margin-top:4px;display:block}
.section{padding-top:38px}.section-heading{border-bottom:1px solid #e3e6ea;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between}.section-heading h2{font-size:14px;margin:0 0 12px;font-weight:800}.section-heading--link .view-all{margin-bottom:12px}.view-all{border:0;background:none;color:#0b65ba;font-size:11px;font-weight:700}
.category-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:16px}.category-card{border:0;background:none;padding:0;min-width:0}.category-card span{width:100%;aspect-ratio:1;border-radius:50%;background:#f3f5f8;display:grid;place-items:center;overflow:hidden;transition:.2s}.category-card span img{width:100%;height:100%;object-fit:cover}.category-card b{display:block;font-size:10px;margin-top:10px;white-space:nowrap}.category-card:hover span{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,72,146,.15)}.category-card:hover b{color:var(--blue)}
.product-carousel-wrap{position:relative}.product-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;overflow:auto;scrollbar-width:none;scroll-behavior:smooth;padding:1px}.product-row::-webkit-scrollbar{display:none}.product-card{min-width:0;border:1px solid var(--border);border-radius:5px;padding:14px 14px 12px;position:relative;background:#fff;display:flex;flex-direction:column;min-height:370px;transition:.2s}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.discount{position:absolute;left:11px;top:10px;background:#fa3b3c;color:#fff;border-radius:2px;padding:5px 8px;font-size:9px;font-weight:800;z-index:2}.product-image{width:100%;height:155px;object-fit:contain;margin:8px auto 10px}.product-card h3{font-size:11px;font-weight:500;line-height:1.45;margin:0 0 13px;min-height:34px}.price{display:flex;align-items:center;gap:10px}.price strong{font-size:13px}.price del{font-size:10px;color:#9aa0a8}.green{color:var(--green);font-size:10px;margin:11px 0 6px}.product-card small{font-size:9px;color:#676e77}.card-actions{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:14px}.add-cart{border:1px solid #0b6ed2;background:#fff;color:#0960b5;border-radius:2px;padding:7px 12px;font-size:9px;font-weight:800}.add-cart:hover,.add-cart.is-added{background:#0b6ed2;color:#fff}.wishlist{border:0;background:none;padding:5px}.wishlist img{width:20px}.wishlist.is-active img{filter:invert(24%) sepia(92%) saturate(2800%) hue-rotate(347deg) brightness(98%)}
.carousel-arrow,.brand-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:32px;height:32px;border-radius:50%;border:1px solid #e0e4e8;background:#fff;box-shadow:0 3px 9px rgba(0,0,0,.08);display:grid;place-items:center}.carousel-arrow img,.brand-arrow img{width:18px}.carousel-arrow--left{left:-17px}.carousel-arrow--right{right:-17px}
.empty-state{display:none;text-align:center;color:#7a828c;padding:35px;border:1px dashed #ccd3db;border-radius:5px}.empty-state.is-visible{display:block}.product-card.is-hidden{display:none}
.brands-section{padding-top:36px}.brand-row{display:grid;grid-template-columns:35px repeat(8,1fr) 35px;align-items:center;gap:18px;position:relative}.brand-row>img{width:100%;height:42px;object-fit:contain}.brand-arrow{position:static;transform:none;width:28px;height:28px}
.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.promo-card{border:0;padding:0;background:none;border-radius:5px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.08);transition:.2s}.promo-card img{width:100%;height:255px;object-fit:cover}.promo-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-card--compact{min-height:320px}.product-card--compact .product-image{height:130px}.product-card--compact .rating{font-size:10px;color:#f58b00;margin-bottom:7px}.product-card--compact .rating span{color:#8a929c}.product-card--compact .add-cart{align-self:flex-start;margin-top:auto}
.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.why-grid article{display:flex;align-items:center;gap:12px}.why-grid article>span{width:44px;height:44px;border-radius:50%;background:#f2f4f6;display:grid;place-items:center;flex:0 0 auto}.why-grid img{width:25px}.why-grid strong{display:block;font-size:11px}.why-grid small{display:block;font-size:9px;color:#777f88;margin-top:4px}
.newsletter{margin-top:40px;background:linear-gradient(90deg,#004186,#0065bf);color:#fff}.newsletter__inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}.newsletter-title{display:flex;align-items:center;gap:15px;font-size:14px}.newsletter-title img{width:30px;filter:brightness(0) invert(1)}.newsletter form{display:flex;width:min(480px,45%)}.newsletter input{height:42px;flex:1;border:0;padding:0 16px;border-radius:4px 0 0 4px;outline:none}.newsletter button{height:42px;border:0;background:var(--yellow);color:#17314b;font-weight:800;padding:0 24px;border-radius:0 4px 4px 0;font-size:10px}
.site-footer{background:linear-gradient(180deg,#03396f,#022c57);color:#fff}.footer-grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr) 1.2fr;gap:45px;padding:35px 0 28px}.footer-grid h3{font-size:10px;margin:0 0 18px}.footer-grid p,.footer-grid a{font-size:10px;line-height:1.75;color:#e2e9f2}.footer-grid>div:not(.footer-about){display:flex;flex-direction:column;align-items:flex-start}.footer-about p{max-width:250px;margin:0 0 18px}.social-row{display:flex;gap:10px}.social-row a{width:27px;height:27px;border-radius:50%;background:rgba(255,255,255,.12);display:grid;place-items:center}.social-row img{width:15px;filter:brightness(0) invert(1)}.contact-column p{display:flex;align-items:flex-start;gap:8px;margin:0 0 5px}.contact-column p img{width:15px;filter:brightness(0) invert(1);margin-top:2px}.contact-column small{font-size:9px;margin-top:9px}.app-badges{display:flex;gap:6px;margin-top:8px}.app-badges button{border:1px solid rgba(255,255,255,.6);background:#111;color:#fff;border-radius:3px;padding:6px 8px;font-size:8px}.footer-bottom{min-height:52px;border-top:1px solid rgba(255,255,255,.13);display:flex;align-items:center;justify-content:space-between;color:#d6dfeb;font-size:9px}.footer-bottom nav{display:flex;gap:0}.footer-bottom a{padding:0 16px;border-right:1px solid rgba(255,255,255,.25)}.footer-bottom a:last-child{border-right:0;padding-right:0}
.toast{position:fixed;right:24px;bottom:24px;background:#0d315b;color:#fff;padding:13px 18px;border-radius:5px;box-shadow:0 8px 25px rgba(0,0,0,.2);opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s;z-index:100;font-size:12px}.toast.is-visible{opacity:1;transform:translateY(0)}
.modal{position:fixed;inset:0;z-index:200;display:none}.modal.is-open{display:block}.modal__backdrop{position:absolute;inset:0;background:rgba(3,20,40,.62)}.modal__dialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;width:min(440px,calc(100% - 30px));border-radius:8px;padding:28px;box-shadow:0 20px 70px rgba(0,0,0,.35)}.modal__close{position:absolute;right:12px;top:12px;border:0;background:none}.modal__close img{width:22px}.modal h2{margin:0 0 16px;color:var(--navy)}.modal p{color:#5e6873;line-height:1.6}.modal label{display:block;font-size:11px;font-weight:700;margin:13px 0 5px}.modal input{width:100%;height:40px;border:1px solid var(--border);border-radius:4px;padding:0 11px}.modal .modal-button{border:0;background:var(--blue);color:#fff;padding:10px 16px;border-radius:4px;margin-top:15px;font-weight:700}
@media (max-width:1050px){
  .header-main{grid-template-columns:170px 1fr}.header-actions{grid-column:1/-1;justify-content:flex-end;height:0;transform:translateY(-13px);pointer-events:none}.header-actions button{pointer-events:auto}.header-main{height:92px}.nav-links{gap:15px;font-size:11px}.hero-slider{height:310px}.service-panel{padding:15px}.category-grid{grid-template-columns:repeat(5,1fr);row-gap:25px}.product-row{grid-template-columns:repeat(5,220px)}.brand-row{grid-template-columns:35px repeat(4,1fr) 35px}.brand-row>img:nth-of-type(n+5){display:none}.why-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.footer-grid>div:nth-child(4){display:none}.contact-column{display:flex!important}}
@media (max-width:760px){
  body{font-size:13px}.page-width{width:min(100% - 24px,1200px)}.top-strip__inner{height:auto;min-height:34px;padding:6px 0}.top-strip__inner>span{max-width:65%}.top-strip nav .divider,.top-strip nav button:nth-of-type(2){display:none}.header-main{height:auto;display:flex;flex-wrap:wrap;padding:14px 0;gap:12px}.brand img{width:145px}.search-box{order:3;width:100%}.category-select{width:120px}.header-actions{display:flex;grid-column:auto;transform:none;height:auto;margin-left:auto;gap:6px}.header-action span,.deliver-action{display:none}.header-action img{width:22px}.nav-wrap{overflow:auto}.main-nav{width:max-content;min-width:100%;height:44px;padding-right:12px}.shop-category{position:sticky;left:0;background:#fff;z-index:5}.nav-links{gap:22px}.offers-zone{padding-right:10px}.hero-section{grid-template-columns:1fr;margin-top:12px}.hero-slider{height:230px;border-radius:5px}.service-panel{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;border-radius:5px;margin-top:10px}.hero-slide--custom{padding:25px 42px}.hero-slide--custom h1{font-size:25px}.hero-slide--custom p{font-size:11px}.hero-slide--custom span{font-size:11px}.section{padding-top:28px}.category-grid{display:flex;overflow:auto;gap:13px;padding-bottom:5px}.category-card{min-width:82px}.category-card b{font-size:9px;white-space:normal}.product-row{grid-template-columns:repeat(5,205px)}.carousel-arrow{display:none}.promo-grid{grid-template-columns:1fr;gap:12px}.promo-card img{height:auto}.brand-row{display:flex;overflow:auto}.brand-row .brand-arrow{display:none}.brand-row>img,.brand-row>img:nth-of-type(n+5){display:block;min-width:105px}.why-grid{grid-template-columns:1fr 1fr;gap:18px}.newsletter__inner{padding:18px 0;flex-direction:column;align-items:stretch}.newsletter form{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-grid>div:nth-child(4){display:flex}.footer-about{grid-column:1/-1}.footer-bottom{padding:16px 0;gap:10px;flex-direction:column;align-items:flex-start}.footer-bottom nav{flex-wrap:wrap}.footer-bottom a:first-child{padding-left:0}}
@media (max-width:480px){
  .top-strip nav{display:none}.top-strip__inner>span{max-width:100%}.header-actions{gap:2px}.hero-slider{height:180px}.hero-slide--custom{padding:18px 28px}.hero-slide--custom h1{font-size:18px}.hero-slide--custom span,.hero-slide--custom p{margin:4px 0 10px}.hero-slide--custom button{padding:8px 10px;font-size:9px}.service-panel{grid-template-columns:1fr 1fr}.why-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div{display:flex!important}.footer-about{grid-column:auto}.newsletter-title{font-size:12px}.newsletter button{padding:0 13px}.category-select span{font-size:0}.category-select:before{content:'Categories';font-size:11px}}
