/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 10:29 Unexpected "("
Line 12:1 Expected identifier but found "%"

**/
{% comment %}
  Global Product Card Styles (productsh-card)
  Include this in your theme.liquid or main CSS file
{% endcomment %}


  .productsh-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
  }

  .productsh-image-wrapper {
    position: relative;
    width: 100%;
    height: 307px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
    background: #f5f5f5;
  }

  .productsh-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }

  .productsh-card:hover .productsh-image {
    transform: scale(1.05);
  }

  .productsh-badges {
    position: absolute;
    top: 24px;
    left: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
  }

  span.productsh-badge.bestbadge {
    background: #8A502B;
    color: white;
  }

  .productsh-badge {
    padding: 8px 12px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    width: fit-content;
  }

  .productsh-badge-bottom {
    position: absolute;
    bottom: 24px;
    left: 24px;
    padding: 8px 12px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    width: fit-content;
  }

  .productsh-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .productsh-product-title {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    color: #000000;
    margin: 0 0 4px 0;
  font-family: "satoshi" !important;
  }

  .productsh-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: auto;
  }

  .productsh-price span{
    font-weight: 400;
  }
  .productsh-price {
    font-size: 16px;
    color: #8A502B;
    font-weight: bold;
  }

  .productsh-quick-view {
    font-size: 16px;
    text-decoration: underline;
    white-space: nowrap;
    cursor: pointer;
  }
.qv-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.productsh-badge{
    font-family: "satoshi" !important;
}
  .productsh-quick-view:hover {
    opacity: 0.7;
  }

  @media screen and (max-width: 768px) {
    .productsh-quick-view {
    font-size: 11px;
    display: none;
    }
    .productsh-product-title {
      font-size: 12px !important;
      min-height: auto;
    }
    .productsh-price {
    font-size: 12px;
    color: #8A502B;
    font-weight: 400;
}

    .productsh-badge,
    .productsh-badge-bottom {
      font-size: 10px;
      padding: 8px 10px;
              left: 8px;
        bottom: 17px;
    }
.productsh-badges {
    top: 8px;
    left: 8px;
}
    span.productsh-quick-view {
      display: none;
    }
  }

/* popupcss */

