.brxe-twoa-product-categories-grid {
  --twoa-primary-dark: var(--primary-dark, #0d69ae);
  --twoa-primary: var(--primary, #1186df);
  --twoa-primary-light: var(--primary-light, #64b0ea);
  --twoa-secondary-dark: var(--secondary-dark, #ac4242);
  --twoa-secondary: var(--secondary, #dd5555);
  --twoa-secondary-light: var(--secondary-light, #e99191);
  --twoa-black: var(--black, #000000);
  --twoa-gray-900: var(--gray-900, #212121);
  --twoa-gray-700: var(--gray-700, #616161);
  --twoa-gray-500: var(--gray-500, #9e9e9e);
  --twoa-gray-300: var(--gray-300, #e0e0e0);
  --twoa-gray-100: var(--gray-100, #f5f5f5);
  --twoa-white: var(--white, #ffffff);
  --twoa-info: var(--info, #42a5f5);
  --twoa-warning: var(--warning, #ffeb3b);
  --twoa-success: var(--success, #4caf50);
  --twoa-danger: var(--danger, #f44336);
  --twoa-full: var(--full, 100%);
  --twoa-w-75: var(--w-75, 75%);
  --twoa-w-67: var(--w-67, 67%);
  --twoa-w-50: var(--w-50, 50%);
  --twoa-w-33: var(--w-33, 33%);
  --twoa-w-25: var(--w-25, 25%);
  --twoa-font-h1: var(--font-h1, clamp(4rem, 5vw, 7.6rem));
  --twoa-font-h2: var(--font-h2, clamp(3.8rem, 4vw, 5.4rem));
  --twoa-font-h3: var(--font-h3, clamp(3.2rem, 3vw, 4.8rem));
  --twoa-font-h4: var(--font-h4, clamp(2.8rem, 2.6vw, 3.9rem));
  --twoa-font-h5: var(--font-h5, clamp(2.4rem, 2.2vw, 3.1rem));
  --twoa-font-h6: var(--font-h6, clamp(2rem, 2vw, 2.5rem));
  --twoa-font-body-l: var(--font-body-l, 2rem);
  --twoa-font-body: var(--font-body, 1.6rem);
  --twoa-font-body-s: var(--font-body-s, 1.4rem);
  --twoa-gap-3xs: var(--gap-3xs, 0.5rem);
  --twoa-gap-2xs: var(--gap-2xs, 1rem);
  --twoa-gap-xs: var(--gap-xs, 1.5rem);
  --twoa-gap-s: var(--gap-s, 2rem);
  --twoa-gap-m: var(--gap-m, 3rem);
  --twoa-gap-l: var(--gap-l, 4rem);
  --twoa-gap-xl: var(--gap-xl, 6rem);
  --twoa-gap-2xl: var(--gap-2xl, 8rem);
  --twoa-gap-3xl: var(--gap-3xl, 12rem);
  --twoa-container-width: var(--container-width, 1200px);
  --twoa-muted: var(--twoa-gray-700);
  --twoa-border: var(--twoa-gray-300);
  --twoa-radius-card: var(--radius, 1.6rem);
  --twoa-radius-image: var(--radius, 1.6rem);
  --twoa-radius-button: var(--btn-radius, var(--twoa-gap-xs));
}
.brxe-twoa-product-categories-grid :where(.bricks-button) {
  border-radius: var(--twoa-radius-button);
}
.brxe-twoa-product-categories-grid {
  --twoa-product-categories-grid-gap: var(--twoa-gap-m);
  --twoa-product-categories-grid-columns: 3;
  --twoa-product-categories-grid-card-background: var(--twoa-white);
  --twoa-product-categories-grid-card-border-size: 0;
  --twoa-product-categories-grid-card-stroke-color: transparent;
  --twoa-product-categories-grid-card-radius: var(--twoa-radius-card);
  --twoa-product-categories-grid-card-content-padding: var(--twoa-gap-s);
  --twoa-product-categories-grid-image-radius: var(--twoa-radius-image);
  --twoa-product-categories-grid-image-aspect-ratio: 4 / 3;
  --twoa-product-categories-grid-button-radius: var(--twoa-radius-button);
  --twoa-product-categories-grid-overlay-background: #000;
  --twoa-product-categories-grid-overlay-text-color: var(--twoa-white);
  --twoa-product-categories-grid-overlay-opacity: 0.65;
  --twoa-product-categories-grid-see-all-button-radius: var(--twoa-radius-button);
  background: var(--twoa-white);
  color: var(--twoa-black);
  overflow: hidden;
  width: 100%;
}
.brxe-twoa-product-categories-grid__inner {
  margin-inline: auto;
  max-width: var(--twoa-container-width);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--twoa-product-categories-grid-gap);
  min-width: 0;
  padding: var(--twoa-gap-xl) var(--twoa-gap-s);
}
.brxe-twoa-product-categories-grid__header {
  display: flex;
  flex-direction: column;
  gap: var(--twoa-gap-s);
  min-width: 0;
  width: 100%;
}
.brxe-twoa-product-categories-grid__eyebrow, .brxe-twoa-product-categories-grid__title, .brxe-twoa-product-categories-grid__description {
  margin: 0;
  min-width: 0;
  width: 100%;
}
.brxe-twoa-product-categories-grid__eyebrow {
  color: var(--twoa-primary);
  font-size: var(--twoa-font-body);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.brxe-twoa-product-categories-grid__title {
  font-size: var(--twoa-font-h2);
  line-height: 1.05;
}
.brxe-twoa-product-categories-grid__description {
  font-size: var(--twoa-font-body-l);
}
.brxe-twoa-product-categories-grid__description > :last-child {
  margin-bottom: 0;
}
.brxe-twoa-product-categories-grid__grid {
  display: grid;
  gap: var(--twoa-gap-xs);
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  width: 100%;
}
.brxe-twoa-product-categories-grid__card {
  background: var(--twoa-product-categories-grid-card-background);
  border: var(--twoa-product-categories-grid-card-border-size) solid var(--twoa-product-categories-grid-card-stroke-color);
  border-radius: var(--twoa-product-categories-grid-card-radius);
  box-sizing: border-box;
  color: currentColor;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}
.brxe-twoa-product-categories-grid__media {
  aspect-ratio: var(--twoa-product-categories-grid-image-aspect-ratio);
  background: color-mix(in srgb, currentColor 8%, transparent);
  border-radius: 0;
  display: block;
  overflow: hidden;
  width: 100%;
}
.brxe-twoa-product-categories-grid__image, .brxe-twoa-product-categories-grid__placeholder {
  border-radius: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.brxe-twoa-product-categories-grid__placeholder {
  background: linear-gradient(135deg, color-mix(in srgb, currentColor 10%, transparent), color-mix(in srgb, currentColor 4%, transparent));
}
.brxe-twoa-product-categories-grid__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: var(--twoa-gap-3xs);
  min-width: 0;
  padding: var(--twoa-product-categories-grid-card-content-padding);
  width: 100%;
}
.brxe-twoa-product-categories-grid__name, .brxe-twoa-product-categories-grid__count, .brxe-twoa-product-categories-grid__description {
  margin: 0;
  min-width: 0;
  width: 100%;
}
.brxe-twoa-product-categories-grid__name {
  font-size: clamp(2rem, 2vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
}
.brxe-twoa-product-categories-grid__count {
  font-size: var(--twoa-font-body);
  font-weight: 700;
  opacity: 0.75;
}
.brxe-twoa-product-categories-grid__button {
  border-radius: var(--twoa-product-categories-grid-button-radius);
  margin-top: auto;
  width: auto;
}
.brxe-twoa-product-categories-grid--button-full-width .brxe-twoa-product-categories-grid__button {
  justify-content: center;
  width: 100%;
}
.brxe-twoa-product-categories-grid--overlay .brxe-twoa-product-categories-grid__card {
  color: var(--twoa-product-categories-grid-overlay-text-color);
  min-height: clamp(26rem, 30vw, 42rem);
  position: relative;
}
.brxe-twoa-product-categories-grid--overlay .brxe-twoa-product-categories-grid__card::before {
  background: var(--twoa-product-categories-grid-overlay-background);
  content: "";
  inset: 0;
  opacity: var(--twoa-product-categories-grid-overlay-opacity);
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.brxe-twoa-product-categories-grid--overlay .brxe-twoa-product-categories-grid__media {
  aspect-ratio: auto;
  border-radius: inherit;
  height: 100%;
  inset: 0;
  position: absolute;
  z-index: 0;
}
.brxe-twoa-product-categories-grid--overlay .brxe-twoa-product-categories-grid__image, .brxe-twoa-product-categories-grid--overlay .brxe-twoa-product-categories-grid__placeholder {
  border-radius: inherit;
}
.brxe-twoa-product-categories-grid--overlay .brxe-twoa-product-categories-grid__content {
  color: var(--twoa-product-categories-grid-overlay-text-color);
  justify-content: flex-end;
  margin-top: auto;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
.brxe-twoa-product-categories-grid__footer {
  display: flex;
  justify-content: flex-start;
  min-width: 0;
  width: 100%;
}
.brxe-twoa-product-categories-grid__see-all {
  border-radius: var(--twoa-product-categories-grid-see-all-button-radius);
  width: auto;
}
.brxe-twoa-product-categories-grid--see-all-full-width .brxe-twoa-product-categories-grid__see-all {
  justify-content: center;
  width: 100%;
}
.brxe-twoa-product-categories-grid__notice {
  background: color-mix(in srgb, currentColor 6%, transparent);
  border-radius: var(--twoa-radius-card);
  padding: var(--twoa-gap-s);
}
.brxe-twoa-product-categories-grid--align-center .brxe-twoa-product-categories-grid__header {
  text-align: center;
}
.brxe-twoa-product-categories-grid--align-center .brxe-twoa-product-categories-grid__footer {
  justify-content: center;
}
.brxe-twoa-product-categories-grid--align-right .brxe-twoa-product-categories-grid__header {
  text-align: right;
}
.brxe-twoa-product-categories-grid--align-right .brxe-twoa-product-categories-grid__footer {
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .brxe-twoa-product-categories-grid__grid {
    gap: var(--twoa-product-categories-grid-gap);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .brxe-twoa-product-categories-grid__grid {
    grid-template-columns: repeat(var(--twoa-product-categories-grid-columns), minmax(0, 1fr));
  }
  .brxe-twoa-product-categories-grid--layout-hero-left .brxe-twoa-product-categories-grid__grid,
  .brxe-twoa-product-categories-grid--layout-hero-right .brxe-twoa-product-categories-grid__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .brxe-twoa-product-categories-grid--layout-hero-left .brxe-twoa-product-categories-grid__card--featured,
  .brxe-twoa-product-categories-grid--layout-hero-right .brxe-twoa-product-categories-grid__card--featured {
    grid-row: span 2;
    min-height: clamp(34rem, 42vw, 56rem);
  }
  .brxe-twoa-product-categories-grid--layout-hero-left .brxe-twoa-product-categories-grid__card--featured {
    grid-column: 1;
  }
  .brxe-twoa-product-categories-grid--layout-hero-right .brxe-twoa-product-categories-grid__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.35fr);
  }
  .brxe-twoa-product-categories-grid--layout-hero-right .brxe-twoa-product-categories-grid__card--featured {
    grid-column: 3;
  }
}
