.section-brand-products-grid {
  --brand-products-shell-padding: 2.5rem;
  --brand-products-grid-gap: 1.25rem;
  --brand-products-card-height: 24.375rem;
  --brand-products-logo-height: 3.75rem;
  padding-inline: var(--brand-products-shell-padding);
}
.section-brand-products-grid__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-block: 3.75rem;
  border: 0.0625rem solid var(--color-border-soft);
  border-radius: 1.25rem;
  background: #F9F9F9;
}
.section-brand-products-grid__inner::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  right: 1.25rem;
  z-index: 0;
  width: 27.4375rem;
  height: 33.6875rem;
  background: url("../../img/logo-bg.svg") right/contain no-repeat;
  opacity: 0.05;
  pointer-events: none;
}
.section-brand-products-grid .container {
  position: relative;
  z-index: 1;
}
.section-brand-products-grid__intro {
  position: relative;
  z-index: 1;
  margin: 0 auto 2.25rem;
  text-align: center;
}
.section-brand-products-grid__slider {
  position: relative;
  z-index: 1;
}
.section-brand-products-grid__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
.section-brand-products-grid__controls {
  display: none;
}
.section-brand-products-grid__card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  height: 24.375rem;
  border: 0.0625rem solid var(--medium-grey-20, rgba(147, 147, 147, 0.2));
  border-radius: 1.5rem;
  background: rgba(147, 147, 147, 0.2);
  box-shadow: 0 0.625rem 1.75rem 0 rgba(2, 6, 23, 0.06);
}
.section-brand-products-grid__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: var(--color-page);
}
.section-brand-products-grid__product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-brand-products-grid__img, .section-brand-products-grid__img img, .section-brand-products-grid__img video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-brand-products-grid__brand-logo {
  position: absolute;
  top: 1.25rem;
  left: 50%;
  z-index: 2;
  width: auto;
  max-height: var(--brand-products-logo-height);
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateX(-50%);
}
.section-brand-products-grid__card-title {
  position: relative;
  z-index: 2;
  margin: auto 1.875rem 0;
  padding: 1rem 0 1.125rem;
  border-top: 0.0625rem solid rgba(147, 147, 147, 0.2);
  background: transparent;
  color: var(--color-text);
  font-size: 1.25rem;
  font-family: var(--font-heading);
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
}
.section-brand-products-grid__card-title p {
  margin: 0;
}
.section-brand-products-grid__card-title strong,
.section-brand-products-grid__card-title b {
  font-weight: 800;
}
@media (max-width: 47.93625rem) {
  .section-brand-products-grid {
    --brand-products-shell-padding: 15px;
    --brand-products-logo-height: 60px;
  }
  .section-brand-products-grid__inner {
    padding: 30px 0;
    border-radius: 24px;
  }
  .section-brand-products-grid__inner::before {
    top: -60px;
    right: -60px;
    width: 345px;
  }
  .section-brand-products-grid__intro {
    margin-bottom: 30px;
  }
  .section-brand-products-grid__slider {
    overflow: visible;
    margin-inline: -15px;
  }
  .section-brand-products-grid__grid {
    display: flex;
    grid-template-columns: none;
    gap: 15px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 0 15px 30px;
  }
  .section-brand-products-grid__grid::-webkit-scrollbar {
    display: none;
  }
  .section-brand-products-grid__card {
    flex: 0 0 88%;
    height: 390px;
    border-radius: 24px;
    scroll-snap-align: center;
    box-shadow: 0 10px 28px 0 rgba(2, 6, 23, 0.06);
  }
  .section-brand-products-grid__media {
    background: var(--color-white);
  }
  .section-brand-products-grid__brand-logo {
    top: 20px;
    max-width: 170px;
  }
  .section-brand-products-grid__img, .section-brand-products-grid__img img, .section-brand-products-grid__img video {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-brand-products-grid__card-title {
    padding: 20px 0px;
    font-size: 20px;
    line-height: 1.2;
  }
  .section-brand-products-grid__controls {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 0;
  }
  .section-brand-products-grid.is-slider-ready .section-brand-products-grid__controls {
    display: flex;
  }
  .section-brand-products-grid__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(147, 147, 147, 0.2);
    color: var(--color-text);
    font-size: 0;
    line-height: 1;
    cursor: pointer;
  }
  .section-brand-products-grid__arrow::before {
    content: "";
    width: 30px;
    height: 30px;
    background: currentColor;
    -webkit-mask: var(--brand-products-arrow-icon) center/contain no-repeat;
    mask: var(--brand-products-arrow-icon) center/contain no-repeat;
  }
  .section-brand-products-grid__arrow--prev {
    --brand-products-arrow-icon: url("../../img/sprite/arrow-left.svg");
  }
  .section-brand-products-grid__arrow--next {
    --brand-products-arrow-icon: url("../../img/sprite/arrow-right.svg");
  }
}
/*# sourceMappingURL=section-brand-products-grid.css.map */