:root {
  --ballero-blue: #08295f;
  --ballero-blue-2: #0d3777;
  --ballero-sky: #eaf7ff;
  --ballero-gold: #ffb943;
  --ballero-ink: #162033;
  --ballero-muted: #5f6c7f;
  --ballero-line: #dfe6ef;
  --ballero-bg: #fbfdff;
  --ballero-white: #ffffff;
  --ballero-shadow: 0 16px 38px rgba(8, 41, 95, 0.12);
  --ballero-radius: 16px;
  --ballero-radius-sm: 12px;
  --ballero-container: min(1180px, calc(100vw - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--ballero-bg);
  color: var(--ballero-ink);
  font-family: "Inter", "Nunito Sans", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.home,
body.front-page {
  background: #fbfdff;
}

body.ballero-playful-bg {
  background: linear-gradient(180deg, #fbfdff 0%, #f6fbff 100%);
}

body.ballero-playful-bg::before,
body.ballero-playful-bg::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body.ballero-playful-bg::before {
  opacity: 0.28;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='720' height='680' viewBox='0 0 720 680'%3E%3Cg fill='none' stroke-linecap='round' stroke-width='5'%3E%3Cpath d='M44 126 C98 54 150 160 214 92' stroke='%23ffb943'/%3E%3Cpath d='M330 104 C386 48 444 152 508 82' stroke='%2331ade1'/%3E%3Cpath d='M92 330 C146 276 198 368 258 308' stroke='%23ff6fae'/%3E%3Cpath d='M438 326 C492 270 548 366 612 300' stroke='%2329c6c8'/%3E%3Cpath d='M72 540 C132 476 182 584 252 512' stroke='%23a9b6c8'/%3E%3Cpath d='M426 566 C486 496 548 608 634 522' stroke='%2308295f'/%3E%3C/g%3E%3Cg fill='%2308295f' opacity='.42'%3E%3Ccircle cx='276' cy='112' r='4'/%3E%3Ccircle cx='112' cy='262' r='3'/%3E%3Ccircle cx='606' cy='414' r='3'/%3E%3C/g%3E%3Cg fill='%23ffb943' opacity='.7'%3E%3Ccircle cx='542' cy='206' r='4'/%3E%3Ccircle cx='206' cy='604' r='3'/%3E%3C/g%3E%3Cg fill='%2329c6c8' opacity='.5'%3E%3Ccircle cx='622' cy='116' r='3'/%3E%3Ccircle cx='332' cy='454' r='4'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 760px 720px;
  background-position: left -310px top 150px;
}

body.ballero-playful-bg::after {
  opacity: 0.2;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='820' height='700' viewBox='0 0 820 700'%3E%3Cg fill='none' stroke-linecap='round' stroke-width='5'%3E%3Cpath d='M574 98 C636 44 676 142 758 72' stroke='%23ff6fae'/%3E%3Cpath d='M520 256 C584 202 628 296 706 228' stroke='%23ffb943'/%3E%3Cpath d='M84 390 C146 334 202 428 272 360' stroke='%2331ade1'/%3E%3Cpath d='M518 492 C582 430 638 536 726 450' stroke='%2329c6c8'/%3E%3Cpath d='M118 596 C170 542 220 632 282 568' stroke='%23a9b6c8'/%3E%3C/g%3E%3Cg fill='%2308295f' opacity='.4'%3E%3Ccircle cx='118' cy='166' r='3'/%3E%3Ccircle cx='678' cy='344' r='4'/%3E%3C/g%3E%3Cg fill='%23ffb943' opacity='.64'%3E%3Ccircle cx='308' cy='86' r='4'/%3E%3Ccircle cx='548' cy='622' r='3'/%3E%3C/g%3E%3Cg fill='%23ff6fae' opacity='.42'%3E%3Ccircle cx='746' cy='192' r='3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 820px 700px;
  background-position: right -330px top 90px;
}

body.ballero-playful-bg > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  body.ballero-playful-bg::before {
    opacity: 0.14;
    background-size: 460px 460px;
    background-position: left -170px top 140px;
  }

  body.ballero-playful-bg::after {
    display: none;
  }
}

@media (min-width: 1600px) {
  body.ballero-playful-bg::before {
    opacity: 0.2;
    background-size: 820px 780px;
    background-position: left -410px top 130px;
  }

  body.ballero-playful-bg::after {
    opacity: 0.16;
    background-size: 900px 760px;
    background-position: right -430px top 110px;
  }
}

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

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

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ballero-container {
  width: var(--ballero-container);
  margin-inline: auto;
}

.ballero-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(8, 41, 95, 0.12);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 8px 20px rgba(8, 41, 95, 0.08);
  backdrop-filter: blur(14px);
}

.ballero-header__inner {
  width: min(1240px, calc(100vw - 48px));
  min-height: 82px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.ballero-logo {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  color: var(--ballero-blue);
  font-size: clamp(38px, 3.3vw, 50px);
  font-weight: 950;
  line-height: 0.85;
  letter-spacing: 0;
}

.ballero-logo span {
  text-shadow: 0 2px 0 rgba(8, 41, 95, 0.08);
}

.ballero-logo i {
  width: 14px;
  height: 14px;
  margin: -2px 0 0 4px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd36d, #ff9f27);
  box-shadow: 0 2px 7px rgba(255, 185, 67, 0.7);
}

.ballero-logo--footer {
  color: #fff;
  font-size: 38px;
}

.ballero-nav {
  justify-self: end;
}

.ballero-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(26px, 3.3vw, 54px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.ballero-nav__list a {
  position: relative;
  color: var(--ballero-blue);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.ballero-nav__list .current-menu-item > a::after,
.ballero-nav__list a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 46px;
  height: 3px;
  border-radius: 999px;
  background: var(--ballero-blue);
  transform: translateX(-50%);
}

.ballero-header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ballero-icon-link {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--ballero-blue);
  font-size: 31px;
}

.ballero-cart-link span {
  position: absolute;
  top: -4px;
  right: -6px;
  display: grid;
  min-width: 20px;
  height: 20px;
  padding-inline: 5px;
  place-items: center;
  border-radius: 999px;
  background: var(--ballero-gold);
  color: var(--ballero-blue);
  font-size: 11px;
  font-weight: 900;
}

.ballero-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--ballero-line);
  border-radius: 10px;
  background: #fff;
}

.ballero-menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ballero-blue);
}

.ballero-main,
.ballero-home {
  padding-bottom: 32px;
}

.ballero-hero {
  position: relative;
  width: min(1480px, calc(100vw - 44px));
  max-width: none;
  min-height: 520px;
  margin: 0 auto 26px;
  display: grid;
  grid-template-columns: minmax(560px, 45%) minmax(0, 55%);
  align-items: stretch;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 41, 95, 0.08);
}

.ballero-hero::before {
  content: "";
  position: absolute;
  inset: 0 48% 0 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 72%, rgba(255,255,255,0) 100%);
  z-index: 1;
}

.ballero-hero__content {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(620px, calc(100% - 72px));
  max-width: none;
  margin-left: clamp(48px, 4.2vw, 78px);
  padding: 64px 0;
}

.ballero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
  padding: 8px 17px;
  border-radius: 999px;
  background: #f1f4f7;
  color: var(--ballero-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ballero-kicker svg {
  color: var(--ballero-gold);
  fill: var(--ballero-gold);
  stroke: var(--ballero-gold);
}

.ballero-hero h1 {
  margin: 0 0 22px;
  color: var(--ballero-blue);
  font-size: clamp(56px, 4.35vw, 70px);
  font-weight: 950;
  line-height: 1.06;
}

.ballero-hero p {
  max-width: 490px;
  margin: 0 0 30px;
  color: #253044;
  font-size: 18px;
  line-height: 1.65;
}

.ballero-hero__media {
  position: relative;
  min-height: 520px;
}

.ballero-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.ballero-actions,
.ballero-product-toolbar {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.ballero-button,
.button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 25px;
  border: 2px solid var(--ballero-blue);
  border-radius: 8px;
  background: var(--ballero-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ballero-button:hover,
.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
  background: var(--ballero-blue-2);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(8, 41, 95, 0.2);
}

.ballero-button--secondary {
  background: #fff;
  color: var(--ballero-blue);
}

.ballero-button--light {
  min-width: 220px;
  background: #fff;
  color: var(--ballero-blue);
  border-color: #fff;
}

.ballero-usp-panel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: min(1300px, calc(100vw - 92px));
  max-width: none;
  margin-top: 26px;
  margin-bottom: 30px;
  padding: 22px 18px;
  border: 1px solid var(--ballero-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(8, 41, 95, 0.08);
}

.ballero-usp-panel article {
  padding: 0 24px;
  text-align: center;
}

.ballero-usp-panel article + article {
  border-left: 1px solid var(--ballero-line);
}

.ballero-usp-panel svg {
  width: 58px;
  height: 58px;
  margin-bottom: 10px;
  padding: 13px;
  border-radius: 999px;
  background: var(--ballero-blue);
  color: #fff;
}

.ballero-usp-panel h2 {
  margin: 0 0 6px;
  color: var(--ballero-blue);
  font-size: 16px;
  font-weight: 900;
}

.ballero-usp-panel p {
  max-width: 170px;
  margin: 0 auto;
  color: #344057;
  font-size: 14px;
  line-height: 1.35;
}

.ballero-section-heading {
  text-align: center;
}

.ballero-section-heading h2,
.ballero-calculator-band h2,
.ballero-quality h2,
.ballero-shop-hero h1,
.ballero-page__header h1,
.product_title {
  margin: 0;
  color: var(--ballero-blue);
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 950;
  line-height: 1.1;
}

.ballero-section-heading h2::after {
  content: "";
  display: block;
  width: 36px;
  height: 4px;
  margin: 15px auto 0;
  border-radius: 999px;
  background: var(--ballero-gold);
}

.ballero-products-section {
  width: min(1300px, calc(100vw - 92px));
  max-width: none;
  margin-bottom: 28px;
}

.ballero-color-showcase {
  width: min(1300px, calc(100vw - 92px));
  max-width: none;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 34px;
  padding: 26px;
  border: 1px solid var(--ballero-line);
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f3f9ff 100%);
  box-shadow: 0 8px 24px rgba(8, 41, 95, 0.075);
}

.ballero-color-showcase__intro {
  display: flex;
  min-height: 244px;
  flex-direction: column;
  justify-content: center;
  padding: 10px 8px 10px 6px;
}

.ballero-color-showcase__intro h2 {
  margin: 0 0 14px;
  color: var(--ballero-blue);
  font-size: clamp(31px, 2.7vw, 42px);
  font-weight: 950;
  line-height: 1.08;
}

.ballero-color-showcase__intro h2::after {
  content: "";
  display: block;
  width: 36px;
  height: 4px;
  margin-top: 15px;
  border-radius: 999px;
  background: var(--ballero-gold);
}

.ballero-color-showcase__intro p {
  max-width: 390px;
  margin: 0;
  color: #344057;
  font-size: 16px;
  line-height: 1.62;
}

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

.ballero-color-tile {
  position: relative;
  min-height: 244px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(8, 41, 95, 0.08);
  border-radius: 14px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.96) 0 7%, transparent 8%),
    linear-gradient(155deg, var(--tile-light) 0%, var(--tile-color) 54%, var(--tile-dark) 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(8, 41, 95, 0.12);
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ballero-color-tile:hover {
  color: #fff;
  box-shadow: 0 16px 34px rgba(8, 41, 95, 0.18);
  transform: translateY(-2px);
}

.ballero-color-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 41, 95, 0) 34%, rgba(8, 41, 95, 0.48) 100%);
  z-index: -1;
}

.ballero-color-tile__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ballero-blue);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.ballero-color-tile__balls {
  position: absolute;
  inset: 42px 8px auto;
  height: 116px;
  pointer-events: none;
}

.ballero-color-tile__balls i {
  position: absolute;
  display: block;
  border-radius: 999px;
  background:
    radial-gradient(circle at 31% 25%, rgba(255, 255, 255, 0.95) 0 13%, rgba(255, 255, 255, 0.35) 14% 24%, transparent 25%),
    radial-gradient(circle at 62% 72%, var(--tile-dark), var(--tile-color) 58%, var(--tile-light) 100%);
  box-shadow: inset -12px -14px 20px rgba(8, 41, 95, 0.16), 0 14px 20px rgba(8, 41, 95, 0.12);
}

.ballero-color-tile__balls i:nth-child(1) {
  width: 86px;
  height: 86px;
  left: 4px;
  bottom: 0;
}

.ballero-color-tile__balls i:nth-child(2) {
  width: 68px;
  height: 68px;
  right: 8px;
  bottom: 16px;
}

.ballero-color-tile__balls i:nth-child(3) {
  width: 54px;
  height: 54px;
  left: 47%;
  top: 0;
}

.ballero-color-tile strong,
.ballero-color-tile small {
  position: relative;
}

.ballero-color-tile strong {
  display: block;
  font-size: 23px;
  font-weight: 950;
  line-height: 1.05;
}

.ballero-color-tile small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.ballero-mix-inspiration {
  width: min(1300px, calc(100vw - 92px));
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
  padding: 28px;
  border: 1px solid var(--ballero-line);
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #eef8ff 100%);
  box-shadow: 0 8px 24px rgba(8, 41, 95, 0.07);
}

.ballero-mix-inspiration h2 {
  max-width: 560px;
  margin: 0 0 10px;
  color: var(--ballero-blue);
  font-size: clamp(28px, 2.7vw, 40px);
  font-weight: 950;
  line-height: 1.1;
}

.ballero-mix-inspiration p {
  max-width: 540px;
  margin: 0;
  color: #344057;
  font-size: 16px;
  line-height: 1.65;
}

.ballero-mix-list {
  display: grid;
  gap: 12px;
}

.ballero-mix-list a {
  display: grid;
  grid-template-columns: 28px 28px 28px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid var(--ballero-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ballero-blue);
  box-shadow: 0 8px 20px rgba(8, 41, 95, 0.055);
}

.ballero-mix-list span {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(8, 41, 95, 0.12);
  border-radius: 999px;
  background: var(--dot);
  box-shadow: inset -5px -5px 9px rgba(8, 41, 95, 0.12);
}

.ballero-mix-list strong {
  min-width: 0;
  margin-left: 6px;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.25;
}

.ballero-product-toolbar {
  justify-content: space-between;
  margin: 22px 0 16px;
}

.ballero-tabs {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}

.ballero-tabs a,
.ballero-sort-pill,
.woocommerce-ordering select {
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid var(--ballero-line);
  border-radius: 999px;
  background: #fff;
  color: var(--ballero-blue);
  font-weight: 800;
}

.ballero-tabs a.is-active {
  background: var(--ballero-blue);
  color: #fff;
}

.ballero-product-grid,
ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ballero-card,
ul.products .product {
  overflow: hidden;
  border: 1px solid #e7edf5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(8, 41, 95, 0.065);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ballero-card:hover,
ul.products .product:hover {
  border-color: #d8e2ee;
  box-shadow: 0 14px 30px rgba(8, 41, 95, 0.1);
  transform: translateY(-2px);
}

.ballero-card__image {
  position: relative;
  display: block;
  aspect-ratio: 1.52 / 1;
  margin: 12px 12px 0;
  overflow: hidden;
  border-radius: 12px;
  background: #eef4fb;
}

.ballero-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ballero-shop-main .ballero-card__image {
  aspect-ratio: 1.22 / 1;
}

.ballero-shop-main .ballero-card__image img {
  object-position: center;
}

.ballero-badge {
  position: absolute;
  left: 12px;
  bottom: 10px;
  padding: 7px 10px;
  border-radius: 8px;
  background: rgba(8, 41, 95, 0.88);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.ballero-heart {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--ballero-line);
  border-radius: 999px;
  background: #fff;
  color: var(--ballero-blue);
}

.ballero-card__body {
  padding: 14px 15px 15px;
}

.woocommerce-loop-product__title {
  min-height: 42px;
  margin: 0 0 8px;
  color: var(--ballero-blue);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.star-rating {
  color: var(--ballero-gold);
  font-size: 13px;
}

.ballero-card__price,
.price {
  display: block;
  margin: 7px 0 3px;
  color: var(--ballero-blue);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.1;
}

.ballero-card__body p {
  margin: 0 0 12px;
  color: #69778a;
  font-size: 13px;
  font-weight: 700;
}

.ballero-card__promise {
  margin: 0 0 11px !important;
  color: #2d3b52 !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.32;
}

.ballero-card__chips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin: 0 0 12px;
}

.ballero-card__chips span {
  display: grid;
  justify-items: center;
  text-align: center;
  align-items: center;
  gap: 4px;
  min-height: 48px;
  padding: 6px 5px;
  border: 1px solid #e7edf5;
  border-radius: 8px;
  background: #f8fbff;
  color: #27384f;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.15;
}

.ballero-card__chips svg {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  color: var(--ballero-blue);
}

.ballero-card .button {
  width: 100%;
  min-height: 42px;
  padding: 9px 13px;
  border-radius: 8px;
  font-size: 13px;
  box-shadow: 0 8px 16px rgba(8, 41, 95, 0.12);
}

.ballero-calculator-band {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  align-items: center;
  width: min(1300px, calc(100vw - 92px));
  max-width: none;
  min-height: 265px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 16px;
  background: #e9f7ff;
}

.ballero-calculator-band img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.ballero-calculator-band > div {
  padding: 36px 48px;
}

.ballero-calculator-band p,
.ballero-quality p,
.ballero-page__content {
  color: #344057;
  font-size: 17px;
}

.ballero-quality {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  width: min(1300px, calc(100vw - 92px));
  max-width: none;
  gap: 44px;
  align-items: center;
  margin-bottom: 18px;
}

.ballero-quality__image {
  overflow: hidden;
  border-radius: 14px;
}

.ballero-quality__image img {
  width: 100%;
  aspect-ratio: 1.65 / 1;
  object-fit: cover;
}

.ballero-mini-usps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 24px;
  text-align: center;
}

.ballero-mini-usps span {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 0 14px;
  color: #344057;
  font-size: 13px;
  line-height: 1.25;
}

.ballero-mini-usps span + span {
  border-left: 1px solid var(--ballero-line);
}

.ballero-mini-usps svg {
  width: 34px;
  height: 34px;
  color: var(--ballero-blue);
}

.ballero-seo-section {
  width: min(1300px, calc(100vw - 92px));
  max-width: none;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: start;
  margin-bottom: 20px;
  padding: 32px;
  border: 1px solid var(--ballero-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(8, 41, 95, 0.07);
}

.ballero-seo-section h2 {
  margin: 0 0 14px;
  color: var(--ballero-blue);
  font-size: clamp(27px, 2.4vw, 38px);
  font-weight: 950;
  line-height: 1.12;
}

.ballero-seo-section p {
  margin: 0 0 13px;
  color: #344057;
  font-size: 16px;
  line-height: 1.62;
}

.ballero-faq-list {
  display: grid;
  gap: 10px;
}

.ballero-faq-list details {
  border: 1px solid #e7edf5;
  border-radius: 10px;
  background: #f8fbff;
  overflow: hidden;
}

.ballero-faq-list summary {
  cursor: pointer;
  padding: 15px 16px;
  color: var(--ballero-blue);
  font-weight: 900;
}

.ballero-faq-list details p {
  padding: 0 16px 16px;
  font-size: 15px;
}

.ballero-faq-list a {
  color: var(--ballero-blue);
  font-weight: 900;
  text-decoration: underline;
}

.ballero-archive-seo,
.ballero-archive-faq,
.ballero-product-trust {
  margin-top: 34px;
  padding: 28px;
  border: 1px solid var(--ballero-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(8, 41, 95, 0.07);
}

.ballero-archive-seo,
.ballero-product-trust {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.ballero-archive-seo h2,
.ballero-archive-faq h2,
.ballero-product-trust h2 {
  margin: 0 0 12px;
  color: var(--ballero-blue);
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 950;
  line-height: 1.12;
}

.ballero-archive-seo p,
.ballero-product-trust p {
  margin: 0 0 10px;
  color: #344057;
  font-size: 16px;
  line-height: 1.62;
}

.ballero-archive-trust {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.ballero-archive-trust span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid #e7edf5;
  border-radius: 10px;
  background: #f8fbff;
  color: var(--ballero-blue);
  font-weight: 900;
}

.ballero-archive-trust svg {
  width: 22px;
  height: 22px;
}

.ballero-contact-band {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: center;
  width: min(1300px, calc(100vw - 92px));
  max-width: none;
  min-height: 96px;
  margin-bottom: 0;
  padding: 16px 52px;
  overflow: hidden;
  border-radius: 10px;
  background: var(--ballero-blue);
  color: #fff;
}

.ballero-contact-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://ballero.nl/wp-content/uploads/2026/04/blauwe-strip-banner-foto.png");
  background-size: cover;
  background-position: center;
  opacity: 0.28;
}

.ballero-contact-band > * {
  position: relative;
}

.ballero-contact-band__icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--ballero-blue);
  font-size: 40px;
}

.ballero-contact-band h2 {
  margin: 0;
  font-size: 31px;
  font-weight: 950;
  line-height: 1;
}

.ballero-contact-band p {
  margin: 6px 0 0;
  max-width: 490px;
}

.ballero-footer {
  margin-top: 0;
  padding: 26px 0 30px;
  background: var(--ballero-blue);
  color: #fff;
}

.ballero-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 1fr 0.95fr;
  gap: 54px;
}

.ballero-footer p {
  max-width: 270px;
  margin: 10px 0 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.35;
}

.ballero-footer h2 {
  margin: 0 0 8px;
  font-size: 15px;
  text-transform: uppercase;
}

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

.ballero-footer a,
.ballero-footer li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.45;
}

.ballero-socials {
  display: flex;
  gap: 12px;
}

.ballero-socials a {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--ballero-blue);
  font-size: 15px;
}

.ballero-socials svg {
  width: 15px;
  height: 15px;
}

.ballero-contact-list svg {
  margin-right: 6px;
}

.ballero-page,
.ballero-shop-main .ballero-container,
.ballero-product-main .ballero-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.woocommerce-cart .ballero-page,
.woocommerce-checkout .ballero-page,
.woocommerce-order-received .ballero-page {
  width: min(1160px, calc(100vw - 48px));
  margin-inline: auto;
}

.woocommerce-cart .ballero-page__content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.woocommerce-cart .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 34px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--ballero-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(8, 41, 95, 0.08);
}

.woocommerce-cart .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

.woocommerce-cart .woocommerce-cart-form {
  grid-column: 1;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.woocommerce-cart .cart-collaterals {
  grid-column: 2;
  width: 100% !important;
  margin: 0 !important;
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  box-sizing: border-box !important;
}

.woocommerce-cart .wc-block-components-sidebar {
  align-self: start !important;
  width: auto !important;
  height: fit-content !important;
  min-height: 0 !important;
  padding: 18px 22px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.woocommerce-cart .wc-block-components-sidebar > *,
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
.woocommerce-cart .wc-block-cart__submit,
.woocommerce-cart .wc-block-cart__submit-container {
  height: auto !important;
  min-height: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  box-sizing: border-box !important;
}

.woocommerce-cart .wc-block-cart__submit {
  margin-top: 18px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce-cart .wc-block-cart__submit-container {
  position: static !important;
  inset: auto !important;
  transform: none !important;
}

.woocommerce-cart .wc-block-cart__payment-options,
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper:last-child:empty {
  display: none !important;
}

.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-cart .wc-block-cart {
  display: contents !important;
}

.woocommerce-cart .wc-block-cart__main,
.woocommerce-cart .wp-block-woocommerce-cart-items-block {
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

.woocommerce-cart .wc-block-cart__sidebar,
.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
  display: block !important;
  clear: both !important;
  width: min(390px, 100%) !important;
  max-width: 100% !important;
  margin: 26px 0 0 auto !important;
  padding: 0 !important;
  float: none !important;
  position: static !important;
  transform: none !important;
  box-sizing: border-box !important;
}

.woocommerce-cart .wc-block-components-sidebar,
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-sidebar {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  position: static !important;
  transform: none !important;
}

.woocommerce-cart table.shop_table {
  margin: 0;
}

.ballero-page__header,
.ballero-shop-hero {
  margin-bottom: 30px;
}

.ballero-page__content,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  padding: 28px;
  border: 1px solid var(--ballero-line);
  border-radius: var(--ballero-radius);
  background: #fff;
  box-shadow: 0 8px 24px rgba(8, 41, 95, 0.08);
}

.woocommerce-cart .ballero-page,
.woocommerce-checkout .ballero-page {
  max-width: 1180px;
}

.woocommerce-cart h1,
.woocommerce-checkout h1 {
  color: var(--ballero-blue);
  font-size: clamp(42px, 4vw, 62px);
  font-weight: 950;
}

.woocommerce-checkout .woocommerce-checkout,
.woocommerce-checkout form.checkout,
.wc-block-checkout {
  position: relative;
}

.woocommerce-checkout h2,
.woocommerce-checkout h3,
.wc-block-checkout h2,
.wc-block-checkout h3 {
  color: var(--ballero-blue);
  font-weight: 950;
}

.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.wc-block-components-text-input input,
.wc-block-components-combobox input {
  border-color: #d9e3ef !important;
  border-radius: 9px !important;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus,
.wc-block-components-text-input input:focus {
  border-color: var(--ballero-blue) !important;
  box-shadow: 0 0 0 3px rgba(8, 41, 95, 0.1) !important;
}

.woocommerce-checkout-review-order,
.wc-block-components-sidebar,
.wc-block-checkout__sidebar {
  border: 1px solid #dfe8f3 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 14px 32px rgba(8, 41, 95, 0.08) !important;
}

#place_order,
.woocommerce-checkout button[type="submit"],
.wc-block-components-checkout-place-order-button,
.wc-block-components-button.wc-block-components-checkout-place-order-button {
  display: flex !important;
  width: min(100%, 360px) !important;
  min-height: 58px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #0b3474 0%, #08295f 100%) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  box-shadow: 0 16px 30px rgba(8, 41, 95, 0.22) !important;
}

#place_order::after,
.wc-block-components-checkout-place-order-button::after {
  content: " ->";
}

#place_order:hover,
.woocommerce-checkout button[type="submit"]:hover,
.wc-block-components-checkout-place-order-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(8, 41, 95, 0.26) !important;
}

.wc-block-components-order-summary,
.wc-block-components-totals-wrapper {
  border-color: #e7edf5 !important;
}

.woocommerce-checkout .wc-block-components-main::before,
.woocommerce-checkout .woocommerce-billing-fields::before {
  content: "Veilig bestellen bij Ballero";
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #f1f7ff;
  color: var(--ballero-blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.woocommerce-checkout .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 680px) 370px !important;
  gap: 34px !important;
  align-items: start !important;
  justify-content: center !important;
  width: 100% !important;
}

.woocommerce-checkout .wc-block-components-main {
  width: 100% !important;
  padding-right: 0 !important;
}

.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-checkout__sidebar {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  position: sticky;
  top: 120px;
}

.woocommerce-checkout .wc-block-components-order-summary,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-panel,
.woocommerce-checkout .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-sidebar > div,
.woocommerce-checkout .wc-block-checkout__sidebar > div {
  background: #fff !important;
}

.woocommerce-checkout .wc-block-components-sidebar > div,
.woocommerce-checkout .wc-block-checkout__sidebar > div {
  overflow: hidden;
  border: 1px solid #dfe8f3 !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 32px rgba(8, 41, 95, 0.08) !important;
}

.woocommerce-checkout .wc-block-components-main::after,
.woocommerce-checkout .woocommerce-checkout-payment::after {
  content: none;
}

.woocommerce-cart-form,
.cart_totals {
  background: #fff;
}

.cart_totals {
  position: relative;
  overflow: hidden;
  max-width: 100% !important;
  padding: 20px 22px !important;
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
  box-sizing: border-box !important;
}

.cart_totals::before {
  content: "Besteloverzicht";
  display: inline-flex;
  margin: 0 0 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f1f7ff;
  color: var(--ballero-blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.cart_totals h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.cart_totals table,
.cart_totals table.shop_table {
  margin: 0 !important;
  border-collapse: collapse;
}

.cart_totals table th,
.cart_totals table td {
  padding: 13px 0 !important;
  vertical-align: middle !important;
}

.cart_totals table th {
  width: 42%;
  padding-right: 12px !important;
  text-align: left !important;
}

.cart_totals table td {
  text-align: right !important;
}

.woocommerce-cart table.shop_table th {
  color: var(--ballero-blue);
  font-size: 14px;
  font-weight: 950;
}

.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th {
  border-color: #dfe8f3;
}

.woocommerce-cart table.cart td.product-name a {
  color: var(--ballero-blue);
  font-size: 17px;
  font-weight: 950;
  line-height: 1.25;
}

.woocommerce-cart table.cart .product-thumbnail img {
  width: 84px;
  border-radius: 8px;
}

.woocommerce-cart table.cart .product-remove a {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  color: var(--ballero-blue) !important;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.woocommerce-cart table.cart .product-remove a:hover {
  background: #f1f7ff;
}

.woocommerce-cart table.cart .coupon {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  width: 100%;
  max-width: 520px;
}

.woocommerce-cart table.cart .coupon label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.woocommerce-cart table.cart .coupon input {
  width: 100% !important;
  min-height: 48px;
  border: 1px solid #d9e3ef;
  border-radius: 9px;
  padding: 0 14px;
}

.woocommerce-cart table.cart td.actions {
  padding-top: 18px !important;
}

.woocommerce-cart table.cart button[name="apply_coupon"],
.woocommerce-cart table.cart button[name="update_cart"] {
  width: auto !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  border-radius: 9px !important;
  background: var(--ballero-blue) !important;
  color: #fff !important;
  font-weight: 950 !important;
}

.woocommerce-cart table.cart button[name="update_cart"] {
  display: block;
  margin-top: 10px;
  margin-left: auto;
  background: #f1f7ff !important;
  color: var(--ballero-blue) !important;
  border: 1px solid #d9e3ef !important;
}

.cart_totals .woocommerce-shipping-methods,
.cart_totals .woocommerce-shipping-destination,
.cart_totals .woocommerce-shipping-calculator {
  margin: 0;
  color: #33435c;
  font-size: 14px;
  line-height: 1.35;
}

.cart_totals .woocommerce-shipping-methods {
  list-style: none;
  padding-left: 0;
}

.cart_totals .woocommerce-shipping-destination {
  display: none;
}

.cart_totals .woocommerce-shipping-methods li {
  display: flex;
  justify-content: flex-end;
}

.cart_totals .woocommerce-shipping-methods label {
  font-weight: 850;
  color: var(--ballero-blue);
}

.cart_totals .checkout-button,
.wc-block-cart__submit-button,
.wc-block-components-button:not(.is-link) {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 58px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
  margin-top: 16px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 14px 18px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #0b3474 0%, #08295f 100%) !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 16px 30px rgba(8, 41, 95, 0.22) !important;
}

.woocommerce-cart .wc-block-cart__submit-container,
.woocommerce-cart .wc-block-cart__submit,
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.woocommerce-cart .wc-block-cart__totals-title {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.woocommerce-cart .wc-block-cart__totals-title::after {
  content: "BESTELOVERZICHT";
  color: var(--ballero-blue);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 850;
}

.cart_totals .checkout-button::after,
.wc-block-cart__submit-button::after {
  content: ">";
  width: auto;
  height: auto;
  flex: 0 0 auto;
  background: transparent;
}

.cart_totals .checkout-button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-button:not(.is-link):hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(8, 41, 95, 0.26) !important;
}

.cart_totals::after {
  content: "BPA-vrij  |  Niet giftig  |  Zorgvuldig verzonden";
  display: block;
  margin-top: 12px;
  color: #5c6b7f;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.woocommerce-cart-form .product-name a {
  color: var(--ballero-blue);
  font-weight: 850;
}

.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal,
.cart_totals .order-total {
  color: var(--ballero-blue);
  font-weight: 950;
}

.ballero-shop-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  border-radius: var(--ballero-radius);
  background: linear-gradient(135deg, #fff, #eaf7ff);
}

.ballero-shop-main {
  width: min(1180px, calc(100vw - 72px));
  max-width: none;
  margin-inline: auto;
}

.ballero-archive-main {
  width: min(1180px, calc(100vw - 72px)) !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.ballero-shop-main .ballero-container {
  width: 100%;
  max-width: none;
}

.ballero-archive-shell {
  width: 100% !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.tax-product_cat main,
body.post-type-archive-product main,
body.woocommerce-shop main,
body.tax-product_cat .site-main,
body.post-type-archive-product .site-main,
body.woocommerce-shop .site-main {
  width: min(1180px, calc(100vw - 72px));
  max-width: none;
  margin-inline: auto;
}

body.tax-product_cat ul.products,
body.post-type-archive-product ul.products,
body.woocommerce-shop ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

body.tax-product_cat ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.woocommerce-shop ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

.ballero-shop-main .products,
.ballero-shop-main ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch;
  width: 100% !important;
  max-width: 100% !important;
}

body.tax-product_cat .ballero-archive-shell ul.products,
body.post-type-archive-product .ballero-archive-shell ul.products,
body.woocommerce-shop .ballero-archive-shell ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.ballero-shop-main .ballero-product-grid--archive {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.ballero-shop-main .ballero-product-grid--archive > li.product,
.ballero-shop-main .ballero-product-grid--archive > li.ballero-card {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  min-width: 0;
}

body.tax-product_cat .ballero-archive-shell ul.products > li.product,
body.post-type-archive-product .ballero-archive-shell ul.products > li.product,
body.woocommerce-shop .ballero-archive-shell ul.products > li.product {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
}

.ballero-shop-main .ballero-card__image {
  aspect-ratio: 1.52 / 1;
}

body.woocommerce.archive .woocommerce-products-header,
body.woocommerce.archive .woocommerce-notices-wrapper,
body.woocommerce.archive .woocommerce-result-count,
body.woocommerce.archive .woocommerce-ordering,
body.woocommerce.archive ul.products {
  width: min(1180px, calc(100vw - 72px)) !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.woocommerce.archive .woocommerce-products-header {
  margin-top: 42px !important;
  margin-bottom: 22px !important;
}

body.woocommerce.archive .woocommerce-products-header__title,
body.woocommerce.archive .page-title {
  color: var(--ballero-blue);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 950;
}

body.woocommerce.archive .woocommerce-result-count {
  float: none !important;
  margin-bottom: 8px !important;
  color: var(--ballero-muted);
  font-weight: 800;
}

body.woocommerce.archive .woocommerce-ordering {
  float: none !important;
  margin-bottom: 18px !important;
}

body.woocommerce.archive .woocommerce-ordering select {
  width: 100%;
}

body.woocommerce.archive ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  padding: 0 !important;
  list-style: none !important;
}

body.woocommerce.archive ul.products > li.product {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  min-width: 0 !important;
}

.woocommerce-result-count {
  margin: 0;
  color: var(--ballero-muted);
  font-weight: 700;
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 32px 0 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--ballero-line);
  border-radius: 10px;
  background: #fff;
  color: var(--ballero-blue);
  font-weight: 900;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--ballero-blue);
  color: #fff;
}

.ballero-single-product {
  display: grid;
  grid-template-columns: 1fr 0.94fr;
  gap: 48px;
  align-items: start;
}

.ballero-single-product__gallery,
.ballero-single-product__summary,
.ballero-product-info,
.related.products {
  padding: 26px;
  border: 1px solid var(--ballero-line);
  border-radius: var(--ballero-radius);
  background: #fff;
  box-shadow: 0 8px 24px rgba(8, 41, 95, 0.08);
}

.ballero-single-product__gallery .woocommerce-product-gallery {
  width: 100% !important;
}

.product_title {
  margin-bottom: 14px;
}

.ballero-single-product__summary .price {
  margin: 15px 0;
  font-size: 34px;
}

.ballero-product-usps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0;
}

.ballero-product-usps span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--ballero-line);
  border-radius: 10px;
  color: var(--ballero-blue);
  font-size: 13px;
  font-weight: 850;
}

.variations {
  width: 100%;
  margin: 20px 0;
}

.variations th,
.variations td {
  display: block;
  padding: 0 0 8px;
  text-align: left;
}

.variations label {
  color: var(--ballero-blue);
  font-weight: 900;
}

select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--ballero-line);
  border-radius: 10px;
  background: #fff;
  color: var(--ballero-ink);
  font: inherit;
}

.quantity {
  display: inline-flex;
  max-width: 130px;
  margin-right: 10px;
}

.quantity input {
  text-align: center;
}

.single_add_to_cart_button {
  min-width: 220px;
}

.bt-theme {
  --ink: var(--ballero-blue) !important;
  --text: var(--ballero-ink) !important;
  --muted: var(--ballero-muted) !important;
  --border: rgba(8, 41, 95, 0.14) !important;
  --border2: rgba(8, 41, 95, 0.1) !important;
  --radius: 18px !important;
  --shadow: 0 14px 36px rgba(8, 41, 95, 0.12) !important;
  --shadow2: 0 8px 24px rgba(8, 41, 95, 0.08) !important;
  --btn: var(--ballero-blue) !important;
  --btnHover: var(--ballero-blue-2) !important;
  --btnText: #fff !important;
  font-family: "Inter", "Nunito Sans", "Segoe UI", Arial, sans-serif !important;
}

.bt-theme .bt-theme-wrap {
  max-width: 1180px !important;
  padding: 0 0 48px !important;
}

.bt-theme .bt-banner {
  border-radius: 18px !important;
}

.bt-theme .bt-card {
  border-radius: 16px !important;
}

.bt-theme .bt-price-target {
  color: var(--ballero-blue) !important;
  font-size: 28px !important;
  font-weight: 950 !important;
}

.bt-theme button.single_add_to_cart_button {
  min-height: 52px !important;
  border: 2px solid var(--ballero-blue) !important;
  border-radius: 8px !important;
  background: var(--ballero-blue) !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.bt-theme .variations select,
.bt-theme .quantity input.qty {
  border-color: var(--ballero-line) !important;
  border-radius: 10px !important;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 11px 18px;
  border: 1px solid var(--ballero-line);
  border-radius: 999px;
  color: var(--ballero-blue);
  font-weight: 900;
}

.woocommerce-tabs ul.tabs li.active a {
  background: var(--ballero-blue);
  color: #fff;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin: 0 0 22px;
  padding: 16px 18px;
  border: 1px solid var(--ballero-line);
  border-left: 5px solid var(--ballero-gold);
  border-radius: 12px;
  background: #fff;
  color: var(--ballero-ink);
  list-style-position: inside;
}

.woocommerce-message:has(.ballero-cart-confirmation) {
  position: static;
  z-index: 45;
  width: auto;
  max-width: min(760px, calc(100vw - 28px));
  margin: 18px auto 24px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ballero-cart-confirmation {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid #dfe8f3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(8, 41, 95, 0.16);
  animation: balleroNoticeIn 220ms ease-out;
}

@keyframes balleroNoticeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ballero-cart-confirmation__text {
  display: grid;
  gap: 3px;
  color: var(--ballero-blue);
}

.ballero-cart-confirmation__text strong {
  font-size: 17px;
  font-weight: 950;
}

.ballero-cart-confirmation__text span {
  color: #536175;
  font-size: 14px;
  font-weight: 750;
}

.ballero-cart-confirmation__actions {
  display: flex;
  gap: 10px;
}

.ballero-cart-confirmation .ballero-button {
  min-height: 42px;
  padding: 10px 16px;
  white-space: nowrap;
}

.ballero-thankyou {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  margin: 0 0 30px;
  padding: 28px;
  border: 1px solid var(--ballero-line);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff, #eaf7ff);
  box-shadow: var(--ballero-shadow);
}

.ballero-thankyou h2 {
  margin: 0 0 10px;
  color: var(--ballero-blue);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 950;
  line-height: 1.08;
}

.ballero-thankyou p {
  margin: 8px 0;
}

.ballero-thankyou__steps {
  display: grid;
  gap: 10px;
  align-self: center;
}

.ballero-thankyou__steps span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid #dfe8f3;
  border-radius: 10px;
  background: rgba(255,255,255,0.78);
  color: var(--ballero-blue);
  font-weight: 900;
}

.ballero-thankyou__steps svg {
  width: 22px;
  height: 22px;
}

.woocommerce-order-received .woocommerce-thankyou-order-received,
.woocommerce-order-received .woocommerce-order-overview {
  display: none;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--ballero-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(8, 41, 95, 0.07);
}

.woocommerce-order-received .woocommerce-order-details h2,
.woocommerce-order-received .woocommerce-customer-details h2 {
  color: var(--ballero-blue);
  font-weight: 950;
}

.ballero-calculator-page {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 34px 0 54px;
}

.bc-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  min-height: 410px;
  overflow: hidden;
  border: 1px solid var(--ballero-line);
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: var(--ballero-shadow);
}

.bc-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 62px);
  background: linear-gradient(90deg, #fff 0%, #fff 78%, rgba(255, 255, 255, .7) 100%);
  position: relative;
  z-index: 2;
}

.bc-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #f2f5f8;
  color: var(--ballero-blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.bc-kicker::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--ballero-gold);
}

.bc-hero h1 {
  max-width: 560px;
  margin: 0;
  color: var(--ballero-blue);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.02;
  font-weight: 950;
}

.bc-hero p {
  max-width: 500px;
  margin: 18px 0 0;
  color: var(--ballero-ink);
  font-size: 18px;
  line-height: 1.7;
}

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

.bc-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 2px solid var(--ballero-blue);
  border-radius: 8px;
  background: var(--ballero-blue);
  color: #fff !important;
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(8, 41, 95, .18);
}

.bc-button--light {
  background: #fff;
  color: var(--ballero-blue) !important;
  box-shadow: none;
}

.bc-hero__image {
  min-height: 410px;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .86) 0%, rgba(255, 255, 255, .3) 26%, rgba(255, 255, 255, 0) 50%),
    url("https://ballero.nl/wp-content/uploads/2026/04/calculator-banner-foto.png");
  background-position: center;
  background-size: cover;
}

.bc-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  margin-top: 28px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--ballero-line);
  border-radius: var(--ballero-radius);
  background: linear-gradient(135deg, #eaf7ff 0%, #f8fcff 100%);
  box-shadow: 0 10px 28px rgba(8, 41, 95, .08);
}

.bc-calculator h2,
.bc-section h2 {
  margin: 0 0 12px;
  color: var(--ballero-blue);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  font-weight: 950;
}

.bc-calculator p,
.bc-section p,
.bc-section li {
  margin: 0;
  color: var(--ballero-ink);
  font-size: 16px;
  line-height: 1.7;
}

.bc-tool {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #cfe0f2;
  border-radius: var(--ballero-radius);
  background: #fff;
  box-shadow: 0 14px 32px rgba(8, 41, 95, .08);
}

.bc-side {
  display: grid;
  gap: 12px;
  align-content: start;
}

.bc-tip,
.bc-card,
.bc-faq details {
  padding: 16px;
  border: 1px solid var(--ballero-line);
  border-radius: 12px;
  background: #fff;
}

.bc-tip strong,
.bc-card strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ballero-blue);
  font-weight: 950;
}

.bc-tip span {
  color: var(--ballero-muted);
  font-size: 14px;
  line-height: 1.45;
}

.bc-section {
  margin-top: 24px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--ballero-line);
  border-radius: var(--ballero-radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 41, 95, .07);
}

.bc-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.bc-seo-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: center;
}

.bc-seo-split p + p,
.bc-section .bc-note {
  margin-top: 12px;
}

.bc-seo-split img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  border: 1px solid var(--ballero-line);
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(8, 41, 95, .08);
}

.bc-note {
  padding: 14px 16px;
  border: 1px solid var(--ballero-line);
  border-radius: 12px;
  background: #f4f8fd;
  font-weight: 750;
}

.bc-table-wrap {
  margin-top: 16px;
  overflow-x: auto;
}

.bc-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--ballero-line);
  border-radius: 12px;
  background: #fff;
}

.bc-table th,
.bc-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--ballero-line);
  text-align: left;
}

.bc-table th {
  color: var(--ballero-blue);
  font-weight: 950;
  background: #f6f9fd;
}

.bc-table tr:last-child td {
  border-bottom: 0;
}

.bc-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.bc-chip {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 8px 13px;
  border: 1px solid var(--ballero-line);
  border-radius: 999px;
  background: #fff;
  color: var(--ballero-blue);
  font-size: 14px;
  font-weight: 850;
}

.bc-faq summary {
  cursor: pointer;
  color: var(--ballero-blue);
  font-weight: 950;
}

.bc-faq details + details {
  margin-top: 12px;
}

.bc-faq details p {
  margin-top: 10px;
}

.ballero-calculator-page .ballero-v11 {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ballero-calculator-page .ballero-v11 .b11-appBar {
  margin: 0 0 14px;
}

.ballero-calculator-page .ballero-v11 .b11-appTag,
.ballero-calculator-page .ballero-v11 .b11-step {
  border: 1px solid var(--ballero-line);
  background: #fff;
  color: var(--ballero-blue);
  box-shadow: none;
}

.ballero-calculator-page .ballero-v11 .b11-step.is-active {
  border-color: var(--ballero-blue);
  background: var(--ballero-blue);
  color: #fff;
  box-shadow: 0 10px 20px rgba(8, 41, 95, .14);
}

.ballero-calculator-page .ballero-v11 .b11-card {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--ballero-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

.ballero-calculator-page .ballero-v11 .b11-card::before,
.ballero-calculator-page .ballero-v11 .b11-card::after {
  content: none;
}

.ballero-calculator-page .ballero-v11 .b11-h2,
.ballero-calculator-page .ballero-v11 .b11-resultMain,
.ballero-calculator-page .ballero-v11 .b11-miniStat strong {
  color: var(--ballero-blue);
}

.ballero-calculator-page .ballero-v11 .b11-sub,
.ballero-calculator-page .ballero-v11 .b11-resultSub,
.ballero-calculator-page .ballero-v11 .b11-resultReserve {
  color: var(--ballero-ink);
}

.ballero-calculator-page .ballero-v11 .b11-inp {
  height: 50px;
  border: 1px solid #d9e3ef;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
}

.ballero-calculator-page .ballero-v11 .b11-inp:focus {
  border-color: var(--ballero-blue);
  box-shadow: 0 0 0 3px rgba(8, 41, 95, .1);
}

.ballero-calculator-page .ballero-v11 .b11-livePill,
.ballero-calculator-page .ballero-v11 .b11-resultKicker {
  border: 1px solid #cfe0f2;
  background: #f1f7ff;
  color: var(--ballero-blue);
  box-shadow: none;
}

.ballero-calculator-page .ballero-v11 .b11-hint,
.ballero-calculator-page .ballero-v11 .b11-field span,
.ballero-calculator-page .ballero-v11 .b11-miniStat span {
  color: var(--ballero-muted);
}

.ballero-calculator-page .ballero-v11 .b11-resultHero,
.ballero-calculator-page .ballero-v11 .b11-miniStat {
  border: 1px solid var(--ballero-line);
  background: #fff;
  box-shadow: none;
}

.ballero-calculator-page .ballero-v11 .b11-miniStatMain {
  background: var(--ballero-blue);
}

.ballero-calculator-page .ballero-v11 .b11-miniStatMain strong,
.ballero-calculator-page .ballero-v11 .b11-miniStatMain span {
  color: #fff;
}

.ballero-calculator-page .ballero-v11 .b11-btnPink {
  background: var(--ballero-blue);
  color: #fff;
}

.ballero-calculator-page .ballero-v11 .b11-btnGhost {
  border-color: var(--ballero-blue);
  color: var(--ballero-blue);
}

.ballero-contact-page {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 34px 0 54px;
}

.bcp-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--ballero-line);
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: var(--ballero-shadow);
}

.bc-calculator--wide {
  grid-template-columns: minmax(0, 1fr);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.bc-calculator__main {
  min-width: 0;
}

.bcp-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 62px);
  background: linear-gradient(90deg, #fff 0%, #fff 78%, rgba(255, 255, 255, .74) 100%);
  position: relative;
  z-index: 2;
}

.bcp-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #f2f5f8;
  color: var(--ballero-blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.bcp-kicker::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--ballero-gold);
}

.bcp-hero h1 {
  max-width: 560px;
  margin: 0;
  color: var(--ballero-blue);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.02;
  font-weight: 950;
}

.bcp-hero p {
  max-width: 500px;
  margin: 18px 0 0;
  color: var(--ballero-ink);
  font-size: 18px;
  line-height: 1.7;
}

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

.bcp-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 2px solid var(--ballero-blue);
  border-radius: 8px;
  background: var(--ballero-blue);
  color: #fff !important;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 12px 24px rgba(8, 41, 95, .18);
}

.bcp-button--light {
  background: #fff;
  color: var(--ballero-blue) !important;
  box-shadow: none;
}

.bcp-hero__image {
  min-height: 430px;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .86) 0%, rgba(255, 255, 255, .28) 28%, rgba(255, 255, 255, 0) 52%),
    url("https://ballero.nl/wp-content/uploads/2026/04/footer-banner-foto.png");
  background-position: center;
  background-size: cover;
}

.bcp-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0 34px;
  overflow: hidden;
  border: 1px solid var(--ballero-line);
  border-radius: var(--ballero-radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 41, 95, .08);
}

.bcp-strip article {
  padding: 22px 18px;
  text-align: center;
  border-right: 1px solid var(--ballero-line);
}

.bcp-strip article:last-child {
  border-right: 0;
}

.bcp-strip strong {
  display: block;
  color: var(--ballero-blue);
  font-size: 15px;
  font-weight: 950;
}

.bcp-strip span {
  display: block;
  margin-top: 6px;
  color: var(--ballero-muted);
  font-size: 14px;
  line-height: 1.45;
}

.bcp-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
}

.bcp-card {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--ballero-line);
  border-radius: var(--ballero-radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 41, 95, .07);
}

.bcp-card h2,
.bcp-card h3 {
  margin: 0 0 12px;
  color: var(--ballero-blue);
  line-height: 1.14;
  font-weight: 950;
}

.bcp-card h2 {
  font-size: clamp(30px, 3vw, 42px);
}

.bcp-card h3 {
  font-size: 24px;
}

.bcp-card p,
.bcp-card li {
  color: var(--ballero-ink);
  font-size: 16px;
  line-height: 1.7;
}

.bcp-card p {
  margin: 0 0 14px;
}

.bcp-card ul {
  margin: 0;
  padding-left: 20px;
}

.bcp-side {
  display: grid;
  gap: 16px;
}

.bcp-blue-card {
  background: linear-gradient(135deg, #eaf7ff 0%, #f8fcff 100%);
}

.bcp-links {
  display: grid;
  gap: 10px;
}

.bcp-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border: 1px solid var(--ballero-line);
  border-radius: 10px;
  color: var(--ballero-blue);
  font-weight: 850;
}

.bcp-links a::after {
  content: ">";
}

.bcp-faq {
  margin-top: 24px;
}

.bcp-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bcp-faq-grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ballero-blue);
  font-weight: 950;
}

.ballero-contact-page .balleroTicket {
  max-width: none;
  margin: 18px 0 0;
  padding: 0;
}

.ballero-contact-page .balleroTicket__wrap {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ballero-contact-page .balleroTicket__kicker,
.ballero-contact-page .balleroTicket__title {
  display: none;
}

.ballero-contact-page .balleroTicket__grid {
  gap: 14px;
}

.ballero-contact-page .balleroTicket label {
  color: var(--ballero-blue);
  font-size: 13px;
  font-weight: 850;
}

.ballero-contact-page .balleroTicket input[type=text],
.ballero-contact-page .balleroTicket input[type=email],
.ballero-contact-page .balleroTicket textarea {
  border: 1px solid #d9e3ef;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
}

.ballero-contact-page .balleroTicket input[type=text]:focus,
.ballero-contact-page .balleroTicket input[type=email]:focus,
.ballero-contact-page .balleroTicket textarea:focus {
  border-color: var(--ballero-blue);
  box-shadow: 0 0 0 3px rgba(8, 41, 95, .1);
}

.ballero-contact-page .balleroTicket__btn {
  min-height: 52px;
  padding: 13px 22px;
  border: 0;
  border-radius: 8px;
  background: var(--ballero-blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(8, 41, 95, .18);
}

.bmp-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .75fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid var(--ballero-line);
  border-radius: var(--ballero-radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 41, 95, .07);
}

.bmp-hero > div:first-child {
  padding: clamp(24px, 4vw, 42px);
}

.bmp-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #f2f5f8;
  color: var(--ballero-blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.bmp-kicker::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--ballero-gold);
}

.bmp-hero h2,
.bmp-panel h2 {
  margin: 0 0 14px;
  color: var(--ballero-blue);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 950;
}

.bmp-panel h3 {
  margin: 22px 0 10px;
  color: var(--ballero-blue);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.15;
  font-weight: 950;
}

.bmp-hero p,
.bmp-panel p,
.bmp-card p {
  color: var(--ballero-ink);
  font-size: 16px;
  line-height: 1.7;
}

.bmp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.bmp-hero__media {
  min-height: 280px;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.75) 0%, rgba(255,255,255,.12) 45%, rgba(255,255,255,0) 100%),
    url("https://ballero.nl/wp-content/uploads/2026/04/header-banner-foto.png");
  background-position: center;
  background-size: cover;
}

.bmp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.bmp-card,
.bmp-panel {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--ballero-line);
  border-radius: var(--ballero-radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 41, 95, .07);
}

.bmp-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ballero-blue);
  font-size: 18px;
  font-weight: 950;
}

.bmp-legal-content {
  margin-top: 18px;
}

.bmp-legal-content h2,
.bmp-legal-content h3 {
  color: var(--ballero-blue);
}

.bmp-legal-content a {
  color: var(--ballero-blue);
  font-weight: 800;
}

.bmp-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
}

.bmp-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  border: 1px solid var(--ballero-line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.bmp-table th,
.bmp-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--ballero-line);
  text-align: left;
  vertical-align: top;
}

.bmp-table th {
  color: var(--ballero-blue);
  font-weight: 950;
  background: #f6f9fd;
}

.bmp-table tr:last-child td {
  border-bottom: 0;
}

.bmp-faq-list details {
  padding: 16px 18px;
  border: 1px solid var(--ballero-line);
  border-radius: 12px;
  background: #fff;
}

.bmp-faq-list details + details {
  margin-top: 12px;
}

.bmp-faq-list summary {
  cursor: pointer;
  color: var(--ballero-blue);
  font-weight: 950;
}

.bmp-faq-list details p {
  margin: 10px 0 0;
}

table.shop_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

table.shop_table th,
table.shop_table td {
  padding: 15px;
  border-bottom: 1px solid var(--ballero-line);
  text-align: left;
}

@media (max-width: 980px) {
  .ballero-header__inner {
    grid-template-columns: auto auto auto;
    min-height: 76px;
    gap: 14px;
  }

  .ballero-logo {
    font-size: 38px;
  }

  .ballero-menu-toggle {
    display: block;
    justify-self: end;
  }

  .ballero-nav {
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    display: none;
    padding: 18px;
    border: 1px solid var(--ballero-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--ballero-shadow);
  }

  .ballero-nav.is-open {
    display: block;
  }

  .ballero-nav__list {
    display: grid;
    gap: 12px;
  }

  .ballero-nav__list a::after {
    display: none;
  }

  .ballero-header__actions {
    gap: 8px;
  }

  .ballero-hero,
  .ballero-calculator-band,
  .ballero-quality,
  .ballero-color-showcase,
  .ballero-mix-inspiration,
  .ballero-seo-section,
  .ballero-archive-seo,
  .ballero-product-trust,
  .ballero-single-product,
  .ballero-footer__grid {
    grid-template-columns: 1fr;
  }

  .ballero-hero {
    min-height: auto;
  }

  .ballero-hero::before {
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.86) 52%, rgba(255,255,255,0.16) 100%);
  }

  .ballero-hero__content {
    padding: 42px 28px 26px;
  }

  .ballero-hero__media {
    min-height: 360px;
    grid-row: 1;
  }

  .ballero-usp-panel,
  .ballero-product-grid,
  ul.products,
  body.woocommerce.archive ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ballero-usp-panel article:nth-child(3) {
    border-left: 0;
  }

  .ballero-usp-panel article:nth-child(n+3) {
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid var(--ballero-line);
  }

  .ballero-mini-usps,
  .ballero-product-usps {
    grid-template-columns: 1fr;
  }

  .ballero-color-showcase__intro {
    min-height: auto;
  }

  .ballero-color-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ballero-mix-list a {
    grid-template-columns: 24px 24px 24px minmax(0, 1fr);
  }

  .ballero-mix-list span {
    width: 24px;
    height: 24px;
  }

  .ballero-mini-usps span + span {
    border-left: 0;
  }

  .ballero-contact-band {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 24px;
  }

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

  .woocommerce-cart .cart-collaterals {
    grid-column: 1;
  }

  .woocommerce-checkout .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-checkout .wc-block-components-sidebar,
  .woocommerce-checkout .wc-block-checkout__sidebar {
    position: static;
  }

  .bc-hero,
  .bc-calculator,
  .bc-seo-split,
  .bc-mini-grid,
  .bcp-hero,
  .bcp-main,
  .bcp-faq-grid,
  .bmp-hero,
  .bmp-grid {
    grid-template-columns: 1fr;
  }

  .bc-hero__image,
  .bcp-hero__image {
    min-height: 250px;
    order: -1;
  }

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

  .bcp-strip article:nth-child(2) {
    border-right: 0;
  }

  .bcp-strip article:nth-child(n+3) {
    border-top: 1px solid var(--ballero-line);
  }

  .bmp-hero__media {
    order: -1;
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  :root {
    --ballero-container: min(100vw - 24px, 1180px);
  }

  .ballero-header__inner {
    width: min(100vw - 24px, 1240px);
  }

  .ballero-logo {
    font-size: 31px;
  }

  .ballero-icon-link {
    width: 32px;
    height: 32px;
    font-size: 25px;
  }

  .ballero-hero {
    width: 100%;
    border-radius: 0 0 18px 18px;
  }

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

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

  .ballero-actions,
  .ballero-button,
  .bc-button,
  .bcp-button {
    width: 100%;
  }

  .bcp-strip {
    grid-template-columns: 1fr;
  }

  .bcp-strip article,
  .bcp-strip article:nth-child(2) {
    border-right: 0;
  }

  .bcp-strip article + article {
    border-top: 1px solid var(--ballero-line);
  }

  .bmp-actions .ballero-button {
    width: 100%;
  }

  .ballero-usp-panel,
  .ballero-product-grid,
  .ballero-color-strip,
  ul.products,
  body.woocommerce.archive ul.products {
    grid-template-columns: 1fr;
  }

  .ballero-color-showcase {
    width: min(100vw - 24px, 1300px);
    padding: 18px;
  }

  .ballero-mix-inspiration {
    width: min(100vw - 24px, 1300px);
    padding: 18px;
  }

  .ballero-color-tile {
    min-height: 220px;
  }

  .ballero-usp-panel article,
  .ballero-usp-panel article + article {
    padding: 18px 8px;
    border-left: 0;
    border-top: 1px solid var(--ballero-line);
  }

  .ballero-usp-panel article:first-child {
    border-top: 0;
  }

  .ballero-calculator-band > div,
  .ballero-page__content,
  .ballero-shop-hero,
  .ballero-single-product__gallery,
  .ballero-single-product__summary,
  .ballero-product-info,
  .related.products {
    padding: 20px;
  }

  .ballero-footer__grid {
    gap: 24px;
  }
}

.ballero-deals-page {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 34px 0 56px;
  color: var(--ballero-ink);
}

.bd-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #f2f5f8;
  color: var(--ballero-blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.bd-kicker::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ballero-gold);
}

.bd-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid var(--ballero-line);
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(8, 41, 95, .12);
}

.bd-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 62px);
  background: linear-gradient(90deg, #fff 0%, #fff 78%, rgba(255, 255, 255, .72) 100%);
}

.bd-hero h1 {
  max-width: 600px;
  margin: 0;
  color: var(--ballero-blue);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.02;
  font-weight: 950;
}

.bd-hero p {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--ballero-ink);
  font-size: 18px;
  line-height: 1.7;
}

.bd-hero__image {
  min-height: 430px;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .82) 0%, rgba(255, 255, 255, .24) 28%, rgba(255, 255, 255, 0) 55%),
    url("https://ballero.nl/wp-content/uploads/2026/04/0b73c22e-18ae-4a4d-af40-1a89a2309368.png");
  background-position: center;
  background-size: cover;
}

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

.bd-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 2px solid var(--ballero-blue);
  border-radius: 8px;
  background: var(--ballero-blue);
  color: #fff !important;
  font-weight: 950;
  text-decoration: none !important;
  box-shadow: 0 12px 24px rgba(8, 41, 95, .18);
}

.bd-button--light {
  background: #fff;
  color: var(--ballero-blue) !important;
  box-shadow: none;
}

.bd-section {
  margin-top: 26px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--ballero-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 41, 95, .07);
}

.bd-section h2 {
  margin: 0 0 10px;
  color: var(--ballero-blue);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.1;
  font-weight: 950;
}

.bd-section p {
  margin: 0;
  color: var(--ballero-ink);
  font-size: 16px;
  line-height: 1.7;
}

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

.bd-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ballero-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(8, 41, 95, .08);
}

.bd-card__image {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f6f9fd;
}

.bd-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bd-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  padding: 8px 11px;
  border: 1px solid rgba(255, 185, 67, .55);
  border-radius: 999px;
  background: rgba(255, 243, 216, .96);
  color: var(--ballero-blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.bd-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.bd-card h3 {
  margin: 0;
  color: var(--ballero-blue);
  font-size: 26px;
  line-height: 1.08;
  font-weight: 950;
}

.bd-sub {
  margin-top: 6px;
  color: var(--ballero-muted);
  font-size: 14px;
  font-weight: 850;
}

.bd-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-top: 14px;
  color: var(--ballero-blue);
  font-weight: 950;
}

.bd-price del {
  color: #728096;
  font-size: 18px;
  font-weight: 850;
}

.bd-price strong {
  font-size: 30px;
  line-height: 1;
}

.bd-card p {
  margin-top: 12px;
  color: var(--ballero-ink);
  font-size: 15px;
  line-height: 1.62;
}

.bd-tags {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.bd-tags span {
  min-width: 0;
  padding: 10px 8px;
  border: 1px solid var(--ballero-line);
  border-radius: 10px;
  background: #f7fbff;
  color: var(--ballero-blue);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.bd-card .bd-actions {
  margin-top: auto;
  padding-top: 18px;
}

.bd-card .bd-button {
  width: 100%;
  min-height: 48px;
}

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

.bd-info {
  padding: 18px;
  border: 1px solid var(--ballero-line);
  border-radius: 14px;
  background: #f7fbff;
}

.bd-info strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ballero-blue);
  font-size: 17px;
  font-weight: 950;
}

.bd-faq details {
  margin-top: 12px;
  padding: 16px 18px;
  border: 1px solid var(--ballero-line);
  border-radius: 12px;
  background: #fff;
}

.bd-faq summary {
  cursor: pointer;
  color: var(--ballero-blue);
  font-weight: 950;
}

.bd-faq details p {
  margin-top: 10px;
}

@media (max-width: 980px) {
  .ballero-deals-page {
    width: min(100% - 28px, 1180px);
    padding-top: 20px;
  }

  .bd-hero,
  .bd-deals,
  .bd-info-grid {
    grid-template-columns: 1fr;
  }

  .bd-hero__image {
    min-height: 300px;
    order: -1;
  }

  .bd-button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .bd-tags {
    grid-template-columns: 1fr;
  }

  .bd-hero__copy,
  .bd-section {
    padding: 22px;
  }
}
