

/* Start:/local/components/cetera/article.products/templates/.default/style.css?17641672602217*/
.article-products {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem 0;
    border-top: 1px solid #e5e5e5;
}

.article-products__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #243C4C;
    margin-bottom: 1.5rem;
}

.article-product-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    border-color: #338fd2;
}

.article-product-card__link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.article-product-card__image {
    text-align: center;
    margin-bottom: 1rem;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-product-card__image img {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
}

.article-product-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.article-product-card__name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #243C4C;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.article-product-card__price {
    margin-bottom: 1.5rem;
}

.article-product-card__price-old {
    display: block;
    color: #828282;
    text-decoration: line-through;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.article-product-card__price-current {
    display: block;
    color: #243C4C;
    font-size: 1.3rem;
    font-weight: 700;
}

.article-product-card__button {
    margin-top: auto;
    text-align: center;
    display: inline-block;
    width: 100%;
}

@media print, screen and (max-width: 39.99875em) {
    .article-products {
        padding: 1rem 0;
    }
    
    .article-products__title {
        font-size: 1.3rem;
    }
    
    .article-product-card {
        padding: 1rem;
    }
    
    .article-product-card__image {
        min-height: 150px;
    }
    
    .article-product-card__image img {
        max-height: 150px;
    }
    
    .article-product-card__name {
        font-size: 1rem;
    }
}

/* End */
/* /local/components/cetera/article.products/templates/.default/style.css?17641672602217 */
