/** Shopify CDN: Minification failed

Line 65:0 Unexpected "{"

**/
.product__vendor a {
  text-transform: uppercase;
  color: black;
  font-size:24px;
  font-weight: 700;
}

.product__breadcrumb{
  border-block-end: none;
  padding-block-end:0;
}

.product__title h1{
  font-size: 24px;
  font-weight: 500;
}

.product__vendor+.product__title{
    margin-block-start:2px;  
}

.product__price{
  font-weight: 500;
}

.swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  list-style: none;
  margin:0;
}


.color-swatch {
  --swatch-size: 1rem;
  --swatch-offset: 1px;
  --swatch-radius: 0px;
  width: var(--swatch-size);
  height: var(--swatch-size);
  border-radius: var(--swatch-radius);
  position: relative;
  background-color: var(--swatch-background);
  box-shadow: none;
  border: 1px solid transparent;
  transition: none !important;
}

.color-swatch[style*="background-color: white"],
.color-swatch[style*="background-color:#fff"],
.color-swatch[style*="background-color:#ffffff"] {
  border-color: #ccc;
}

.color-swatch:hover,
.color-swatch:focus,
{
  transform: none !important;
  transition: none !important;
  box-shadow: none !important;
}

.color-swatch.is-selected {
  outline: 1px solid black;
  outline-offset: 2px;
  box-shadow: none;
}
