/** Shopify CDN: Minification failed

Line 60:0 Unexpected "}"

**/
/* START_SNIPPET:product-card-badges (INDEX:210) */
.m-product-card__media,
.m-product-media--desktop,
.m-product-media--mobile,
.m-product-media--wrapper {
  position: relative;
}

 .m-product-card__custom-sellos {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  pointer-events: none;
}

.m-product-media--desktop > .m-product-card__custom-sellos,
.m-product-media--mobile > .m-product-card__custom-sellos {
  top: 10px;
  right: 18px;
  z-index: 30;
}

  .m-product-card__custom-sello {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .m-product-card__custom-sello img {
    width: 54px;
    height: 54px;
    display: block;
    object-fit: contain;
  }
.m-product-card__media:has(.m-product-card__custom-sellos) .m-product-card__action--top {
  display: none !important;
}
 @media screen and (max-width: 767px) {
  .m-product-card__custom-sellos {
    top: 4px;
    right: 5px;
    gap: 3px;
  }
}

  .m-product-card__custom-sello img {
    width: 50px;
    height: 50px;
  }
}
/* END_SNIPPET:product-card-badges */
