<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Stile per il pulsante "Estendi filtri" */
.extended-filters-toggle {
    text-align: center;
    margin: 10px 0;
    width: 100%;
}

.extended-filters-toggle a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #2d2a2a;
    border-radius: 3px;
    color: #fdfdfd;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.extended-filters-toggle a:hover {
    background-color: #e5e5e5;
    color: #333 !important;
}

.extended-filters {
    padding-top: 5px;
    border-top: 1px dashed #ddd;
    margin-top: 5px;
}

/* Stile per i filtri nascosti */
.hidden-filter {
    display: none;
}

/* Stile per il pulsante Reset */
.reset-search-button {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 10px;
    transition: all 0.3s;
    height: 45px;
    margin-top: 10px;
}

.reset-search-button:hover {
    background-color: #9b9797;
}

/* Sistemare il container dei pulsanti */
.button-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Animazione per il pulsante reset */
@keyframes reset-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.reset-animation {
    animation: reset-pulse 0.5s;
}

.tyre-search-container {
    opacity: 0.95;
}

.box-image img {
    object-fit: contain !important;
}

.section-content .woocommerce-placeholder.wp-post-image {
    object-fit: contain !important;
    height: 250px !important;
}

.shop-container .woocommerce-placeholder.wp-post-image {
    height: 245px;
    margin-top: 25px;
}

.woocommerce-mini-cart .woocommerce-placeholder.wp-post-image {
    width: 100%;
    height: 110px;
    object-fit: contain;
    padding: 15px 0px;
    margin: -13px -80px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button.wc-forward {
    white-space: nowrap;
}

.woocommerce-cart-form__cart-item .woocommerce-placeholder.wp-post-image {
    height: 100px;
}

.add_to_cart_button {
    white-space: nowrap;
}

/* Aggiunta media query per dispositivi mobili */
@media (max-width: 768px) {
    .add_to_cart_button {
        white-space: normal;
    }

    .button-container {
        align-items: center;
    }

    .reset-search-button {
        margin-top: 5px;
    }

    .shop-container .woocommerce-placeholder.wp-post-image {
        height: 150px;
        margin-top: 16px;
    }

    .woocommerce-mini-cart .woocommerce-placeholder.wp-post-image {
        width: 100%;
        height: 110px;
        object-fit: contain;
        padding: 15px 0px;
        margin: -10px -123px;
    }

    .section-content .woocommerce-placeholder.wp-post-image {
        object-fit: contain !important;
        height: 156px !important;
    }

    .custom-page-title .tyre-search-form-mobile {
        padding: 15px;
    }

    .add_to_wishlist.single_add_to_wishlist {
        font-size: 12px;
    }
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    margin-bottom: 20px;
}

.tyres-price-suffix {
    display: block;
    color: #777;
    font-size: 0.75em;
    font-weight: normal;
    margin-top: 3px;
    clear: both;
}

.tyres-pfu-cost {
    font-size: 0.8em;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Stile per pagina singolo prodotto */
.single-product .tyres-price-suffix {
    font-size: 0.8em;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Stile per lista prodotti */
.products .tyres-price-suffix {
    line-height: 1.3;
}

/* Informazioni ordine */
.ean,
.original-price {
    margin: 5px 0;
    font-size: 0.9em;
}

/* Fix aggiungi ai preferiti */
.add_to_wishlist.single_add_to_wishlist {
    display: block !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    text-overflow: unset !important;
}

.product-quick-view-container img.is-selected {
    position: absolute;
    transform: translate(100%, 0%);
    max-width: 30%;
}

.tyre-search-form-mobile {
    max-width: 100%;
    margin: 15px auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.tyre-search-form-mobile .form-group {
    margin-bottom: 15px;
}

.tyre-search-form-mobile label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
}

.tyre-search-form-mobile select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    /* Evita lo zoom automatico su iOS */
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
}

.tyre-search-form-mobile .search-submit {
    width: 100%;
    height: 45px;
    background-color: #f58220;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.2s ease;
    margin-top: 10px;
}

.tyre-search-form-mobile .search-submit:hover {
    background-color: #e67510;
}

.tyre-search-form-mobile .search-submit[disabled] {
    background-color: #cccccc;
    cursor: not-allowed;
}

.tyre-search-form-mobile .checkboxes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.tyre-search-form-mobile .checkbox-group {
    margin-right: 15px;
    margin-bottom: 10px;
}

.tyre-search-form-mobile .checkbox-group label {
    display: flex;
    align-items: center;
    font-weight: normal;
    cursor: pointer;
    color: #333;
}

.tyre-search-form-mobile .checkbox-group input[type="checkbox"] {
    margin-right: 5px;
    margin-top: 15px;
}

.tyre-search-form-mobile .extended-filter {
    display: none;
}

.tyre-search-form-mobile .extended-filters-toggle {
    text-align: center;
    margin: 10px 0;
}

.tyre-search-form-mobile .extended-filters-toggle a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.tyre-search-form-mobile .reset-button {
    background: transparent;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 10px;
}

.tyre-search-form-mobile .form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tyre-search-form-mobile .submit-container {
    flex-grow: 1;
}


.product-image-disclaimer {
    margin-top: 10px;
    font-size: 0.9em;
    color: #666;
    text-align: center;
}

.price.product-page-price span.amount bdi {
    font-size: 1.6em;
    font-weight: bold;
    color: #50b319;
}

.price span.amount bdi {
    font-size: 1.3em;
    font-weight: bold;
    color: #50b319;
}

p.woocommerce-loop-product__title {
    font-weight: bold;
}

.product_meta a {
    text-transform: uppercase;
}

.product-info p.stock {
    font-size: 1.4em !important;
}

/* Watermark */

/* Container per ogni prodotto */
.woocommerce ul.products li.product,
.woocommerce div.product {
    position: relative;
    overflow: hidden;
}

/* Watermark su tutte le immagini prodotto nella griglia e nella scheda */
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce div.product .woocommerce-product-gallery__image {
    position: relative;
    display: block;
}

/* Pseudo-elemento per il watermark */
.woocommerce ul.products li.product .woocommerce-loop-product__link::after,
.woocommerce div.product .woocommerce-product-gallery__image::after,
.product-small .box-image::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 35px;
    width: 80px; /* Dimensione del watermark */
    height: 40px; /* Adatta all'aspect ratio del logo */
    background: url('/wp-content/uploads/logo.jpg') no-repeat left bottom;
    background-size: contain;
    opacity: 0.7; /* Trasparenza del watermark */
    pointer-events: none; /* Il watermark non blocca i click */
    z-index: 10;
    transform: translate(-50%, 0%);
}

.box-social-proof-gomme {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background: #fffbe6;
    border: 2px solid #ffd700;
    padding: 18px 28px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    font-size: 18px;
    font-weight: bold;
    color: #333;
    max-width: 90vw;
    min-width: 220px;
    word-break: break-word;
}
@media (max-width: 600px) {
    .box-social-proof-gomme {
        right: 10px;
        left: 10px;
        bottom: 15px;
        padding: 12px 10px;
        font-size: 15px;
        border-radius: 7px;
        max-width: unset;
        min-width: unset;
    }
}

.grecaptcha-badge {
    left: 20px !important;
    right: auto !important;
    bottom: -100px !important;
}</pre></body></html>