:root {
  --primary-color: #3b82f6;
  --secondary-color: #1e293b;
  --accent-color: #10b981;
  --text-color: #334155;
  --bg-color: #f8fafc;
}

.cmz-full-width-section {
  --wp--style--global--content-size: 100%;
  --theme-block-width: 100%;
  justify-content: center;
}
.cmz-full-width-section .section-wrapper {
  max-width: var(--theme-content-size);
}

.woocommerce-page {
  --theme-content-vertical-spacing: 36px;
}
.woocommerce-page [data-vertical-spacing*=bottom] {
  --theme-content-vertical-spacing: 62px;
}

.cmz-footer-menu-head {
  --theme-font-size: 0.8em;
  pointer-events: none;
  opacity: 0.6;
  margin-bottom: 0.25em;
}

.footer-contact {
  color: #fff;
}
.footer-contact h3 {
  --wp--preset--font-size--medium: 0.8em;
  font-weight: normal;
  color: #fff;
  pointer-events: none;
  opacity: 0.6;
  font-size: 12px;
  margin-bottom: 5px;
}
.footer-contact .ct-socials-block {
  margin-top: 8px;
}
