.dp-checkbox-control {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  cursor: pointer;
}

.dp-checkbox-control input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.dp-checkbox-control svg {
  width: 23px;
  margin-right: 8px;
}.dp-store {
  position: relative;
  margin-bottom: 40px;
}

.dp-store a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dp-store__head {
  position: relative;
  margin-bottom: 20px;
  background-color: #122902;
  border-radius: 5px;
  overflow: hidden;
}

.dp-store__banner {
  height: 0;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
}

.dp-store__banner img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dp-store__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dp-store__logo img {
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
}

.dp-store h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  color: #122902;
}

.dp-store ul {
  display: flex;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  color: #635f5e;
}

.dp-store ul li {
  margin-right: 12px;
}

.dp-store ul li:last-child {
  margin: 0;
}.dp-filters {
  color: #122902;
}

.dp-filters h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.88;
}

.dp-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
  line-height: 1.88;
}

.dp-filters ul li {
  cursor: pointer;
}

.dp-filters ul li + li {
  margin-top: 10px;
}

.dp-filters + .dp-filters {
  margin-top: 30px;
}.dp-stores__hero {
  height: 240px;
  background-color: #d8d8d8;
}

.dp-stores__header {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}

.dp-stores__header h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.14;
  color: #122902;
}

.dp-stores__header h1 + p {
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 1.88;
  color: #122902;
}

.dp-stores__body {
  padding-top: 40px;
  padding-bottom: 80px;
}