:root{--red:#d71920;--black:#111;--muted:#666;--border:#e7e7e7;--bg:#fafafa}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#111;background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin:0 auto}.site-header{position:sticky;top:0;background:#fff;border-bottom:1px solid var(--border);z-index:20}.header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:14px 0}.brand{display:flex;align-items:center;gap:12px}.brand small{display:block;color:var(--muted)}.brand-mark{width:46px;height:46px;background:#111;border-radius:12px;display:grid;place-items:center}.brand-triangle{width:0;height:0;border-left:14px solid transparent;border-right:14px solid transparent;border-bottom:20px solid var(--red);display:block}.main-nav{display:flex;gap:18px;flex-wrap:wrap}.main-nav a,.header-link,.lang-switch{color:#333}.header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cart-btn,.btn,.btn-outline,.btn-danger{padding:10px 16px;border-radius:999px;display:inline-block;font-weight:700}.cart-btn,.btn{background:var(--red);color:#fff}.btn-outline{border:1px solid var(--border)}.btn-danger{background:#111;color:#fff;border:none;cursor:pointer}.hero{background:linear-gradient(135deg,#0f0f10,#1f1f22);color:#fff;padding:64px 0}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.hero-card{background:#fff1;border:1px solid #ffffff1a;padding:16px;border-radius:28px;backdrop-filter:blur(5px)}.hero h1{font-size:48px;line-height:1.05;margin:12px 0}.hero p{color:#ddd;max-width:620px}.eyebrow{display:inline-block;padding:7px 12px;border-radius:999px;background:#ffffff12;color:#ffb9b9;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.section{padding:52px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:14px;margin-bottom:24px}.grid{display:grid;gap:20px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.04)}.card-body{padding:18px}.product-image{aspect-ratio:1/1;object-fit:cover;background:#f2f2f2}.muted{color:var(--muted)}.price{font-size:24px;font-weight:800;color:var(--red)}.old-price{text-decoration:line-through;color:#888;font-size:14px}.badge{display:inline-block;font-size:12px;padding:6px 10px;border-radius:999px;background:#fff0f0;color:var(--red);font-weight:700}.category-tile{padding:20px;border:1px solid var(--border);border-radius:24px;background:#fff}.category-tile h3{margin:0 0 6px}.split{display:grid;grid-template-columns:1fr 1fr;gap:26px}.about-box{background:#111;color:#fff;padding:30px;border-radius:30px}.about-box p{color:#ddd}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px;padding:36px 0}.site-footer{background:#111;color:#fff;margin-top:50px}.site-footer a{color:#fff}.flash{padding:12px 16px;margin-top:14px;border-radius:16px}.flash.success{background:#edf8ef;color:#216e2a}.flash.error{background:#fff0f0;color:#9f1c1c}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}input,select,textarea{width:100%;padding:12px 14px;border-radius:14px;border:1px solid #d8d8d8;background:#fff}textarea{min-height:120px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.auth-wrap,.page-wrap{padding:34px 0}.auth-card,.content-card{max-width:720px;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:28px;padding:24px;box-shadow:0 8px 25px rgba(0,0,0,.04)}.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:26px}.gallery-main{border:1px solid var(--border);border-radius:24px;overflow:hidden}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}.thumbs img{border-radius:16px;border:1px solid var(--border);aspect-ratio:1/1;object-fit:cover}.cart-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.summary-box{background:var(--bg);padding:22px;border-radius:24px;border:1px solid var(--border)}.admin-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.admin-sidebar{background:#111;color:#fff;padding:24px}.admin-sidebar a{display:block;padding:10px 0;color:#fff}.admin-main{padding:24px;background:#f7f7f7}.pill{display:inline-block;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid var(--border);font-size:12px}.empty-state{padding:28px;border:1px dashed #ccc;border-radius:22px;text-align:center;color:#666}.banner{background:#fff8eb;border:1px solid #ffe1a0;padding:12px 14px;border-radius:16px;margin-bottom:16px}@media (max-width:900px){.hero-grid,.split,.product-layout,.cart-layout,.admin-shell,.footer-grid,.grid-4,.grid-3,.form-grid{grid-template-columns:1fr}.main-nav{display:none}.header-row{align-items:flex-start;flex-direction:column}.hero h1{font-size:36px}}

.admin-brand{display:flex;align-items:center;gap:12px;padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12)}
.admin-brand h2{margin:0;font-size:20px}.admin-brand small{color:#bbb}.admin-nav{display:flex;flex-direction:column;gap:4px}
.admin-sidebar a{padding:11px 12px;border-radius:12px;transition:.2s}.admin-sidebar a:hover{background:rgba(255,255,255,.08)}
.admin-main h1{margin-top:0}.single-on-mobile{grid-template-columns:1fr 1fr}
@media (max-width:900px){.single-on-mobile{grid-template-columns:1fr}}


/* Stage 1 admin upgrade */
.admin-body{background:#eff2f6}
.admin-topbar{display:none;align-items:center;gap:14px;margin-bottom:18px;padding:14px 16px;background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:0 8px 25px rgba(0,0,0,.04)}
.admin-toggle{width:42px;height:42px;border:none;border-radius:12px;background:#111;color:#fff;font-size:18px;cursor:pointer}
.admin-topbar-title{font-size:18px;font-weight:800}.admin-topbar-subtitle{font-size:13px;color:var(--muted)}
.admin-sidebar{background:linear-gradient(180deg,#0f1115,#181c23);padding:28px 20px;position:sticky;top:0;height:100vh}
.admin-nav a{font-weight:700}.admin-nav a:hover,.admin-nav a.active{background:#ffffff12}
.admin-main{padding:28px}
.admin-page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;flex-wrap:wrap}
.admin-page-head h1{margin:0 0 6px}
.admin-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.stat-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:22px;box-shadow:0 10px 26px rgba(17,17,17,.04)}
.stat-card strong{display:block;font-size:36px;line-height:1;color:#111;margin:10px 0 8px}
.stat-card small,.stat-label{color:var(--muted)}
.stat-label{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700}
.admin-grid-2{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}
.card-heading{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:16px}
.card-heading h3{margin:0}
.quick-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.quick-action{display:block;padding:16px;border:1px solid var(--border);border-radius:18px;background:#fafafa}
.quick-action strong{display:block;margin-bottom:6px}
.quick-action span{display:block;color:var(--muted);font-size:14px;line-height:1.5}
.stack-list{display:flex;flex-direction:column;gap:12px}.stack-item{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px;border:1px solid var(--border);border-radius:16px;background:#fff}
.admin-form-card{padding:26px}
.toggle-row{display:flex;gap:16px;flex-wrap:wrap;padding-top:12px}.toggle-row label{display:flex;align-items:center;gap:8px;font-weight:700}
.upload-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:8px}
.dropzone{position:relative;min-height:250px;border:2px dashed #d4d8df;border-radius:22px;background:#fafbfc;padding:14px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:.2s}
.dropzone:hover,.dropzone.is-dragging{border-color:var(--red);background:#fff6f6}
.dropzone input{position:absolute;inset:0;opacity:0;pointer-events:none}
.dropzone-preview{display:grid;place-items:center;min-height:140px;border-radius:16px;background:#fff;border:1px solid var(--border);overflow:hidden}
.dropzone-preview img{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1}
.dropzone-text{font-weight:800;display:block}.dropzone-text small{display:block;color:var(--muted);font-weight:400;margin-top:4px}
.dropzone-filename{display:block;font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.table-wrap{overflow:auto}.table-product{display:flex;align-items:center;gap:12px;min-width:220px}.table-product img{width:58px;height:58px;border-radius:14px;object-fit:cover;border:1px solid var(--border)}
.table-actions{display:flex;gap:8px;flex-wrap:wrap}.table-actions form{display:inline}
.admin-actions-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
@media (max-width:1100px){.upload-grid,.admin-stats-grid{grid-template-columns:repeat(2,1fr)}.admin-grid-2{grid-template-columns:1fr}.quick-actions{grid-template-columns:1fr 1fr}}
@media (max-width:900px){.admin-topbar{display:flex}.admin-shell{grid-template-columns:1fr;position:relative}.admin-sidebar{position:fixed;left:0;top:0;bottom:0;width:280px;transform:translateX(-100%);transition:.25s;z-index:40;height:auto}.admin-shell.nav-open .admin-sidebar{transform:translateX(0)}.admin-main{padding:16px}.admin-stats-grid,.upload-grid,.quick-actions{grid-template-columns:1fr}.table{min-width:760px}}


.mobile-nav-toggle{display:none;align-items:center;gap:8px;background:#111;color:#fff;border:none;border-radius:14px;padding:10px 14px;font-weight:700;cursor:pointer}
.mobile-only{display:none}.desktop-only{display:inline-flex}.nav-divider{height:1px;background:var(--border);margin:6px 0}
.sales-bars{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;align-items:end;min-height:220px}
.sales-bar{background:linear-gradient(180deg,#ffb3b6,#d71920);border-radius:16px 16px 6px 6px;min-height:16px;position:relative}
.sales-bar span{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);font-size:12px;color:var(--muted);margin-bottom:6px;white-space:nowrap}
.sales-labels{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:10px;font-size:12px;color:var(--muted);text-align:center}
.stock-good{background:#edf8ef;color:#216e2a;border-color:#d2eed7}.stock-low{background:#fff8eb;color:#8a5a00;border-color:#ffe1a0}.stock-out{background:#fff0f0;color:#9f1c1c;border-color:#ffc7c7}
.invoice{max-width:900px;margin:24px auto;background:#fff;border:1px solid var(--border);border-radius:28px;padding:28px;box-shadow:0 8px 25px rgba(0,0,0,.04)}
.invoice-head,.invoice-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.invoice-meta{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.invoice-actions{display:flex;gap:10px;flex-wrap:wrap}.print-note{font-size:13px;color:var(--muted)}
@media print{.site-header,.site-footer,.flash,.invoice-actions,.print-note{display:none !important}.invoice{box-shadow:none;border:none;margin:0;max-width:none;padding:0}}
@media (max-width:900px){.mobile-nav-toggle{display:inline-flex}.desktop-only{display:none}.mobile-only{display:block}.header-row{display:grid;grid-template-columns:1fr auto;align-items:center}.brand{grid-column:1/2}.mobile-nav-toggle{grid-column:2/3;justify-self:end}.header-actions{grid-column:1/-1;justify-content:space-between}.main-nav{display:none;grid-column:1/-1;width:100%;padding-top:10px}.main-nav.open{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--border);padding-top:12px}.main-nav a{padding:12px 0;border-bottom:1px solid #f0f0f0}.hero h1{font-size:36px}.sales-bars,.sales-labels{grid-template-columns:repeat(3,1fr)}.invoice-head,.invoice-grid{grid-template-columns:1fr}}


.site-logo{height:62px;width:auto;display:block}
.brand-text{display:flex;flex-direction:column;gap:2px}
.admin-logo{width:72px;height:auto;display:block;background:#fff;border-radius:14px;padding:6px}
.hero-slider{position:relative;min-height:72vh;display:flex;align-items:center;overflow:hidden;background:#111}
.hero-slides,.hero-slide,.hero-overlay{position:absolute;inset:0}
.hero-slide{background-size:cover;background-position:center;opacity:0;transition:opacity .7s ease}
.hero-slide.is-active{opacity:1}
.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.32) 55%,rgba(0,0,0,.45))}
.hero-content{position:relative;z-index:2;padding:90px 0;color:#fff}
.hero-btn-light{color:#fff;border-color:#fff8}
.hero-dots{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:10px;z-index:3}
.hero-dot{width:12px;height:12px;border-radius:999px;border:none;background:#ffffff66;cursor:pointer}
.hero-dot.is-active{background:#fff}
.category-thumb{width:64px;height:64px;object-fit:cover;border-radius:16px;margin-bottom:12px;border:1px solid #eee}
.category-tile{display:block}
.category-tile h3{margin:0 0 6px}
@media (max-width:768px){.site-logo{height:42px}.brand-text small{display:none}.hero-slider{min-height:58vh}.hero-content{padding:72px 0 86px}}

body.nav-open{overflow:hidden}
.site-drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:.2s;z-index:18}
.site-drawer-backdrop.is-visible{opacity:1;pointer-events:auto}
.hero-slide::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.18))}
@media (max-width:900px){
  .site-header{z-index:30}
  .main-nav{position:fixed;right:12px;top:84px;left:12px;background:#fff;border:1px solid var(--border);border-radius:22px;padding:10px 16px;box-shadow:0 20px 50px rgba(0,0,0,.14);z-index:25}
  .main-nav.open{display:flex;flex-direction:column;gap:0;border-top:none;padding-top:10px}
  .header-actions{gap:8px}
  .cart-btn{padding:10px 14px}
}


.checkbox-line{display:flex;align-items:center;gap:8px;font-weight:600;color:#1f2937}.checkbox-line input{width:auto}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.email-note{font-size:.95rem;color:#6b7280;margin-top:8px}


.site-footer{
  background:#0d0d0f;
  color:#fff;
  margin-top:60px;
  border-top:1px solid rgba(255,255,255,0.08);
}
.footer-top{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:40px;
  padding:48px 0 32px;
}
.footer-brand{
  display:flex;
  gap:18px;
  align-items:flex-start;
}
.footer-logo{
  width:90px;
  height:auto;
  flex-shrink:0;
}
.footer-brand h3,
.footer-col h4{
  margin:0 0 12px;
  color:#fff;
}
.footer-brand p,
.footer-col p,
.footer-col a{
  color:rgba(255,255,255,0.78);
  text-decoration:none;
  line-height:1.7;
}
.footer-links{
  list-style:none;
  padding:0;
  margin:0;
}
.footer-links li{margin-bottom:10px;}
.footer-links a{color:rgba(255,255,255,0.78);text-decoration:none;}
.footer-links a:hover,
.footer-col a:hover{color:#ff2a2a;}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.08);
  padding:16px 0;
}
.footer-bottom-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}
.about-home-image-card{
  overflow:hidden;
  border-radius:24px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}
.about-home-image{
  display:block;
  width:100%;
  height:420px;
  object-fit:cover;
  object-position:center;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
}
.about-box{
  background:#070709;
  color:#fff;
  border-radius:24px;
  padding:40px;
  min-height:420px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.about-box p{color:rgba(255,255,255,0.86);line-height:1.7;}
.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:stretch;
}
@media (max-width: 900px){
  .footer-top{grid-template-columns:1fr;gap:28px;}
  .footer-brand{flex-direction:column;}
  .footer-logo{width:72px;}
  .split{grid-template-columns:1fr;}
  .about-home-image{height:280px;}
  .about-box{min-height:auto;padding:28px;}
}
.card{
transition:transform .25s ease, box-shadow .25s ease;
}

.card:hover{
transform:translateY(-6px);
box-shadow:0 16px 40px rgba(0,0,0,.12);
}

.product-image{
transition:transform .4s ease;
}

.card:hover .product-image{
transform:scale(1.05);
}
.honeypot-field{
  position:absolute !important;
  left:-9999px !important;
  opacity:0 !important;
  height:0 !important;
  width:0 !important;
  overflow:hidden !important;
}
.product-image-wrap{
  position:relative;
  overflow:hidden;
  border-radius:24px;
}

.offer-badge-wrap{
  position:absolute;
  top:10px;
  left:10px;
  z-index:5;
  width:80px;
  height:80px;
  pointer-events:none;
  animation:offerPulse 2s ease-in-out infinite;
}

.offer-badge{
  width:100%;
  height:100%;
  object-fit:contain;
}

.offer-percent{
  position:absolute;
  inset:0;
  display:flex;
  align-items:bottom;
  justify-content:center;
  color:#fff;
  font-weight:800;
  font-size:18px;
  text-shadow:0 2px 6px rgba(0,0,0,0.3);
}

@keyframes offerPulse{
  0%{transform:scale(1);}
  50%{transform:scale(1.06);}
  100%{transform:scale(1);}
}
/* ===== HEADER CLEAN STYLE ===== */

.main-header{
  background:#fff;
  border-bottom:1px solid #eee;
  position:sticky;
  top:0;
  z-index:999;
  transition:.25s ease;
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:16px 0;
}

/* LOGO */
.logo-wrap{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:#111;
}

.logo{
  height:48px;
}

.logo-text strong{
  font-size:16px;
  display:block;
}

.logo-text span{
  font-size:12px;
  color:#666;
}

/* ===== MENU ===== */

.main-menu{
  display:flex;
  gap:28px;
}

.main-menu a{
  position:relative;
  font-weight:700;
  color:#111;
  padding-bottom:6px;
  transition:.2s;
}

/* RED LINE ANIMATION */
.main-menu a::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-6px;
  width:0;
  height:3px;
  background:#d71920;
  border-radius:2px;
  transition:width .3s ease;
}

.main-menu a:hover::after{
  width:100%;
}


 
.hero-static{
  background:linear-gradient(135deg,#070b14 0%, #0b1220 60%, #101826 100%);
  padding:72px 0;
  color:#fff;
}

.hero-static-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;
  align-items:center;
}

.hero-static-content h1{
  font-size:62px;
  line-height:1.02;
  margin:14px 0 18px;
  max-width:680px;
}

.hero-static-content p{
  font-size:18px;
  line-height:1.7;
  color:rgba(255,255,255,0.82);
  max-width:620px;
}

.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}

.hero-btn-dark{
  color:#fff;
  border-color:rgba(255,255,255,0.25);
}

.hero-feature-card{
  background:#111827;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.28);
  min-height:420px;
}

.hero-feature-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.product-card{
  transition:transform .28s ease, box-shadow .28s ease;
}

.product-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 42px rgba(0,0,0,.12);
}

.product-card .product-image{
  transition:transform .45s ease;
}

.product-card:hover .product-image{
  transform:scale(1.05);
}

.product-image-wrap{
  position:relative;
  overflow:hidden;
  border-radius:24px;
}

.offer-badge-wrap{
  position:absolute;
  top:10px;
  left:10px;
  z-index:5;
  width:80px;
  height:80px;
  pointer-events:none;
  animation:offerPulse 2s ease-in-out infinite;
}

.offer-badge{
  width:100%;
  height:100%;
  object-fit:contain;
}

.offer-percent{
  position:absolute;
  inset:0;
  display:flex;
  align-items:top;
  justify-content:center;
  color:#fff;
  font-weight:800;
  font-size:18px;
  text-shadow:0 2px 6px rgba(0,0,0,0.3);
}

@keyframes offerPulse{
  0%{transform:scale(1);}
  50%{transform:scale(1.06);}
  100%{transform:scale(1);}
}

.card:hover .offer-badge-wrap{
  animation-duration:1.2s;
}

.category-tile{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.category-tile:hover{
  transform:translateY(-6px);
  box-shadow:0 14px 32px rgba(0,0,0,.08);
  border-color:#ddd;
}

.about-box{
  background:#070709;
  color:#fff;
  border-radius:24px;
  padding:40px;
  min-height:400px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.about-box p{
  color:rgba(255,255,255,0.86);
  line-height:1.7;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:stretch;
}

@media (max-width:1100px){
  .hero-static-content h1{
    font-size:52px;
  }
}

@media (max-width:900px){
  .hero-static{
    padding:56px 0;
  }

  .hero-static-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .hero-static-content h1{
    font-size:40px;
  }

  .hero-static-content p{
    font-size:16px;
  }

  .hero-feature-card{
    min-height:280px;
  }

  .grid-4{
    grid-template-columns:1fr 1fr;
  }

  .split{
    grid-template-columns:1fr;
  }

  .about-box{
    min-height:auto;
    padding:28px;
  }

  .offer-badge-wrap{
    width:68px;
    height:68px;
    top:8px;
    left:8px;
  }

  .offer-percent{
    font-size:15px;
  }
}

@media (max-width:640px){
  .grid-4{
    grid-template-columns:1fr;
  }

  .hero-static-content h1{
    font-size:30px;
  }

  .hero-static-content p{
    font-size:15px;
  }
}
.main-menu a.active::after{
  width:100%;
}

.header-link{
  color:#111;
  text-decoration:none;
  font-weight:600;
}

.header-link:hover{
  color:var(--red);
}

.lang-switch{
  display:flex;
  border:1px solid var(--border);
  border-radius:999px;
  overflow:hidden;
}

.lang-switch a{
  padding:8px 12px;
  font-weight:700;
  color:#111;
  background:#fff;
}

.lang-switch a.active{
  background:var(--red);
  color:#fff;
}
.main-menu a.active::after{
  width:100%;
}

.header-link{
  color:#111;
  text-decoration:none;
  font-weight:600;
}

.header-link:hover{
  color:var(--red);
}

.lang-switch{
  display:flex;
  border:1px solid var(--border);
  border-radius:999px;
  overflow:hidden;
}

.lang-switch a{
  padding:8px 12px;
  font-weight:700;
  color:#111;
  background:#fff;
}

.lang-switch a.active{
  background:var(--red);
  color:#fff;
}

.mobile-nav-toggle{
  display:none;
  align-items:center;
  gap:8px;
  background:#111;
  color:#fff;
  border:none;
  border-radius:14px;
  padding:10px 14px;
  font-weight:700;
  cursor:pointer;
}

@media (max-width:900px){
  .mobile-nav-toggle{
    display:inline-flex;
  }

  .header-inner{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:14px;
  }

  .logo-wrap{
    grid-column:1/2;
  }

  .mobile-nav-toggle{
    grid-column:2/3;
    justify-self:end;
  }

  .header-actions{
    grid-column:1/-1;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:8px;
  }

  .main-menu{
    display:none;
    position:fixed;
    right:12px;
    top:84px;
    left:12px;
    background:#fff;
    border:1px solid var(--border);
    border-radius:22px;
    padding:10px 16px;
    box-shadow:0 20px 50px rgba(0,0,0,.14);
    z-index:25;
  }

  .main-menu.open{
    display:flex;
    flex-direction:column;
    gap:0;
  }

  .main-menu a{
    padding:12px 0;
    border-bottom:1px solid #f0f0f0;
  }

  .main-menu a:last-child{
    border-bottom:none;
  }
}
.cart-cards{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.cart-item{
  display:grid;
  grid-template-columns:100px 1fr auto;
  gap:18px;
  align-items:center;
  padding:18px;
  border:1px solid var(--border);
  border-radius:20px;
  background:#fff;
}

.cart-item-image img{
  width:100px;
  height:100px;
  object-fit:cover;
  border-radius:16px;
}

.cart-item-info h3{
  margin:0 0 6px;
  font-size:18px;
}

.cart-item-meta{
  font-size:14px;
  color:#777;
}

.cart-item-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
}

.cart-qty{
  display:flex;
  align-items:center;
  gap:8px;
}

.cart-qty input{
  width:70px;
}

.cart-price{
  font-size:20px;
  font-weight:800;
  color:var(--red);
}

@media (max-width:700px){

  .cart-item{
    grid-template-columns:1fr;
  }

  .cart-item-image img{
    width:100%;
    height:200px;
  }

  .cart-item-actions{
    align-items:stretch;
  }

  .cart-qty{
    justify-content:space-between;
  }
}
.cart-item-gift{
  background:#f8fff5;
  border:1px solid #cfe8c5;
}

.cart-item-gift .cart-item-info h3{
  color:#157347;
}

.gift-note{
  font-size:13px;
  color:#157347;
  font-weight:600;
}

.summary-line{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
}

.cross-sell-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.cross-sell-card{
  display:grid;
  grid-template-columns:16px 36px minmax(0,1fr);
  align-items:center;
  gap:8px;
  padding:8px;
  border:1px solid #e5e7eb;
  border-radius:10px;
  background:#fff;
  cursor:pointer;
  box-sizing:border-box;
  overflow:hidden;
}

.cross-sell-card input{
  margin:0;
  width:15px;
  height:15px;
}

.cross-sell-thumb{
  width:46px;
  height:46px;
  border-radius:6px;
  overflow:hidden;
  background:#f3f4f6;
}

.cross-sell-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.cross-sell-info{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}

.cross-sell-title{
  font-size:13px;
  font-weight:600;
  line-height:1.15;
  word-break:break-word;
}

.cross-sell-price{
  font-size:12px;
  line-height:1.1;
}

@media (max-width: 640px){
  .cross-sell-grid{
    grid-template-columns:1fr;
  }
}



/* =========================================================
   BUY ONLINE FINAL THEME - black / yellow / white
   ========================================================= */
:root{--red:#ffc107;--buy-yellow:#ffc107;--buy-dark:#070707;--buy-black:#0a0a0a;--buy-text:#111;--buy-muted:#666;--buy-border:#e8e8e8;}
body{font-family:Arial,Helvetica,sans-serif;background:#fff;color:#111;}
.container{width:min(1420px,94vw);margin:0 auto;}
.buy-topbar{background:#f7f7f7;border-bottom:1px solid #ececec;font-size:13px;color:#222;}
.buy-topbar-inner{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:12px;min-height:38px;}
.buy-topbar-left,.buy-topbar-right{display:flex;gap:20px;align-items:center;}
.buy-topbar-center{text-align:center;font-weight:700;}
.buy-topbar-right{justify-content:flex-end;}
.buy-topbar a{color:#111;text-decoration:none;}
.buy-mainbar{display:grid;grid-template-columns:290px minmax(260px,1fr) auto auto;gap:28px;align-items:center;padding:24px 0;}
.buy-logo{height:86px;width:auto;object-fit:contain;}
.buy-search{display:flex;height:46px;border:1px solid #ddd;background:#fff;max-width:680px;width:100%;justify-self:center;}
.buy-search input{border:0;border-radius:0;padding:0 18px;font-size:15px;}
.buy-search button{width:56px;border:0;background:var(--buy-yellow);color:#000;font-size:24px;font-weight:900;cursor:pointer;border-radius:0;}
.buy-actions{display:flex;gap:22px;align-items:center;font-weight:700;white-space:nowrap;}
.buy-action-link,.buy-cart-link{color:#111;text-decoration:none;}
.buy-cart-link strong{background:var(--buy-yellow);border-radius:999px;padding:2px 7px;margin-left:4px;}
.buy-nav-wrap{background:#050505;color:#fff;}
.buy-nav-inner{display:grid;grid-template-columns:270px 1fr auto auto;gap:24px;align-items:center;min-height:58px;}
.buy-cats-title{height:58px;display:flex;align-items:center;padding:0 24px;background:var(--buy-yellow);color:#000;font-weight:900;text-transform:uppercase;}
.buy-menu{display:flex;gap:34px;align-items:center;}
.buy-menu a{color:#fff!important;text-decoration:none;font-size:14px;font-weight:900;text-transform:uppercase;position:relative;padding:21px 0;}
.buy-menu a:after{content:'';position:absolute;left:0;right:auto;bottom:10px;width:0;height:3px;background:var(--buy-yellow);transition:.25s;}
.buy-menu a:hover:after,.buy-menu a.active:after{width:100%;}
.buy-phone{color:var(--buy-yellow);font-weight:900;white-space:nowrap;}
.buy-lang{background:#fff;border-radius:999px;overflow:hidden;border:0;}
.buy-lang a{color:#111!important;padding:7px 10px;font-weight:900;}
.buy-lang a.active{background:var(--buy-yellow)!important;color:#111!important;}
.mobile-nav-toggle{display:none;background:#111;color:#fff;border:0;border-radius:12px;padding:10px 14px;font-weight:900;}
.site-drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;pointer-events:none;z-index:998;transition:.2s;}
.site-drawer-backdrop.is-visible{opacity:1;pointer-events:auto;}
.buy-hero-wrap{background:#fff;}
.buy-hero-grid{display:grid;grid-template-columns:270px 1fr;align-items:stretch;}
.buy-sidebar-cats{background:#fff;border-left:1px solid #eee;border-right:1px solid #eee;box-shadow:0 6px 20px rgba(0,0,0,.05);z-index:2;}
.buy-sidebar-title{display:none;}
.buy-sidebar-cats a{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:18px 22px;color:#111;text-decoration:none;border-bottom:1px solid #eee;font-weight:700;}
.buy-sidebar-cats a span{font-size:22px}.buy-sidebar-cats a b{font-size:24px;color:#777}.buy-sidebar-cats a:hover{background:#fff7d6;}
.buy-hero-banner{min-height:390px;background-image:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.35),rgba(0,0,0,.08)),url('/assets/images/buy-hero.jpg');background-size:cover;background-position:center;position:relative;display:flex;align-items:center;padding:50px 70px;overflow:hidden;}
.buy-hero-content{max-width:650px;color:#fff;}
.buy-hero-content h1{font-size:44px;line-height:1.1;margin:0 0 14px;text-transform:uppercase;font-weight:900;}.buy-hero-content h1::first-line{color:var(--buy-yellow);}
.buy-hero-content p{font-size:18px;line-height:1.45;margin:0 0 26px;color:#fff;}
.buy-yellow-btn{display:inline-block;background:var(--buy-yellow);color:#000;font-weight:900;text-transform:uppercase;padding:16px 28px;border-radius:4px;}
.buy-hero-dots{position:absolute;bottom:18px;left:50%;display:flex;gap:8px}.buy-hero-dots span{width:12px;height:12px;background:#fff;border-radius:50%;opacity:.9}.buy-hero-dots span:first-child{background:var(--buy-yellow);width:28px;border-radius:999px;}
.buy-service-strip{background:#fff;border-bottom:1px solid #eee;box-shadow:0 6px 20px rgba(0,0,0,.04);}
.buy-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:22px 0;}
.buy-service-grid div{display:grid;grid-template-columns:48px 1fr;align-items:center;column-gap:14px;}.buy-service-grid span{grid-row:span 2;font-size:34px}.buy-service-grid strong{text-transform:uppercase;font-size:14px}.buy-service-grid small{color:#555;font-size:13px}
.section{padding:42px 0;}.buy-cat-section{padding-top:28px;}.buy-cat-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;}.buy-cat-tile{min-height:150px;background-size:cover;background-position:center;border-radius:4px;position:relative;overflow:hidden;color:#fff;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px;}.buy-cat-tile:before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.55)}.buy-cat-tile>*{position:relative;z-index:1}.buy-cat-tile span{width:56px;height:56px;border:2px solid var(--buy-yellow);border-radius:50%;display:grid;place-items:center;font-size:26px;margin-bottom:10px}.buy-cat-tile strong{text-transform:uppercase;font-size:17px}.buy-cat-tile small{margin-top:6px;color:#fff}.buy-cat-tile.is-yellow{background:var(--buy-yellow)!important;color:#000}.buy-cat-tile.is-yellow:before{background:rgba(255,193,7,.88)}.buy-cat-tile.is-yellow small{color:#000}.buy-cat-tile.is-yellow span{border-color:#000;background:#000;color:#fff}
.buy-tabs-head{display:flex;gap:28px;align-items:flex-end;margin-bottom:22px;border-bottom:1px solid #eee}.buy-tabs-head h2{font-size:22px;text-transform:uppercase;margin:0;padding-bottom:12px;border-bottom:3px solid var(--buy-yellow)}.buy-tabs-head a{text-transform:uppercase;color:#888;font-weight:900;padding-bottom:14px;}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.buy-product-card{border-radius:4px;box-shadow:none;border:1px solid #e6e6e6}.buy-product-card .product-image{background:#fff;aspect-ratio:1.1/1;object-fit:contain;padding:16px}.buy-product-card h3{text-transform:uppercase;font-size:15px;line-height:1.3}.buy-product-card strong,.price{color:#111!important;font-size:18px!important}.buy-stars{color:#ffb400;margin-top:8px}.buy-stars small{color:#777}.buy-sale-label{position:absolute;top:12px;left:12px;background:var(--buy-yellow);color:#000;font-weight:900;font-size:12px;padding:6px 9px;border-radius:3px;z-index:3}.old-price{text-decoration:line-through;color:#999!important;margin-left:6px;font-size:14px!important}.btn,.cart-btn{background:var(--buy-yellow)!important;color:#000!important}.btn-outline{border:1px solid #ddd;color:#111!important}.badge{background:#fff6d4;color:#111}.flash{margin-top:14px}
.buy-footer{background:#0b0b0b;color:#fff;margin-top:45px}.buy-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:36px;padding:48px 0}.buy-footer-logo{height:80px;width:auto;background:#fff;border-radius:8px;padding:8px}.buy-footer h4{margin-top:0;color:var(--buy-yellow)}.buy-footer a{display:block;color:#ddd;margin:8px 0}.buy-footer p{color:#ddd;line-height:1.7}.buy-footer-bottom{border-top:1px solid #222;padding:16px 0;color:#aaa;text-align:center}.buy-footer-bottom a{display:inline;color:#fff}
.cart-cards{display:flex;flex-direction:column;gap:18px}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center;padding:18px;border:1px solid var(--buy-border);border-radius:14px;background:#fff}.cart-item-image img{width:100px;height:100px;object-fit:cover;border-radius:12px}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.cart-price{font-size:20px;font-weight:900;color:#111}.cart-item-gift{background:#f8fff5;border-color:#cfe8c5}.gift-note{font-size:13px;color:#157347;font-weight:700}.summary-line{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}
@media(max-width:1100px){.buy-topbar-inner{grid-template-columns:1fr}.buy-topbar-center{text-align:left}.buy-mainbar{grid-template-columns:1fr auto}.buy-search{grid-column:1/-1;order:3;max-width:none}.buy-actions{display:none}.buy-nav-inner{grid-template-columns:1fr auto}.buy-cats-title,.buy-phone{display:none}.buy-menu{display:none}.mobile-nav-toggle{display:inline-flex}.buy-hero-grid{grid-template-columns:1fr}.buy-sidebar-cats{display:none}.buy-cat-grid{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}.buy-service-grid{grid-template-columns:repeat(2,1fr)}.buy-footer-grid{grid-template-columns:1fr 1fr}.main-menu.open{display:flex;position:fixed;left:12px;right:12px;top:88px;background:#fff;color:#111;z-index:999;border-radius:18px;padding:14px;box-shadow:0 20px 50px rgba(0,0,0,.20);flex-direction:column;gap:0}.main-menu.open a{color:#111!important;padding:14px;border-bottom:1px solid #eee}.main-menu.open a:after{display:none}}
@media(max-width:700px){.buy-mainbar{padding:14px 0}.buy-logo{height:64px}.buy-topbar-left,.buy-topbar-right{flex-wrap:wrap;gap:8px}.buy-hero-banner{min-height:360px;padding:36px 24px}.buy-hero-content h1{font-size:31px}.buy-hero-content p{font-size:15px}.buy-cat-grid,.grid-4,.buy-service-grid,.buy-footer-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:1fr}.cart-item-image img{width:100%;height:210px}.cart-item-actions{align-items:stretch}.buy-tabs-head{overflow-x:auto}.buy-tabs-head h2{white-space:nowrap}.buy-tabs-head a{white-space:nowrap}.buy-nav-wrap{display:none}}
