/** Shopify CDN: Minification failed

Line 26:0 Unexpected "<!--"
Line 45:0 Unexpected end of file

**/
.boost-sd__product-image {
  position: relative;
}

.product-tag-badge img {
  max-width: 75px;
  /* Adjust based on your needs */
  height: auto;
}


.boost-sd__product-image .product-tag-badge {
  top: 5px;
  left: 5px;
  position: absolute;
  z-index: 2;
}

<!---- FULL WIDTH ---->
<!---- FULL WIDTH BOOST CODE CUSTOMIZATIONS IS DONE WITHIN APP ---->

.boost-sd-layout {
    max-width: 80%;    
}

@media screen and (min-width: 990px) {
  .page-width {
      max-width: 80% !important;
  }
}

@media screen and (min-width: 990px) {
    .slider--desktop .slider__slide:first-child {
        margin-left: 12.5% !important;
    }
}

<!---- END FULL WIDTH ---->
