/** Shopify CDN: Minification failed

Line 52:0 Unexpected "}"

**/
/*  Add custom styles here
/*-------------------------------------------------- */

/* HC - Collection page swatches - 21 October '20 */

.collection_swatches .swatch {
  display: inline-block;
  margin: 2px;
  width: unset;
}
.collection_swatches .swatch span {
  width: 20px;
  min-width: 20px;
  height: 20px;
  float: none;
  display: inline-block;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  border: #e2e2e2 1px solid;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.product-details .title-wrap {
	height: unset !important; /* Overriding inline style */
}

/*  Add custom responsive styles here
/*-------------------------------------------------- */

/* Small screens (phones) only */
@media screen and (max-width: 640px) {

}


/* Medium screens (tablets) only */
@media screen and (min-width: 640px) and (max-width: 1024px) {

}


/* Medium screens (tablets) and up */

}


/* Large screens (desktops) */
@media screen and (min-width: 1024px) {

}
