/*
Theme Name: Orgarium Child
Theme URI: https://gaviaspreview.com/wp/orgarium/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Orgarium theme.
Template: orgarium
*/

.product-list .elementor-widget-image-box .elementor-image-box-img  img {
    height: 200px;
    object-fit: contain;
}

.product-list .elementor-image-box-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.product-list .elementor-image-box-description.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.arrow-toggle {
    display: block;
    text-align: center;
    font-size: 18px;
    color: var(--e-global-color-primary);
    cursor: pointer;
    user-select: none;
    transition: transform 0.3s ease;
    margin-top: 6px;
}

.arrow-toggle.up {
    transform: rotate(180deg);
}

.contact-list {
    max-width: 910px !important;
}

.first_closed .elementor-accordion .elementor-accordion-item:first-child {
    display: none !important;
}

.sostenibilidad .sub-title {
    display: flex !important;
    align-items: center;
}

.sostenibilidad .sub-title .tagline {
    line-height: 1.2;
}

.sostenibilidad .sub-title .heading-icon {
    top: 0;
}

.sostenibilidad .sub-title .heading-icon img {
    max-width: 50px;
}

.hide_button .heading-action {
    display: none;
}

.hide_button a.tagline {
    color: inherit;
}

@media(max-width: 1024px) {
    .gsc-image-content.skin-v2 {
        padding: 0;
    }
}
@media(max-width: 768px) {
    .sostenibilidad .sub-title .tagline {
        font-size: 1.3rem;
    }
    .sostenibilidad .sub-title .heading-icon {
        margin-right: 10px;
    }
    .sostenibilidad .sub-title .heading-icon img {
        max-width: 30px;
    }
}

.npk-products-grid {
    padding: 40px 0;
}

.npk-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.npk-product-card {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.npk-product-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.product-list .npk-product-image img {
    height: 200px;
    object-fit: contain;
}

.npk-product-image:hover img {
    transform: scale(1.05);
}

.npk-product-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 15px 0 10px;
    color: #111;
}

.npk-product-excerpt {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
    min-height: 70px;
}

.npk-product-button {
    margin-top: 20px;
}

.npk-btn {
    display: inline-block;
    background-color: var(--e-global-color-primary);
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.npk-btn:hover {
    background-color: var(--e-global-color-primary);
    color: white;
}

.npk-pagination {
    margin-top: 20px;
    justify-content: center;
}