:root {
  --wz-blue: #0d47ff;
  --wz-blue-dark: #0637cc;
  --wz-blue-soft: #eaf1ff;
  --wz-navy: #0b1220;
  --wz-ink: #111827;
  --wz-text: #334155;
  --wz-muted: #64748b;
  --wz-line: #e2e8f0;
  --wz-surface: #ffffff;
  --wz-surface-soft: #f7f9fc;
  --wz-success: #119b58;
  --wz-danger: #d92d20;
  --wz-warning: #f59e0b;
  --wz-radius-sm: 8px;
  --wz-radius: 14px;
  --wz-radius-lg: 24px;
  --wz-shadow-sm: 0 5px 18px rgba(15, 23, 42, 0.06);
  --wz-shadow: 0 16px 42px rgba(15, 23, 42, 0.1);
  --wz-transition: 180ms ease;
  --wz-container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.wz-theme {
  margin: 0;
  color: var(--wz-text);
  background: var(--wz-surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.wz-menu-open {
  overflow: hidden;
}

body.wz-theme img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.wz-theme a {
  color: var(--wz-blue);
  text-decoration: none;
  transition: color var(--wz-transition), background-color var(--wz-transition), border-color var(--wz-transition), transform var(--wz-transition), box-shadow var(--wz-transition);
}

body.wz-theme a:hover,
body.wz-theme a:focus-visible {
  color: var(--wz-blue-dark);
}

body.wz-theme button,
body.wz-theme input,
body.wz-theme select,
body.wz-theme textarea {
  font: inherit;
}

body.wz-theme button,
body.wz-theme input[type="submit"],
body.wz-theme input[type="button"] {
  cursor: pointer;
}

body.wz-theme ul,
body.wz-theme ol {
  margin-top: 0;
}

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

.screen-reader-text:focus {
  z-index: 100000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  background: #fff;
  color: #000;
  border-radius: 6px;
  box-shadow: var(--wz-shadow);
}

.wz-skip-link {
  position: absolute;
  left: -9999px;
}

.wz-skip-link:focus {
  z-index: 100001;
  left: 12px;
  top: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--wz-blue);
  border-radius: 6px;
}

.wz-container {
  width: min(calc(100% - 40px), var(--wz-container));
  margin-inline: auto;
}

.wz-main {
  min-height: 52vh;
}

.wz-content-shell {
  padding-block: 48px 72px;
}

.wz-page-content {
  max-width: 960px;
}

.wz-entry-content > *:first-child {
  margin-top: 0;
}

.wz-entry-content h2,
.wz-entry-content h3,
.wz-entry-content h4,
.wz-page-header h1 {
  color: var(--wz-ink);
  line-height: 1.2;
}

.wz-page-header {
  margin-bottom: 28px;
}

.wz-page-header h1 {
  margin: 0;
  font-size: clamp(32px, 5vw, 54px);
  letter-spacing: -0.04em;
}

.wz-button,
body.wz-theme .button,
body.wz-theme button.button,
body.wz-theme input.button,
body.wz-theme .woocommerce a.button,
body.wz-theme .woocommerce button.button,
body.wz-theme .woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 20px;
  color: #fff;
  background: var(--wz-blue);
  border: 1px solid var(--wz-blue);
  border-radius: var(--wz-radius-sm);
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  box-shadow: none;
  transition: transform var(--wz-transition), background-color var(--wz-transition), border-color var(--wz-transition), box-shadow var(--wz-transition);
}

.wz-button:hover,
.wz-button:focus-visible,
body.wz-theme .button:hover,
body.wz-theme button.button:hover,
body.wz-theme input.button:hover,
body.wz-theme .woocommerce a.button:hover,
body.wz-theme .woocommerce button.button:hover,
body.wz-theme .woocommerce input.button:hover {
  color: #fff;
  background: var(--wz-blue-dark);
  border-color: var(--wz-blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(13, 71, 255, 0.2);
}

.wz-button-light {
  color: var(--wz-blue);
  background: #fff;
  border-color: #fff;
}

.wz-button-light:hover,
.wz-button-light:focus-visible {
  color: var(--wz-blue-dark);
  background: #f8fbff;
  border-color: #f8fbff;
}

.wz-eyebrow {
  margin: 0 0 10px;
  color: var(--wz-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Header */
.wz-header {
  position: relative;
  z-index: 50;
  color: var(--wz-ink);
  background: #fff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08);
}

.wz-topbar {
  color: #fff;
  background: var(--wz-navy);
  font-size: 12px;
}

.wz-topbar-inner {
  display: flex;
  align-items: center;
  min-height: 34px;
  gap: 22px;
}

.wz-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.wz-topbar-item + .wz-topbar-item {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.wz-topbar-icon {
  color: #8fb0ff;
  font-size: 13px;
}

.wz-topbar-support {
  margin-left: auto;
  color: #dbe4f2;
}

.wz-mainbar {
  background: #fff;
}

.wz-mainbar-inner {
  display: grid;
  grid-template-columns: minmax(205px, 250px) minmax(280px, 1fr) auto;
  align-items: center;
  min-height: 82px;
  gap: 30px;
}

.wz-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.wz-site-logo {
  width: 100%;
  max-width: 245px;
  max-height: 70px;
  object-fit: contain;
  object-position: left center;
}

.wz-header-search,
.wz-mobile-search,
.wz-hero-search {
  display: flex;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.03);
}

.wz-header-search:focus-within,
.wz-mobile-search:focus-within,
.wz-hero-search:focus-within {
  border-color: var(--wz-blue);
  box-shadow: 0 0 0 3px rgba(13, 71, 255, 0.12);
}

.wz-header-search input,
.wz-mobile-search input,
.wz-hero-search input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 16px;
  color: var(--wz-ink);
  background: transparent;
  border: 0;
  outline: 0;
}

.wz-header-search input::placeholder,
.wz-mobile-search input::placeholder,
.wz-hero-search input::placeholder {
  color: #8a98aa;
}

.wz-header-search button,
.wz-mobile-search button {
  display: grid;
  place-items: center;
  flex: 0 0 52px;
  width: 52px;
  color: #fff;
  background: var(--wz-blue);
  border: 0;
}

.wz-header-search button:hover,
.wz-mobile-search button:hover {
  background: var(--wz-blue-dark);
}

.wz-header-search svg,
.wz-mobile-search svg {
  width: 22px;
  height: 22px;
}

.wz-header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.wz-header-action {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 46px;
  color: var(--wz-text);
  font-size: 11px;
  font-weight: 650;
  white-space: nowrap;
}

.wz-header-action:hover,
.wz-header-action:focus-visible {
  color: var(--wz-blue);
}

.wz-header-action svg {
  width: 24px;
  height: 24px;
}

.wz-cart-count {
  position: absolute;
  top: -6px;
  right: 0;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  color: #fff;
  background: var(--wz-blue);
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}

.wz-navrow {
  border-top: 1px solid var(--wz-line);
  border-bottom: 1px solid var(--wz-line);
  background: #fff;
}

.wz-navrow-inner {
  display: flex;
  align-items: center;
  min-height: 52px;
  gap: 26px;
}

.wz-all-categories {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 16px;
  color: #fff;
  background: var(--wz-blue);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.wz-all-categories:hover,
.wz-all-categories:focus-visible {
  color: #fff;
  background: var(--wz-blue-dark);
}

.wz-all-categories svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.wz-primary-nav {
  flex: 1;
  min-width: 0;
}

.wz-nav-menu,
.wz-primary-nav ul,
.wz-mobile-nav-menu,
.wz-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wz-nav-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 24px;
}

.wz-nav-menu > li {
  position: relative;
  margin: 0;
}

.wz-nav-menu > li > a {
  display: flex;
  align-items: center;
  min-height: 50px;
  color: var(--wz-text);
  font-size: 13px;
  font-weight: 680;
}

.wz-nav-menu > li > a:hover,
.wz-nav-menu > li > a:focus-visible,
.wz-nav-menu > .current-menu-item > a,
.wz-nav-menu > .current-menu-ancestor > a {
  color: var(--wz-blue);
}

.wz-nav-menu .sub-menu {
  position: absolute;
  top: calc(100% - 2px);
  left: -14px;
  z-index: 20;
  display: none;
  width: 220px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 10px;
  box-shadow: var(--wz-shadow);
  list-style: none;
}

.wz-nav-menu li:hover > .sub-menu,
.wz-nav-menu li:focus-within > .sub-menu {
  display: block;
}

.wz-nav-menu .sub-menu a {
  display: block;
  padding: 10px 12px;
  color: var(--wz-text);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
}

.wz-nav-menu .sub-menu a:hover,
.wz-nav-menu .sub-menu a:focus-visible {
  color: var(--wz-blue);
  background: var(--wz-blue-soft);
}

.wz-menu-toggle,
.wz-mobile-search-wrap,
.wz-mobile-drawer,
.wz-mobile-overlay {
  display: none;
}

/* Homepage */
.wz-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 20%, rgba(13, 71, 255, 0.12), transparent 34%),
    linear-gradient(120deg, #f9fbff 0%, #eef4ff 56%, #f8fbff 100%);
  border-bottom: 1px solid #dae5f8;
}

.wz-hero::before,
.wz-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.wz-hero::before {
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(13, 71, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 71, 255, 0.12) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to left, #000, transparent);
}

.wz-hero::after {
  right: -90px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border: 78px solid rgba(13, 71, 255, 0.05);
  border-radius: 50%;
}

.wz-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  align-items: center;
  min-height: 580px;
  gap: 54px;
  padding-block: 72px 58px;
}

.wz-hero-copy h1 {
  max-width: 690px;
  margin: 0;
  color: #050b18;
  font-size: clamp(48px, 5.7vw, 78px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.wz-hero-text {
  max-width: 640px;
  margin: 24px 0 28px;
  color: #4b5d73;
  font-size: 18px;
  line-height: 1.65;
}

.wz-hero-search {
  max-width: 640px;
  align-items: center;
  min-height: 58px;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.12);
}

.wz-hero-search-icon {
  display: grid;
  place-items: center;
  flex: 0 0 50px;
  color: #7b8aa0;
}

.wz-hero-search-icon svg {
  width: 21px;
  height: 21px;
}

.wz-hero-search input {
  height: 58px;
  padding-left: 0;
}

.wz-hero-search button {
  align-self: stretch;
  min-width: 124px;
  padding: 0 24px;
  color: #fff;
  background: var(--wz-blue);
  border: 0;
  font-weight: 800;
}

.wz-hero-search button:hover {
  background: var(--wz-blue-dark);
}

.wz-hero-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 460px;
}

.wz-hero-visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 540px);
  max-height: 520px;
  object-fit: cover;
  object-position: right center;
  border-radius: 32px 32px 12px 12px;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 26px 28px rgba(17, 24, 39, 0.16));
}

.wz-hero-glow {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 86%;
  height: 60%;
  background: radial-gradient(ellipse, rgba(13, 71, 255, 0.26), transparent 68%);
  filter: blur(30px);
}

.wz-hero-mobile-benefits {
  display: none;
}

.wz-benefit-strip {
  background: #fff;
  border-bottom: 1px solid var(--wz-line);
}

.wz-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wz-benefit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  padding: 20px 26px;
  gap: 14px;
}

.wz-benefit-item + .wz-benefit-item {
  border-left: 1px solid var(--wz-line);
}

.wz-benefit-icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: var(--wz-blue);
}

.wz-benefit-icon svg {
  width: 34px;
  height: 34px;
}

.wz-benefit-item > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.wz-benefit-item strong {
  color: var(--wz-ink);
  font-size: 14px;
}

.wz-benefit-item small {
  margin-top: 4px;
  color: var(--wz-muted);
  font-size: 12px;
}

.wz-section {
  padding-block: 72px;
}

.wz-section-muted {
  background: var(--wz-surface-soft);
  border-block: 1px solid var(--wz-line);
}

.wz-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.wz-section-heading h2 {
  margin: 0;
  color: var(--wz-ink);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 820;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.wz-section-heading > a {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 750;
}

.wz-catalogue-total {
  margin: 7px 0 0;
  color: var(--wz-muted);
  font-size: 13px;
  font-weight: 650;
}

.wz-section-heading-compact {
  align-items: center;
  margin-bottom: 22px;
}

.wz-section-heading-compact h2 {
  font-size: 26px;
}

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

.wz-category-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  color: var(--wz-ink);
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: var(--wz-radius);
  box-shadow: var(--wz-shadow-sm);
}

.wz-category-card:hover,
.wz-category-card:focus-visible {
  color: var(--wz-ink);
  border-color: rgba(13, 71, 255, 0.42);
  transform: translateY(-4px);
  box-shadow: var(--wz-shadow);
}

.wz-category-image {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(145deg, #f7faff, #eef3fb);
}

.wz-category-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 260ms ease;
}

.wz-category-card:hover .wz-category-image img {
  transform: scale(1.04);
}

.wz-category-copy {
  display: flex;
  flex-direction: column;
  padding: 14px 12px 16px;
  text-align: center;
  line-height: 1.25;
}

.wz-category-copy strong {
  overflow: hidden;
  color: var(--wz-ink);
  font-size: 13px;
  text-overflow: ellipsis;
}

.wz-category-copy small {
  margin-top: 5px;
  color: var(--wz-muted);
  font-size: 11px;
}

.wz-brand-finder-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
}

.wz-brand-panel,
.wz-finder-panel {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: var(--wz-radius-lg);
  box-shadow: var(--wz-shadow-sm);
}

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

.wz-brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 14px 12px;
  color: var(--wz-ink);
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
}

.wz-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
}

.wz-brand-logo img {
  display: block;
  width: auto;
  max-width: 94%;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  object-position: center;
}

.wz-brand-card--apple .wz-brand-logo img,
.wz-brand-card--xiaomi .wz-brand-logo img,
.wz-brand-card--huawei .wz-brand-logo img {
  max-width: 58px;
  max-height: 58px;
}

.wz-brand-card:hover,
.wz-brand-card:focus-visible {
  color: var(--wz-blue);
  background: #f8fbff;
  border-color: rgba(13, 71, 255, 0.38);
  transform: translateY(-2px);
}

.wz-brand-card strong {
  font-size: 14px;
  line-height: 1.2;
}

.wz-brand-card small {
  margin-top: 5px;
  color: var(--wz-muted);
  font-size: 10px;
}

.wz-finder-panel > p {
  margin: -8px 0 22px;
  color: var(--wz-muted);
  font-size: 14px;
}

.wz-finder-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.wz-finder-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--wz-ink);
  font-size: 12px;
  font-weight: 700;
}

.wz-finder-form input,
.wz-finder-form select {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  color: var(--wz-text);
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 8px;
  outline: 0;
}

.wz-finder-form input:focus,
.wz-finder-form select:focus {
  border-color: var(--wz-blue);
  box-shadow: 0 0 0 3px rgba(13, 71, 255, 0.1);
}

.wz-finder-form button {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 10px;
  color: #fff;
  background: var(--wz-blue);
  border: 0;
  border-radius: 8px;
  font-weight: 780;
}

.wz-finder-form button:hover {
  background: var(--wz-blue-dark);
}

.wz-finder-form button svg {
  width: 19px;
  height: 19px;
}

.wz-finder-note {
  margin-top: 14px;
  padding: 11px 14px;
  color: #2f4d81;
  background: #f1f6ff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 650;
}

.wz-popular-products {
  background: #fff;
}

.wz-empty-inline {
  padding: 36px;
  background: var(--wz-surface-soft);
  border: 1px dashed #c8d3e3;
  border-radius: var(--wz-radius);
  text-align: center;
}

.wz-home-cta {
  padding-top: 0;
}

.wz-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 40px 44px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, var(--wz-blue-dark), var(--wz-blue));
  border-radius: var(--wz-radius-lg);
  box-shadow: 0 22px 55px rgba(13, 71, 255, 0.24);
}

.wz-cta-card .wz-eyebrow {
  color: #d9e4ff;
}

.wz-cta-card h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.wz-cta-card p:last-child {
  max-width: 740px;
  margin: 14px 0 0;
  color: #dce6ff;
}

.wz-cta-card .wz-button {
  flex: 0 0 auto;
}

/* General WooCommerce */
.wz-woocommerce-main {
  padding-block: 38px 70px;
}

body.wz-theme .woocommerce-breadcrumb,
.wz-product-breadcrumb .woocommerce-breadcrumb {
  margin: 0 0 24px;
  color: var(--wz-muted);
  font-size: 12px;
}

body.wz-theme .woocommerce-breadcrumb a {
  color: var(--wz-muted);
}

body.wz-theme .woocommerce-breadcrumb a:hover {
  color: var(--wz-blue);
}

body.wz-theme .woocommerce-message,
body.wz-theme .woocommerce-info,
body.wz-theme .woocommerce-error {
  margin: 0 0 22px;
  padding: 15px 18px 15px 52px;
  color: var(--wz-text);
  background: #fff;
  border: 1px solid var(--wz-line);
  border-top: 3px solid var(--wz-blue);
  border-radius: 10px;
  box-shadow: var(--wz-shadow-sm);
}

body.wz-theme .woocommerce-message::before,
body.wz-theme .woocommerce-info::before {
  color: var(--wz-blue);
}

body.wz-theme .woocommerce-error {
  border-top-color: var(--wz-danger);
}

body.wz-theme .woocommerce-error::before {
  color: var(--wz-danger);
}

body.wz-theme .woocommerce-result-count,
body.wz-theme .woocommerce-ordering {
  margin-bottom: 24px;
}

body.wz-theme .woocommerce-ordering select {
  height: 42px;
  padding: 0 38px 0 12px;
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 8px;
}

body.wz-theme .woocommerce-products-header {
  margin-bottom: 28px;
}

body.wz-theme .woocommerce-products-header__title {
  margin: 0;
  color: var(--wz-ink);
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -0.04em;
}

body.wz-theme ul.products,
body.wz-theme .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  clear: both;
  padding: 0;
  margin: 0;
  gap: 20px;
  list-style: none;
}

body.wz-theme ul.products::before,
body.wz-theme ul.products::after {
  display: none;
}

body.wz-theme ul.products li.product,
body.wz-theme .woocommerce ul.products li.product {
  position: relative;
  display: flex;
  flex-direction: column;
  float: none;
  width: auto;
  min-width: 0;
  padding: 12px;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 14px;
  box-shadow: var(--wz-shadow-sm);
  transition: transform var(--wz-transition), box-shadow var(--wz-transition), border-color var(--wz-transition);
}

body.wz-theme ul.products li.product:hover,
body.wz-theme .woocommerce ul.products li.product:hover {
  border-color: rgba(13, 71, 255, 0.35);
  transform: translateY(-4px);
  box-shadow: var(--wz-shadow);
}

body.wz-theme ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex: 1;
  flex-direction: column;
}

body.wz-theme ul.products li.product a img,
body.wz-theme .woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 14px;
  object-fit: contain;
  background: #f8fafc;
  border-radius: 10px;
}

body.wz-theme ul.products li.product .woocommerce-loop-product__title {
  min-height: 43px;
  padding: 0;
  margin: 0 0 8px;
  color: var(--wz-ink);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.45;
}

body.wz-theme ul.products li.product .price {
  margin-top: auto;
  margin-bottom: 10px;
  color: var(--wz-blue);
  font-size: 16px;
  font-weight: 800;
}

body.wz-theme ul.products li.product .price del {
  color: var(--wz-muted);
  font-size: 12px;
  opacity: 0.8;
}

body.wz-theme ul.products li.product .price ins {
  text-decoration: none;
}

body.wz-theme ul.products li.product .button {
  width: 100%;
  margin-top: 0;
  font-size: 13px;
}

body.wz-theme .onsale {
  z-index: 3;
  top: 18px;
  left: 18px;
  right: auto;
  min-width: auto;
  min-height: auto;
  padding: 5px 9px;
  color: #fff;
  background: var(--wz-danger);
  border-radius: 6px;
  font-size: 10px;
  line-height: 1.2;
}

body.wz-theme .woocommerce-pagination {
  margin-top: 34px;
}

body.wz-theme .woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  gap: 6px;
  padding: 0;
  border: 0;
}

body.wz-theme .woocommerce-pagination ul.page-numbers li {
  border: 0;
}

body.wz-theme .woocommerce-pagination .page-numbers a,
body.wz-theme .woocommerce-pagination .page-numbers span {
  display: grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  color: var(--wz-text);
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 8px;
}

body.wz-theme .woocommerce-pagination .page-numbers .current,
body.wz-theme .woocommerce-pagination .page-numbers a:hover {
  color: #fff;
  background: var(--wz-blue);
  border-color: var(--wz-blue);
}

/* Product detail page */
.wz-single-product {
  padding-bottom: 10px;
}

.wz-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: start;
  gap: 54px;
}

.wz-product-media,
.wz-product-summary {
  min-width: 0;
}

.wz-product-media {
  position: relative;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: var(--wz-radius-lg);
  box-shadow: var(--wz-shadow-sm);
}

body.wz-theme .wz-product-media .woocommerce-product-gallery {
  float: none;
  width: 100%;
  margin: 0;
}

body.wz-theme .woocommerce-product-gallery__wrapper {
  margin: 0;
}

body.wz-theme .woocommerce-product-gallery__image {
  overflow: hidden;
  background: #f8fafc;
  border-radius: 14px;
}

body.wz-theme .woocommerce-product-gallery__image a {
  display: block;
}

body.wz-theme .woocommerce-product-gallery__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

body.wz-theme .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0;
  margin: 14px 0 0;
  gap: 10px;
  list-style: none;
}

body.wz-theme .flex-control-thumbs li {
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 9px;
}

body.wz-theme .flex-control-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  opacity: 0.75;
}

body.wz-theme .flex-control-thumbs img.flex-active,
body.wz-theme .flex-control-thumbs img:hover {
  opacity: 1;
  box-shadow: inset 0 0 0 2px var(--wz-blue);
}

body.wz-theme .woocommerce-product-gallery__trigger {
  top: 30px;
  right: 30px;
  width: 42px;
  height: 42px;
  background: #fff;
  border: 1px solid var(--wz-line);
  box-shadow: var(--wz-shadow-sm);
}

.wz-product-summary {
  padding-top: 6px;
}

.wz-product-summary .product_title {
  margin: 0;
  color: var(--wz-ink);
  font-size: clamp(34px, 4.3vw, 56px);
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.wz-product-submeta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 16px 0 8px;
  color: var(--wz-muted);
  font-size: 12px;
}

.wz-product-submeta strong {
  color: var(--wz-text);
}

.wz-product-summary .woocommerce-product-rating {
  margin: 12px 0;
}

.wz-product-summary .star-rating {
  color: #f7a600;
}

.wz-product-price .price,
.wz-product-summary p.price {
  margin: 16px 0 4px;
  color: var(--wz-blue);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 850;
  letter-spacing: -0.035em;
}

.wz-product-price .price del {
  color: var(--wz-muted);
  font-size: 18px;
  font-weight: 600;
}

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

.wz-product-stock {
  min-height: 25px;
}

.wz-product-stock .stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: var(--wz-success);
  font-size: 14px;
  font-weight: 800;
}

.wz-product-stock .stock::before {
  content: "";
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(17, 155, 88, 0.1);
}

.wz-product-stock .out-of-stock {
  color: var(--wz-danger);
}

.wz-product-excerpt {
  margin: 18px 0;
  color: var(--wz-text);
  font-size: 15px;
}

.wz-product-excerpt p:last-child {
  margin-bottom: 0;
}

.wz-product-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.wz-product-option {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 11px 13px;
  background: var(--wz-surface-soft);
  border: 1px solid var(--wz-line);
  border-radius: 9px;
}

.wz-product-option-wide {
  grid-column: 1 / -1;
}

.wz-product-option span {
  color: var(--wz-muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wz-product-option strong {
  overflow-wrap: anywhere;
  color: var(--wz-ink);
  font-size: 13px;
  line-height: 1.4;
}

.wz-product-cart-block {
  margin: 22px 0 10px;
}

.wz-product-cart-block form.cart {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin: 0;
}

.wz-product-cart-block form.cart .quantity {
  float: none;
  margin: 0;
}

.wz-product-cart-block .quantity .qty {
  width: 76px;
  height: 50px;
  padding: 0 8px;
  color: var(--wz-ink);
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 8px;
  text-align: center;
}

.wz-product-cart-block .single_add_to_cart_button {
  flex: 1;
  min-height: 50px;
  font-size: 15px;
}

body.wz-theme .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

body.wz-theme table.variations {
  margin-bottom: 16px;
  border: 0;
}

body.wz-theme table.variations th,
body.wz-theme table.variations td {
  padding: 6px 0;
  background: transparent;
  border: 0;
}

body.wz-theme table.variations select {
  width: 100%;
  height: 46px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 8px;
}

.wz-product-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 12px 0 20px;
}

.wz-product-text-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  color: var(--wz-text);
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 700;
}

.wz-product-text-action:hover,
.wz-product-text-action:focus-visible {
  color: var(--wz-blue);
}

.wz-product-text-action svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
}

.wz-compatibility-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 16px;
  background: #f5f8ff;
  border: 1px solid #dce7ff;
  border-radius: 12px;
}

.wz-compatibility-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--wz-blue);
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--wz-shadow-sm);
}

.wz-compatibility-icon svg {
  width: 26px;
  height: 26px;
}

.wz-compatibility-card strong {
  display: block;
  color: var(--wz-ink);
  font-size: 13px;
}

.wz-compatibility-card p {
  margin: 3px 0 0;
  color: var(--wz-muted);
  font-size: 11px;
  line-height: 1.45;
}

.wz-compatibility-card > a {
  padding: 7px 10px;
  color: #fff;
  background: var(--wz-blue);
  border-radius: 7px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.wz-compatibility-card > a:hover {
  color: #fff;
  background: var(--wz-blue-dark);
}

.wz-product-meta-wrap {
  margin-top: 16px;
  color: var(--wz-muted);
  font-size: 11px;
}

.wz-product-meta-wrap .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
}

.wz-product-meta-wrap .product_meta > span {
  display: inline-block;
}

.wz-product-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.wz-service-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 88px;
  padding: 15px;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 12px;
  text-align: left;
}

.wz-service-card > span {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: var(--wz-blue);
  background: var(--wz-blue-soft);
  border-radius: 9px;
}

.wz-service-card svg {
  width: 23px;
  height: 23px;
}

.wz-service-card div {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.28;
}

.wz-service-card strong {
  color: var(--wz-ink);
  font-size: 12px;
}

.wz-service-card small {
  margin-top: 3px;
  color: var(--wz-muted);
  font-size: 10px;
}

.wz-product-tabs-wrap {
  margin-top: 34px;
  padding: 0;
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: var(--wz-radius);
  box-shadow: var(--wz-shadow-sm);
}

body.wz-theme .woocommerce-tabs {
  clear: both;
}

body.wz-theme .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0 20px;
  margin: 0;
  overflow: visible;
  border-bottom: 1px solid var(--wz-line);
}

body.wz-theme .woocommerce-tabs ul.tabs::before,
body.wz-theme .woocommerce-tabs ul.tabs::after {
  display: none;
}

body.wz-theme .woocommerce-tabs ul.tabs li {
  padding: 0;
  margin: 0 20px 0 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body.wz-theme .woocommerce-tabs ul.tabs li::before,
body.wz-theme .woocommerce-tabs ul.tabs li::after {
  display: none;
}

body.wz-theme .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 16px 2px 13px;
  color: var(--wz-muted);
  border-bottom: 3px solid transparent;
  font-size: 12px;
  font-weight: 750;
}

body.wz-theme .woocommerce-tabs ul.tabs li.active a,
body.wz-theme .woocommerce-tabs ul.tabs li a:hover {
  color: var(--wz-blue);
  border-bottom-color: var(--wz-blue);
}

body.wz-theme .woocommerce-tabs .panel {
  padding: 26px 28px;
  margin: 0;
  color: var(--wz-text);
  font-size: 14px;
}

body.wz-theme .woocommerce-tabs .panel h2:first-child {
  margin-top: 0;
  color: var(--wz-ink);
  font-size: 24px;
}

.wz-related-products-wrap {
  margin-top: 50px;
}

.wz-related-products-wrap .related > h2 {
  margin: 0 0 24px;
  color: var(--wz-ink);
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.035em;
}

/* Cart, checkout, forms */
body.wz-theme .woocommerce table.shop_table {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 12px;
  border-collapse: separate;
}

body.wz-theme .woocommerce table.shop_table th {
  color: var(--wz-ink);
  background: var(--wz-surface-soft);
  font-size: 12px;
}

body.wz-theme .woocommerce table.shop_table td {
  border-color: var(--wz-line);
}

body.wz-theme .woocommerce form .form-row input.input-text,
body.wz-theme .woocommerce form .form-row textarea,
body.wz-theme .woocommerce form .form-row select,
body.wz-theme .select2-container--default .select2-selection--single {
  min-height: 46px;
  padding: 10px 12px;
  color: var(--wz-ink);
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 8px;
}

body.wz-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
}

body.wz-theme .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

body.wz-theme .woocommerce form .form-row input.input-text:focus,
body.wz-theme .woocommerce form .form-row textarea:focus {
  border-color: var(--wz-blue);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(13, 71, 255, 0.1);
}

body.wz-theme .cart_totals,
body.wz-theme .woocommerce-checkout-review-order,
body.wz-theme .woocommerce-billing-fields,
body.wz-theme .woocommerce-additional-fields,
body.wz-theme .woocommerce-MyAccount-navigation,
body.wz-theme .woocommerce-MyAccount-content {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 12px;
  box-shadow: var(--wz-shadow-sm);
}

body.wz-theme .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

body.wz-theme .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 10px 12px;
  color: var(--wz-text);
  border-radius: 7px;
}

body.wz-theme .woocommerce-MyAccount-navigation li.is-active a,
body.wz-theme .woocommerce-MyAccount-navigation li a:hover {
  color: var(--wz-blue);
  background: var(--wz-blue-soft);
}

/* Posts and empty states */
.wz-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.wz-post-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: var(--wz-radius);
  box-shadow: var(--wz-shadow-sm);
}

.wz-post-card-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.wz-post-card-body {
  padding: 20px;
}

.wz-post-card-body h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
}

.wz-post-card-body h2 a {
  color: var(--wz-ink);
}

.wz-empty-state {
  padding: 80px 24px;
  text-align: center;
}

.wz-empty-state h1 {
  margin: 0 0 12px;
  color: var(--wz-ink);
  font-size: clamp(36px, 6vw, 68px);
  letter-spacing: -0.05em;
}

.wz-empty-state p {
  margin-bottom: 26px;
  color: var(--wz-muted);
}

/* Footer */
.wz-footer {
  margin-top: 72px;
  color: #cbd5e1;
  background: #0a1220;
}

.wz-footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.35fr) repeat(3, minmax(150px, 0.8fr));
  gap: 52px;
  padding-block: 56px 48px;
}

.wz-footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.wz-footer-brand-link:hover {
  color: #fff;
}

.wz-footer-mark {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.wz-footer-brand-link span {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.wz-footer-brand-link strong {
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.wz-footer-brand-link small {
  margin-top: 7px;
  color: #7ba2ff;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.26em;
}

.wz-footer-brand p {
  max-width: 350px;
  margin: 22px 0 0;
  color: #93a4b9;
  font-size: 13px;
}

.wz-footer-column h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 15px;
}

.wz-footer-column li {
  margin: 0 0 10px;
  color: #93a4b9;
  font-size: 13px;
}

.wz-footer-column a {
  color: #a8b6c8;
}

.wz-footer-column a:hover,
.wz-footer-column a:focus-visible {
  color: #fff;
}

.wz-footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.wz-footer-bottom .wz-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  gap: 20px;
}

.wz-footer-bottom p {
  margin: 0;
  color: #72849a;
  font-size: 11px;
}

/* Responsive */
@media (max-width: 1120px) {
  .wz-mainbar-inner {
    grid-template-columns: minmax(190px, 220px) minmax(230px, 1fr) auto;
    gap: 18px;
  }

  .wz-header-actions {
    gap: 12px;
  }

  .wz-action-support {
    display: none;
  }

  .wz-nav-menu {
    gap: 2px 18px;
  }

  .wz-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wz-hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
    gap: 28px;
  }

  .wz-product-layout {
    gap: 36px;
  }

  .wz-product-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wz-footer-grid {
    grid-template-columns: 1.2fr repeat(3, 0.8fr);
    gap: 32px;
  }
}

@media (max-width: 900px) {
  .wz-container {
    width: min(calc(100% - 28px), var(--wz-container));
  }

  .wz-topbar-inner {
    min-height: 32px;
  }

  .wz-topbar-desktop {
    display: none;
  }

  .wz-mainbar-inner {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    min-height: 66px;
    gap: 12px;
  }

  .wz-menu-toggle {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: var(--wz-ink);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
  }

  .wz-menu-toggle:hover,
  .wz-menu-toggle:focus-visible {
    background: var(--wz-surface-soft);
    border-color: var(--wz-line);
  }

  .wz-menu-toggle-lines {
    display: flex;
    flex-direction: column;
    width: 21px;
    gap: 4px;
  }

  .wz-menu-toggle-lines span {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
  }

  .wz-brand {
    min-width: 0;
  }

  .wz-site-logo {
    max-width: 205px;
    max-height: 52px;
  }

  .wz-header-search,
  .wz-navrow,
  .wz-header-action > span:not(.wz-cart-count) {
    display: none;
  }

  .wz-header-actions {
    gap: 8px;
  }

  .wz-header-action {
    min-width: 32px;
  }

  .wz-header-action svg {
    width: 22px;
    height: 22px;
  }

  .wz-action-support {
    display: none;
  }

  .wz-cart-count {
    top: -7px;
    right: -5px;
  }

  .wz-mobile-search-wrap {
    display: block;
    padding: 0 0 12px;
    background: #fff;
    border-bottom: 1px solid var(--wz-line);
  }

  .wz-mobile-search input {
    height: 44px;
  }

  .wz-mobile-search button {
    flex-basis: 48px;
    width: 48px;
  }

  .wz-mobile-overlay {
    position: fixed;
    inset: 0;
    z-index: 98;
    display: block;
    background: rgba(5, 11, 24, 0.58);
    backdrop-filter: blur(2px);
  }

  .wz-mobile-overlay[hidden] {
    display: none;
  }

  .wz-mobile-drawer {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    width: min(88vw, 380px);
    padding: 0;
    overflow-y: auto;
    background: #fff;
    box-shadow: 26px 0 60px rgba(5, 11, 24, 0.2);
    transform: translateX(-105%);
    transition: transform 220ms ease;
  }

  .wz-menu-open .wz-mobile-drawer {
    transform: translateX(0);
  }

  .wz-mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--wz-line);
  }

  .wz-mobile-drawer-logo {
    display: block;
    max-width: 215px;
  }

  .wz-menu-close {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    padding: 0;
    color: var(--wz-ink);
    background: var(--wz-surface-soft);
    border: 1px solid var(--wz-line);
    border-radius: 50%;
    font-size: 30px;
    line-height: 1;
  }

  .wz-mobile-nav-menu,
  .wz-mobile-drawer .wz-nav-menu {
    display: block;
    padding: 14px;
    margin: 0;
    list-style: none;
  }

  .wz-mobile-nav-menu li,
  .wz-mobile-drawer .wz-nav-menu li {
    margin: 0;
  }

  .wz-mobile-nav-menu a,
  .wz-mobile-drawer .wz-nav-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 10px 12px;
    color: var(--wz-ink);
    border-bottom: 1px solid #edf1f7;
    font-size: 15px;
    font-weight: 700;
  }

  .wz-mobile-nav-menu .sub-menu,
  .wz-mobile-drawer .wz-nav-menu .sub-menu {
    position: static;
    display: block;
    width: auto;
    padding: 0 0 0 14px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .wz-mobile-nav-menu .sub-menu a,
  .wz-mobile-drawer .wz-nav-menu .sub-menu a {
    min-height: 42px;
    color: var(--wz-muted);
    font-size: 13px;
  }

  .wz-mobile-quick-links {
    display: grid;
    gap: 8px;
    padding: 16px;
    margin-top: auto;
    background: var(--wz-surface-soft);
    border-top: 1px solid var(--wz-line);
  }

  .wz-mobile-quick-links a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 8px 12px;
    color: var(--wz-text);
    background: #fff;
    border: 1px solid var(--wz-line);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 650;
  }

  .wz-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 44px 30px;
  }

  .wz-hero-copy {
    text-align: left;
  }

  .wz-hero-copy h1 {
    max-width: 680px;
    font-size: clamp(42px, 10vw, 64px);
  }

  .wz-hero-text {
    margin-top: 18px;
    font-size: 16px;
  }

  .wz-hero-search {
    max-width: none;
  }

  .wz-hero-visual {
    display: none;
  }

  .wz-hero-mobile-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .wz-hero-mobile-benefits span {
    position: relative;
    padding-left: 22px;
    color: var(--wz-text);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.4;
  }

  .wz-hero-mobile-benefits span::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--wz-blue);
    font-weight: 900;
  }

  .wz-benefit-strip {
    display: none;
  }

  .wz-section {
    padding-block: 54px;
  }

  .wz-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wz-brand-finder-grid,
  .wz-product-layout {
    grid-template-columns: 1fr;
  }

  .wz-product-layout {
    gap: 28px;
  }

  .wz-product-summary {
    padding-top: 0;
  }

  .wz-product-summary .product_title {
    font-size: clamp(34px, 7vw, 48px);
  }

  body.wz-theme ul.products,
  body.wz-theme .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wz-cta-card {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px;
  }

  .wz-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wz-footer-brand {
    grid-column: 1 / -1;
  }

  .wz-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .wz-container {
    width: min(calc(100% - 24px), var(--wz-container));
  }

  .wz-topbar-inner {
    justify-content: center;
    min-height: 30px;
    font-size: 10px;
    text-align: center;
  }

  .wz-mainbar-inner {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    min-height: 62px;
    gap: 8px;
  }

  .wz-site-logo {
    max-width: 174px;
    max-height: 46px;
  }

  .wz-header-actions {
    gap: 4px;
  }

  .wz-header-action:first-of-type {
    display: none;
  }

  .wz-hero-grid {
    padding-block: 34px 30px;
  }

  .wz-hero-copy h1 {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1.01;
  }

  .wz-hero-text {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .wz-hero-search {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .wz-hero-search-icon {
    grid-row: 1;
    grid-column: 1;
    z-index: 2;
  }

  .wz-hero-search input {
    grid-row: 1;
    grid-column: 1 / -1;
    height: 50px;
    padding-left: 44px;
    background: #fff;
    border: 1px solid var(--wz-line);
    border-radius: 9px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
  }

  .wz-hero-search button {
    grid-column: 1 / -1;
    min-height: 48px;
    margin-top: 9px;
    border-radius: 9px;
  }

  .wz-section-heading {
    align-items: flex-start;
  }

  .wz-section-heading h2 {
    font-size: 29px;
  }

  .wz-section-heading > a {
    font-size: 11px;
  }

  .wz-category-grid {
    display: flex;
    width: calc(100vw - 12px);
    padding: 0 12px 10px 0;
    margin-right: -12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
  }

  .wz-category-card {
    flex: 0 0 132px;
    scroll-snap-align: start;
  }

  .wz-brand-panel,
  .wz-finder-panel {
    padding: 20px;
    border-radius: 16px;
  }

  .wz-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .wz-brand-card {
    min-height: 92px;
    padding: 10px 8px;
  }

  .wz-brand-logo {
    height: 52px;
  }

  .wz-brand-logo img {
    max-height: 52px;
  }

  .wz-brand-card--apple .wz-brand-logo img,
  .wz-brand-card--xiaomi .wz-brand-logo img,
  .wz-brand-card--huawei .wz-brand-logo img {
    max-width: 50px;
    max-height: 50px;
  }

  .wz-brand-card strong {
    font-size: 11px;
  }

  .wz-brand-card small {
    display: none;
  }

  .wz-finder-form {
    grid-template-columns: 1fr;
  }

  .wz-finder-form button {
    grid-column: auto;
  }

  body.wz-theme ul.products,
  body.wz-theme .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.wz-theme ul.products li.product,
  body.wz-theme .woocommerce ul.products li.product {
    padding: 9px;
    border-radius: 11px;
  }

  body.wz-theme ul.products li.product .woocommerce-loop-product__title {
    min-height: 54px;
    font-size: 12px;
  }

  body.wz-theme ul.products li.product .price {
    font-size: 14px;
  }

  body.wz-theme ul.products li.product .button {
    min-height: 40px;
    padding: 9px 8px;
    font-size: 11px;
  }

  .wz-product-media {
    padding: 10px;
    border-radius: 14px;
  }

  .wz-product-summary .product_title {
    font-size: 34px;
  }

  .wz-product-price .price,
  .wz-product-summary p.price {
    font-size: 28px;
  }

  .wz-product-options {
    grid-template-columns: 1fr;
  }

  .wz-product-option-wide {
    grid-column: auto;
  }

  .wz-product-cart-block form.cart,
  body.wz-theme .woocommerce-variation-add-to-cart {
    align-items: stretch;
  }

  .wz-product-cart-block .quantity .qty {
    width: 64px;
  }

  .wz-compatibility-card {
    grid-template-columns: auto 1fr;
  }

  .wz-compatibility-card > a {
    grid-column: 1 / -1;
    text-align: center;
  }

  .wz-product-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
  }

  .wz-service-card {
    flex-direction: column;
    min-height: 116px;
    padding: 12px 8px;
    gap: 8px;
    text-align: center;
  }

  .wz-service-card > span {
    width: 34px;
    height: 34px;
  }

  .wz-service-card strong {
    font-size: 11px;
  }

  .wz-service-card small {
    font-size: 9px;
  }

  body.wz-theme .woocommerce-tabs ul.tabs {
    flex-wrap: nowrap;
    padding: 0 12px;
    overflow-x: auto;
  }

  body.wz-theme .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
    margin-right: 16px;
  }

  body.wz-theme .woocommerce-tabs .panel {
    padding: 20px;
  }

  .wz-cta-card {
    padding: 26px 22px;
    border-radius: 16px;
  }

  .wz-footer {
    margin-top: 48px;
  }

  .wz-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 42px 36px;
  }

  .wz-footer-brand {
    grid-column: auto;
  }

  .wz-footer-column {
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
  }

  .wz-footer-bottom .wz-container {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
    gap: 4px;
  }

  .wz-post-grid {
    grid-template-columns: 1fr;
  }

  body.wz-theme .woocommerce table.shop_table_responsive tr td,
  body.wz-theme .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
}

@media (max-width: 420px) {
  .wz-site-logo {
    max-width: 150px;
  }

  .wz-header-action svg {
    width: 20px;
    height: 20px;
  }

  .wz-hero-mobile-benefits {
    grid-template-columns: 1fr;
  }

  .wz-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.wz-theme ul.products,
  body.wz-theme .woocommerce ul.products {
    gap: 9px;
  }

  .wz-product-services {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* v0.7.3 — approved full-width homepage hero artwork */
.wz-hero-desktop {
  position: relative;
  z-index: 2;
  padding-block: 28px 34px;
}

.wz-hero-desktop-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #eef4ff;
  border: 1px solid rgba(13, 71, 255, 0.12);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

.wz-hero-desktop-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wz-hero-image-search {
  position: absolute;
  left: 6.10%;
  bottom: 20.45%;
  display: grid;
  grid-template-columns: clamp(40px, 4vw, 62px) minmax(0, 1fr) 24%;
  align-items: stretch;
  width: 37.95%;
  height: 8.45%;
  min-height: 46px;
  max-height: 74px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.10);
}

.wz-hero-image-search:focus-within {
  border-color: var(--wz-blue);
  box-shadow: 0 0 0 4px rgba(13, 71, 255, 0.16), 0 12px 30px rgba(15, 23, 42, 0.12);
}

.wz-hero-image-search-icon {
  display: grid;
  place-items: center;
  color: #64748b;
}

.wz-hero-image-search-icon svg {
  width: clamp(18px, 1.7vw, 28px);
  height: clamp(18px, 1.7vw, 28px);
}

.wz-hero-image-search input {
  min-width: 0;
  padding: 0 8px 0 0;
  color: #111827;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: clamp(12px, 1.08vw, 18px);
}

.wz-hero-image-search input::placeholder {
  color: #738197;
  opacity: 1;
}

.wz-hero-image-search button {
  color: #fff;
  background: #145bf3;
  border: 0;
  font-size: clamp(13px, 1.2vw, 20px);
  font-weight: 750;
  cursor: pointer;
}

.wz-hero-image-search button:hover,
.wz-hero-image-search button:focus-visible {
  background: #0d47ff;
}

.wz-hero-mobile-layout {
  display: none;
}

@media (max-width: 960px) {
  .wz-hero-desktop {
    display: none;
  }

  .wz-hero-mobile-layout {
    display: grid;
  }
}

@media (min-width: 961px) {
  .wz-hero-mobile-layout {
    display: none !important;
  }
}

/* v0.7.5 — visible desktop category control and stable responsive catalogue grid */
.wz-all-categories,
.wz-all-categories:link,
.wz-all-categories:visited {
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-indent: 0 !important;
}

.wz-all-categories svg {
  display: block !important;
  flex: 0 0 17px;
  color: #fff !important;
  fill: currentColor !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.wz-all-categories-label {
  display: inline-block !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  opacity: 1 !important;
  visibility: visible !important;
  white-space: nowrap !important;
}

/* Neutralise WooCommerce's percentage-width and float rules inside CSS Grid. */
body.wz-theme.woocommerce ul.products[class*="columns-"] li.product,
body.wz-theme.woocommerce-page ul.products[class*="columns-"] li.product,
body.wz-theme .woocommerce ul.products[class*="columns-"] li.product,
body.wz-theme ul.products li.product {
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.wz-theme.woocommerce ul.products,
body.wz-theme.woocommerce-page ul.products,
body.wz-theme .woocommerce ul.products,
body.wz-theme ul.products {
  width: 100% !important;
}

body.wz-theme ul.products li.product .woocommerce-loop-product__title,
body.wz-theme .woocommerce ul.products li.product .woocommerce-loop-product__title {
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: none !important;
}

body.wz-theme ul.products li.product .button,
body.wz-theme .woocommerce ul.products li.product .button {
  width: 100%;
  margin-top: auto;
  white-space: normal;
}

@media (max-width: 680px) {
  .wz-woocommerce-main {
    padding-block: 24px 52px;
  }

  body.wz-theme .woocommerce-products-header {
    margin-bottom: 18px;
  }

  body.wz-theme .woocommerce-products-header__title {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.08;
  }

  body.wz-theme .woocommerce-result-count,
  body.wz-theme .woocommerce-ordering {
    float: none !important;
    width: 100%;
    margin: 0 0 14px;
  }

  body.wz-theme .woocommerce-result-count {
    font-size: 14px;
  }

  body.wz-theme .woocommerce-ordering select {
    width: 100%;
    min-height: 46px;
  }

  body.wz-theme.woocommerce ul.products,
  body.wz-theme.woocommerce-page ul.products,
  body.wz-theme .woocommerce ul.products,
  body.wz-theme ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 6px 0 0 !important;
  }

  body.wz-theme.woocommerce ul.products li.product,
  body.wz-theme.woocommerce-page ul.products li.product,
  body.wz-theme .woocommerce ul.products li.product,
  body.wz-theme ul.products li.product {
    display: flex !important;
    width: 100% !important;
    min-height: 100%;
    padding: 10px !important;
    border-radius: 12px;
  }

  body.wz-theme ul.products li.product a.woocommerce-LoopProduct-link,
  body.wz-theme .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    width: 100%;
    min-width: 0;
  }

  body.wz-theme ul.products li.product a img,
  body.wz-theme .woocommerce ul.products li.product a img {
    width: 100% !important;
    aspect-ratio: 1 / 1;
    margin-bottom: 10px;
    object-fit: contain;
  }

  body.wz-theme ul.products li.product .woocommerce-loop-product__title,
  body.wz-theme .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 58px;
    margin-bottom: 7px;
    font-size: 13px !important;
    line-height: 1.35;
  }

  body.wz-theme ul.products li.product .price,
  body.wz-theme .woocommerce ul.products li.product .price {
    margin-bottom: 9px;
    font-size: 15px !important;
    line-height: 1.25;
    white-space: normal;
  }

  body.wz-theme ul.products li.product .button,
  body.wz-theme .woocommerce ul.products li.product .button {
    min-height: 42px;
    padding: 9px 7px;
    font-size: 12px !important;
    line-height: 1.2;
  }
}

@media (max-width: 360px) {
  body.wz-theme.woocommerce ul.products,
  body.wz-theme.woocommerce-page ul.products,
  body.wz-theme .woocommerce ul.products,
  body.wz-theme ul.products {
    grid-template-columns: 1fr !important;
  }

  body.wz-theme ul.products li.product .woocommerce-loop-product__title,
  body.wz-theme .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
    font-size: 14px !important;
  }
}

/* v0.7.6 — audited navigation, truthful content, legal pages and responsive repairs */

/* Always render the desktop category control with a visible label. */
.wz-navrow .wz-all-categories {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  min-width: 148px !important;
  padding-inline: 16px !important;
  color: #fff !important;
  background: var(--wz-blue) !important;
}

.wz-navrow .wz-all-categories-label,
.wz-navrow .wz-all-categories-label::before {
  display: inline !important;
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Compact, readable mobile hero with one search field in the header. */
.wz-hero-mobile-art {
  display: none;
}

@media (max-width: 960px) {
  .wz-hero-mobile-layout {
    padding-block: 30px 24px;
  }

  .wz-hero-mobile-layout .wz-hero-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(112px, 28%);
    align-items: center;
    gap: 8px 18px;
  }

  .wz-hero-mobile-layout .wz-eyebrow,
  .wz-hero-mobile-layout h1,
  .wz-hero-mobile-layout .wz-hero-text {
    grid-column: 1;
  }

  .wz-hero-mobile-layout .wz-eyebrow {
    align-self: end;
    margin-bottom: 4px;
  }

  .wz-hero-mobile-layout h1 {
    margin: 0;
    font-size: clamp(36px, 7vw, 54px);
    line-height: 0.99;
  }

  .wz-hero-mobile-layout .wz-hero-text {
    max-width: 570px;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .wz-hero-mobile-art {
    display: block;
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: stretch;
    min-height: 190px;
    overflow: hidden;
    background: #f8fbff;
    border: 1px solid rgba(13, 71, 255, 0.13);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
  }

  .wz-hero-mobile-art img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }

  .wz-hero-mobile-benefits {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }

  .wz-hero-mobile-benefits span {
    font-size: 11px;
    line-height: 1.35;
  }
}

@media (max-width: 420px) {
  .wz-hero-mobile-layout {
    padding-block: 24px 20px;
  }

  .wz-hero-mobile-layout .wz-hero-copy {
    grid-template-columns: minmax(0, 1fr) 108px;
    gap: 7px 12px;
  }

  .wz-hero-mobile-layout h1 {
    font-size: clamp(34px, 10.4vw, 44px);
  }

  .wz-hero-mobile-layout .wz-hero-text {
    font-size: 12px;
    line-height: 1.45;
  }

  .wz-hero-mobile-art {
    min-height: 164px;
    border-radius: 14px;
  }
}

/* Only real, populated categories are rendered by PHP; keep the rail compact. */
.wz-category-empty {
  grid-column: 1 / -1;
}

.wz-home-categories .wz-category-grid {
  align-items: stretch;
}

.wz-category-copy strong {
  min-height: 2.5em;
  display: grid;
  place-items: center;
}

@media (max-width: 680px) {
  .wz-home-categories {
    padding-block: 40px 34px;
  }

  .wz-home-categories .wz-section-heading {
    margin-bottom: 20px;
  }

  .wz-home-categories .wz-category-grid {
    width: calc(100vw - 12px);
    padding-bottom: 8px;
    margin-bottom: 0;
    gap: 10px;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
  }

  .wz-home-categories .wz-category-card {
    flex-basis: 154px;
  }

  .wz-home-categories .wz-category-copy {
    padding: 12px 10px 14px;
  }
}

/* Normalise logos into a balanced eight-brand matrix. */
.wz-brand-logo,
.wz-directory-brand-card img {
  padding: 8px;
}

.wz-brand-logo img {
  max-width: 86% !important;
  max-height: 50px !important;
}

.wz-brand-card--apple .wz-brand-logo img,
.wz-brand-card--xiaomi .wz-brand-logo img,
.wz-brand-card--huawei .wz-brand-logo img {
  max-width: 52px !important;
  max-height: 52px !important;
}

@media (max-width: 680px) {
  .wz-brand-panel {
    padding: 18px;
  }

  .wz-brand-panel .wz-brand-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .wz-brand-panel .wz-brand-card {
    min-height: 78px;
    padding: 7px 4px;
    border-radius: 10px;
  }

  .wz-brand-panel .wz-brand-logo {
    height: 46px;
  }

  .wz-brand-panel .wz-brand-logo img {
    max-height: 42px !important;
  }
}

@media (max-width: 350px) {
  .wz-brand-panel .wz-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Device Finder: retain all controls while removing unnecessary height. */
.wz-finder-panel .wz-section-heading-compact {
  margin-bottom: 12px;
}

.wz-finder-note {
  padding-block: 9px;
}

@media (max-width: 680px) {
  .wz-finder-panel {
    padding: 20px 18px;
  }

  .wz-finder-panel .wz-section-heading {
    gap: 8px;
    margin-bottom: 8px;
  }

  .wz-finder-panel .wz-section-heading h2 {
    font-size: 31px;
    line-height: 1.04;
  }

  .wz-finder-panel > p {
    margin: 0 0 16px;
    font-size: 13px;
  }

  .wz-finder-form {
    gap: 10px;
  }

  .wz-finder-form input,
  .wz-finder-form select {
    height: 48px;
  }

  .wz-finder-form button {
    min-height: 50px;
  }

  .wz-finder-note {
    margin-top: 10px;
    font-size: 11px;
  }
}

/* Homepage product cards: one concise row on desktop, aligned two-column cards on mobile. */
.wz-popular-products ul.products li.product,
.wz-related-products-wrap ul.products li.product {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
}

.wz-popular-products ul.products li.product .woocommerce-LoopProduct-link,
.wz-related-products-wrap ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}

.wz-popular-products ul.products li.product .woocommerce-loop-product__title,
.wz-related-products-wrap ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  min-height: 3.1em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wz-popular-products ul.products li.product .price,
.wz-related-products-wrap ul.products li.product .price {
  margin-top: auto;
}

body.wz-theme .wz-popular-products ul.products li.product .button,
body.wz-theme .wz-related-products-wrap ul.products li.product .button {
  margin-top: 12px;
}

@media (max-width: 680px) {
  .wz-popular-products {
    padding-block: 42px;
  }

  .wz-popular-products ul.products li.product .woocommerce-loop-product__title,
  .wz-related-products-wrap ul.products li.product .woocommerce-loop-product__title {
    min-height: 3.7em;
    -webkit-line-clamp: 3;
  }

  .wz-popular-products ul.products li.product a img,
  .wz-related-products-wrap ul.products li.product a img {
    margin-bottom: 8px;
  }
}

/* Use the official WZ blue consistently for every purchase action. */
body.wz-theme .wz-product-cart-block .single_add_to_cart_button,
body.wz-theme .wz-product-cart-block button.single_add_to_cart_button,
body.wz-theme .woocommerce div.product form.cart .button,
body.wz-theme ul.products li.product .button,
body.wz-theme .woocommerce ul.products li.product .button {
  color: #fff !important;
  background: var(--wz-blue) !important;
  border-color: var(--wz-blue) !important;
  opacity: 1 !important;
}

body.wz-theme .wz-product-cart-block .single_add_to_cart_button:hover,
body.wz-theme .woocommerce div.product form.cart .button:hover,
body.wz-theme ul.products li.product .button:hover,
body.wz-theme .woocommerce ul.products li.product .button:hover {
  color: #fff !important;
  background: var(--wz-blue-dark) !important;
  border-color: var(--wz-blue-dark) !important;
}

/* The compatibility and 404 CTAs must always expose readable labels. */
.wz-compatibility-card > a.wz-compatibility-cta,
.wz-compatibility-card > a.wz-compatibility-cta:link,
.wz-compatibility-card > a.wz-compatibility-cta:visited,
.wz-404 .wz-button,
.wz-404 .wz-button:link,
.wz-404 .wz-button:visited {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 12px !important;
  text-indent: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.wz-compatibility-card > a.wz-compatibility-cta span,
.wz-404 .wz-button span {
  display: inline !important;
  color: inherit !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.wz-404-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.wz-404 .wz-button-secondary {
  color: var(--wz-blue) !important;
  background: #fff !important;
  border: 1px solid var(--wz-blue) !important;
}

/* Mobile drawer: remove the artificial empty area and improve keyboard focus. */
@media (max-width: 900px) {
  .wz-mobile-drawer nav {
    flex: 0 0 auto;
  }

  .wz-mobile-quick-links {
    margin-top: 0;
  }

  .wz-mobile-nav-menu a:focus-visible,
  .wz-mobile-drawer .wz-nav-menu a:focus-visible,
  .wz-mobile-quick-links a:focus-visible,
  .wz-menu-close:focus-visible {
    outline: 3px solid rgba(13, 71, 255, 0.38);
    outline-offset: 2px;
  }
}

/* Support CTA remains prominent without consuming a complete phone viewport. */
@media (max-width: 680px) {
  .wz-home-cta {
    padding-bottom: 20px;
  }

  .wz-cta-card {
    gap: 20px;
    padding: 24px 20px;
  }

  .wz-cta-card h2 {
    font-size: 31px;
  }

  .wz-cta-card p:last-child {
    margin-top: 10px;
    font-size: 13px;
  }

  .wz-cta-card .wz-button {
    width: 100%;
  }
}

/* Complete business/contact footer and a shorter mobile presentation. */
.wz-footer-business-name,
.wz-footer-address {
  color: #93a4b9;
  font-size: 12px;
  font-style: normal;
  line-height: 1.65;
}

.wz-footer-business-name strong {
  color: #d7e0eb;
}

.wz-footer-bottom a {
  color: #8fa7c3;
}

.wz-footer-bottom a:hover,
.wz-footer-bottom a:focus-visible {
  color: #fff;
}

@media (max-width: 680px) {
  .wz-footer {
    margin-top: 34px;
  }

  .wz-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
    padding-block: 34px 30px;
  }

  .wz-footer-brand,
  .wz-footer-contact {
    grid-column: 1 / -1;
  }

  .wz-footer-column {
    padding-top: 16px;
  }

  .wz-footer-column h2 {
    margin-bottom: 13px;
    font-size: 14px;
  }

  .wz-footer-column li {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .wz-footer-brand p {
    margin-top: 14px;
  }
}

@media (max-width: 380px) {
  .wz-footer-grid {
    grid-template-columns: 1fr;
  }

  .wz-footer-brand,
  .wz-footer-contact {
    grid-column: auto;
  }
}

/* Generated storefront/static/legal pages. */
.wz-page-content {
  padding-block: 44px 72px;
}

.wz-page-header {
  max-width: 900px;
  margin-bottom: 26px;
}

.wz-page-header h1 {
  margin: 0;
  color: var(--wz-ink);
  font-size: clamp(38px, 5vw, 64px);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.wz-entry-content {
  color: var(--wz-text);
}

.wz-page-intro {
  max-width: 860px;
  margin-bottom: 30px;
}

.wz-page-intro h2 {
  margin: 0;
  color: var(--wz-ink);
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.wz-page-intro p:last-child {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--wz-muted);
  font-size: 16px;
  line-height: 1.7;
}

.wz-info-grid,
.wz-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-block: 28px;
}

.wz-info-grid > div,
.wz-contact-grid > div,
.wz-business-card,
.wz-page-finder-card,
.wz-policy-language {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 16px;
  box-shadow: var(--wz-shadow-sm);
}

.wz-info-grid strong,
.wz-contact-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--wz-ink);
  font-size: 17px;
}

.wz-info-grid p,
.wz-contact-grid p,
.wz-contact-grid address {
  margin: 0;
  color: var(--wz-muted);
  font-size: 14px;
  font-style: normal;
  line-height: 1.65;
}

.wz-contact-grid a {
  display: block;
  margin-top: 6px;
  overflow-wrap: anywhere;
}

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

.wz-button-secondary {
  color: var(--wz-blue) !important;
  background: #fff !important;
  border: 1px solid var(--wz-blue) !important;
}

.wz-page-note,
.wz-policy-notice {
  padding: 15px 18px;
  color: #2f4d81;
  background: #f1f6ff;
  border: 1px solid #dce7ff;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
}

.wz-directory-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.wz-directory-brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 178px;
  padding: 20px;
  color: var(--wz-ink);
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 16px;
  text-align: center;
  box-shadow: var(--wz-shadow-sm);
}

.wz-directory-brand-card:hover {
  color: var(--wz-blue);
  border-color: rgba(13, 71, 255, 0.34);
  transform: translateY(-3px);
}

.wz-directory-brand-card img {
  width: 100%;
  max-width: 150px;
  height: 72px !important;
  object-fit: contain;
}

.wz-directory-brand-card span {
  margin-top: 10px;
  font-weight: 800;
}

.wz-directory-brand-card small {
  margin-top: 4px;
  color: var(--wz-muted);
  font-size: 11px;
}

.wz-page-finder-card {
  max-width: 920px;
}

.wz-policy-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-bottom: 18px;
  padding: 14px 18px;
  color: #16356a;
  background: #eef4ff;
  border: 1px solid #d2e0ff;
  border-radius: 12px;
  font-size: 12px;
}

.wz-policy-status strong {
  color: var(--wz-blue);
  font-size: 13px;
}

.wz-policy-notice {
  margin-bottom: 20px;
}

.wz-policy-language {
  margin-bottom: 18px;
}

.wz-policy-language h2 {
  margin: 0 0 16px;
  color: var(--wz-ink);
  font-size: 25px;
}

.wz-policy-language ul {
  padding-left: 22px;
  margin: 0;
}

.wz-policy-language li {
  margin-bottom: 10px;
  color: var(--wz-text);
  line-height: 1.65;
}

.wz-policy-contact {
  padding: 18px 0;
  font-size: 13px;
}

.wz-policy-contact p {
  margin: 0;
}

@media (max-width: 760px) {
  .wz-info-grid,
  .wz-contact-grid,
  .wz-directory-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .wz-page-content {
    padding-block: 30px 48px;
  }

  .wz-info-grid,
  .wz-contact-grid,
  .wz-directory-brand-grid {
    grid-template-columns: 1fr;
  }

  .wz-page-actions .wz-button {
    width: 100%;
  }

  .wz-policy-language,
  .wz-business-card,
  .wz-page-finder-card {
    padding: 18px;
  }
}

/* Improve WooCommerce's protected-store/coming-soon presentation where present. */
body.woocommerce-coming-soon .woocommerce,
body.woocommerce-coming-soon .wp-block-woocommerce-coming-soon,
.woocommerce-coming-soon-store-only {
  max-width: 860px;
  min-height: 420px;
  padding: 84px 24px;
  margin-inline: auto;
  text-align: center;
}

/* v0.7.7 — approved spacing cleanup, white footer and topbar removal */

/* The announcement bar was removed from header.php. These rules ensure no
   stale plugin/customizer markup can reserve vertical space. */
.wz-topbar,
.wz-topbar-inner {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

/* Do not force short pages to carry a large empty white panel before the footer. */
.wz-main {
  min-height: 0;
}

.wz-content-shell,
.wz-page-content {
  padding-bottom: 48px;
}

.wz-woocommerce-main {
  padding-bottom: 48px;
}

.wz-single-product {
  padding-bottom: 0;
}

/* Keep the product gallery only as tall as its actual image/thumbnails. */
.wz-product-media {
  align-self: start;
  height: auto;
  min-height: 0;
  overflow: visible;
}

body.wz-theme .wz-product-media .woocommerce-product-gallery,
body.wz-theme .wz-product-media .flex-viewport,
body.wz-theme .wz-product-media .woocommerce-product-gallery__wrapper,
body.wz-theme .wz-product-media .woocommerce-product-gallery__image,
body.wz-theme .wz-product-media .woocommerce-product-gallery__image a {
  height: auto !important;
  min-height: 0 !important;
}

body.wz-theme .wz-product-media .flex-viewport {
  overflow: hidden;
}

body.wz-theme .wz-product-media .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto !important;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
}

/* The footer now follows the final content block naturally, with no floating gap. */
.wz-footer {
  margin-top: 0;
  color: #475569;
  background: #ffffff;
  border-top: 1px solid var(--wz-line);
}

.wz-footer-grid {
  padding-block: 48px 42px;
}

.wz-footer-brand-link,
.wz-footer-brand-link:hover,
.wz-footer-brand-link:focus-visible {
  color: var(--wz-ink);
}

.wz-footer-brand-link strong,
.wz-footer-column h2,
.wz-footer-business-name strong {
  color: var(--wz-ink);
}

.wz-footer-brand-link small {
  color: var(--wz-blue);
}

.wz-footer-brand p,
.wz-footer-business-name,
.wz-footer-address,
.wz-footer-column li,
.wz-footer-bottom p {
  color: #64748b;
}

.wz-footer-column a,
.wz-footer-bottom a {
  color: var(--wz-blue);
}

.wz-footer-column a:hover,
.wz-footer-column a:focus-visible,
.wz-footer-bottom a:hover,
.wz-footer-bottom a:focus-visible {
  color: var(--wz-blue-dark);
}

.wz-footer-column {
  border-color: var(--wz-line);
}

.wz-footer-bottom {
  border-top: 1px solid var(--wz-line);
  background: #ffffff;
}

@media (max-width: 680px) {
  .wz-content-shell,
  .wz-page-content,
  .wz-woocommerce-main {
    padding-bottom: 36px;
  }

  .wz-footer {
    margin-top: 0;
  }

  .wz-footer-grid {
    padding-block: 34px 28px;
  }

  .wz-footer-column {
    border-top: 1px solid var(--wz-line);
  }
}



/* v0.7.8 - complete legal content, branding and accessibility repair */
.wz-policy-language-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 24px;
}

.wz-policy-language-links a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 9px 16px;
	border: 1px solid #cfd9eb;
	border-radius: 999px;
	background: #fff;
	color: #0d47ff;
	font-weight: 800;
	text-decoration: none;
}

.wz-policy-language-links a:hover,
.wz-policy-language-links a:focus-visible {
	border-color: #0d47ff;
	box-shadow: 0 0 0 3px rgba(13, 71, 255, 0.12);
}

.wz-policy-language {
	margin: 0 0 34px;
	padding: clamp(22px, 4vw, 38px);
	border: 1px solid #dce4f0;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(18, 43, 76, 0.06);
}

.wz-policy-language h2 {
	margin: 0 0 12px;
	font-size: clamp(1.8rem, 4vw, 2.5rem);
	line-height: 1.08;
	color: #0a1324;
}

.wz-policy-intro {
	margin: 0 0 28px;
	font-size: 1.02rem;
	line-height: 1.75;
	color: #52627a;
}

.wz-policy-section {
	padding: 22px 0;
	border-top: 1px solid #e5ebf4;
}

.wz-policy-section:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.wz-policy-section h3 {
	margin: 0 0 12px;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	line-height: 1.3;
	color: #101827;
}

.wz-policy-section p,
.wz-policy-section li {
	font-size: 0.98rem;
	line-height: 1.75;
	color: #4c5d73;
}

.wz-policy-section p {
	margin: 0 0 12px;
}

.wz-policy-section ul {
	margin: 0;
	padding-left: 1.25rem;
}

.wz-policy-section li + li {
	margin-top: 8px;
}

.wz-business-card + .wz-business-card {
	margin-top: 24px;
}

.wz-hero-accessible-copy {
	position: absolute !important;
}

@media (max-width: 640px) {
	.wz-policy-language {
		padding: 22px 18px;
		border-radius: 18px;
	}

	.wz-policy-section {
		padding: 18px 0;
	}
}

/* v0.7.9 — Google-only customer account and checkout access */
body.wz-google-account-page .wz-page-content {
  width: min(calc(100% - 40px), 1180px);
  max-width: none;
  padding-top: 48px;
}

body.wz-google-account-page .wz-page-header {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.wz-google-account-page .wz-entry-content,
body.wz-google-account-page .woocommerce {
  width: 100%;
}

.wz-google-account {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  min-height: 640px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--wz-line);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.wz-google-account-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 640px;
  padding: 56px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(145deg, #0d47ff 0%, #073bd6 52%, #082a86 100%);
}

.wz-google-account-visual::before,
.wz-google-account-visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.wz-google-account-visual::before {
  width: 460px;
  height: 460px;
  right: -180px;
  bottom: -180px;
}

.wz-google-account-visual::after {
  width: 240px;
  height: 240px;
  top: -92px;
  left: -82px;
}

.wz-account-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.wz-account-orbit-one {
  width: 380px;
  height: 380px;
}

.wz-account-orbit-two {
  width: 510px;
  height: 510px;
  opacity: 0.45;
}

.wz-account-visual-card {
  position: relative;
  z-index: 2;
  width: min(100%, 390px);
  padding: 34px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 26px;
  box-shadow: 0 28px 60px rgba(0, 16, 77, 0.3);
  transform: rotate(-2deg);
}

.wz-account-visual-mark {
  display: block;
  width: 220px;
  max-width: 76%;
}

.wz-google-account-visual-logo {
  width: 100%;
  height: auto;
}

.wz-account-visual-lines {
  display: grid;
  gap: 11px;
  margin: 36px 0 32px;
}

.wz-account-visual-lines span {
  display: block;
  height: 12px;
  background: #eaf0fb;
  border-radius: 999px;
}

.wz-account-visual-lines span:nth-child(1) {
  width: 88%;
}

.wz-account-visual-lines span:nth-child(2) {
  width: 66%;
}

.wz-account-visual-lines span:nth-child(3) {
  width: 76%;
}

.wz-account-visual-status {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.wz-account-status-dot {
  width: 10px;
  height: 10px;
  background: #16a66a;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(22, 166, 106, 0.13);
}

.wz-account-floating-badge {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 10px 15px;
  color: #0f285e;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(0, 16, 77, 0.22);
}

.wz-account-floating-badge svg {
  width: 21px;
  height: 21px;
  color: var(--wz-blue);
}

.wz-account-badge-orders {
  top: 116px;
  right: 38px;
}

.wz-account-badge-fast {
  bottom: 108px;
  left: 34px;
}

.wz-google-account-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(42px, 6vw, 76px);
}

.wz-google-account-logo {
  display: inline-flex;
  align-self: flex-start;
  width: min(270px, 72%);
  margin-bottom: 42px;
}

.wz-google-account-logo-image {
  width: 100%;
  height: auto;
}

.wz-google-account-eyebrow {
  margin: 0 0 10px;
  color: var(--wz-blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.wz-google-account h1 {
  margin: 0;
  color: var(--wz-ink);
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.wz-google-account-lead {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--wz-muted);
  font-size: 16px;
  line-height: 1.65;
}

.wz-google-account-notice {
  margin-top: 20px;
  padding: 12px 15px;
  color: #254b8d;
  background: #f0f5ff;
  border: 1px solid #d7e3ff;
  border-radius: 10px;
  font-size: 13px;
}

.wz-google-account-action {
  margin-top: 30px;
}

.wz-google-login-button,
.wz-google-login-button .nsl-container,
.wz-google-login-button .nsl-container-buttons {
  width: 100%;
}

.wz-google-login-button .nsl-container {
  margin: 0 !important;
  padding: 0 !important;
}

.wz-google-login-button .nsl-container-buttons {
  display: block !important;
  padding: 0 !important;
}

.wz-google-login-button .nsl-button,
.wz-google-login-button a.nsl-button,
.wz-google-login-button .nsl-button-default,
.wz-google-login-button .nsl-button-google {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 58px !important;
  padding: 10px 18px !important;
  color: #1f2937 !important;
  background: #fff !important;
  border: 1px solid #cfd8e5 !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06) !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  text-decoration: none !important;
  transition: border-color var(--wz-transition), box-shadow var(--wz-transition), transform var(--wz-transition) !important;
}

.wz-google-login-button .nsl-button:hover,
.wz-google-login-button a.nsl-button:hover,
.wz-google-login-button .nsl-button:focus-visible {
  color: #111827 !important;
  border-color: var(--wz-blue) !important;
  box-shadow: 0 10px 25px rgba(13, 71, 255, 0.14) !important;
  transform: translateY(-1px);
}

.wz-google-login-button .nsl-button-svg-container,
.wz-google-login-button .nsl-button-icon {
  display: grid !important;
  place-items: center !important;
  flex: 0 0 34px !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  margin-right: 8px !important;
  background: #fff !important;
  border-radius: 8px !important;
}

.wz-google-login-button .nsl-button-label-container {
  flex: 0 1 auto !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 750 !important;
}

.wz-google-login-unavailable {
  padding: 16px 18px;
  color: #7a3415;
  background: #fff8ed;
  border: 1px solid #fed7aa;
  border-radius: 12px;
}

.wz-google-login-unavailable strong {
  display: block;
  color: #9a3412;
}

.wz-google-login-unavailable p {
  margin: 6px 0 0;
  font-size: 13px;
}

.wz-google-login-unavailable a {
  margin-left: 4px;
}

.wz-google-account-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.wz-google-account-benefits > div {
  min-width: 0;
  padding: 14px;
  background: #f8faff;
  border: 1px solid #e2e9f7;
  border-radius: 12px;
}

.wz-google-account-benefits span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  color: var(--wz-blue);
  background: #eaf1ff;
  border-radius: 8px;
}

.wz-google-account-benefits svg {
  width: 19px;
  height: 19px;
}

.wz-google-account-benefits strong,
.wz-google-account-benefits small {
  display: block;
}

.wz-google-account-benefits strong {
  color: var(--wz-ink);
  font-size: 12px;
  line-height: 1.35;
}

.wz-google-account-benefits small {
  margin-top: 4px;
  color: var(--wz-muted);
  font-size: 10px;
  line-height: 1.45;
}

.wz-google-account-legal {
  margin: 24px 0 0;
  color: #718096;
  font-size: 11px;
  line-height: 1.65;
}

.wz-google-account-legal a {
  font-weight: 750;
}

.wz-google-account-return {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  margin-top: 24px;
  color: var(--wz-text);
  font-size: 12px;
  font-weight: 800;
}

.wz-google-account-return:hover,
.wz-google-account-return:focus-visible {
  color: var(--wz-blue);
}

.wz-google-checkout-prompt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px;
  margin: 0 0 26px;
  background: #f7faff;
  border: 1px solid #dce6f8;
  border-radius: 16px;
}

.wz-google-checkout-prompt-copy {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 14px;
}

.wz-google-checkout-icon {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  color: var(--wz-blue);
  background: #fff;
  border: 1px solid #dce6f8;
  border-radius: 12px;
}

.wz-google-checkout-icon svg {
  width: 26px;
  height: 26px;
}

.wz-google-checkout-prompt h2 {
  margin: 0;
  color: var(--wz-ink);
  font-size: 16px;
  line-height: 1.35;
}

.wz-google-checkout-prompt p {
  margin: 4px 0 0;
  color: var(--wz-muted);
  font-size: 12px;
  line-height: 1.55;
}

.wz-google-checkout-action {
  flex: 0 0 245px;
}

.wz-google-login-button-compact .nsl-button,
.wz-google-login-button-compact a.nsl-button {
  min-height: 48px !important;
  font-size: 13px !important;
}

.wz-google-checkout-guest-note {
  color: var(--wz-muted);
  font-size: 12px;
  font-weight: 750;
}

@media (max-width: 960px) {
  body.wz-google-account-page .wz-page-content {
    width: min(calc(100% - 32px), 760px);
    padding-top: 32px;
  }

  .wz-google-account {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .wz-google-account-visual {
    min-height: 310px;
    padding: 34px;
  }

  .wz-account-visual-card {
    width: min(100%, 330px);
    padding: 24px;
  }

  .wz-account-visual-lines {
    margin: 24px 0;
  }

  .wz-account-badge-orders {
    top: 34px;
    right: 24px;
  }

  .wz-account-badge-fast {
    bottom: 30px;
    left: 24px;
  }

  .wz-google-account-panel {
    padding: 48px;
  }

  .wz-google-account-logo {
    margin-bottom: 32px;
  }
}

@media (max-width: 680px) {
  body.wz-google-account-page .wz-page-content {
    width: min(calc(100% - 24px), 540px);
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .wz-google-account {
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
  }

  .wz-google-account-visual {
    display: none;
  }

  .wz-google-account-panel {
    min-height: 610px;
    padding: 36px 24px;
    justify-content: flex-start;
  }

  .wz-google-account-logo {
    width: min(245px, 78%);
    margin-bottom: 44px;
  }

  .wz-google-account h1 {
    font-size: clamp(37px, 11vw, 48px);
  }

  .wz-google-account-lead {
    font-size: 15px;
  }

  .wz-google-account-action {
    margin-top: 26px;
  }

  .wz-google-account-benefits {
    grid-template-columns: 1fr;
  }

  .wz-google-account-benefits > div {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 12px;
    padding: 12px;
  }

  .wz-google-account-benefits span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .wz-google-account-benefits small {
    margin-top: 2px;
  }

  .wz-google-checkout-prompt {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .wz-google-checkout-action {
    flex-basis: auto;
    width: 100%;
  }
}

@media (max-width: 380px) {
  .wz-google-account-panel {
    padding-inline: 18px;
  }

  .wz-google-account-logo {
    width: min(220px, 82%);
  }

  .wz-google-login-button .nsl-button,
  .wz-google-login-button a.nsl-button {
    padding-inline: 10px !important;
  }
}
