/* [project]/src/components/recentViewedProducts.module.css [app-client] (css) */
.recentViewedProducts-module__akos4G__section {
  background: none;
  border-radius: .75rem;
  min-width: 0;
  padding: 0;
  overflow: hidden;
}

.recentViewedProducts-module__akos4G__heading {
  color: var(--font-color);
  letter-spacing: -.3px;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}

.recentViewedProducts-module__akos4G__slider {
  margin-top: .5rem;
}

.recentViewedProducts-module__akos4G__card {
  background: var(--card-background);
  height: auto;
  color: var(--font-color);
  border-radius: .75rem;
  flex-direction: column;
  padding: .75rem;
  display: flex;
}

.recentViewedProducts-module__akos4G__top, .recentViewedProducts-module__akos4G__title, .recentViewedProducts-module__akos4G__date, .recentViewedProducts-module__akos4G__sub {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.recentViewedProducts-module__akos4G__top {
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.recentViewedProducts-module__akos4G__title {
  min-width: 0;
  color: var(--font-color);
  letter-spacing: -.3px;
  font-size: 13px;
  font-weight: 600;
}

.recentViewedProducts-module__akos4G__summary {
  margin-top: .4rem;
}

.recentViewedProducts-module__akos4G__date {
  color: var(--font-lite-color);
  font-size: 11px;
}

.recentViewedProducts-module__akos4G__seat {
  white-space: nowrap;
  letter-spacing: -.3px;
  align-items: center;
  min-width: 0;
  margin-top: .15rem;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.recentViewedProducts-module__akos4G__seatPart {
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  overflow: hidden;
}

.recentViewedProducts-module__akos4G__seatPart:last-child {
  flex-shrink: 0;
}

.recentViewedProducts-module__akos4G__seat span + span:before {
  content: "|";
  color: var(--font-color-extralight);
  margin: 0 5px;
  font-size: 12px;
  font-weight: 100;
  position: relative;
  bottom: 1px;
}

@media (max-width: 1099px) {
  .recentViewedProducts-module__akos4G__section {
    border-radius: 0;
  }

  .recentViewedProducts-module__akos4G__card {
    background: var(--dt-homepage-region-bg);
  }

  .recentViewedProducts-module__akos4G__heading {
    padding: 0 1rem;
    font-size: 14px;
  }
}

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