/* Pets-Dream.nl — static recovery stylesheet (Bzotech / Elementor layout) */

:root {
  --pd-primary: #00b8d9;
  --pd-primary-dark: #0093ae;
  --pd-secondary: #a0a3bd;
  --pd-accent: #ffbe00;
  --pd-text: #14142b;
  --pd-text-muted: #6e7191;
  --pd-bg: #ffffff;
  --pd-bg-soft: #f7f7fc;
  --pd-border: #eff0f6;
  --pd-radius: 12px;
  --pd-radius-sm: 8px;
  --pd-shadow: 0 8px 24px rgba(20, 20, 43, 0.08);
  --pd-container: 1470px;
  --pd-font-body: "Source Sans Pro", system-ui, sans-serif;
  --pd-font-title: "Montserrat", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--pd-font-body);
  font-size: 18px;
  line-height: 1.7;
  color: var(--pd-text);
  background: var(--pd-bg);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a {
  color: var(--pd-primary-dark);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover { color: var(--pd-primary); }

h1, h2, h3, h4, h5, h6,
.font-title,
.elementor-heading-title {
  font-family: var(--pd-font-title);
  color: var(--pd-text);
  line-height: 1.25;
  margin: 0 0 0.5em;
}

p { margin: 0 0 1em; }

ul { list-style: none; margin: 0; padding: 0; }

/* --- recovery helpers --- */
#loading,
.preload-loading { display: none !important; }

.elementor-invisible,
.elementor-section.elementor-invisible {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
}

.screen-reader-text,
.elementor-screen-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* --- layout --- */
.wrap { overflow-x: hidden; }

.bzotech-container-width,
.elementor-section.elementor-section-boxed > .elementor-container,
.e-con-boxed > .e-con-inner {
  max-width: var(--pd-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.elementor-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.elementor-column { min-height: 1px; }

.elementor-col-100 { width: 100%; }
.elementor-col-50 { width: 50%; }
.elementor-col-33 { width: 33.333%; }
.elementor-col-25 { width: 25%; }
.elementor-col-11 { width: 11.111%; }

.e-con-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0;
}

.e-con-full { width: 100%; }

/* typography utilities */
.title12 { font-size: 12px; }
.title18 { font-size: 18px; }
.title24 { font-size: 24px; }
.title60 { font-size: 60px; line-height: 1; }
.font-bold { font-weight: 700; }
.font-regular { font-weight: 400; }
.font-weight { font-weight: 600; }
.color-title { color: var(--pd-text); }
.silver { color: var(--pd-text-muted); }

/* --- header --- */
#header.header-page {
  background: var(--pd-bg);
  border-bottom: 1px solid var(--pd-border);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 12px rgba(20, 20, 43, 0.04);
}

#header .elementor-section-content-middle > .elementor-container {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.header-1 .header-left-1 {
  flex: 0 0 auto;
  width: auto !important;
  max-width: 220px;
}

.header-1 .header-left-2 {
  flex: 1 1 320px;
  width: auto !important;
  max-width: none;
}

.header-1 .header-left-4 {
  flex: 0 0 auto;
  width: auto !important;
  margin-left: auto;
}

.header-1 .icon-header .elementor-inner-section > .elementor-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: nowrap;
}

.logo-style-image a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  font-family: var(--pd-font-title);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--pd-primary);
  letter-spacing: -0.02em;
}

.logo-style-image img.site-logo {
  display: block;
  max-height: 56px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.logo-style-image a:empty::before {
  content: "Pets Dream";
}

.logo-style-image a:not(:empty)::before {
  content: none;
}

/* search */
.elbzotech-search-wrap {
  width: 100%;
}

.elbzotech-search-form-wrap {
  width: 100%;
}

.elbzotech-search-form {
  display: flex;
  align-items: stretch;
  background: var(--pd-bg-soft);
  border: 1px solid var(--pd-border);
  border-radius: 999px;
  overflow: hidden;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  min-height: 48px;
}

.elbzotech-dropdown-box {
  position: relative;
  border-right: 1px solid var(--pd-border);
}

.dropdown-link.current-search-cat {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  color: var(--pd-text-muted);
  min-height: 48px;
}

.dropdown-link.current-search-cat .las {
  display: none;
}

.dropdown-link.current-search-cat::after {
  content: "▾";
  font-size: 10px;
  margin-left: 4px;
}

.elbzotech-dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: var(--pd-bg);
  border: 1px solid var(--pd-border);
  border-radius: var(--pd-radius-sm);
  box-shadow: var(--pd-shadow);
  z-index: 50;
  padding: 8px 0;
}

.elbzotech-dropdown-box:hover .elbzotech-dropdown-list { display: block; }

.elbzotech-dropdown-list li a {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  color: var(--pd-text);
}

.elbzotech-dropdown-list li a:hover {
  background: var(--pd-bg-soft);
  color: var(--pd-primary);
}

.elbzotech-search-form input[name="s"] {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 12px 16px;
  font-size: 16px;
  font-family: inherit;
  color: var(--pd-text);
  min-width: 0;
  min-height: 48px;
  line-height: 1.4;
}

.elbzotech-search-form input[name="s"]:focus {
  outline: none;
}

.elbzotech-submit-form {
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
}

.elbzotech-submit-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  background: var(--pd-primary);
  color: #fff;
  padding: 0 24px;
  min-height: 48px;
  font-family: var(--pd-font-title);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}

.elbzotech-submit-form button:hover { background: var(--pd-primary-dark); }

.elbzotech-list-product-search { display: none; }

/* account & cart */
.icon-header .elementor-container { align-items: center; }

.button-account-manager,
.mini-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pd-text);
  font-size: 14px;
  white-space: nowrap;
  padding: 4px 0;
}

.button-account-manager svg,
.mini-cart-link svg {
  flex-shrink: 0;
}

.account-bttext {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.account-bttext span {
  display: block;
  font-size: 12px;
  color: var(--pd-text-muted);
}

.mini-cart-text-bt {
  font-weight: 600;
}

.mini-cart-number {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--pd-accent);
  color: var(--pd-text);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini-cart-icon { position: relative; }

.login-popup-content-wrap,
.popup-overlay,
.mini-cart-content { display: none !important; }

/* --- main nav --- */
.header-bottom {
  background: var(--pd-primary);
}

.header-bottom .e-con-inner {
  align-items: center;
  justify-content: center;
}

.bzotech-menu-container { width: 100%; }

.toggle-mobile-menu {
  display: none;
  color: #fff;
  font-size: 24px;
  padding: 12px;
}

.bzotech-navbar-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

.bzotech-navbar-nav > li > .menu-link {
  display: block;
  padding: 14px 18px;
  color: #fff;
  font-family: var(--pd-font-title);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: var(--pd-radius-sm);
  transition: background 0.2s;
}

.bzotech-navbar-nav > li > .menu-link:hover,
.bzotech-navbar-nav > li.current-menu-item > .menu-link {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.bzotech-navbar-nav .sub-menu {
  display: none;
  position: absolute;
  min-width: 180px;
  background: var(--pd-bg);
  border-radius: var(--pd-radius-sm);
  box-shadow: var(--pd-shadow);
  padding: 8px 0;
  z-index: 60;
}

.menu-item-has-children { position: relative; }

.menu-item-has-children:hover > .sub-menu { display: block; }

.sub-menu .menu-link {
  display: block;
  padding: 10px 18px;
  color: var(--pd-text);
  font-size: 14px;
}

.sub-menu .menu-link:hover {
  background: var(--pd-bg-soft);
  color: var(--pd-primary);
}

.indicator-icon::after {
  content: "▾";
  margin-left: 6px;
  font-size: 10px;
}

/* --- hero / slider --- */
#rev_slider_2_1_wrapper,
.wp-block-themepunch-revslider {
  margin-bottom: 0;
}

sr7-module,
#SR7_1_1 {
  display: block;
  width: 100%;
  min-height: 412px;
  background: linear-gradient(135deg, #00b8d9 0%, #00788d 55%, #14142b 100%);
  border-radius: 0 0 var(--pd-radius) var(--pd-radius);
  overflow: hidden;
  position: relative;
}

sr7-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 412px;
  padding: 40px 24px;
  text-align: center;
  color: #fff;
}

sr7-slide {
  display: block;
  width: 100%;
}

sr7-txt {
  display: block;
  font-family: var(--pd-font-title);
}

.wrapper-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.left-slider span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
  opacity: 0.9;
}

.left-slider h3,
.left-slider h5,
.right-slider h4,
.right-slider h5 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);
}

.right-slider .sale {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.text-sale-1 { font-size: 2rem; font-weight: 700; }
.text-sale-2 { font-size: 1.25rem; margin: 0; font-weight: 600; }

.elbzotech-bt-slide {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 32px;
  background: var(--pd-accent);
  color: var(--pd-text) !important;
  font-family: var(--pd-font-title);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  border-radius: 999px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.elbzotech-bt-slide:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 190, 0, 0.4);
  color: var(--pd-text) !important;
}

/* --- section headings --- */
.heading-v2 .elementor-container {
  align-items: center;
  justify-content: space-between;
  padding-top: 48px;
  padding-bottom: 24px;
}

.heading-v2 h2,
.heading-v2 h4 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
}

.home1-page { padding-bottom: 16px; }

/* --- buttons --- */
.elbzotech-bt-style2,
.elbzotech-bt-default,
.button-banner-1,
.button-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.elbzotech-bt-style2 .button-line111,
.elbzotech-bt-style2 .text-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  font-weight: 600;
  color: var(--pd-primary);
  border-bottom: 2px solid var(--pd-primary);
  transition: gap 0.2s;
}

.elbzotech-bt-style2:hover .text-button {
  gap: 14px;
  color: var(--pd-primary-dark);
}

.elbzotech-bt-default {
  padding: 12px 28px;
  background: var(--pd-primary);
  color: #fff !important;
  border-radius: 999px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
}

.elbzotech-bt-default:hover {
  background: var(--pd-primary-dark);
  color: #fff !important;
}

/* --- categories (3 cards) --- */
.home-categories-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 32px;
}

.home-category-card {
  background: var(--pd-bg);
  border: 1px solid var(--pd-border);
  border-radius: var(--pd-radius);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}

.home-category-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--pd-shadow);
}

.home-category-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 16px 24px;
  color: var(--pd-text);
  text-align: center;
  height: 100%;
}

.home-category-link:hover {
  color: var(--pd-primary-dark);
  text-decoration: none;
}

.home-category-card .image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--pd-bg-soft);
  flex-shrink: 0;
}

.home-category-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-category-card .title_categories {
  font-family: var(--pd-font-title);
  font-weight: 700;
  font-size: 18px;
}

/* legacy category boxes */
.home-categories .elementor-container {
  gap: 16px;
  padding-bottom: 32px;
}

.home-categories .elementor-col-11 {
  flex: 1 1 calc(11.111% - 16px);
  min-width: 120px;
}

.bzoteche-info-box-style5 {
  background: var(--pd-bg-soft);
  border: 1px solid var(--pd-border);
  border-radius: var(--pd-radius);
  padding: 20px 12px;
  text-align: center;
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
}

.bzoteche-info-box-style5:hover {
  transform: translateY(-4px);
  box-shadow: var(--pd-shadow);
}

.bzoteche-info-box-style5 .image {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--pd-primary), var(--pd-primary-dark));
  opacity: 0.85;
}

.bzoteche-info-box-style5 .title_categories {
  font-family: var(--pd-font-title);
  font-weight: 600;
  font-size: 14px;
  color: var(--pd-text);
}

.bzoteche-info-box-style5 .count-item {
  font-size: 12px;
  color: var(--pd-text-muted);
  margin-top: 4px;
}

.item-cate { display: block; min-height: 100%; }

/* --- product grid --- */
.elbzotech-wrapper-slider { overflow: hidden; }

.elbzotech-swiper-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.swiper-slide.item-grid-product- {
  width: auto !important;
  height: auto !important;
}

.item-product {
  background: var(--pd-bg);
  border: 1px solid var(--pd-border);
  border-radius: var(--pd-radius);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}

.item-product:hover {
  box-shadow: var(--pd-shadow);
  transform: translateY(-3px);
}

.product-thumb {
  position: relative;
  padding: 16px;
}

.product-grid-title-image {
  position: relative;
}

.product-thumb-link {
  display: block;
  aspect-ratio: 1;
  background: var(--pd-bg-soft);
  border-radius: var(--pd-radius-sm);
  margin-top: 8px;
}

.product-title {
  font-size: 16px;
  margin: 0;
  line-height: 1.35;
}

.product-title a:hover { color: var(--pd-primary); }

.product-label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

.product-label .sale {
  display: inline-block;
  padding: 4px 10px;
  background: #cf2e2e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
}

.product-extra-link {
  position: absolute;
  inset: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.item-product:hover .product-extra-link {
  opacity: 1;
  pointer-events: auto;
}

.product-extra-link a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pd-bg);
  border-radius: 50%;
  box-shadow: var(--pd-shadow);
  font-size: 0;
  color: var(--pd-text);
}

.product-extra-link .addcart-link {
  width: auto;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: var(--pd-primary);
  color: #fff !important;
}

.product-info {
  padding: 0 16px 16px;
  margin-top: auto;
}

.product-price {
  font-family: var(--pd-font-title);
  font-weight: 700;
  font-size: 18px;
  color: var(--pd-primary-dark);
  margin-bottom: 8px;
}

.product-price del {
  color: var(--pd-text-muted);
  font-weight: 400;
  font-size: 14px;
  margin-right: 8px;
}

.product-price ins {
  text-decoration: none;
}

.wrap-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-rate {
  width: 80px;
  height: 8px;
  background: var(--pd-border);
  border-radius: 999px;
  overflow: hidden;
}

.product-rating {
  height: 100%;
  background: var(--pd-accent);
  border-radius: 999px;
}

/* --- promo banners --- */
.section-banner-home .elementor-container {
  gap: 20px;
  padding-bottom: 48px;
}

.section-banner-home .elementor-col-33 {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 260px;
}

.wrapper-banner {
  position: relative;
  min-height: 220px;
  border-radius: var(--pd-radius);
  overflow: hidden;
  background: linear-gradient(135deg, var(--pd-bg-soft), #e8f9fc);
  border: 1px solid var(--pd-border);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-home-c2 .wrapper-banner:first-child,
.banner-home-c3 .wrapper-banner {
  min-height: 160px;
}

.title-banner-1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.desc-banner-1 p {
  color: var(--pd-text-muted);
  font-size: 15px;
  margin-bottom: 16px;
}

.button-banner-1 {
  display: inline-block;
  padding: 10px 22px;
  background: var(--pd-primary);
  color: #fff !important;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.button-banner-1:hover {
  background: var(--pd-primary-dark);
  color: #fff !important;
}

.image-banner:empty { display: none; }

/* --- features strip --- */
.section-feature {
  background: var(--pd-bg-soft);
  padding: 48px 0;
  margin-top: 24px;
}

.section-feature .e-con-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}

.bzoteche-info-box-style2 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.bzoteche-info-box-style2 .info-box-icon img {
  width: 48px;
  height: 48px;
}

.bzoteche-info-box-style2 .item-title-e {
  font-size: 16px;
  margin-bottom: 4px;
}

.bzoteche-info-box-style2 .item-sub-title-e {
  font-size: 14px;
  color: var(--pd-text-muted);
  margin: 0;
}

/* --- blog section --- */
.section-blog {
  padding: 32px 0 48px;
}

.list-post-wrap:empty::before {
  content: "Nog geen blogberichten beschikbaar.";
  display: block;
  padding: 32px;
  text-align: center;
  color: var(--pd-text-muted);
  background: var(--pd-bg-soft);
  border-radius: var(--pd-radius);
}

/* --- footer --- */
#footer.footer-page {
  background: #14142b;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 48px;
}

#footer a { color: rgba(255, 255, 255, 0.9); }
#footer a:hover { color: var(--pd-primary); }

#footer .elementor-heading-title,
#footer h2 {
  color: #fff;
  font-size: 1.1rem;
}

.section-newletter {
  background: linear-gradient(90deg, var(--pd-primary), var(--pd-primary-dark));
  padding: 40px 0;
}

.section-newletter .elementor-heading-title,
.section-newletter p {
  color: #fff;
}

.mc4wp-form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.mc4wp-form input[type="email"] {
  flex: 1;
  min-width: 200px;
  padding: 14px 18px;
  border: 0;
  border-radius: 999px;
  font-size: 16px;
}

.mc4wp-form button[type="submit"] {
  padding: 14px 28px;
  border: 0;
  border-radius: 999px;
  background: var(--pd-accent);
  color: var(--pd-text);
  font-weight: 700;
  cursor: pointer;
}

.mc4wp-form button[type="submit"]::after {
  content: "Inschrijven";
}

#footer .elementor-col-33 {
  padding: 32px 16px;
}

#footer .logo-style-image a {
  color: #fff;
}

.elementor-social-icons-wrapper,
.pd-social-icons {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.elementor-grid-item,
.pd-social-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
  color: #fff !important;
  font-size: 16px;
  text-decoration: none;
}

.elementor-grid-item:hover,
.pd-social-link:hover {
  background: var(--pd-primary);
  color: #fff !important;
}

/* --- cookie notice --- */
#cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 16px;
}

.cookie-notice-container {
  max-width: var(--pd-container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
  border-radius: var(--pd-radius);
}

.cn-set-cookie {
  padding: 10px 24px;
  border-radius: 999px;
  color: #fff !important;
  font-weight: 600;
}

.cn-close-icon { cursor: pointer; opacity: 0.7; }
.cn-close-icon::after { content: "✕"; }

/* --- WooCommerce shop page extras --- */
.woocommerce-products-header,
.woocommerce-result-count,
.woocommerce-ordering {
  margin-bottom: 24px;
}

.products ul.products,
ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

/* --- responsive --- */
@media (max-width: 1024px) {
  .elementor-col-11 { width: 25%; flex: 1 1 calc(25% - 16px); }
  .elementor-col-25 { width: 50%; }
  .elementor-col-33 { width: 50%; flex: 1 1 calc(50% - 20px); }
}

@media (max-width: 767px) {
  .home-categories-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }

  .header-1 .header-left-1,
  .header-1 .header-left-2,
  .header-1 .header-left-4 {
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .header-1 .icon-header .elementor-inner-section > .elementor-container {
    justify-content: space-between;
  }

  .elbzotech-search-form {
    border-radius: var(--pd-radius);
    flex-wrap: nowrap;
  }
  .elementor-col-50,
  .elementor-col-33,
  .elementor-col-25,
  .elementor-col-11 {
    width: 100%;
    flex: 1 1 100%;
  }

  .toggle-mobile-menu { display: block; }

  .bzotech-menu-inner {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--pd-primary-dark);
    padding: 8px;
  }

  .bzotech-menu-container.menu-open .bzotech-menu-inner { display: block; }

  .bzotech-navbar-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .bzotech-navbar-nav > li > .menu-link {
    border-radius: var(--pd-radius-sm);
  }

  .heading-v2 .elementor-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .icon-header .elementor-inner-section .elementor-container {
    justify-content: center;
  }

  .elbzotech-search-form {
    border-radius: var(--pd-radius);
    flex-wrap: wrap;
  }

  .elbzotech-dropdown-box { width: 100%; border-right: 0; border-bottom: 1px solid var(--pd-border); }

  sr7-module, sr7-content { min-height: 280px; }
}
