.product-information {
  .product-information__grid {
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding-top: 1rem;

      @media screen and (min-width: 768px) {
        .group-block {
          padding-block-start: unset;
        }
      }

    @media screen and (min-width: 1024px) {
      .product-details {
        width: 100%;
      }
    }
  }
  .product-information__media {
    width: 100%;
    min-width: unset;

    media-gallery {
      margin: 0 !important;

      slideshow-arrows button {
        color: #000000;
      }
      slideshow-arrows {
        mix-blend-mode: unset;
      }
      @media screen and (max-width: 768px) {
        slideshow-arrows {
          display: flex !important;
          padding-inline: 0;
        }
      }
    }
  }
  div[ref="priceContainer"] {
    margin-top: 21px;
  }
  span.price {
    font-size: 18px;
  }
  @media screen and (max-width: 768px) {
    .product-information__grid {
      flex-direction: column;
      align-items: center;
      gap: 0;
    }
    .product-information__media {
      min-width: 100%;
    }
    .product-details {
      padding-inline: 1rem;
      width: 100%;
    }
  }

  accordion-custom {
    .details-content {
      max-width: 450px;
    }
  }
}

span.ba-chosen {
  display: none;
}

.bacurr-dropdownChoices {
  display: none !important;
}

.header__column .bacurr-dropdownChoices {
  display: flex !important;
}

.baDropdownStyle .bacurr-choiceDesign {
  box-shadow: unset !important;
}

/* FOOTER */
.footer-utilities {
  flex-direction: column;
}

.footer-utilities__group {
  flex-direction: column-reverse;
  align-items: center;
}

.custom-typography {
  text-wrap: auto;
}