.body {
  overflow-x: hidden;
}

.page-hero-header {
  height: 708px;
  max-height: 708px;
}

.page-hero-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.card-categories-wrapper .accordion-button:not(.accordion-product-details):not(
    .according-custom-filled
  )::after {
  background-image: url("./icon-plus-according.svg") !important;
}

.card-categories-wrapper .accordion-button:not(.accordion-product-details):not(
    .according-custom-filled
  ):not(.collapsed)::after {
  background-image: url("./icon-according.svg") !important;
}


.categories-title .accordion-button {
  padding: 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  padding-bottom: 24px;
}

.accordion-button {
  padding-inline: 29px;
  padding-block: 24px;
}

.accordion-item {
  border: none;
}

.accordion-header {
  border-bottom: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: 1px solid #eeeeeeee;
}

#subAccordion2_1 {
  margin-top: 12px !important;
}

@media (max-width: 767px) {
  .accordion-button::after,
  .accordion-button::before {
    width: 13px;
    height: 13px;
    background-size: 13px;
  }
}