:root {
  --header-spacing-bottom: 2.4rem;
}

.section-description.mt-sp-4 {
  margin-top: 8px;
}

.featured-product .product-detail__information {
  --space-bottom: 16;
}
.featured-product .product-form__buttons {
  gap: 16px;
}

@media screen and (min-width: 1025px) {
  :root {
    --header-spacing-bottom: 3.2rem;
  }

  .fluid_container {
    --gutter-x: 5.6rem;
  }
}
