/** Shopify CDN: Minification failed

Line 69:1 Unexpected "rgb("

**/
.product-grid .product-block__detail {
  margin-bottom: 10px;
}
.pseudo-variants {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
product-block.product-block.se-swatch-clicked .image-page-button {
  display: none;
}
.template-index .pseudo-variants {
  display: none;
}
.pseudo-variant {
  list-style-type: none;
  height: 55px;
  width: 55px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius:3px
}
.collection-listing .pseudo-variant {
  height: 40px;
  width: 40px;
}
.pseudo-variant a {
  display: flex;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  align-items: center;
  border-radius: 3px;
}
.template-collection .pseudo-variant a {

    border: #eeeeee 1px solid;
}
.template-product .pseudo-variant a {

    border: #eeeeee 1px solid;
}
.template-collection .pseudo-variant.active {
  border: 1px #3a3a3a solid;
}
.template-product .pseudo-variant.active {
   box-shadow:0 0 0 1px #3a3a3a;
     border: 1px #3a3a3a solid;

}
.pseudo-variant.pseudo-variant-more a{border:transparent 0px;}

.pseudo-variant[disabled] {
  opacity: 0.3;
  pointer-events: none;
  display:none
}rgb(182, 99, 99)


@media screen and (max-width: 480px){
  .collection-listing .pseudo-variant {
    margin-right: 5px;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 420px){
  .collection-listing .pseudo-variant {
    margin-right: 5px;
    width: 28px;
    height: 28px;
  }
}
.se-image-placeholder .img-ar--cover img {
  object-fit: contain;
  background: #f0f2f1;
}

.se-custom-swatches-wrapper .option-name{font-size: 1rem;
    font-weight: 600;
 }