.elementor-2224785 .elementor-element.elementor-element-267dcb8:not(.elementor-motion-effects-element-type-background), .elementor-2224785 .elementor-element.elementor-element-267dcb8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.zapateriadepablos.com/wp-content/uploads/2023/03/tienda.jpg");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-2224785 .elementor-element.elementor-element-267dcb8{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:100px 0px 150px 0px;}.elementor-2224785 .elementor-element.elementor-element-267dcb8 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2224785 .elementor-element.elementor-element-8c58f04 > .elementor-background-overlay{opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2224785 .elementor-element.elementor-element-8c58f04{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2224785 .elementor-element.elementor-element-107b277 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2224785 .elementor-element.elementor-element-dc717b0{text-align:center;padding:40px 0px 0px 0px;}.elementor-2224785 .elementor-element.elementor-element-dc717b0 .elementor-heading-title{font-family:"Patrick Hand SC", Sans-serif;font-size:40px;font-weight:300;color:var( --e-global-color-text );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for shortcode, class: .elementor-element-f8fbe89 */.marcas-yith-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 30px;
}

.marca-yith-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 145px;
    padding: 24px;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    background: #ffffff;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
}

.marca-yith-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.marca-yith-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

.marca-yith-logo {
    max-width: 140px;
    max-height: 70px;
    object-fit: contain;
}

.marca-yith-name {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
}

@media (max-width: 1024px) {
    .marcas-yith-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .marcas-yith-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .marca-yith-card {
        min-height: 120px;
        padding: 18px;
    }

    .marca-yith-logo {
        max-width: 110px;
        max-height: 55px;
    }

    .marca-yith-name {
        font-size: 14px;
    }
}/* End custom CSS */