.page-418 {
  --bani-red: #e3000f;
  --bani-red-dark: #b10f17;
  --bani-green: #0e6533;
  --bani-green-dark: #0a5329;
  --bani-text: #2f3338;
  --bani-muted: #5b636b;
  --bani-border: #e4e7ea;
  --bani-bg: #f7f8fa;
  --content-width: min(1440px, calc(100% - 30px));
}
.page-418 .bani-page {
  background: #fff;
  color: var(--bani-text);
  font-family: "Montserrat", sans-serif;
  padding: 20px 0 60px;
}
.page-418 .bani-page__container {
  width: var(--content-width);
  margin: 0 auto;
}
.page-418 .bani-page__container::after {
  content: "";
  display: block;
  clear: both;
}
.page-418 .bani-page__title {
  margin: 0;
  font-weight: 800;
  color: var(--bani-text);
  letter-spacing: 0.01em;
}
.page-418 .bani-page__title {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}
.page-418 .bani-section-title {
  margin: 0;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1.2;
  font-weight: 700;
  color: var(--bani-text);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
.page-418 .bani-section-title__line {
  display: block;
  width: 72px;
  height: 4px;
  background: var(--bani-green);
}
.page-418 .bani-products__eyebrow {
  margin: 0 0 10px;
  color: var(--bani-green);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.page-418 .bani-hero {
  position: relative;
  padding: 8px 0 24px;
  margin-bottom: 34px;
  background: #fff;
  overflow: hidden;
}
.page-418 .bani-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 430px;
  height: 124px;
  opacity: 0.45;
  pointer-events: none;
  background: url("images/background-circle.svg") no-repeat left top/contain;
}
.page-418 .bani-hero__grid {
  position: relative;
  z-index: 1;
  margin: 20px 0 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.page-418 .bani-hero-card {
  display: flex;
  align-items: stretch;
  height: 100%;
  background: #fff;
  border: 1px solid var(--bani-border);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.page-418 .bani-hero-card {
  flex-direction: row;
}
.page-418 .bani-hero-card--quadro, .page-418 .bani-hero-card--scandi {
  flex-direction: row-reverse;
}
.page-418 .bani-hero-card--quadro .page-418 .bani-hero-card__image img, .page-418 .bani-hero-card--drop .page-418 .bani-hero-card__image img, .page-418 .bani-hero-card--scandi .page-418 .bani-hero-card__image img {
  transform: scaleX(-1);
  transform-origin: center;
}
.page-418 .bani-hero-card__image {
  flex: 0 0 46%;
  margin: 0;
  background: #fff;
  display: flex;
  align-items: center;
}
.page-418 .bani-hero-card__image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  -o-object-fit: initial;
     object-fit: initial;
  -o-object-position: center;
     object-position: center;
}
.page-418 .bani-hero-card__content {
  flex: 1 1 auto;
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  z-index: 2;
}
.page-418 .bani-hero-card__title {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--bani-text);
}
.page-418 .bani-hero-card__advantages {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.page-418 .bani-hero-card__advantages li {
  position: relative;
  margin: 0;
  padding-left: 26px;
  color: #3c4248;
  font-size: 15px;
  line-height: 1.45;
}
.page-418 .bani-hero-card__advantages li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M4 10.5 8 14.5 16 5.5' fill='none' stroke='%230e6533' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.page-418 .bani-hero-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--bani-green);
  background: var(--bani-green);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.page-418 .bani-hero-card__button:hover, .page-418 .bani-hero-card__button:focus-visible {
  background: var(--bani-green-dark);
  border-color: var(--bani-green-dark);
  color: #fff;
  box-shadow: 0 8px 18px rgba(14, 101, 51, 0.2);
}
.page-418 .bani-hero-card__button:hover {
  transform: translateY(-1px);
}
.page-418 .bani-hero-card__button:focus-visible {
  outline: 2px solid var(--bani-green);
  outline-offset: 2px;
}
.page-418 .bani-hero-card__button {
  margin-top: auto;
  align-self: flex-start;
}
.page-418 .bani-hero__cta {
  margin-top: 18px;
  padding: 22px 28px;
  background: #f3f4f6;
  border: 1px solid var(--bani-border);
  text-align: center;
}
.page-418 .bani-hero__cta-text {
  margin: 0 auto;
  max-width: 1120px;
  color: #3c4248;
  font-size: 17px;
  line-height: 1.45;
}
.page-418 .bani-hero__cta-actions {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.page-418 .bani-hero__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--bani-green);
  background: var(--bani-green);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.page-418 .bani-hero__cta-button:hover, .page-418 .bani-hero__cta-button:focus-visible {
  background: var(--bani-green-dark);
  border-color: var(--bani-green-dark);
  color: #fff;
  box-shadow: 0 8px 18px rgba(14, 101, 51, 0.2);
}
.page-418 .bani-hero__cta-button:hover {
  transform: translateY(-1px);
}
.page-418 .bani-hero__cta-button:focus-visible {
  outline: 2px solid var(--bani-green);
  outline-offset: 2px;
}
.page-418 .bani-hero__cta-button {
  min-width: 220px;
  font-size: 13px;
}
.page-418 .bani-hero__cta-phone {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: inherit;
  text-decoration: none;
}
.page-418 .bani-hero__cta-phone:hover .page-418 .bani-hero__cta-phone-number, .page-418 .bani-hero__cta-phone:focus-visible .page-418 .bani-hero__cta-phone-number {
  color: var(--bani-green);
}
.page-418 .bani-hero__cta-phone:focus-visible {
  outline: 2px solid rgba(14, 101, 51, 0.35);
  outline-offset: 4px;
}
.page-418 .bani-hero__cta-phone-number {
  color: #202734;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}
.page-418 .bani-hero__cta-phone-note {
  margin-top: 2px;
  color: #6a7077;
  font-size: 12px;
  line-height: 1.3;
}
.page-418 .bani-products {
  padding: 6px 0 10px;
}
.page-418 .bani-products__intro {
  margin-bottom: 18px;
}
.page-418 .bani-products-section {
  margin-bottom: 40px;
  scroll-margin-top: 110px;
}
.page-418 .bani-products-head {
  margin-bottom: 16px;
}
.page-418 .bani-products-note {
  margin: 0;
  color: #555;
  font-size: 18px;
  line-height: 1.6;
}
.page-418 .bani-products-list .portfolio_row.row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.page-418 .bani-products-list .item {
  display: flex;
  margin-bottom: 20px;
  padding: 0 10px;
}
.page-418 .bani-products-list .stock-block-slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--bani-border);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.page-418 .bani-products-list .stock-block-slider:hover {
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.page-418 .bani-products-list .stock-block-slider-top a {
  display: block;
}
.page-418 .bani-products-list .stock-block-slider-top img {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-418 .bani-products-list .stock-block-slider-bottom {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px 12px 14px;
}
.page-418 .bani-products-list .stock-block-slider-bottom-characteristic {
  margin-bottom: 12px;
  min-height: 72px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.page-418 .bani-products-list .stock-block-slider-bottom-characteristic p {
  margin: 0;
  color: var(--bani-text);
}
.page-418 .bani-products-list .stock-block-slider-bottom-characteristic p:first-child {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.page-418 .bani-products-list .stock-block-slider-bottom-characteristic p:last-child {
  flex: 0 0 auto;
  min-width: 64px;
  text-align: right;
  font-size: 13px;
  line-height: 1.3;
  color: var(--bani-muted);
}
.page-418 .bani-products-list .price-stock {
  margin: auto 0 12px;
  color: var(--bani-red);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
.page-418 .bani-products-list .price-stock span {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}
.page-418 .bani-products-list .red-button-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--bani-red);
  background: var(--bani-red);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.page-418 .bani-products-list .red-button-small:hover, .page-418 .bani-products-list .red-button-small:focus-visible {
  background: var(--bani-green);
  border-color: var(--bani-green);
  color: #fff;
  box-shadow: 0 8px 18px rgba(14, 101, 51, 0.2);
}
.page-418 .bani-products-list .red-button-small:hover {
  transform: translateY(-1px);
}
.page-418 .bani-products-list .red-button-small:focus-visible {
  outline: 2px solid var(--bani-red);
  outline-offset: 2px;
}
.page-418 .bani-products-list .red-button-small {
  min-height: 40px;
  padding: 10px 14px;
  font-size: 13px;
}
.page-418 .bani-products-list .clearfix {
  display: none;
}
.page-418 .bani-seo {
  background: #fff;
  padding: 70px 0 65px;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
}
.page-418 .bani-seo p {
  margin: 0 0 14px;
  color: #3d444b;
  font-size: 20px;
  line-height: 1.7;
  font-family: "Montserrat", sans-serif;
}
.page-418 .bani-seo h3 {
  margin: 22px 0 14px;
  color: var(--bani-text);
  font-size: 31px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.page-418 .bani-seo::after {
  content: "";
  display: block;
  clear: both;
}
.page-418 .bani-seo__head {
  position: relative;
  margin-bottom: 20px;
}
.page-418 .bani-seo__hero-title {
  position: relative;
  padding: 14px 0 4px;
  z-index: 1;
}
.page-418 .bani-seo__hero-title::before {
  content: "";
  position: absolute;
  left: -22px;
  top: -8px;
  width: min(560px, 78%);
  height: 150px;
  background-image: radial-gradient(circle, rgba(14, 101, 51, 0.22) 2px, transparent 2.4px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: -1;
}
.page-418 .bani-seo__hero-top {
  margin: 0;
  color: #3d444b;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.page-418 .bani-seo__hero-main {
  margin: 6px 0 0;
  color: #2f3338;
  font-size: clamp(28px, 3.4vw, 54px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.page-418 .bani-seo__hero-line {
  display: block;
  width: 118px;
  height: 5px;
  margin-top: 10px;
  background: var(--bani-green);
}
.page-418 .bani-seo__image {
  width: 38%;
  max-width: 420px;
  aspect-ratio: 3/2;
  margin: 0;
  overflow: hidden;
}
.page-418 .bani-seo__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.page-418 .bani-seo__image--right {
  float: right;
  margin: 0 0 18px 26px;
}
.page-418 .bani-seo__row {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  align-items: flex-start;
  gap: 24px;
  margin: 8px 0 6px;
  clear: both;
}
.page-418 .bani-seo__row .bani-seo__image {
  width: 100%;
  max-width: 420px;
  min-width: 280px;
  margin: 0;
}
.page-418 .bani-gallery {
  padding: 10px 0 0;
}
.page-418 .bani-gallery__head {
  margin-bottom: 18px;
}
.page-418 .bani-gallery .owl-carousel5 {
  position: relative;
  padding-bottom: 10px;
}
.page-418 .bani-gallery .gallery-block {
  margin: 0;
}
.page-418 .bani-gallery .gallery-block img {
  display: block;
  width: 100%;
  height: auto;
}
.page-418 .bani-gallery .gallery-caption {
  margin: 0;
}
@media (min-width: 1025px) {
  .page-418 .bani-hero__grid {
    overflow: visible;
  }
  .page-418 .bani-hero-card {
    position: relative;
    overflow: visible;
    min-height: 240px;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }
  .page-418 .bani-hero-card__content {
    padding: 16px 14px 14px;
  }
  .page-418 .bani-hero-card__image {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    background: transparent;
    pointer-events: none;
    align-items: flex-end;
  }
  .page-418 .bani-hero-card__image img {
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .page-418 .bani-hero-card--round .bani-hero-card__image,
  .page-418 .bani-hero-card--drop .bani-hero-card__image {
    width: clamp(280px, 62%, 420px);
    left: clamp(-170px, -10vw, -70px);
  }
  .page-418 .bani-hero-card--round .bani-hero-card__content,
  .page-418 .bani-hero-card--drop .bani-hero-card__content {
    margin-left: 42%;
  }
  .page-418 .bani-hero-card--quadro .bani-hero-card__image,
  .page-418 .bani-hero-card--scandi .bani-hero-card__image {
    width: clamp(280px, 62%, 420px);
    right: clamp(-150px, -9vw, -60px);
    justify-content: flex-end;
  }
  .page-418 .bani-hero-card--quadro .bani-hero-card__content,
  .page-418 .bani-hero-card--scandi .bani-hero-card__content {
    margin-right: 40%;
  }
}
@media (max-width: 1199px) {
  .page-418 .bani-page__container {
    --content-width: calc(100% - 24px);
  }
  .page-418 .bani-hero__grid {
    gap: 14px;
  }
  .page-418 .bani-hero-card {
    min-height: 220px;
  }
  .page-418 .bani-products-note {
    font-size: 17px;
    line-height: 1.65;
  }
  .page-418 .bani-seo {
    padding: 56px 0 54px;
    margin-bottom: 34px;
  }
  .page-418 .bani-seo p {
    font-size: 18px;
    line-height: 1.65;
  }
  .page-418 .bani-seo h3 {
    font-size: 26px;
  }
  .page-418 .bani-seo__hero-title::before {
    height: 124px;
    width: min(470px, 82%);
    background-size: 28px 28px;
  }
  .page-418 .bani-seo__hero-line {
    width: 96px;
    height: 4px;
    margin-top: 8px;
  }
}
@media (max-width: 991px) {
  .page-418 .bani-page {
    padding: 12px 0 44px;
  }
  .page-418 .bani-hero {
    margin-bottom: 24px;
  }
  .page-418 .bani-hero::before {
    width: 320px;
    height: 92px;
  }
  .page-418 .bani-hero__grid {
    grid-template-columns: 1fr;
  }
  .page-418 .bani-hero-card {
    flex-direction: column;
    min-height: 0;
  }
  .page-418 .bani-hero-card__image {
    position: static;
    width: auto;
    pointer-events: auto;
  }
  .page-418 .bani-hero-card__image img {
    height: 230px;
  }
  .page-418 .bani-hero__cta {
    padding: 18px 16px;
  }
  .page-418 .bani-hero__cta-phone-number {
    font-size: 20px;
  }
  .page-418 .bani-products-section {
    scroll-margin-top: 90px;
    margin-bottom: 32px;
  }
  .page-418 .bani-products-list .stock-block-slider-top img {
    height: 200px;
  }
  .page-418 .bani-products-list .stock-block-slider-bottom-characteristic {
    min-height: 64px;
  }
  .page-418 .bani-products-list .price-stock span {
    font-size: 24px;
  }
  .page-418 .bani-seo {
    padding: 56px 0 54px;
    margin-bottom: 34px;
  }
  .page-418 .bani-seo__image--right {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 0 14px;
  }
  .page-418 .bani-seo__row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .page-418 .bani-seo__image {
    width: 100%;
    max-width: none;
  }
  .page-418 .bani-seo__hero-title::before {
    left: -8px;
    top: -4px;
    width: min(420px, 100%);
    height: 108px;
    background-size: 24px 24px;
  }
  .page-418 .bani-seo__hero-top {
    letter-spacing: 0.1em;
  }
  .page-418 .bani-seo__hero-main {
    margin-top: 5px;
    line-height: 1.06;
  }
}
@media (max-width: 767px) {
  .page-418 .bani-page__container {
    --content-width: calc(100% - 20px);
  }
  .page-418 .bani-section-title {
    font-size: 24px;
    gap: 8px;
  }
  .page-418 .bani-section-title__line {
    width: 58px;
    height: 3px;
  }
  .page-418 .bani-products__eyebrow {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .page-418 .bani-hero {
    padding: 6px 0 16px;
  }
  .page-418 .bani-hero::before {
    width: 220px;
    height: 64px;
  }
  .page-418 .bani-page__title {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.15;
  }
  .page-418 .bani-hero__grid {
    margin-top: 14px;
    gap: 12px;
  }
  .page-418 .bani-hero-card__image img {
    height: 180px;
  }
  .page-418 .bani-hero-card__content {
    padding: 14px;
  }
  .page-418 .bani-hero-card__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .page-418 .bani-hero-card__advantages {
    gap: 8px;
    margin-bottom: 12px;
  }
  .page-418 .bani-hero-card__advantages li {
    padding-left: 24px;
    font-size: 13px;
    line-height: 1.4;
  }
  .page-418 .bani-hero-card__button {
    width: 100%;
    align-self: stretch;
  }
  .page-418 .bani-hero__cta {
    margin-top: 14px;
    padding: 14px 12px;
  }
  .page-418 .bani-hero__cta-text {
    font-size: 14px;
  }
  .page-418 .bani-hero__cta-actions {
    margin-top: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .page-418 .bani-hero__cta-button {
    width: 100%;
    min-width: 0;
  }
  .page-418 .bani-hero__cta-phone {
    align-items: center;
    text-align: center;
  }
  .page-418 .bani-hero__cta-phone-number {
    font-size: 18px;
  }
  .page-418 .bani-products {
    padding-top: 0;
  }
  .page-418 .bani-products__intro {
    margin-bottom: 14px;
  }
  .page-418 .bani-products-head {
    margin-bottom: 12px;
  }
  .page-418 .bani-products-note {
    font-size: 15px;
    line-height: 1.5;
  }
  .page-418 .bani-products-list .portfolio_row.row {
    margin: 0 -6px;
  }
  .page-418 .bani-products-list .item {
    padding: 0 6px;
    margin-bottom: 12px;
  }
  .page-418 .bani-products-list .stock-block-slider-top img {
    height: 170px;
  }
  .page-418 .bani-products-list .stock-block-slider-bottom {
    padding: 10px;
  }
  .page-418 .bani-products-list .stock-block-slider-bottom-characteristic {
    min-height: 0;
    flex-direction: column;
    gap: 6px;
  }
  .page-418 .bani-products-list .stock-block-slider-bottom-characteristic p:last-child {
    text-align: left;
    min-width: 0;
  }
  .page-418 .bani-products-list .price-stock {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .page-418 .bani-products-list .price-stock span {
    font-size: 22px;
  }
  .page-418 .bani-products-list .red-button-small {
    width: 100%;
    min-height: 38px;
    font-size: 12px;
  }
  .page-418 .bani-seo {
    padding: 34px 0;
    margin-bottom: 26px;
  }
  .page-418 .bani-seo p {
    font-size: 16px;
  }
  .page-418 .bani-seo h3 {
    margin-top: 18px;
    font-size: 22px;
  }
  .page-418 .bani-seo__head {
    margin-bottom: 14px;
  }
  .page-418 .bani-seo__hero-title {
    padding-top: 6px;
  }
  .page-418 .bani-seo__hero-title::before {
    left: -2px;
    top: -2px;
    width: 100%;
    height: 90px;
    background-size: 18px 18px;
    background-image: radial-gradient(circle, rgba(14, 101, 51, 0.2) 1.4px, transparent 1.8px);
  }
  .page-418 .bani-seo__hero-top {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.12em;
  }
  .page-418 .bani-seo__hero-main {
    margin-top: 4px;
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: 0.01em;
  }
  .page-418 .bani-seo__hero-line {
    width: 72px;
    height: 3px;
    margin-top: 8px;
  }
  .page-418 .bani-gallery__head {
    margin-bottom: 14px;
  }
  .page-418 .bani-gallery .owl-carousel5 {
    padding-bottom: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-418 .bani-hero-card__button,
  .page-418 .bani-hero__cta-button,
  .page-418 .bani-hero__cta-phone-number,
  .page-418 .bani-products-list .stock-block-slider,
  .page-418 .bani-products-list .red-button-small {
    transition: none;
  }
}/*# sourceMappingURL=bani.css.map */