.elementor-1271 .elementor-element.elementor-element-9afabe6{--display:flex;--min-height:700px;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1271 .elementor-element.elementor-element-9afabe6:not(.elementor-motion-effects-element-type-background), .elementor-1271 .elementor-element.elementor-element-9afabe6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://abbadiaturismo.it/wp-content/uploads/2026/06/banner_01_946ec19b-5713-43b8-8fb0-d6197dcafe00.webp");}.elementor-1271 .elementor-element.elementor-element-05461da{text-align:center;}.elementor-1271 .elementor-element.elementor-element-05461da .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:4.5em;font-weight:600;color:var( --e-global-color-secondary );}.elementor-1271 .elementor-element.elementor-element-25a3a33{--display:flex;--padding-top:150px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-1271 .elementor-element.elementor-element-210acb2.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-1271 .elementor-element.elementor-element-210acb2 a > img{border-style:none;margin-bottom:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1271 .elementor-element.elementor-element-25a3a33{--content-width:1400px;}}@media(max-width:1024px){.elementor-1271 .elementor-element.elementor-element-05461da .elementor-heading-title{font-size:3em;}}@media(max-width:767px){.elementor-1271 .elementor-element.elementor-element-05461da .elementor-heading-title{font-size:2.2em;}}/* Start custom CSS for wc-categories, class: .elementor-element-210acb2 *//* Card categoria */
.product-category.product {
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    transition: all .3s ease;
}

.product-category.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

/* Link */
.product-category.product > a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}

/* Immagini tutte uguali */
.product-category.product img,
.product-category.product .attachment-woocommerce_thumbnail,
.product-category.product .woocommerce-placeholder {
    width: 100% !important;
    height: 320px !important;
    display: block;
    object-fit: cover !important;
    object-position: center center !important;
    transition: transform .4s ease;
}

.product-category.product:hover img {
    transform: scale(1.05);
}

/* Titolo */
.woocommerce-loop-category__title {
    margin: 0;
    padding: 18px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
}

/* Nasconde conteggio */
.woocommerce-loop-category__title .count,
.product-category.product mark.count {
    display: none !important;
}/* End custom CSS */