.elementor-kit-64{--e-global-color-primary:#1B1C1B;--e-global-color-secondary:#54595F;--e-global-color-text:#1B1C1B;--e-global-color-accent:#E5863C;--e-global-color-d7dabcb:#000000;--e-global-color-a690400:#FFFFFF;--e-global-color-53d97e4:#02010100;--e-global-color-af03538:#BBBBBB;--e-global-color-8c3be9a:#F5F5F5;--e-global-color-7c32fb6:#1D1D1D;--e-global-color-bdea186:#73552F;--e-global-color-955eb33:#333333;--e-global-color-acae39e:#DCE2FC;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-0ec2b70-font-family:"bennet-display";--e-global-typography-0ec2b70-font-size:2em;--e-global-typography-0ec2b70-font-weight:600;background-color:var( --e-global-color-acae39e );}.elementor-kit-64 e-page-transition{background-color:#FFBC7D;}.elementor-kit-64 h2{font-family:"bennet-display", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#shop-catalogo-button {
    background-color: var(--e-global-color-accent);
    color: white;
}

#tab-acquista {
    background-color: #E5863C;
    color: white !important;
}

#tab-acquista a {
    color: white !important;
}

.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}

/* BEGIN RESTYLING 2026 */
/* Bottiglie uniformi e ingrandite (Franco restyling 2026) */
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex; flex-direction: column; align-items: center;
}
.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product img.wp-post-image,
.elementor-widget-woocommerce-products img.attachment-woocommerce_thumbnail,
.elementor-widget-wc-archive-products img.attachment-woocommerce_thumbnail,
.elementor-widget-woocommerce-products img.wp-post-image {
  width: auto !important;
  height: 420px !important;
  max-width: 100% !important;
  max-height: 420px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  display: block !important;
  background: transparent !important;
}
/* Home sezione I Nostri Vini */
.elementor-element-b38ab87 .elementor-widget-image img {
  height: 380px !important;
  max-height: 380px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .woocommerce ul.products li.product img.attachment-woocommerce_thumbnail,
  .woocommerce ul.products li.product img.wp-post-image,
  .elementor-widget-woocommerce-products img.attachment-woocommerce_thumbnail,
  .elementor-widget-wc-archive-products img.attachment-woocommerce_thumbnail,
  .elementor-widget-woocommerce-products img.wp-post-image,
  .elementor-element-b38ab87 .elementor-widget-image img {
    height: 300px !important;
    max-height: 300px !important;
  }
}
.woocommerce ul.products li.product {
  padding: 12px !important;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
}
/* Card shop: nome prodotto maiuscolo bold */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-style: normal !important;
  color: #1B1C1B !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  letter-spacing: 0.02em !important;
  margin: 12px 0 8px !important;
}
/* Prezzo arancione grande */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price .amount,
.woocommerce ul.products li.product .price bdi {
  color: #CC612D !important;
  font-weight: 700 !important;
  font-size: 1.35rem !important;
  display: inline-block !important;
  margin: 4px 0 12px !important;
}
/* Bottone ACQUISTA arancione pieno */
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .added_to_cart {
  background: #CC612D !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  border-radius: 2px !important;
  padding: 12px 20px !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  border: none !important;
  box-shadow: none !important;
  margin-top: 8px !important;
}
.woocommerce ul.products li.product .button.add_to_cart_button:hover,
.woocommerce ul.products li.product a.button:hover {
  background: #b05524 !important;
  color: #fff !important;
}
/* Logo: mantieni aspect ratio 1:1 su tutti i breakpoint */
header.elementor-location-header .elementor-widget-theme-site-logo img,
footer.elementor-location-footer .elementor-widget-theme-site-logo img {
  aspect-ratio: 1 / 1;
  height: auto !important;
  object-fit: contain !important;
}
/* END RESTYLING 2026 */

/* SQUARE GALLERY CROPS 2026 */
/* Forza ritaglio quadrato (object-fit cover) per gallerie con foto miste aspect ratio */
.page-id-1230 .elementor-element-69f0b35 .elementor-widget-image img,
.page-id-1314 .elementor-element-69f0b35 .elementor-widget-image img,
.page-id-501 .elementor-element-69f0b35 .elementor-widget-image img,
.page-id-1304 .elementor-element-69f0b35 .elementor-widget-image img,
.page-id-534 .elementor-element-69f0b35 .elementor-widget-image img,
.page-id-1305 .elementor-element-69f0b35 .elementor-widget-image img,
.page-id-599 .elementor-element-69f0b35 .elementor-widget-image img,
.page-id-1306 .elementor-element-69f0b35 .elementor-widget-image img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
.page-id-1230 .elementor-element-69f0b35 .elementor-widget-image,
.page-id-1314 .elementor-element-69f0b35 .elementor-widget-image,
.page-id-501 .elementor-element-69f0b35 .elementor-widget-image,
.page-id-1304 .elementor-element-69f0b35 .elementor-widget-image,
.page-id-534 .elementor-element-69f0b35 .elementor-widget-image,
.page-id-1305 .elementor-element-69f0b35 .elementor-widget-image,
.page-id-599 .elementor-element-69f0b35 .elementor-widget-image,
.page-id-1306 .elementor-element-69f0b35 .elementor-widget-image {
  aspect-ratio: 1 / 1;
}
/* WT gallery square (container-specific) */
.elementor-element-b713f74 .elementor-widget-image img,
.elementor-element-42a036d .elementor-widget-image img {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
/* END SQUARE GALLERY */






/* Pattern Metro: tile asimmetrici */
.amw-metro-grid > *:nth-child(1)  { grid-column: span 2; grid-row: span 2; } /* hero 2x2 */
.amw-metro-grid > *:nth-child(2)  { grid-column: span 2; }
.amw-metro-grid > *:nth-child(3)  { grid-row: span 2; }
.amw-metro-grid > *:nth-child(7)  { grid-column: span 2; }
.amw-metro-grid > *:nth-child(10) { grid-row: span 2; }
.amw-metro-grid > *:nth-child(14) { grid-column: span 2; }

.amw-metro-grid .elementor-widget-image,
.amw-metro-grid .elementor-widget-image .elementor-widget-container,
.amw-metro-grid .elementor-widget-image .elementor-image,
.amw-metro-grid .elementor-widget-image a {
  height: 100% !important;
  width: 100% !important;
  display: block !important;
}
.amw-metro-grid .elementor-widget-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 6px;
  transition: transform 0.5s, box-shadow 0.5s;
}
.amw-metro-grid > *:hover .elementor-widget-image img {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  z-index: 5;
  position: relative;
}
@media (max-width: 767px) {
  .amw-metro-grid > .e-con-inner,
  .amw-metro-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: 150px !important;
  }
  .amw-metro-grid > *:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .amw-metro-grid > *:nth-child(1) { grid-column: span 2; }
}/* End custom CSS */