<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-215 .elementor-element.elementor-element-60108d8d{--display:flex;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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 );}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-215 .elementor-element.elementor-element-60108d8d{--content-width:90%;}}/* Start custom CSS */.wishlist-page-links{
    display: none;
}

/* Pulsante aggiorna */
.yith_wcwl_wishlist_update input[type="submit"] {
  display: none;
}

/* 1. Disattiva modifica titolo */
.wishlist-title-container .btn.show-title-form,
.wishlist-title-container .hidden-title-form {
  display: none !important;
}

/* 2. Riduce spazio tra titolo e tabella */
.wishlist-title-container {
  margin-bottom: 10px;
}

/* 4. Tabella desktop */
.wishlist_table {
  border-collapse: collapse;
  width: 100%;
  background: white;
  border-radius: 16px;
  overflow: hidden;
}

.wishlist_table th,
.wishlist_table td {
  border: none !important;
  padding: 1rem;
  vertical-align: middle;
}

.wishlist_table th {
  background-color: #f2f2f2;
  text-align: left;
  font-weight: 600;
}

/* Pulsanti */
.wishlist_table .add_to_cart_button {
  background-color: #076533 !important;
  color: #fff !important;
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
  font-weight: 600;
  display: inline-block;
  transition: background 0.3s;
  border: none;
}

.wishlist_table .add_to_cart_button:hover {
  background-color: #064d29 !important;
}

@media (max-width: 767px) {
  .wishlist_table .item-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
  }

  .wishlist_table .product-thumbnail {
    flex-shrink: 0;
    width: 100px;
  }

  .wishlist_table .product-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }

  .wishlist_table .item-details,
  .wishlist_table .additional-info-wrapper {
    flex-grow: 1;
  }

  .wishlist_table .product-name h3 {
    font-size: 16px;
    margin: 0 0 8px;
  }

  .wishlist_table .item-details-table,
  .wishlist_table .additional-info,
  .wishlist_table .product-add-to-cart {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .wishlist_table .product-add-to-cart a {
    padding: 6px 12px;
    font-size: 14px;
  }

  .wishlist_table .product-remove {
    display: none; /* oppure posizionalo sotto se necessario */
  }
}/* End custom CSS */</pre></body></html>