/** Shopify CDN: Minification failed

Line 198:4 Expected "}" to go with "{"

**/
.pcs {
  padding: 40px 40px 48px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.pcs__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

.pcs__title {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.3px;
  margin: 0 0 6px;
  color: #111;
  text-transform: uppercase;
}

.pcs__subtitle {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #6a6a6a;
  margin: 0;
}

.pcs__viewall {
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  color: #111;
  white-space: nowrap;
}

.pcs__row {
  position: relative;
  display: flex;
  align-items: center;
}

.pcs__arrow {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  position: absolute;
}
.pcs__arrow svg { width: 20px; height: 20px; color: #111; }
.pcs__arrow--prev { left: -4px; }
.pcs__arrow--next { right: -4px; }

.pcs__scroller {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: 100%;
  padding: 0 4px;
}
.pcs__scroller::-webkit-scrollbar { display: none; }

.pcs__card {
  flex: 0 0 calc(25% - 12px);
  scroll-snap-align: start;
  min-width: 0;
}

.pcs__image-wrap {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  background: #eee;
  overflow: hidden;
  border-radius: 2px;
}

.pcs__image, .pcs__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pcs__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fff;
  color: #111;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  z-index: 1;
}

.pcs__heart {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
.pcs__heart svg { width: 16px; height: 16px; color: #111; }

.pcs__quickadd {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.95);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
.pcs__quickadd svg { width: 17px; height: 17px; color: #111; }

.pcs__swatches {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}
.pcs__swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.15);
  cursor: pointer;
  padding: 0;
}
.pcs__swatch.is-active {
  outline: 2px solid #111;
  outline-offset: 2px;
}

.pcs__link { text-decoration: none; display: block; }

.pcs__product-title {
  font-size: 13.5px;
  font-weight: 600;
  color: #111;
  margin-top: 8px;
  line-height: 1.35;
}
.pcs__color-name {
  font-size: 12px;
  color: #8a8a8a;
  margin-top: 2px;
}
.pcs__price {
  font-size: 13px;
  margin-top: 4px;
  color: #111;
}
.pcs__price s { color: #999; margin-right: 6px; }
.pcs__price-label { color: #666; }
.pcs__price b { color: #b8862f; }

@media (max-width: 749px) {
  .pcs { padding: 28px 16px 36px; }
  .pcs__title { font-size: 18px; }
  .pcs__card { flex: 0 0 62%; }
  .pcs__arrow { display: flex; width: 34px; height:
    