.hc-psz-default-style.hc-psz.hc-psz-mobile,
.hc-psz-default-style.hc-psz.hc-psz-desktop {
  padding: 0;
  .hc-psz-title {
    font-style: var(--heading-font-style);
    letter-spacing: var(--heading_spacing);
    color: var(--heading_color);
    font-family: var(--heading-font-family);
    line-height: var(--heading_line_height);
    font-weight: var(--heading-font-weight);
    text-transform: var(--headingTextTransform);
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  .hc-psz-item {
    position: relative;

    .hc-psz-item-img-wrap {
      border-radius: var(--layoutRadius);
      position: relative;
      background-color: var(--colorImageBg);
      overflow: hidden;
      border: var(--productImageBorder);
    }

    .hc-psz-item-title {
      line-height: var(--base_line_height);
      font-family: var(--font-family);
      font-weight: var(--body_font_weight);
      font-size: var(--text);
      letter-spacing: var(--base_spacing);
      text-align: left;
    }

    .hc-psz-item-prices {
      text-align: left;

      .hc-psz-item-price,
      .hc-psz-item-price span {
        font-size: var(--text);
        letter-spacing: var(--base_spacing);
        text-align: left;

        font-family: var(--priceFontFamily);
        font-weight: 700;
        line-height: 1.2;
      }
    }

    .hc-psz-item-sale-badge {
      top: 10px;
      left: 10px;
    }

    .hc-psz-item-sale-badge::before {
      border-radius: 10px;
      padding: 4px 10px;
      text-transform: uppercase;
      font-size: 11px;
      line-height: 1.2;
      position: absolute;
      letter-spacing: 0;
      right: unset;
      height: auto !important;
      width: max-content !important;
      font-weight: 400;
      font-family: var(--font-family);
    }
  }
}

@media (min-width: 768px) {
  .hc-psz-default-style.hc-psz.hc-psz-mobile,
  .hc-psz-default-style.hc-psz.hc-psz-desktop {
    .hc-psz-title {
      font-size: calc(var(--heading_base_size)* 30px);
    }
  }
}

@media (min-width: 1200px) {
  .hc-psz-default-style.hc-psz.hc-psz-mobile,
  .hc-psz-default-style.hc-psz.hc-psz-desktop {
    .hc-psz-title {
      font-size: calc(var(--heading_base_size)* 34px);
    }
  }
}
