/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.content-image-cta p {
  font-size: 12px; }

.product-item {
  position: relative;
  border: 1px solid var(--wp--preset--color--lines-secondary); }
  .product-item__image {
    width: 100%;
    height: 9.75rem;
    position: relative;
    overflow: hidden;
    padding: 2rem; }
    @media (min-width: 782px) {
      .product-item__image {
        height: 13.75rem;
        border-bottom: 1px solid var(--wp--preset--color--lines-secondary); } }
    .product-item__image img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      transform: scale(1);
      transition: transform .2s ease-in-out; }
  .product-item__info {
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 479px) {
      .product-item__info {
        font-size: 14px;
        padding: 1rem 0.5rem; } }
    .product-item__info .btn {
      margin-top: 1rem;
      width: -moz-fit-content;
      width: fit-content; }
      @media (max-width: 479px) {
        .product-item__info .btn {
          font-size: 12px; } }
  .product-item__info-inner {
    -webkit-hyphens: auto;
            hyphens: auto; }
  .product-item__title {
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 20px; }
    @media (max-width: 479px) {
      .product-item__title {
        font-size: 16px; } }
  .product-item__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem; }
  .product-item__code {
    color: var(--wp--preset--color--text-text-tertiary); }
  .product-item__label {
    padding: 0.625rem 0.5rem;
    color: var(--wp--preset--color--text-text-tertiary);
    font-weight: 700;
    font-size: .75rem;
    background-color: var(--wp--preset--color--cards-secondary-background); }
    @media (max-width: 781px) {
      .product-item__label {
        position: absolute;
        top: .5rem;
        left: 1rem; } }
  .product-item__usps {
    margin-top: 1rem; }
  .product-item__usp {
    display: flex;
    gap: 0.625rem; }
    .product-item__usp .icon-check {
      color: #8AD589;
      font-size: 0.625rem;
      position: relative;
      top: 7px; }
    .product-item__usp:not(:last-of-type) {
      margin-bottom: 0.75rem; }
  .product-item:hover .product-item__image img {
    transform: scale(1.1); }
  .product-item:hover .btn {
    background-color: var(--wp--preset--color--button-primary-hover-background);
    border-color: var(--wp--preset--color--button-primary-hover-background); }

/*# sourceMappingURL=product-item.css.map */
