/* Copied from /root/web/assets/css/style.css for WordPress theme use */
:root {
  /* Light theme base (Bosch-like) */
  --bg: #f6f7fb;
  --bg2: #ffffff;
  --card: rgba(15, 23, 42, 0.03);
  --card2: rgba(15, 23, 42, 0.05);
  --line: rgba(15, 23, 42, 0.10);
  --text: rgba(15, 23, 42, 0.92);
  --muted: rgba(100, 116, 139, 0.92);
  /* Logo palette */
  --brand: #e8a818; /* gold */
  --brand2: #e31e24; /* red (primary accent) */
  --brandDark: #181818; /* charcoal */
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  --radius: 18px;
  /* Primary CTA uses red; gold is secondary highlight */
  --brandGrad: linear-gradient(135deg, rgba(227, 30, 36, 1), rgba(182, 18, 23, 0.98));
  --brandGradAlt: linear-gradient(135deg, rgba(232, 168, 24, 1), rgba(227, 30, 36, 0.98));
  --focus: 0 0 0 4px rgba(227, 30, 36, 0.16);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

/* HERO (demo-like) */
.hero {
  padding: 22px 0 18px;
}
.hero__grid{
  display:grid;
  grid-template-columns: 1fr 340px;
  gap: 16px;
  align-items: start;
}
.hero__slider{
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    radial-gradient(900px 420px at 14% 10%, rgba(227,30,36,0.10), transparent 60%),
    radial-gradient(900px 520px at 90% 18%, rgba(232,168,24,0.10), transparent 60%),
    #ffffff;
  box-shadow: 0 18px 60px rgba(15,23,42,0.10);
}
.hero__track{
  display:flex;
  width:100%;
  transition: transform 450ms ease;
}
.heroSlide{
  flex:0 0 100%;
  display:grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 18px;
  padding: 24px;
  align-items: stretch;
}
.heroSlide__content h1,
.heroSlide__content h2{
  margin: 10px 0 10px;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.8px;
}
.heroSlide__content .lead{ margin: 0 0 14px; max-width: 60ch; }
.heroSlide__actions{ display:flex; gap: 10px; flex-wrap: wrap; }
.heroSlide__media{ display:flex; align-items: stretch; }
.heroCard{
  width:100%;
  border-radius: 24px;
  padding: 16px;
  border: 1px solid rgba(15,23,42,0.10);
  background: rgba(255,255,255,0.95);
  box-shadow: 0 18px 60px rgba(15,23,42,0.10);
}
.heroCard--dark{ background: rgba(15,23,42,0.06); }
.heroCard__tag{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  font-weight: 800;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,0.10);
  background: rgba(15,23,42,0.04);
}
.heroCard__title{ margin: 10px 0 6px; font-size: 18px; font-weight: 900; }
.heroCard__text{ color: var(--muted); margin: 0 0 12px; }
.hero__controls{
  position:absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
}
.heroArrow{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.24);
  color: rgba(255,255,255,0.92);
  font-size: 22px;
}
.heroArrow:hover{ background: rgba(0,0,0,0.32); }
.heroDots{ display:flex; gap: 8px; justify-content: center; flex: 1; }
.heroDot{
  width: 9px; height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.10);
}
.heroDot.isActive{
  background: linear-gradient(135deg, rgba(232,168,24,1), rgba(200,24,24,0.95));
  border-color: rgba(255,255,255,0.14);
  width: 18px;
}

.hero__side{ display:flex; flex-direction: column; gap: 12px; }
.trustStrip{
  border-radius: 24px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  display:grid;
  gap: 10px;
}
.trust strong{ display:block; font-weight: 900; font-size: 13px; }
.trust span{ display:block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.sidePromo{
  border-radius: 24px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.18);
}
.sidePromo__title{ font-weight: 900; margin-bottom: 10px; }
.sidePromo__links{ display:flex; flex-wrap: wrap; gap: 8px; }
.chip{
  display:inline-flex;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  font-size: 13px;
}
.chip:hover{ background: rgba(255,255,255,0.08); }

/* Category mega tiles */
.catGrid--mega .woocommerce-loop-category__title{
  font-size: 13px !important;
}
.catGrid--mega .product-category{
  border-radius: 22px;
  overflow:hidden;
  position: relative;
}
.catGrid--mega .product-category img{
  border-radius: 0;
  filter: saturate(1.05) contrast(1.05);
}
.catGrid--mega .product-category a{
  display:block;
}

/* Brand strip + newsletter */
.brandStrip{
  border-radius: 24px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
}
.brandStrip__title{ font-weight: 900; }
.brandStrip__logos{ display:flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.brandLogo{
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px dashed rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.86);
  font-weight: 800;
  letter-spacing: 0.6px;
  font-size: 12px;
}
.newsletter{
  border-radius: 28px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background:
    radial-gradient(900px 420px at 20% 0%, rgba(232,168,24,0.20), transparent 60%),
    radial-gradient(900px 520px at 90% 10%, rgba(200,24,24,0.14), transparent 60%),
    rgba(0,0,0,0.18);
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
}
.newsletter__actions{ display:flex; gap: 10px; flex-wrap: wrap; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, var(--bg), var(--bg2));
}

/* Slightly more premium typography defaults */
h1, h2, h3 {
  letter-spacing: -0.6px;
}

/* WooCommerce product grid styling (homepage + shop) */
.wooGrid ul.products,
.woocommerce ul.products {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.wooGrid ul.products li.product,
.woocommerce ul.products li.product {
  list-style: none;
  margin: 0;
  padding: 14px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.10);
}
.woocommerce ul.products li.product a {
  color: inherit;
}
.woocommerce ul.products li.product img {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(15, 23, 42, 0.03);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px;
  margin: 10px 0 6px;
  padding: 0;
}
.woocommerce ul.products li.product .price {
  color: rgba(15, 23, 42, 0.82);
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 14px;
  padding: 10px 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: rgba(15, 23, 42, 0.92);
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: rgba(15, 23, 42, 0.03);
}

/* Shop layout */
.shopShell {
  padding: 24px 0 40px;
}
.shopShell__grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 16px;
  align-items: start;
}
.shopSidebar__card {
  border-radius: 24px;
  padding: 16px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.10);
  margin-bottom: 12px;
}
.shopSidebar__title {
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 10px;
}
.shopBar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  margin: 6px 0 14px;
}
.shopTitle {
  margin: 0;
  font-size: 22px;
}
.woocommerce-result-count {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.woocommerce-ordering select {
  border-radius: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.92);
}

/* Single product */
.productShell {
  padding: 26px 0 46px;
}
.woocommerce div.product div.images img {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.woocommerce div.product .product_title {
  font-size: 28px;
  margin-top: 0;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: rgba(255, 255, 255, 0.9);
}
.woocommerce div.product form.cart {
  margin-top: 14px;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}
.woocommerce div.product form.cart .button {
  background: linear-gradient(135deg, rgba(232, 168, 24, 1), rgba(200, 24, 24, 0.95));
  border-color: rgba(255, 255, 255, 0.14);
}


a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.skip {
  position: absolute;
  left: -999px;
  top: 10px;
  padding: 10px 12px;
  background: #111827;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.skip:focus {
  left: 10px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(11, 15, 25, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.header__row--upper {
  padding-bottom: 10px;
}

/* Bosch-like header main row (logo + big search + icons) */
.headerMain {
  background: rgba(11, 15, 25, 0.92);
}
.headerMain__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
}
.headerMain__icons{
  display:flex;
  align-items:center;
  gap: 10px;
}

/* Bosch-like red nav bar */
.headerNav{
  background: var(--brand2);
}
.headerNav__row{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
}
.navRed{
  display:flex;
  align-items:center;
  gap: 2px;
  flex-wrap: wrap;
}
.navRed__link{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 16px 14px;
  color: rgba(255,255,255,0.98);
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.navRed__link:hover{
  background: rgba(0,0,0,0.14);
  color:#fff;
}
.navRed__link--btn{
  border: 0;
  background: transparent;
  cursor: pointer;
}
.navCaret{ opacity: 0.95; font-size: 16px; margin-left: 2px; }

.headerNav__phone{
  display:flex;
  align-items:center;
  gap: 8px;
  color: rgba(255,255,255,0.98);
  font-weight: 900;
  white-space: nowrap;
}
.headerNav__phoneLabel{
  opacity: 0.92;
  font-weight: 700;
}
.headerNav__phoneNumber{
  color: rgba(255,255,255,0.98);
  font-weight: 950;
  letter-spacing: 0.2px;
}
.headerNav__phoneNumber:hover{ text-decoration: underline; }

/* Mega menu */
.navItem--mega{ position: relative; }
.mega{
  display:none;
  position:absolute;
  left: 0;
  top: calc(100% + 10px);
  width: min(860px, 92vw);
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background:
    radial-gradient(900px 420px at 16% 0%, rgba(227,30,36,0.10), transparent 60%),
    radial-gradient(900px 520px at 90% 10%, rgba(232,168,24,0.10), transparent 60%),
    rgba(255,255,255,0.98);
  box-shadow: 0 30px 90px rgba(15,23,42,0.18);
}
.mega__grid{
  display:grid;
  gap: 12px;
}
.megaCols{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.megaCol{ display:grid; gap: 10px; align-content: start; }
.megaTitle{
  font-weight: 950;
  letter-spacing: -0.4px;
  color: rgba(15, 23, 42, 0.92);
  margin: 4px 0 2px;
}
.megaCol a{
  color: rgba(15, 23, 42, 0.72);
  padding: 9px 10px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255,255,255,0.92);
}
.megaCol a:hover{ color: rgba(15, 23, 42, 0.95); background: rgba(255,255,255,1); }
.megaPromo{
  margin-top: 8px;
  padding: 14px;
  border-radius: 16px;
  background:
    radial-gradient(900px 420px at 16% 0%, rgba(227,30,36,0.12), transparent 60%),
    rgba(255,255,255,0.92);
  border: 1px solid rgba(15, 23, 42, 0.10);
  display:grid;
  gap: 10px;
}
.megaPromo__tag{
  display:inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(227,30,36,0.10);
  border: 1px solid rgba(227,30,36,0.20);
  color: rgba(15, 23, 42, 0.92);
  font-weight: 900;
  font-size: 12px;
}
.megaPromo__title{ font-weight: 950; font-size: 16px; color: rgba(15, 23, 42, 0.95); }

.catTiles{
  display:grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}
.catTile{
  display:grid;
  gap: 6px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
}
.catTile strong{ font-weight: 950; color: rgba(255,255,255,0.96); }
.catTile span{ color: rgba(255,255,255,0.68); font-size: 13px; line-height: 1.45; }
.catTile:hover{ border-color: rgba(255,255,255,0.18); transform: translateY(-1px); }

.shopCats{ display:grid; gap: 8px; }
.shopCats__link{
  display:block;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(15, 23, 42, 0.10);
  color: rgba(15, 23, 42, 0.78);
}
.shopCats__link:hover{ color: rgba(15, 23, 42, 0.95); background: rgba(255,255,255,1); }
.mega__grid ul.products,
.mega__grid ul.product-categories{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.mega__grid li.product-category{
  margin:0;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: rgba(255,255,255,0.92);
}
.mega__grid li.product-category a{ display:flex; gap: 10px; align-items:center; }
.mega__grid li.product-category img{
  width: 54px !important;
  height: 54px !important;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
}
.mega__grid .woocommerce-loop-category__title{
  margin: 0 !important;
  font-weight: 900;
  font-size: 13px !important;
}
.mega__grid .count{ color: var(--muted); font-weight: 600; }
.mega__foot{
  margin-top: 12px;
  display:flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.28);
}
.topbar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
}
.topbar__row--center {
  justify-content: center;
}
.topbar__row a {
  color: rgba(255, 255, 255, 0.92);
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.topbar__row a:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* Premium focus ring */
.btn:focus,
.btn:focus-visible,
.iconBtn:focus-visible,
.navLink:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
  box-shadow: var(--focus);
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
}

.headerSearch {
  flex: 1;
  max-width: 520px;
}
.headerSearch__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}
.headerSearch__input {
  width: 100%;
  border-radius: 14px;
  padding: 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  outline: none;
}
.headerSearch__input:focus {
  border-color: rgba(227, 30, 36, 0.55);
  box-shadow: 0 0 0 4px rgba(227, 30, 36, 0.14);
}
.headerSearch__btn {
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.iconBtn {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
}
.iconBtn__badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(200, 24, 24, 1), rgba(232, 168, 24, 1));
  color: #111;
  font-weight: 800;
  font-size: 12px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.iconBtn__badge {
  background: var(--brandGrad);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
}

.brand__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(232, 168, 24, 0.92), rgba(200, 24, 24, 0.85));
  box-shadow: var(--shadow);
  font-weight: 800;
  letter-spacing: -0.5px;
}

.brand__mark {
  background: var(--brandGrad);
}

.brand__logo {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.18);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  gap: 4px;
}
.brand__sub {
  font-size: 12px;
  color: var(--muted);
}

.nav {
  display: flex;
  gap: 18px;
  align-items: center;
}
.nav a {
  font-size: 14px;
  color: var(--muted);
  padding: 10px 10px;
  border-radius: 12px;
}
.nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.header__cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  padding: 10px 14px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 120ms ease, background 120ms ease, border-color 120ms ease;
  white-space: nowrap;
}
.btn:active {
  transform: translateY(1px);
}

.btn--primary {
  background: var(--brandGrad);
  color: #fff;
  border-color: rgba(0, 0, 0, 0.10);
}

.btn--primary:hover {
  filter: brightness(1.05);
}

.woocommerce span.onsale {
  background: var(--brandGrad) !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.woocommerce ul.products li.product {
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.32);
  background: rgba(255, 255, 255, 0.06);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.12);
  color: rgba(15, 23, 42, 0.92);
}

.btn--lg {
  padding: 12px 16px;
  border-radius: 16px;
}

.menuBtn {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  display: none;
  padding: 0;
}
.menuBtn span {
  display: block;
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.85);
  margin: 4px auto;
  border-radius: 2px;
}

.mobileNav {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 10, 18, 0.85);
}
.mobileNav__inner {
  display: grid;
  gap: 12px;
  padding: 14px 0 18px;
}
.mobileNav a {
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.mobileNav__buttons {
  display: flex;
  gap: 10px;
}

.hero {
  padding: 54px 0 32px;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 22px;
  align-items: start;
}

/* Bosch-like shop-first hero */
.shopHero {
  padding: 34px 0 10px;
}
.shopHero__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  align-items: start;
}
.shopHero__main {
  border-radius: 24px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(900px 320px at 10% 10%, rgba(232, 168, 24, 0.22), transparent 60%),
    radial-gradient(900px 320px at 90% 0%, rgba(200, 24, 24, 0.18), transparent 60%),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}
.shopHero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.uspRow {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.usp {
  padding: 12px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.usp strong {
  display: block;
  font-size: 13px;
}
.usp span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}
.shopHero__side {
  display: grid;
  gap: 12px;
}
.promoCard {
  border-radius: 24px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}
.promoCard--gold {
  background:
    radial-gradient(700px 300px at 10% 20%, rgba(232, 168, 24, 0.35), transparent 60%),
    rgba(0, 0, 0, 0.18);
}
.promoCard--dark {
  background:
    radial-gradient(700px 300px at 90% 0%, rgba(200, 24, 24, 0.22), transparent 60%),
    rgba(0, 0, 0, 0.22);
}
.promoCard__tag {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: 700;
}
.promoCard__title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 800;
}
.promoCard__text {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.promoCard .btn {
  margin-top: 12px;
}

/* Category tiles */
.catGrid ul.products,
.woocommerce ul.products.product-categories {
  margin: 0;
}
.woocommerce ul.products li.product-category {
  padding: 14px;
}
.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title {
  font-size: 14px;
  margin: 10px 0 0;
}
.woocommerce ul.products li.product-category img {
  border-radius: 18px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

h1 {
  margin: 14px 0 10px;
  font-size: clamp(32px, 4.3vw, 48px);
  line-height: 1.05;
  letter-spacing: -1px;
}

.lead {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  max-width: 62ch;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.hero__badges {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.badge {
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.badge strong {
  display: block;
  font-size: 13px;
}
.badge span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.hero__card .glass {
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
  padding: 18px;
}

.hero__card h2 {
  margin: 0;
  font-size: 16px;
}
.muted {
  color: var(--muted);
}

.contactTiles {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.tile {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tile__icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.tile__text strong {
  display: block;
  font-size: 13px;
}
.tile__text span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: var(--muted);
}

.hint {
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}

.section {
  padding: 46px 0;
}
.section--alt {
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* Homepage product showcase (Bosch-like) */
.showcaseHead{
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.showcaseTitle{
  margin: 0;
  font-weight: 950;
  letter-spacing: -0.7px;
}
.showcaseTabs{
  display:flex;
  gap: 12px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.showcaseTab{
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.70);
  font-weight: 800;
  padding: 8px 10px;
  border-bottom: 2px solid transparent;
}
.showcaseTab.isActive{
  color: rgba(255,255,255,0.95);
  border-color: var(--brand2);
}
.showcaseMore{
  color: rgba(255,255,255,0.80);
  font-weight: 800;
}
.showcaseMore:hover{ color: rgba(255,255,255,0.95); }

.showcaseGrid{
  display:grid;
  grid-template-columns: 340px 1fr;
  gap: 16px;
  align-items: stretch;
}
.showcasePromo{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  min-height: 520px;
}
.showcasePromo__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.12), rgba(0,0,0,0.72)),
    url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1200&q=70");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.showcasePromo__content{
  position:absolute;
  inset: 0;
  padding: 22px;
  display:grid;
  align-content: end;
  gap: 10px;
}
.showcasePromo__badge{
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(227,30,36,0.20);
  border: 1px solid rgba(227,30,36,0.35);
  font-weight: 950;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: rgba(255,255,255,0.95);
}
.showcasePromo__title{
  font-weight: 950;
  font-size: 34px;
  letter-spacing: -0.9px;
}
.showcasePromo__text{ color: rgba(255,255,255,0.78); line-height: 1.6; }
.showcasePromo__cta{
  width: fit-content;
  padding: 10px 14px;
  border-radius: 14px;
  background: var(--brand2);
  color: rgba(15,23,42,0.95);
  font-weight: 950;
}

.showcasePanel{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  padding: 16px;
}
.showcasePane{ display:none; }
.showcasePane.isActive{ display:block; }

.sampleGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.sampleCard{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.92);
  padding: 12px;
}
.sampleCard__img{
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.10);
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.sampleCard__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}
.sampleCard__title{
  margin-top: 10px;
  font-weight: 950;
  color: rgba(15,23,42,0.92);
  font-size: 14px;
}
.sampleCard__price{
  margin-top: 6px;
  color: rgba(15,23,42,0.72);
  font-weight: 900;
  font-size: 13px;
}

.section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}
.section__head h2 {
  margin: 0;
  font-size: 22px;
  letter-spacing: -0.5px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.card {
  padding: 16px;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}
.card h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
.card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
}
.list li {
  padding-left: 18px;
  position: relative;
}
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
}

.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.feature {
  padding: 16px;
  border-radius: var(--radius);
  background: var(--card2);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.feature h3 {
  margin: 0 0 8px;
  font-size: 16px;
}
.feature p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.ph {
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(650px 240px at 20% 20%, rgba(59, 130, 246, 0.18), transparent 60%),
    radial-gradient(650px 240px at 80% 80%, rgba(34, 197, 94, 0.14), transparent 60%),
    rgba(255, 255, 255, 0.04);
  display: grid;
  place-items: end start;
  padding: 12px;
}
.ph span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.ph:nth-child(1),
.ph:nth-child(2) {
  grid-column: span 3;
}
.ph:nth-child(3),
.ph:nth-child(4),
.ph:nth-child(5),
.ph:nth-child(6) {
  grid-column: span 2;
}

.faq {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.faq__item {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 14px;
}
.faq__item summary {
  cursor: pointer;
  font-weight: 600;
}
.faq__item p {
  color: var(--muted);
  margin: 10px 0 0;
  line-height: 1.6;
  font-size: 13px;
}

.productGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.product {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}
.product__img {
  height: 140px;
  display: grid;
  place-items: center;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: rgba(255, 255, 255, 0.85);
  background:
    radial-gradient(650px 240px at 20% 20%, rgba(59, 130, 246, 0.22), transparent 60%),
    radial-gradient(650px 240px at 80% 80%, rgba(34, 197, 94, 0.18), transparent 60%),
    rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product__body {
  padding: 14px;
}
.product__body h3 {
  margin: 0 0 8px;
  font-size: 15px;
}
.product__body p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.product__actions {
  display: flex;
  gap: 10px;
}

.noteRow {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.note {
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.note strong {
  display: block;
  font-size: 13px;
}
.note span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 14px;
}
.contact__panel {
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.contact__panel h3,
.form h3 {
  margin: 0 0 12px;
  font-size: 16px;
}
.kvs {
  display: grid;
  gap: 10px;
}
.kv {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.kv__k {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}
.kv__v {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.map {
  margin-top: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  min-height: 220px;
}
.map iframe {
  width: 100%;
  height: 260px;
  border: 0;
  display: block;
  filter: grayscale(0.1) contrast(1.05) saturate(1.05);
}

.form {
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.form label {
  display: grid;
  gap: 7px;
  margin-bottom: 10px;
}
.form span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}
input,
textarea {
  width: 100%;
  border-radius: 14px;
  padding: 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.92);
  outline: none;
}
input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
input:focus,
textarea:focus {
  border-color: rgba(59, 130, 246, 0.55);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}
.form__note {
  margin: 10px 0 0;
  font-size: 12px;
}

/* Footer (Bosch-like) */
.footerPro{
  background: rgba(11, 15, 25, 0.98);
  color: rgba(255,255,255,0.92);
  border-top: 1px solid rgba(255,255,255,0.10);
  position: relative;
}
.footerTop{
  border-bottom: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.20);
}
.footerTop__row{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}
.footerMain{
  padding: 42px 0 26px;
}
.footerMain__grid{
  display:grid;
  grid-template-columns: 1.35fr 1fr 1.15fr;
  gap: 26px;
}
.footerTitle{
  font-weight: 950;
  font-size: 22px;
  letter-spacing: -0.6px;
  margin-bottom: 14px;
}
.footerBrand{
  display:flex;
  gap: 12px;
  align-items:center;
  margin-bottom: 12px;
}
.footerBrand__logo{
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  object-fit: cover;
}
.footerBrand__name{ font-weight: 950; font-size: 20px; }
.footerBrand__sub{ color: rgba(255,255,255,0.68); font-size: 13px; margin-top: 2px; }
.footerText{ color: rgba(255,255,255,0.70); line-height: 1.7; margin: 10px 0 14px; }
.footerPunch{
  color: rgba(255,255,255,0.84);
  line-height: 1.8;
  font-size: 16px;
  margin: 0;
}
.footerLink{
  display:block;
  padding: 10px 0;
  color: rgba(255,255,255,0.72);
}
.footerLink:hover{ color: rgba(255,255,255,0.95); }
.footerList__item{
  padding: 10px 0;
  color: rgba(255,255,255,0.72);
}
.footerContact__phone{
  display:inline-block;
  font-weight: 950;
  font-size: 20px;
  color: rgba(255,255,255,0.98);
  margin-bottom: 10px;
}
.footerContact__mail{
  display:inline-block;
  color: rgba(255,255,255,0.84);
  margin-bottom: 14px;
}
.footerContact__label{ color: rgba(255,255,255,0.72); margin-bottom: 8px; }
.footerContact__addr{ color: rgba(255,255,255,0.84); line-height: 1.7; }

.footerBottom{
  border-top: 1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.18);
}
.footerBottom__row{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  flex-wrap: wrap;
}
.footerBottom__left{
  color: rgba(255,255,255,0.70);
  font-size: 13px;
}
.footerBottom__brand{ color: var(--brand2); font-weight: 900; }
.footerBottom__pay{
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap: wrap;
}
.footerBottom__payLabel{ color: rgba(255,255,255,0.72); font-size: 13px; margin-right: 6px; }
.payPill{
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.payPill--icon{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.02em;
}
.payIcon{
  width: 34px;
  height: 14px;
  display: inline-block;
}
.payPill--icon .payIcon{
  flex: 0 0 auto;
}

.goTop{
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right top;
  color: rgba(255,255,255,0.62);
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
}
.goTop:hover{ color: rgba(255,255,255,0.92); background: rgba(255,255,255,0.08); }

@media (max-width: 960px) {
  .topbar__row {
    flex-direction: column;
    align-items: start;
  }
  .headerSearch {
    display: none;
  }
  .nav {
    display: none;
  }
  .menuBtn {
    display: inline-block;
  }
  .hero__grid {
    grid-template-columns: 1fr;
  }
  .hero__badges {
    grid-template-columns: 1fr;
  }
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .features {
    grid-template-columns: 1fr;
  }
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ph:nth-child(1),
  .ph:nth-child(2),
  .ph:nth-child(3),
  .ph:nth-child(4),
  .ph:nth-child(5),
  .ph:nth-child(6) {
    grid-column: auto;
  }
  .productGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .noteRow {
    grid-template-columns: 1fr;
  }
  .contact {
    grid-template-columns: 1fr;
  }

  .wooGrid ul.products,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shopHero__grid {
    grid-template-columns: 1fr;
  }
  .uspRow {
    grid-template-columns: 1fr;
  }

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

  .hero__grid{
    grid-template-columns: 1fr;
  }
  .heroSlide{
    grid-template-columns: 1fr;
  }

  .headerLower__right{ display:none; }
  .nav--lower{ overflow:auto; padding-bottom: 4px; }
  .mega{ position: static; width: 100%; margin-top: 10px; }
  .mega__grid ul.product-categories{ grid-template-columns: 1fr; }
  .megaCols{ grid-template-columns: 1fr; }
  .catTiles{ grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .headerNav__phone{ display:none; }
  .footerTop__row{ flex-direction: column; align-items: flex-start; }
  .footerMain__grid{ grid-template-columns: 1fr; }
  .goTop{
    position: static;
    transform: none;
    margin: 12px auto 0;
    width: fit-content;
    display: block;
  }

  .showcaseGrid{ grid-template-columns: 1fr; }
  .showcasePromo{ min-height: 260px; }
  .sampleGrid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}


