/** Shopify CDN: Minification failed

Line 75:0 Unexpected "<"
Line 105:0 Unexpected "<"

**/



/* use these code in headings <span class="text-background">Your Heading Text</span> */

.text-background {
    position: relative; /* Required for positioning the pseudo-element */
    color: inherit; /* Maintain the default text color */
}

.text-background:before {
    background-color: #EBDED4; /* Background color */
    content: ""; /* Empty content for the pseudo-element */
    display: block; /* Display as block */
    height: 12px; /* Height of the pseudo-element */
    width: 110%; /* Width of the background */
    left: -5%; /* Position from the left */
    position: absolute; /* Absolute positioning */
    bottom: 10%; /* Position from the bottom of the heading */
    z-index: -1; /* Place behind the heading text */
}
 

.background-white {
    position: relative; /* Required for positioning the pseudo-element */
    color: inherit; /* Maintain the default text color */
    text-transform: uppercase; /* Transform text to uppercase */
}

.background-white:before {
    background-color:#FFFFFF; /* Set background color to white */
    content: ""; /* Empty content for the pseudo-element */
    display: block; /* Display as block */
    height: 12px; /* Height of the pseudo-element */
    width: 110%; /* Width of the background */
    left: -5%; /* Position from the left */
    position: absolute; /* Absolute positioning */
    bottom: 10%; /* Position from the bottom of the heading */
    z-index: -1; /* Place behind the heading text */
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}


.prod__tag {
  border-radius: 4px;
  line-height: 10px;
  font-size: 10px;
  font-weight: 400;
  margin-top: -15px;
  margin-left: -15px;
 
  padding: 0px 4px !important;
  text-transform: uppercase;
}

@media screen and (max-width: 720px) { /* Adjust for mobile devices */
  .prod__tag {
    font-size: 8px; 
    line-height: 14px; 
    margin-top: -10px; 
     margin-left: -12px;
    padding: 2px 10px; 
  }
}

<style>
  /* CSS for overlay and image styling inside the custom section */
  .image-card__inner {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  /* Overlay effect */
   .image-card__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Adjust opacity for more or less darkness */
    z-index: 1;
  }

  /* Image styling to keep it behind overlay */
  m .image-card__inner img {
    position: relative;
    z-index: 0;
    width: 100%; /* Make image responsive */
    height: auto;
  }
</style>

.sf__pcard-tags {
    left: 1px;
    top: 1.125rem;
}
.prod__tag {
    align-items: center;
    border-radius: 0px;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    padding: 2px 4px;
    text-transform: uppercase;
}

@font-face {
  font-family: 'Higuen Serif';
  src: url('https://cdn.shopify.com/s/files/1/0802/3556/1153/files/Higuen_Serif_a9bab2ae-eb22-4374-b7f8-d31fe9bf2e2a.otf?v=1738040580') format('opentype');
  font-weight: normal;
  font-style: normal;
}