@media (min-width: 992px) {
  .dr-section.dr-section-type--dr_shop .container {
    max-width: calc(var(--dr-container-content-max-width-lg-default) + var(--dr-container-content-max-width-lg-padding));
  }
  .dr-section.dr-section-type--dr_shop .container .dr-content-section > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.dr-section.dr-section-type--dr_shop .dr-content .dr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dr-section.dr-section-type--dr_shop .dr-content .dr-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--dr-spacer);
  margin-top: var(--dr-element-spacer-lg);
  border: 1px solid var(--dr-brand-color-primary-150);
  text-decoration: none;
  background: var(--dr-color-body-bg-secondary);
  width: 100%;
  height: 100%;
  padding: var(--dr-spacer);
  border-radius: var(--dr-element-radius);
}
.dr-section.dr-section-type--dr_shop .dr-content .dr-list-item .dr-shop-image,
.dr-section.dr-section-type--dr_shop .dr-content .dr-list-item .dr-shop-image img {
  border-radius: var(--dr-element-inner-radius);
}
.dr-section.dr-section-type--dr_shop .dr-content .dr-list-item p {
  color: var(--dr-card-color-fg-main);
}
@media (min-width: 768px) {
  .dr-section.dr-section-type--dr_shop .dr-content .dr-list-item {
    flex-direction: row;
  }
}
.dr-section.dr-section-type--dr_shop .dr-content .dr-list-item .dr-shop-image figure {
  margin-bottom: 0;
}
.dr-section.dr-section-type--dr_shop .dr-content .dr-list-item .dr-wrapper-text {
  color: var(--dr-color-body-fg-primary);
}
.dr-section.dr-section-type--dr_shop .dr-content .dr-list-item .dr-wrapper-text .dr-text .dr-title {
  display: block;
  font-size: var(--dr-font-size-h6);
  font-weight: 500;
}
.dr-section.dr-section-type--dr_shop .dr-content .dr-list-item .dr-wrapper-text .dr-text .dr-title + .dr-description {
  margin-top: var(--dr-element-spacer-sm);
}
.dr-section.dr-section-type--dr_shop .dr-content .dr-list-item .dr-wrapper-text .dr-text .dr-description {
  display: block;
}
.dr-section.dr-section-type--dr_shop .dr-content .dr-list-item .dr-wrapper-text .dr-text .dr-price {
  display: block;
  margin-top: var(--dr-element-spacer-md);
}

/*# sourceMappingURL=style.css.map */
