/** Shopify CDN: Minification failed

Line 60:10 Unexpected "{"
Line 60:19 Expected ":"

**/
.wgt-recently-viewed {
  display: block;
}

.wgt-recently-viewed[hidden] { display: none; }

.wgt-recently-viewed__heading {
  margin: 0 0 1.6rem;
  font-size: 2rem;
  font-weight: 600;
}

.wgt-recently-viewed__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: var(--wgt-gap-md);
}

.wgt-recently-viewed__item { min-width: 0; }

.wgt-recently-viewed__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.wgt-recently-viewed__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--wgt-radius-sm);
  margin-bottom: 0.8rem;
  background: rgba(var(--color-foreground), 0.04);
}

.wgt-recently-viewed__title {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wgt-recently-viewed__price {
  margin: 0.2rem 0 0;
  font-size: 1.2rem;
  opacity: 0.75;
}

.section-{{ section.id }}-padding {
  padding-top: var(--padding-top, 36px);
  padding-bottom: var(--padding-bottom, 36px);
}
