.elementor-19494 .elementor-element.elementor-element-cbbbe7e{--display:flex;}.elementor-19494 .elementor-element.elementor-element-388429b .elementor-nav-menu--dropdown{background-color:#FFFFFF;}.elementor-19494 .elementor-element.elementor-element-388429b .elementor-nav-menu--dropdown a:hover,
					.elementor-19494 .elementor-element.elementor-element-388429b .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-19494 .elementor-element.elementor-element-388429b .elementor-nav-menu--dropdown a.highlighted{background-color:#01538D;}.elementor-19494 .elementor-element.elementor-element-388429b .elementor-nav-menu--dropdown a.elementor-item-active{background-color:#01538D;}.elementor-19494 .elementor-element.elementor-element-1eb1c37{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-19494 .elementor-element.elementor-element-9ff1c95{width:var( --container-widget-width, 49% );max-width:49%;--container-widget-width:49%;--container-widget-flex-grow:0;}.elementor-19494 .elementor-element.elementor-element-46a8398{margin:-13px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--divider-style:solid;--subtotal-divider-style:solid;--elementor-remove-from-cart-button:none;--remove-from-cart-button:block;--toggle-button-icon-color:#2B56A2;--toggle-button-border-width:0px;--toggle-icon-size:26px;--cart-border-style:none;--cart-footer-layout:1fr 1fr;--products-max-height-sidecart:calc(100vh - 240px);--products-max-height-minicart:calc(100vh - 385px);}.elementor-19494 .elementor-element.elementor-element-46a8398 .widget_shopping_cart_content{--subtotal-divider-left-width:0;--subtotal-divider-right-width:0;}#elementor-popup-modal-19494{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-19494 .dialog-message{width:640px;height:100vh;align-items:flex-start;}#elementor-popup-modal-19494 .dialog-close-button{display:flex;}#elementor-popup-modal-19494 #footer{display:block;}#elementor-popup-modal-19494 .info-footer{display:block;}#elementor-popup-modal-19494 #bottom{display:block;}#elementor-popup-modal-19494 .page-title{display:block;}#elementor-popup-modal-19494 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-19494 .elementor-element.elementor-element-1eb1c37{--justify-content:space-evenly;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(min-width:768px){.elementor-19494 .elementor-element.elementor-element-1eb1c37{--width:17%;}}@media(max-width:1024px) and (min-width:768px){.elementor-19494 .elementor-element.elementor-element-1eb1c37{--width:688px;}}@media(max-width:767px){.elementor-19494 .elementor-element.elementor-element-cbbbe7e{--min-height:96vh;--justify-content:flex-start;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-19494 .elementor-element.elementor-element-600c10d{padding:10px 0px 0px 0px;text-align:left;}.elementor-19494 .elementor-element.elementor-element-600c10d img{max-width:72%;}.elementor-19494 .elementor-element.elementor-element-388429b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--e-nav-menu-horizontal-menu-item-margin:calc( 0px / 2 );}.elementor-19494 .elementor-element.elementor-element-388429b .elementor-nav-menu .elementor-item{font-size:18px;line-height:2em;}.elementor-19494 .elementor-element.elementor-element-388429b .elementor-nav-menu--main .elementor-item{padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;}.elementor-19494 .elementor-element.elementor-element-388429b .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:0px;}.elementor-19494 .elementor-element.elementor-element-388429b .elementor-nav-menu--dropdown .elementor-item, .elementor-19494 .elementor-element.elementor-element-388429b .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:16px;}#elementor-popup-modal-19494 .dialog-message{width:87vw;}#elementor-popup-modal-19494{justify-content:flex-end;}}/* Start custom CSS for html, class: .elementor-element-9ff1c95 *//* Contenitore icone */
.header-actions{
  display:flex;
  align-items:center;
  gap:32px;              /* distanza tra icone */
}

/* Icone */
.header-actions .action{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:24px;        /* dimensione icona */
  line-height:1;
  color:#2f3a44;
  text-decoration:none;
}
.header-actions .action:hover{ opacity:.8; }

/* Badge rosso */
.header-actions .badge{
  position:absolute;
  top:-8px;
  right:-10px;
  min-width:22px;
  height:22px;
  padding:0 6px;
  border-radius:999px;
  background:#ff4747;
  color:#fff;
  font-weight:700;
  font-size:12px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.header-actions .badge::before{
  content: attr(data-count);   /* prende il numero dall'attributo */
}

/* Nascondi badge quando è 0 */
.header-actions .badge[data-count="0"]{
  display:none;
}

/* Facoltativo: riduci su mobile */
@media (max-width: 480px){
  .header-actions{ gap:20px; }
  .header-actions .action{ font-size:24px; }
  .header-actions .badge{
    min-width:18px; height:18px; font-size:11px; top:-7px; right:-9px;
  }
}/* End custom CSS */