.elementor-8121 .elementor-element.elementor-element-878420d{--display:flex;}.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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-665f9086 *//* ========== CONTAINER PRINCIPALE ========== */
br {
    display: none;
}
.page-content {
    background-color: #fafafa;
    padding: 40px 20px;
}

/* ========== FILTRI E RICERCA ========== */
.wcv-vendor-list-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}

.search-vendors-toggle-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-vendors-toggle-button:hover {
    background: #242526;
    color: #fff;
}

.search-vendors-toggle-checkbox {
    display: none;
}

.wcv-vendor-list-search {
    flex: 1;
    max-width: 600px;
}

.wcv-form {
    display: flex;
    gap: 10px;
}

#wcv-vendor-list-search {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

#wcv-vendor-list-search:focus {
    outline: none;
    border-color: #242526;
}

.wcv-button {
    padding: 12px 30px;
    background: #242526;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.wcv-button:hover {
    background: #000;
    transform: translateY(-1px);
}

/* ========== SWITCH VISUALIZZAZIONE ========== */
.wcv-vendor-list-switch {
    display: flex;
    gap: 12px;
}

.wcv-vendor-list-switch-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    text-decoration: none;
    color: #999;
    transition: all 0.3s ease;
    background: transparent;
}

.wcv-vendor-list-switch-item .dashicons {
    color: #999;
    transition: color 0.3s ease;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 1;
}

.wcv-vendor-list-switch-item:hover {
    color: #242526;
}

.wcv-vendor-list-switch-item:hover .dashicons {
    color: #242526;
}

.wcv-vendor-list-switch-item.active {
    color: #242526;
}

.wcv-vendor-list-switch-item.active .dashicons {
    color: #242526;
}

/* ========== GRIGLIA VENDITORI ========== */
.wcv_vendorslist.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.wcv_vendorslist.grid .vendor_list {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    min-height: 400px;
}

.wcv_vendorslist.grid .vendor_list:hover {
    transform: translateY(-8px);
}

/* ========== AVATAR VENDITORI (SFONDO) ========== */
.wcv_vendorslist.grid .vendor_list .vendor_list_avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-bottom: 0;
    z-index: 1;
}

.wcv_vendorslist.grid .vendor_list .vendor_list_avatar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 2;
    transition: background 0.4s ease;
}

.wcv_vendorslist.grid .vendor_list:hover .vendor_list_avatar::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.wcv_vendorslist.grid .vendor_list .vendor_list_avatar a {
    display: block;
    width: 100%;
    height: 100%;
}

.wcv_vendorslist.grid .vendor_list .vendor_list_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.wcv_vendorslist.grid .vendor_list:hover .vendor_list_avatar img {
    transform: scale(1.08);
}

/* ========== INFO VENDITORI (CENTRATI) ========== */
.wcv_vendorslist.grid .vendor_list .vendor_list_info {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 25px;
    min-height: 450px;
}

.wcv_vendorslist .vendor_list .vendor_list--shop-name {
    min-height: 0;
    margin-bottom: 6px;
    margin-top: 0;
}

.wcv_vendorslist.grid .vendor_list .vendor_list--shop-name a {
    text-decoration: none;
    color: #fff;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-block;
}

.wcv_vendorslist.grid .vendor_list .vendor_list--shop-name a:hover {
    color: #fff;
    transform: scale(1.05);
}

/* Stili per la vista list */
.wcv_vendorslist.list .vendor_list .vendor_list--shop-name a {
    text-decoration: none;
    color: #242526;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    transition: color 0.3s ease;
    display: inline-block;
}

.wcv_vendorslist.list .vendor_list .vendor_list--shop-name a:hover {
    color: #000;
}

/* Etichetta COMMERCIANTE solo per grid */
.wcv_vendorslist.grid .vendor_list .vendor_list_info::before {
    content: 'COMMERCIANTE';
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    font-weight: 100;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

/* ========== DETTAGLI CONTATTO ========== */
.wcv_vendorslist.grid .vendors_list--shop-phone,
.wcv_vendorslist.grid .vendors_list--shop-address {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
}

.wcv_vendorslist.grid .vendors_list--shop-phone {
    margin-bottom: 3px;
}

.wcv_vendorslist.grid .vendors_list--shop-phone .dashicons,
.wcv_vendorslist.grid .vendors_list--shop-address .dashicons {
    color: #fff;
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.wcv_vendorslist.grid .vendors_list--shop-phone span:last-child,
.wcv_vendorslist.grid .vendors_list--shop-address span:last-child {
    color: rgba(255, 255, 255, 0.9);
}

/* Stili per la vista list */
.wcv_vendorslist.list .vendors_list--shop-phone,
.wcv_vendorslist.list .vendors_list--shop-address {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
    font-size: 13px;
    margin-bottom: 2px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
}

.wcv_vendorslist.list .vendors_list--shop-phone .dashicons,
.wcv_vendorslist.list .vendors_list--shop-address .dashicons {
    color: #242526;
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.wcv_vendorslist.list .vendors_list--shop-phone span:last-child,
.wcv_vendorslist.list .vendors_list--shop-address span:last-child {
    color: #555;
}

/* ========== PULSANTE VISITA NEGOZIO ========== */
.wcv_vendorslist.grid .vendor_list .vendors_list--shop-link {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: none;
    border-radius: 5px;
    padding: 12px 32px;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.wcv_vendorslist.grid .vendor_list .vendors_list--shop-link:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

/* Stili per la vista list */
.wcv_vendorslist.list .vendor_list .vendors_list--shop-link {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border: solid 1px #242526;
    border-radius: 5px;
    padding: 5px 25px;
    color: #fff;
    background-color: #242526;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.wcv_vendorslist.list .vendor_list .vendors_list--shop-link:hover {
    background-color: #000;
    transform: translateY(-1px);
}

/* ========== VISUALIZZAZIONE LISTA ========== */
.wcv_vendorslist.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wcv_vendorslist.list .vendor_list {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    transition: all 0.3s ease;
}

.wcv_vendorslist.list .vendor_list:hover {
    transform: translateX(5px);
}

.wcv_vendorslist.list .vendor_list .vendor_list_avatar {
    position: relative;
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 5px;
    overflow: hidden;
    background: #f5f5f5;
}

.wcv_vendorslist.list .vendor_list .vendor_list_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wcv_vendorslist.list .vendor_list .vendor_list_info {
    flex: 1;
    padding: 0;
}

/* ========== RESPONSIVE ========== */
@media screen and (max-width: 768px) {
    .wcv-vendor-list-filter {
        flex-direction: column;
        align-items: stretch;
    }
    
    .wcv-vendor-list-search {
        max-width: 100%;
    }
    
    .wcv_vendorslist.grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .page-content {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 480px) {
    .wcv_vendorslist.grid {
        grid-template-columns: 1fr;
    }
    
    .wcv-form {
        flex-direction: column;
    }
    
    .wcv-button {
        width: 100%;
    }
}

/* ========== STATO VUOTO ========== */
.wcv_vendorslist:empty::after {
    content: 'Nessun commerciante trovato';
    display: block;
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

/* ========== ANIMAZIONI ========== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vendor_list {
    animation: fadeIn 0.5s ease-out forwards;
}

.vendor_list:nth-child(1) { animation-delay: 0.1s; }
.vendor_list:nth-child(2) { animation-delay: 0.2s; }
.vendor_list:nth-child(3) { animation-delay: 0.3s; }
.vendor_list:nth-child(4) { animation-delay: 0.4s; }
.vendor_list:nth-child(5) { animation-delay: 0.5s; }/* End custom CSS */