/** Shopify CDN: Minification failed

Line 52:21 Expected identifier but found whitespace
Line 52:22 Unexpected "30"

**/

#sh-template--25610239082823__sh_product_showcase_mC6783 .sh-product-showcase-media-medium .sh-product-showcase-text-content {
  position: relative;
  display: inline-block;
}

/* Ensure the image fills the card */
#sh-template--25610239082823__sh_product_showcase_mC6783 .sh-product-showcase-text-content img.sh-product-showcase-bg-image {
  display: block;
  width: inherit;
  height: inherit;
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
}

/* Overlay ::after element */
#sh-template--25610239082823__sh_product_showcase_mC6783 .sh-product-showcase-text-content img.sh-product-showcase-bg-image::after {
  content: "";
  position: absolute;
  top: -25px; left: -25px; right: -25px; bottom: -25px;
  z-index: 2;
  pointer-events: none;

  background-image: url('/cdn/shop/files/decoFrameC.svg?v=1754773061'); /* overlay image */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*
#sh-template--25610239082823__sh_sale_countdown_2_F3bmDN .sh-sale-countdown-2-media::after {
  content: "";
  position: absolute;
  top: -5%;  
  left: -5%;
  right: -5%;
  bottom: -5%;

  z-index: 3;
  pointer-events: none;

  border: 30px solid transparent;
  border-image-source: url('/cdn/shop/files/decoFrameC.svg?v=1754773061'); /* your decorative overlay */
  border-image-slice: 30;
  border-image-width: 30px;
  border-image-repeat: stretch;
}
*/

#sh-template--25610239082823__sh_product_showcase_mC6783 .sh-product-showcase-text-content::after {
  content: "";
  position: absolute;

  /* Oversize slightly for exterior frame */
  top: -5%;
  left: -5%;
  right: -5%;
  bottom: -5%;

  z-index: 2;
  pointer-events: none;

  border: 30px solid transparent;
  border-image-source: url('/cdn/shop/files/decoFrameC.svg?v=1754776129'); /* <-- your frame or overlay image */


   border-image-slice: 50 50 50 50;
border-image-width: 50px 50px 50px 50px;
border-image-outset: 0px 0px 0px 0px;
border-image-repeat: stretch stretch;
border-image-source: url("/cdn/shop/files/decoFrameC.svg?v=1754776129");

	filter: 
		drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2))
		drop-shadow(0 2px 2px rgba(0, 0, 0, 0.14))
		drop-shadow(0 3px 1px rgba(0, 0, 0, 0.12));
  
  }

