/** Shopify CDN: Minification failed

Line 63:3 Unexpected "/"

**/
.product-information .swatch-label{
    font-weight: bold !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
}

/* PLP Swatch King Style */
.product-card variant-swatch-king {
    order: 3;
}

/* PDP Gift Card Form */
.product-details .recipient-form .field{
    display: flex;
    flex-direction: column;
}

.product-details .recipient-form .field--send-on{
    display: none;
}

/* PDP tags */
.product-media-container__badge-wrapper .product-card__badges{
    top: 12px;
    left: 12px;
}

/* gift recipient form error message */
.recipient-form__message{
    color: #ff0000;
}
.recipient-form__message .icon{
    display: none;
}

/* .productView variant-swatch-king .swatches { display: flex; flex-direction: column; gap: 20px; margin: 0 !important; }

variant-swatch-king .swatch-view-item.swatch-item-unavailable .swatch-button-title-text::before {
  content: "";
  top: 50%;
  left: -10px;
  height: 1px;
  opacity: 1;
  z-index: 1;
  border: none;
  position: absolute;
  visibility: visible;
  width: calc(100% + 20px);
  background-color: #dedede;
  transform: translateY(-50%) rotate(-33deg);
}

/* this is needed for app Swatch King */
.card-information__wrapper.text-left .card-price:has(variant-swatch-king) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
} */