/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 88:3 Unexpected "<"

**/
<style>
.inventory-block__backordered strong {
  color: #000000;
  font-weight: bold;
  background-color: #00000017;
  padding: 8px;
  border-radius: 5px;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 13px;
}
.inventory-block__backordered span {
  color: #0caeee; 
  font-weight: bold;
  background-color: #fff5ee;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
}
.mt20.mt--first-child-0.product-card-complementary {
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    align-items: end;
}

/* Responsive font sizes */
.product-card__heading {
  font-size: 1vw; /* Responsive font size */
}

.price__item {
  font-size: 0.9vw; /* Responsive font size */
}

.btn--add-to-cart {
  font-size: .5vw; /* Responsive font size */
}

@media (max-width: 768px) {
  .mt20.mt--first-child-0.product-card-complementary {
    grid-template-columns: 1fr;
  }

  /* Adjust font sizes for smaller screens */
  .product-card__heading {
    font-size: 3vw; /* Larger font size for smaller screens */
  }

  .price__item {
    font-size: 3vw; /* Larger font size for smaller screens */
  }

  .btn--add-to-cart {
    font-size: 2.5vw; /* Larger font size for smaller screens */
  }
}



        .hover-info {
            position: absolute;
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 5px;
            border-radius: 5px;
            display: none;
            z-index: 10;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            white-space: nowrap;
        }

        .image-hover-scaling__image,
        .product-card__heading {
            position: relative;
        }

   </style>