/** Shopify CDN: Minification failed

Line 52:0 Expected "}" to go with "{"

**/
/* Wrapper */
.fp-row-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

/* Grid layout – 6 across on desktop */
.fp-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

/* Each product item */
.fp-item {
  background: #ffffff;
  border-radius: 0;
  padding: 0;
  text-align: left;
  position: relative;
}

/* Best Seller badge */
.fp-badge {
  background: #6a32c9;
  color: white;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}

/* Image container */
.fp-image-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
}

.fp-image-wrapper img {
  width: 100%;
  aspect-ratio: 1/1;
