.custom-card div.card-top>span {
    left: 1.9rem;
    bottom: 20px;
    letter-spacing: -0.5px;
}

.custom-card-img {
    width: 172px !important;
    height: 160px;
}

.default-card-height {
    height: 575px;
}

.card-img-row {
    flex-basis: 150%;
}

.card-title-breakable::after {
    content: attr(data-text);
    padding: 0px 25px;
}


/* Offer cards */

.offer-card .offer-color {
    top: 0;
    right: 0;
    width: 70px;
    height: 60px;
    clip-path: polygon(1% 0%, 100% 0%, 100% 100%);
}

.offer-card .offer-star {
    right: 10px;
    top: 8px;
    font-size: 19px;
}

.offers-row:first-child {
    display: none;
}


/* Product cards */

.product-row {
    background-color: #b5e8f7;
    padding: 50px 150px 50px 150px;
}

.product-card {
    padding: 30px 30px 40px 30px;
}

.product-card-slider {
    padding: 31px 30px 42px 30px;
}

.flex-basis-60 {
    flex-basis: 65%;
}

.product-img-slider {
    object-fit: contain;
}


/* Black card */

.black-card {
    padding-bottom: 2.875rem !important;
}


/* Colored cards */

.colored-card {
    height: 200px;
}

.colored-card .btn {
    width: 150px;
}

.colored-card .btn-long {
    width: 200px;
}

.colored-card img {
    height: 200px;
    width: 121px;
    top: 0;
    right: -12px;
}