:root {
  --bm-red: #e30613;
  --bm-red-dark: #b70710;
  --bm-navy: #102a43;
  --bm-blue: #174b74;
  --bm-sky: #eaf4fb;
  --bm-ink: #16202a;
  --bm-muted: #5e6c79;
  --bm-soft: #f5f7f9;
  --bm-line: #dce3e8;
  --bm-white: #fff;
  --bm-radius: 18px;
  --bm-shadow: 0 12px 34px rgba(16, 42, 67, .11);
  --bm-shell: 1240px;
}

.bm-shop-redesign {
  color: var(--bm-ink);
  background: var(--bm-white);
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bm-shop-redesign h1,
.bm-shop-redesign h2,
.bm-shop-redesign h3,
.bm-shop-redesign h4,
.bm-shop-redesign .nav > li > a {
  color: var(--bm-navy);
  letter-spacing: -.025em;
}

.bm-shop-redesign a:focus-visible,
.bm-shop-redesign button:focus-visible,
.bm-shop-redesign input:focus-visible,
.bm-shop-redesign select:focus-visible {
  outline: 3px solid rgba(227, 6, 19, .35);
  outline-offset: 3px;
}

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

/* Flatsome header: retain official site logo and WordPress menus. */
.bm-shop-redesign .header-wrapper {
  box-shadow: 0 1px 0 rgba(16, 42, 67, .1);
}

.bm-shop-redesign .header-main {
  height: 82px;
}

.bm-shop-redesign #logo {
  width: 154px;
}

.bm-shop-redesign #logo img {
  max-height: 72px;
  object-fit: contain;
}

.bm-shop-redesign .header-nav-main.nav > li > a {
  min-height: 44px;
  padding-inline: 12px;
  font-size: .95rem;
  font-weight: 800;
}

.bm-shop-redesign .header-nav-main.nav > li > a:hover,
.bm-shop-redesign .header-nav-main.nav > li.active > a {
  color: var(--bm-red);
}

.bm-shop-redesign .header-bottom {
  border: 0;
  background: var(--bm-soft) !important;
}

.bm-shop-redesign .header-bottom-nav > li > a {
  font-size: .86rem;
  font-weight: 700;
}

/* Hero */
.bm-hero {
  position: relative;
  min-height: 610px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #17232d;
}

.bm-hero__slides,
.bm-hero__media,
.bm-hero__shade {
  position: absolute;
  inset: 0;
}

.bm-hero__slides {
  z-index: -2;
  overflow: hidden;
}

.bm-hero__media {
  opacity: 0;
  background: url('../images/brabant-maatjes-hero.webp') center center / cover no-repeat;
  transform: scale(1.01);
  transition: opacity 1.1s ease;
}

.bm-hero__media--community {
  background-image: url('../images/brabant-maatjes-hero-community.webp');
}

.bm-hero__media.is-active {
  opacity: 1;
}

.bm-hero__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 22, 34, .92) 0%, rgba(8, 22, 34, .75) 37%, rgba(8, 22, 34, .26) 68%, rgba(8, 22, 34, .12) 100%);
}

.bm-hero__content {
  padding-block: 72px;
}

.bm-hero__message {
  position: absolute;
  z-index: 2;
  top: 78px;
  right: clamp(32px, 7vw, 110px);
  width: 230px;
  opacity: 0;
  transform: translateY(8px) rotate(-2deg);
  color: #fff;
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: clamp(1.08rem, 1.7vw, 1.55rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .72);
  pointer-events: none;
  transition: opacity .55s ease .25s, transform .55s ease .25s;
}

.bm-hero__message.is-active {
  opacity: 1;
  transform: translateY(0) rotate(-2deg);
}

.bm-hero__message span {
  display: block;
}

.bm-hero__message::after {
  content: "";
  display: block;
  width: 112px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: #f47721;
  transform: rotate(-3deg);
}

.bm-hero__message i {
  position: absolute;
  right: 4px;
  bottom: -17px;
  font-size: 2rem;
  font-style: normal;
}

.bm-hero__controls {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 19px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.bm-shop-redesign .bm-hero__controls button {
  width: 11px;
  min-width: 11px;
  height: 11px;
  min-height: 11px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: rgba(16, 42, 67, .5) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.bm-shop-redesign .bm-hero__controls button.is-active {
  background: #fff !important;
  transform: scale(1.15);
}

.bm-eyebrow {
  margin: 0 0 8px;
  color: #fff;
  font-size: .78rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bm-eyebrow--dark {
  color: var(--bm-red);
}

.bm-hero h1 {
  max-width: 700px;
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: .99;
  font-weight: 900;
  letter-spacing: -.055em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .25);
}

.bm-hero__content > p:not(.bm-eyebrow) {
  max-width: 620px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .95);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.45;
}

.bm-finder {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr auto;
  gap: 6px;
  padding: 8px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--bm-shadow);
}

.bm-finder label {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 5px 15px;
  border-right: 1px solid var(--bm-line);
}

.bm-finder label > span {
  display: block;
  margin-bottom: 1px;
  color: var(--bm-muted);
  font-size: .69rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.bm-finder select,
.bm-finder input {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 24px 0 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  color: var(--bm-navy);
  font-size: .97rem;
  font-weight: 800;
}

.bm-button,
.bm-shop-redesign .button,
.bm-shop-redesign button,
.bm-shop-redesign input[type="submit"] {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: .94rem;
  line-height: 1.2;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 0;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.bm-button:hover,
.bm-shop-redesign .button:hover,
.bm-shop-redesign button:hover,
.bm-shop-redesign input[type="submit"]:hover {
  transform: translateY(-1px);
}

.bm-button--primary,
.bm-shop-redesign .button.alt,
.bm-shop-redesign button.alt,
.bm-shop-redesign input[type="submit"] {
  background: var(--bm-red) !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(227, 6, 19, .22);
}

.bm-button--primary:hover,
.bm-shop-redesign .button.alt:hover,
.bm-shop-redesign button.alt:hover,
.bm-shop-redesign input[type="submit"]:hover {
  background: var(--bm-red-dark) !important;
}

.bm-finder .bm-button {
  min-width: 190px;
  margin: 0;
}

.bm-quick-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.bm-quick-filters a {
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: var(--bm-navy);
  font-size: .82rem;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.bm-quick-filters a:hover {
  border-color: #fff;
  background: #fff;
  color: var(--bm-red);
}

/* Sections and cards */
.bm-section {
  padding-block: clamp(54px, 7vw, 88px);
}

.bm-section--soft {
  background: var(--bm-soft);
}

.bm-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.bm-section-heading h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  line-height: 1.05;
  font-weight: 900;
}

.bm-text-link {
  color: var(--bm-red);
  font-weight: 900;
}

.bm-event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.bm-event-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
  box-shadow: 0 7px 25px rgba(16, 42, 67, .08);
  transition: transform .24s ease, box-shadow .24s ease;
}

.bm-event-card.is-hovered,
.bm-event-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--bm-shadow);
}

.bm-event-card__image {
  position: relative;
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--bm-soft);
}

.bm-event-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}

.bm-event-card:hover .bm-event-card__image img {
  transform: scale(1.035);
}

.bm-date {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 58px;
  min-height: 62px;
  display: grid;
  place-content: center;
  border-radius: 12px;
  background: #fff;
  color: var(--bm-navy);
  box-shadow: 0 5px 18px rgba(0, 0, 0, .16);
  text-align: center;
}

.bm-date strong {
  display: block;
  font-size: 1.55rem;
  line-height: 1;
}

.bm-date span {
  font-size: .75rem;
  line-height: 1.15;
  font-weight: 900;
}

.bm-status {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  font-size: .73rem;
  font-weight: 900;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .18);
}

.bm-status--cancelled { background: var(--bm-red-dark); }
.bm-status--full { background: #815223; }

.bm-event-card__body {
  position: relative;
  padding: 22px;
}

.bm-region {
  display: inline-flex;
  margin-top: -38px;
  margin-bottom: 11px;
  padding: 6px 11px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--bm-sky);
  color: var(--bm-blue);
  font-size: .76rem;
  font-weight: 900;
}

.bm-event-card h3 {
  min-height: 2.8em;
  margin: 0 0 14px;
  font-size: 1.28rem;
  line-height: 1.23;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bm-event-card h3 a { color: var(--bm-navy); }
.bm-event-card h3 a:hover { color: var(--bm-red); }

.bm-event-meta {
  display: grid;
  gap: 6px;
  margin: 0 0 18px;
}

.bm-event-meta div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 8px;
  font-size: .9rem;
  line-height: 1.35;
}

.bm-event-meta dt {
  color: var(--bm-muted);
  font-weight: 700;
}

.bm-event-meta dd {
  margin: 0;
  color: var(--bm-ink);
  font-weight: 800;
}

.bm-event-card__footer {
  display: grid;
  gap: 14px;
}

.bm-price {
  color: var(--bm-navy);
  font-size: 1.12rem;
  font-weight: 900;
}

.bm-price .amount { color: inherit; }

.bm-button--outline {
  width: 100%;
  border-color: var(--bm-red);
  background: transparent;
  color: var(--bm-red);
}

.bm-button--outline:hover {
  background: var(--bm-red);
  color: #fff;
}

.bm-event-card.is-cancelled .bm-event-card__image img {
  filter: saturate(.62) contrast(.92);
}

.bm-empty-state {
  padding: 50px 24px;
  border: 1px dashed #bac6cf;
  border-radius: var(--bm-radius);
  background: var(--bm-soft);
  text-align: center;
}

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

.bm-category-grid a {
  min-height: 145px;
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-content: center;
  padding: 22px;
  border: 1px solid var(--bm-line);
  border-radius: 16px;
  background: #fff;
  color: var(--bm-navy);
  box-shadow: 0 5px 18px rgba(16, 42, 67, .06);
}

.bm-category-grid a:hover {
  border-color: rgba(227, 6, 19, .35);
  transform: translateY(-2px);
}

.bm-category-grid a > span {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #fdecee;
  color: var(--bm-red);
  font-size: 1.35rem;
  font-weight: 900;
}

.bm-category-grid strong {
  align-self: end;
  font-size: 1rem;
}

.bm-category-grid small {
  color: var(--bm-muted);
  font-size: .78rem;
}

.bm-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bm-steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: start;
  padding: 22px;
  border-radius: 16px;
  background: var(--bm-soft);
}

.bm-steps li > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--bm-red);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
}

.bm-steps strong {
  display: block;
  margin-bottom: 3px;
  color: var(--bm-navy);
  font-size: 1.08rem;
}

.bm-steps p {
  margin: 0;
  color: var(--bm-muted);
  font-size: .9rem;
}

.bm-mobile-sticky { display: none; }

.bm-signup-strip {
  padding: 20px 0;
  border-top: 1px solid #f1b8bf;
  border-bottom: 1px solid #f1b8bf;
  background: #fff5f6;
}

.bm-signup-notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: var(--bm-ink);
}

.bm-signup-notice__icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--bm-red);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.bm-signup-notice strong {
  display: block;
  margin-bottom: 3px;
  color: var(--bm-navy);
  font-size: 1rem;
}

.bm-signup-notice p { margin: 0; line-height: 1.55; }

.bm-signup-notice--product {
  margin: 18px 0 22px;
  padding: 16px 18px;
  display: block;
  border: 1px solid #f1b8bf;
  border-left: 5px solid var(--bm-red);
  border-radius: 12px;
  background: #fff5f6;
}

.bm-month-label {
  margin: 7px 0 0;
  color: var(--bm-red);
  font-size: 1.08rem;
  font-weight: 900;
  text-transform: capitalize;
}

.bm-month-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.bm-month-nav { display: flex; gap: 7px; }

.bm-month-nav a,
.bm-month-nav span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--bm-line);
  border-radius: 50%;
  background: #fff;
  color: var(--bm-navy);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

.bm-month-nav a:hover { border-color: var(--bm-red); color: var(--bm-red); }
.bm-month-nav .is-disabled { opacity: .35; cursor: not-allowed; }

.bm-pdf-button {
  min-height: 42px;
  margin: 0;
  padding: 0 17px;
  border: 0;
  border-radius: 999px;
  background: var(--bm-navy);
  color: #fff;
  font-size: .84rem;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 0;
}

.bm-pdf-button:hover { background: var(--bm-red); }
.bm-pdf-button:disabled { opacity: .65; cursor: wait; }

/* WooCommerce archives, product pages and checkout — styling only. */
.bm-shop-redesign.woocommerce .shop-page-title,
.bm-shop-redesign.woocommerce-page .shop-page-title {
  padding-block: 34px;
  background: var(--bm-soft);
}

.bm-shop-redesign .product-small.box {
  overflow: hidden;
  border: 1px solid var(--bm-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(16, 42, 67, .07);
}

.bm-shop-redesign .product-small .box-image {
  border-radius: 0;
  aspect-ratio: 3 / 2;
}

.bm-shop-redesign .product-small .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bm-shop-redesign .product-small .box-text {
  padding: 18px;
  color: var(--bm-ink);
  text-shadow: none;
}

.bm-shop-redesign .product-small .box-text .product-title a {
  color: var(--bm-navy);
  font-weight: 900;
}

.bm-shop-redesign .product-small .price-wrapper .amount {
  color: var(--bm-red);
  font-weight: 900;
}

.bm-shop-redesign .out-of-stock-label,
.bm-shop-redesign .qccs-cancelled-label {
  top: 14px;
  right: 14px;
  bottom: auto;
  left: auto;
  width: auto;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--bm-red-dark) !important;
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
  text-transform: none;
}

.bm-shop-redesign.single-product .product-main {
  padding-block: clamp(36px, 6vw, 76px);
}

.bm-shop-redesign.single-product .product-gallery,
.bm-shop-redesign.single-product .product-info {
  border-radius: var(--bm-radius);
}

.bm-shop-redesign.single-product .product-gallery .flickity-viewport,
.bm-shop-redesign.single-product .product-gallery img {
  border-radius: var(--bm-radius);
}

.bm-shop-redesign.single-product .product-info {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--bm-line);
  background: #fff;
  box-shadow: var(--bm-shadow);
}

.bm-shop-redesign.single-product .product-info > .product-title {
  color: var(--bm-navy);
  font-size: clamp(1.7rem, 4vw, 2.65rem);
  line-height: 1.08;
  font-weight: 900;
}

.bm-shop-redesign.single-product .price {
  color: var(--bm-red);
  font-size: 1.35rem;
  font-weight: 900;
}

.bm-shop-redesign.single-product .related.products {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid var(--bm-line);
}

.bm-shop-redesign.single-product .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0 !important;
}

.bm-shop-redesign.single-product .related.products ul.products > li.product {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bm-shop-redesign.single-product .related.products > h2 {
  margin-bottom: 24px;
  color: var(--bm-navy);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.2;
  font-weight: 900;
  text-transform: none;
}

.bm-shop-redesign.single-product .related.products .product-small .box-text {
  padding: 15px 16px 18px;
}

.bm-shop-redesign.single-product .related.products .product-title,
.bm-shop-redesign.single-product .related.products .product-title a {
  min-height: 2.8em;
  margin: 0 0 7px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--bm-navy) !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bm-shop-redesign.single-product .related.products .price {
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.bm-shop-redesign.single-product .related.products .product-small .box-image,
.bm-shop-redesign.single-product .related.products .product-small .box-image img {
  height: 190px !important;
}

.bm-shop-redesign.single-product .related.products .product-small .box-image img {
  object-fit: cover;
}

.bm-shop-redesign .woocommerce-message,
.bm-shop-redesign .woocommerce-info,
.bm-shop-redesign .woocommerce-error {
  border-radius: 12px;
  border: 0;
  box-shadow: 0 4px 15px rgba(16, 42, 67, .08);
}

.bm-shop-redesign .woocommerce-error {
  background: #fdecee;
  color: #7f1017;
}

.bm-shop-redesign .woocommerce-tabs,
.bm-shop-redesign .cart-container,
.bm-shop-redesign .checkout-page-title,
.bm-shop-redesign form.checkout {
  color: var(--bm-ink);
}

.bm-shop-redesign .woocommerce-tabs .nav-line > li > a {
  color: var(--bm-navy);
  font-weight: 900;
}

.bm-shop-redesign .woocommerce-billing-fields,
.bm-shop-redesign .woocommerce-additional-fields,
.bm-shop-redesign .woocommerce-checkout-review-order,
.bm-shop-redesign .cart-wrapper,
.bm-shop-redesign .cart-sidebar {
  padding: 24px;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: #fff;
}

.bm-shop-redesign input[type="text"],
.bm-shop-redesign input[type="email"],
.bm-shop-redesign input[type="tel"],
.bm-shop-redesign input[type="number"],
.bm-shop-redesign input[type="password"],
.bm-shop-redesign input[type="date"],
.bm-shop-redesign select,
.bm-shop-redesign textarea {
  min-height: 46px;
  border: 1px solid #bdc9d2;
  border-radius: 9px;
  box-shadow: none;
}

.bm-shop-redesign .footer-wrapper {
  border-top: 4px solid var(--bm-red);
}

@media (max-width: 1023px) {
  .bm-hero { min-height: 650px; }
  .bm-hero__message { top: 70px; right: 30px; width: 190px; font-size: 1.05rem; }
  .bm-finder { grid-template-columns: 1fr 1fr; }
  .bm-finder label { border-right: 0; border-bottom: 1px solid var(--bm-line); }
  .bm-finder .bm-button { min-height: 58px; }
  .bm-event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bm-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bm-shop-redesign.single-product .related.products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  body.bm-shop-home { padding-bottom: 70px; }
  .bm-shell { width: min(calc(100% - 28px), var(--bm-shell)); }
  .bm-shop-redesign .header-main { height: 68px; }
  .bm-shop-redesign #logo { width: 120px; }
  .bm-shop-redesign #logo img { max-height: 58px; }
  .bm-hero { min-height: 720px; align-items: end; }
  .bm-hero__media { background-position: 58% center; }
  .bm-hero__media--community { background-position: 54% center; }
  .bm-hero__shade { background: linear-gradient(180deg, rgba(8, 22, 34, .16) 0%, rgba(8, 22, 34, .72) 47%, rgba(8, 22, 34, .96) 100%); }
  .bm-hero__content { padding-block: 120px 60px; }
  .bm-hero__message { top: 74px; right: 18px; width: 155px; font-size: .84rem; }
  .bm-hero__message::after { width: 78px; height: 2px; margin-top: 6px; }
  .bm-hero__message i { bottom: -13px; font-size: 1.5rem; }
  .bm-hero__controls { bottom: 17px; }
  .bm-hero h1 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
  .bm-hero__content > p:not(.bm-eyebrow) { font-size: 1rem; }
  .bm-finder { grid-template-columns: 1fr; padding: 9px; border-radius: 14px; }
  .bm-finder label { padding: 7px 12px 10px; }
  .bm-finder label:last-of-type { border-bottom: 0; }
  .bm-finder select, .bm-finder input { height: 36px; }
  .bm-finder .bm-button { width: 100%; min-height: 52px; }
  .bm-quick-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .bm-quick-filters::-webkit-scrollbar { display: none; }
  .bm-quick-filters a { flex: 0 0 auto; }
  .bm-section { padding-block: 54px; }
  .bm-section-heading { align-items: start; }
  .bm-month-actions { width: 100%; justify-content: flex-start; }
  .bm-pdf-button { flex: 1 1 220px; }
  .bm-signup-notice { gap: 11px; }
  .bm-signup-notice__icon { flex-basis: 30px; width: 30px; height: 30px; }
  .bm-event-grid, .bm-category-grid, .bm-steps { grid-template-columns: 1fr; }
  .bm-shop-redesign.single-product .related.products ul.products { grid-template-columns: 1fr; }
  .bm-event-card h3 { min-height: 0; }
  .bm-category-grid a { min-height: 112px; }
  .bm-mobile-sticky {
    position: fixed;
    z-index: 9999;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--bm-red);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 10px 28px rgba(80, 0, 5, .34);
  }
  .bm-shop-redesign.single-product .product-info { margin-top: 18px; }
}

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