@media (max-width: 700px) {
  .hero-home .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 14.5rem);
    justify-content: center;
    width: 100%;
  }

  .hero-home .hero-actions .button,
  .hero-home .hero-actions .button-outline {
    width: 100%;
    max-width: none;
    min-height: 42px;
    box-sizing: border-box;
  }

  .product-promo-carousel .letter-product-promo {
    min-height: 365px;
  }

  .product-promo-carousel .letter-product-promo-copy {
    padding-bottom: 3.5rem;
  }

  .product-promo-carousel .product-promo-controls .product-promo-dots {
    top: calc(50% + 140px);
    bottom: auto;
  }

  .newsletter-block {
    padding-right: 1rem;
    padding-left: 1rem;
    overflow: hidden;
  }

  .newsletter-inner,
  .newsletter-form {
    width: 100%;
    max-width: 22rem;
    box-sizing: border-box;
  }

  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .nouveautes-section .nouveautes-wrapper-outer {
    margin: 0;
  }

  .nouveautes-section .nouveaute-slide {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem 1rem 1.25rem;
    text-align: left;
  }

  .nouveautes-section .nouveaute-image {
    order: -1;
    width: 100%;
    height: min(58vw, 225px);
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
  }

  .nouveautes-section .nouveaute-image img {
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
    object-fit: cover;
  }

  .nouveautes-section .nouveaute-content {
    width: 100%;
    min-width: 0;
    text-align: left;
  }

  .nouveautes-section .badge-nouveau {
    margin-bottom: .65rem;
  }

  .nouveautes-section .nouveaute-content h2 {
    margin-top: 0;
  }

  .nouveautes-section .nouveaute-content .carousel-buttons {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    width: min(100%, 15.5rem);
    max-width: 15.5rem;
    margin: 1rem auto 0;
    gap: .55rem;
  }

  .nouveautes-section .nouveaute-content .carousel-buttons .button,
  .nouveautes-section .nouveaute-content .carousel-buttons .button-outline {
    width: 100% !important;
    max-width: none;
    min-height: 42px;
    box-sizing: border-box;
    white-space: normal;
  }
}
