.elementor-262 .elementor-element.elementor-element-672edf9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-6a7a5e7 */.marna-catalogo {
    padding: 70px 20px;
    background: #ffffff;
}

.marna-catalogo__header {
    max-width: 760px;
    margin: 0 auto 35px;
    text-align: center;
}

.marna-catalogo__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #0b1d63;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.marna-catalogo__header h2 {
    margin: 0 0 14px;
    color: #07175c;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.1;
}

.marna-catalogo__header p {
    margin: 0;
    color: #4d5875;
    font-size: 16px;
    line-height: 1.7;
}

.marna-catalogo__filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1050px;
    margin: 0 auto 42px;
}

.marna-filter {
    border: 1px solid rgba(7, 23, 92, .16);
    background: #fff;
    color: #07175c;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease;
}

.marna-filter:hover,
.marna-filter.is-active {
    background: #07175c;
    color: #fff;
    border-color: #07175c;
}

.marna-catalogo__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto;
}

.marna-product-card {
    background: #ffffff;
    border: 1px solid rgba(7, 23, 92, .10);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(7, 23, 92, .08);
    transition: all .25s ease;
}

.marna-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(7, 23, 92, .14);
}

.marna-product-card.is-hidden {
    display: none;
}

.marna-product-card__image {
    height: 210px;
    padding: 22px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(7, 23, 92, .06);
    position: relative;
}

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

.marna-product-card__placeholder {
    width: 100%;
    height: 150px;
    border: 1px dashed rgba(7, 23, 92, .25);
    border-radius: 14px;
    color: #7b849d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.marna-product-card__body {
    padding: 20px;
    border-top: 1px solid rgba(7, 23, 92, .08);
}

.marna-product-card__sku {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(7, 23, 92, .08);
    color: #07175c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
}

.marna-product-card h3 {
    margin: 0 0 8px;
    color: #07175c;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.marna-product-card__category {
    margin: 0 0 12px;
    color: #f58220;
    font-size: 13px;
    font-weight: 700;
}

.marna-product-card__description {
    margin: 0 0 14px;
    color: #4d5875;
    font-size: 14px;
    line-height: 1.55;
}

.marna-product-card__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 12px;
    border-top: 1px solid rgba(7, 23, 92, .08);
}

.marna-product-card__meta span {
    color: #26324f;
    font-size: 13px;
    line-height: 1.35;
}

@media (max-width: 1024px) {
    .marna-catalogo__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .marna-catalogo {
        padding: 50px 16px;
    }

    .marna-catalogo__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .marna-product-card__image {
        height: 170px;
        padding: 16px;
    }

    .marna-product-card__image img {
        max-height: 135px;
    }

    .marna-product-card__body {
        padding: 16px;
    }
}

@media (max-width: 520px) {
    .marna-catalogo__grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */