/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.bakery-filter-results {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 30px;
}

.bakery-filters__container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-block: 20px;
}

.bakery-filters__district-name {
  color: #062b5a;
  font-size: 1.75rem;
  font-weight: 700;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding-inline: 30px;
}

.bakery-filters__accordion {
  width: 83.3333333333%;
}

.bakery-filters__acc-content {
  display: none;
  align-items: center;
  padding: 10px 44px;
}

.bakery-filters__acc-header {
  position: relative;
  padding: 10px 44px;
  border-top: 1px solid #ddd;
  color: #062b5a;
  cursor: pointer;
}

.bakery-filters__acc-header:before {
  content: url(../images/angle-down.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
  left: 10px;
  width: 24px;
  height: 24px;
}

.bakery-filters__acc-header.active {
  border-top: 1px solid #dcc59f;
  background-color: rgba(0, 0, 0, 0.03);
}

.bakery-filters__acc-header.active:before {
  content: url(../images/angle-up.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
  left: 10px;
  width: 24px;
  height: 24px;
}

.bakery-filter-search-form {
  display: flex;
  align-items: center;
  gap: 30px;
}

.bakery-filter-checkbox {
  display: flex;
}

.bakery-filter__checkbox-row label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bakery-filter__checkbox-row label input,
.bakery-filter-search-form input {
  margin-bottom: 0;
}

#bakery-filter-search-input {
  max-width: 320px;
  width: 100%;
}

.bakery-filter-search-icon {
  width: 24px;
}

.bakery-filters-assortiment {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.bakery-filters__opening-hours {
  width: 60%;
}

.bakery-filters__opening-hours h4 {
  font-weight: 600;
}

.bakery-filters__info {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.bakery-filters__hours-box {
  display: flex;
  flex-direction: column;
}

.popup-content {
  text-align: left;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

.open-popup {
  margin-right: 0 !important;
  padding: 10px;
  cursor: pointer;
}

.popup-image-container {
  max-height: 70vh;
  overflow: hidden;
}

.splide__slide img {
  height: 70vh;
  width: 100%;
  object-fit: cover;
}

.splide__arrows.splide__arrows--ltr {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 100%;
}

button.splide__arrow.splide__arrow--prev {
  transform: rotateY(180deg);
  left: 0;
  position: absolute;
}

button.splide__arrow.splide__arrow--next {
  position: absolute;
  right: 0;
}

.splide__track {
  margin-left: -1.3em;
}

.bakery-filters__open-popup-container {
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
}

.bakery-filters__opening-days span {
  padding-right: 10px;
}

@media (max-width: 991.98px) {
  .bakery-filters__container {
    align-items: flex-start;
    flex-direction: column;
  }

  .bakery-filters__district-name {
    flex-basis: 100%;
    max-width: 100%;
    padding-inline: 5px;
  }

  .bakery-filters__accordion {
    width: 100%;
  }

  .bakery-filters__acc-header {
    padding: 10px;
  }

  .bakery-filter-results {
    padding: 10px 0px;
  }

  .bakery-filters__acc-content {
    flex-direction: column;
    padding: 10px;
  }

  .bakery-filters__opening-hours {
    width: 100%;
  }

  .bakery-filters__info {
    width: 100%;
    justify-content: flex-end;
    padding-top: 20px;
  }

  .bakery-filters-assortiment {
    justify-content: flex-start;
  }

  .bakery-filters__open-popup-container {
    justify-content: flex-start;
  }

  .bakery-filter-search-form {
    flex-direction: column;
  }

  .bakery-filter__checkbox-row label span {
    display: none;
  }
}

.bakery-filters__load-more-container {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
#info-panel {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20%;
  height: 80%;
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
  background: #062b5a;
  z-index: 1;
}

.bakery-map__info {
  display: flex;
  flex-direction: column;
}

.bakery-map__img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.bakery-map__title {
  color: #fff;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.bakery-map__location {
  display: flex;
  padding-block: 10px;
  gap: 15px;
}

.bakery-map__address {
  display: flex;
  flex: 0 0 58%;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  word-break: break-all;
}

.bakery-map__contact {
  display: flex;
  flex: 0 0 38%;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  word-break: break-all;
}

.bakery-map__opening {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.bakery-map__title {
  text-transform: uppercase;
}

.bakery-map__how {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding-block: 15px;
}

.bakery-map__how a span {
  position: relative;
  display: flex;
  padding-left: 30px;
}

.bakery-map__how a span:before {
  position: absolute;
  content: url(../images/navigation.png);
  top: 0;
  left: 0;
}

.bakery-map__icons {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.bakery-map__close-btn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.text-center {
  text-align: center;
}

.pr-30 {
  padding-right: 30px;
}

@media (max-width: 1599.98px) {
  #info-panel {
    width: 30%;
  }
}

@media (max-width: 1199.98px) {
  #info-panel {
    width: 35%;
  }
}

@media (max-width: 991.98px) {
  #info-panel {
    width: 40%;
  }
}

@media (max-width: 767.98px) {
  #info-panel {
    width: 60%;
  }
}

@media (max-width: 575.98px) {
  #info-panel {
    width: 90%;
  }
}
