/** Shopify CDN: Minification failed

Line 71:0 Unexpected "}"

**/
/* enlarge media img on fullscreen */

@media (min-width: 1400px) {
  .media-grid, .media-grid__item {
    height: 1000px;
  }
}

/* main-product page */
.accordion {
  border-block-width: 0;
}
  
.accordion__toggle span, legend {
  font-size: 0.8rem;
}
  
legend {
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
}
  
.color-swatch {
  --swatch-size: 1.75rem;
  border-radius: 30px;
}
  
[data-block-id="description"] {
  color: #777;
  font-size: 0.8rem;
}
  
.product-info {
  --product-info-gap: 0;
}
  
.shopify-section--main-product {
  font-size: 0.7rem;
}

.shopify-payment-button {
  font-size: 1rem;
}

.shopify-payment-button__button--unbranded {
  padding: 0 !important;
}

/* stretches underline animation on header */

.header__primary-nav-item:hover::before {
  transform: scaleX(1.12);
}

.product-card__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

/* change subtitle color on product page */
.product-subtitle {
  color: rgb(var(--text-color) / .65);
}
}