.cliente-home-desktop-store .desktop-store-category {
    min-width: 0;
    min-height: 180px;
    margin-bottom: 42px;
    scroll-margin-top: 110px;
}

.cliente-home-desktop-store .desktop-store-category h2 {
    font-weight: 500;
}

.cliente-home-desktop-store .desktop-product-grid {
    align-items: stretch;
}

.cliente-home-desktop-store .desktop-product-card {
    min-width: 0;
    height: 100%;
    transition: box-shadow .25s ease, transform .25s ease;
}

.cliente-home-desktop-store .desktop-product-card.is-product-scroll-target {
    box-shadow: 0 0 0 3px rgba(239, 20, 37, .42), 0 12px 28px rgba(31, 24, 26, .16);
    transform: translateY(-2px);
}

.cliente-home-desktop-store .desktop-product-card > a {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
}

.cliente-home-desktop-store .desktop-product-card__body {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.cliente-home-desktop-store .desktop-product-card h3,
.cliente-home-desktop-store .desktop-product-card p {
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cliente-home-desktop-store .desktop-product-card p {
    margin: 0 0 13px;
}

.cliente-home-desktop-store .desktop-product-card__body > span {
    margin-top: auto;
    padding-top: 12px;
}
