/** Shopify CDN: Minification failed

Line 65:14 Expected identifier but found whitespace
Line 65:22 Unexpected ";"

**/
.pcard-size-swatch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 8px 8px 0;
}

.pcard-size-label {
  display: flex;
  justify-content: center;
  padding: 8px 8px 0;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.55);
}

.pcard-size-pill--static {
  cursor: default;
  pointer-events: none;
  opacity: 1;
}

.pcard-size-pill--static:hover {
  border-color: #111;
}

.pcard-size-pill--static:disabled {
  opacity: 1;
  background-color: #111;
  border-color: #111;
  color: #fff;
}

.pcard-size-pill {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1rem;
  line-height: 1;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  min-width: 64px;
  text-align: center;
  white-space: nowrap;
}

  font-weight: inherit;
  font-size: 1rem;
  line-height: 1;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  min-width: 64px;
  text-align: center;
  white-space: nowrap;
}

.pcard-size-pill:hover:not(.is-disabled) {
  border-color: rgba(0, 0, 0, 0.6);
}

.pcard-size-pill.is-selected {
  background-color: #111;
  border-color: #111;
  color: #fff;
}

.pcard-size-pill.is-disabled {
  opacity: 0.35;
  text-decoration: line-through;
  cursor: not-allowed;
  pointer-events: none;
}

#ProductGridContainer .product-card__image-inner,
.featured-collection__items .product-card__image-inner,
.products-grid .product-card__image-inner {
  position: relative;
}

#ProductGridContainer .product-card__actions.product-card__main-actions,
.featured-collection__items .product-card__actions.product-card__main-actions,
.products-grid .product-card__actions.product-card__main-actions {
  position: absolute;
  bottom: 16px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  z-index: 2;
}

.pcard-size-swatch {
  position: relative;
  z-index: 1;
}