.jcr-product-addons {
    margin: clamp(4.8rem, 7vw, 9rem) 0;
}

.jcr-product-addons__header {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 4vw, 5.6rem);
    align-items: end;
    margin-bottom: clamp(2.4rem, 4vw, 3.6rem);
}

.jcr-product-addons__title {
    color: #0098ef;
    line-height: 0.95;
    text-wrap: balance;
}

.jcr-product-addons__intro {
    max-width: 62rem;
    color: #17374c;
    font-weight: 500;
    line-height: 1.55;
}

.jcr-product-addons__intro > :last-child {
    margin-bottom: 0;
}

.jcr-product-addons__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.4rem, 2vw, 2.2rem);
}

.jcr-product-addons__item {
    min-width: 0;
}

.jcr-product-addons__link.single-product-link {
    display: flex;
    flex-direction: column;
    min-height: clamp(28rem, 28vw, 36rem);
    overflow: hidden;
    border: 1px solid rgba(11, 44, 64, 0.08);
    box-shadow: 0 1.4rem 3.5rem rgba(11, 44, 64, 0.08);
}

.jcr-product-addons__card-title {
    padding-bottom: 1.4rem;
    line-height: 1.05;
    text-wrap: balance;
}

.jcr-product-addons__image {
    display: flex;
    flex: 1 1 auto;
    min-height: 17rem;
    width: 100%;
    margin-top: auto;
    margin-bottom: 2.2rem;
}

.jcr-product-addons__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.jcr-product-addons__price {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    padding: 0.9rem 1rem;
    background: #0098ef;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
}

@media (max-width: 1023px) {
    .jcr-product-addons__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .jcr-product-addons {
        margin: clamp(3.6rem, 10vw, 5.6rem) 0;
    }

    .jcr-product-addons__header {
        grid-template-columns: 1fr;
        gap: 1.4rem;
        margin-bottom: 2.2rem;
    }

    .jcr-product-addons__title {
        line-height: 1;
    }
}

@media (max-width: 559px) {
    .jcr-product-addons__grid {
        grid-template-columns: 1fr;
    }

    .jcr-product-addons__link.single-product-link {
        min-height: 30rem;
    }
}
