
/* =========================================================
   FERSHOP CWV CLEAN V15
   CSS pulito: niente accumulo vecchie patch.
   Obiettivo:
   - desktop wide bilanciato
   - prodotto moderno
   - header mobile originale del tema, solo arrotondato
   - gallery mobile non tagliata e miniature piccole
   ========================================================= */

:root {
  --fh-orange: #ff8a00;
  --fh-orange-dark: #e87514;
  --fh-blue: #00488f;
  --fh-dark: #111827;
  --fh-text: #263241;
  --fh-muted: #64748b;
  --fh-border: #e2e8f0;
  --fh-soft: #f8fafc;
  --fh-radius: 16px;
  --fh-shadow-sm: 0 4px 14px rgba(15, 23, 42, .06);
  --fh-shadow-md: 0 12px 30px rgba(15, 23, 42, .08);
  --fh-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

html, body {
  font-family: var(--fh-font);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  color: var(--fh-text);
}

/* ------------------------------
   Desktop / global refinements
   ------------------------------ */

@media (min-width: 1200px) {
  .container,
  .container-fluid {
    max-width: 1880px;
  }
}

/* Layout prodotto wide ma leggibile */
@media (min-width: 992px) {
  body#product .product-container,
  body#product .fh-product-shell,
  body#product .product-detail {
    max-width: 1880px;
    margin-left: auto;
    margin-right: auto;
  }
}

div.product-information-right,
.product-information-right {
  max-width: none !important;
  width: 100% !important;
}

div.product-information-left,
.product-information-left {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

/* Titolo prodotto */
body#product h1,
body#product .h1,
body#product .product-title h1 {
  color: var(--fh-text);
  letter-spacing: -.025em;
  line-height: 1.12;
}

/* Prezzi e CTA */
body#product .current-price,
body#product .product-price {
  color: #0f172a;
  font-weight: 900;
  letter-spacing: -.04em;
}

body#product .add-to-cart,
body#product button.add-to-cart {
  min-height: 52px;
  border-radius: 14px;
  background: var(--fh-orange) !important;
  border-color: var(--fh-orange) !important;
  color: #fff !important;
  font-weight: 850;
  box-shadow: 0 10px 22px rgba(255, 138, 0, .22);
}

body#product .add-to-cart:hover,
body#product button.add-to-cart:hover {
  background: var(--fh-orange-dark) !important;
  border-color: var(--fh-orange-dark) !important;
}

/* Badge */
body#product .product-flags li,
body#product .product-availability,
body#product .availability,
body#product .fh-badge {
  border-radius: 999px;
}

/* Box info aggiuntive prodotto: 50/50 desktop, 1 colonna mobile */
.product-additional-info,
#product_additional_info,
.displayAdditionalInfo {
  width: 100%;
  max-width: none;
  margin-top: 18px;
}

@media (min-width: 992px) {
  .product-additional-info,
  #product_additional_info,
  .displayAdditionalInfo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
  }
}

.product-additional-info > *,
#product_additional_info > *,
.displayAdditionalInfo > * {
  min-width: 0;
  box-sizing: border-box;
}

/* Card prodotto listing */
.product-miniature,
.js-product-miniature {
  border-radius: 16px;
}

.product-miniature .thumbnail-container,
.js-product-miniature .thumbnail-container {
  border-radius: 16px;
  overflow: hidden;
}

/* ------------------------------
   Header desktop leggero
   ------------------------------ */

@media (min-width: 768px) {
  #header .header-wrapper,
  #header .fh-header-wrapper {
    max-width: 1880px;
    margin-left: auto;
    margin-right: auto;
  }

  #header .searchbar-wrapper form,
  #header #search_widget form,
  #header .search-widget form {
    border-radius: 999px;
    overflow: hidden;
  }

  #header .searchbar-wrapper input,
  #header #search_widget input,
  #header .search-widget input {
    min-height: 46px;
    line-height: 46px;
    font-size: 15px;
  }

  #header .searchbar-wrapper button,
  #header #search_widget button,
  #header .search-widget button {
    min-height: 46px;
    border-radius: 0 999px 999px 0;
    background: var(--fh-orange);
    color: #fff;
  }

  #header .account-link a,
  #header .cart-link {
    border-radius: 999px;
  }
}

/* =========================================================
   MOBILE: struttura originale del tema + piccoli ritocchi
   ========================================================= */

@media (max-width: 767px) {

  body.mobile-header-version {
    background: #eef9fb;
  }

  body.mobile-header-version #header,
  body.mobile-header-version #header .main-header,
  body.mobile-header-version #header .header-wrapper,
  body.mobile-header-version #header .header-right {
    background: #fff !important;
    overflow: visible !important;
  }

  body.mobile-header-version #header .main-header .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  /* Logo: comportamento originale, niente box/plate */
  body.mobile-header-version #header .header-logo,
  body.mobile-header-version #header .fh-header-logo {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 12px !important;
    text-align: center !important;
  }

  body.mobile-header-version #header .header-logo a,
  body.mobile-header-version #header .fh-header-logo a {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
  }

  body.mobile-header-version #header .header-logo img,
  body.mobile-header-version #header .fh-header-logo img {
    width: auto !important;
    height: auto !important;
    max-width: min(300px, 82vw) !important;
    max-height: 78px !important;
    object-fit: contain !important;
    filter: none !important;
    opacity: 1 !important;
    background: transparent !important;
  }

  body.mobile-header-version #header .header-logo:before,
  body.mobile-header-version #header .header-logo:after,
  body.mobile-header-version #header .fh-header-logo:before,
  body.mobile-header-version #header .fh-header-logo:after {
    display: none !important;
    content: none !important;
  }

  /* Header-right originale: evito grid pesanti, solo allineamento */
  body.mobile-header-version #header .header-right {
    min-height: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 0 6px !important;
  }

  body.mobile-header-version #header .mobile-display-left {
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.mobile-header-version #header .mobile-menu-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    border-radius: 10px !important;
    background: var(--fh-orange) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 5px 14px rgba(255, 138, 0, .16) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.mobile-header-version #header .mobile-menu-icon i {
    font-size: 24px !important;
    line-height: 1 !important;
  }

  body.mobile-header-version #header .display-top,
  body.mobile-header-version #header .fh-display-top {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  /* Nascondo accedi in riga mobile: nel tema originale crea conflitti con search/cart */
  body.mobile-header-version #header .display-top .customer-signin-module,
  body.mobile-header-version #header .display-top .user-info,
  body.mobile-header-version #header .display-top .js-account-source,
  body.mobile-header-version #header .fh-display-top .customer-signin-module,
  body.mobile-header-version #header .fh-display-top .user-info,
  body.mobile-header-version #header .fh-display-top .js-account-source {
    display: none !important;
  }

  /* Search: flex centrale, non sovrapposta */
  body.mobile-header-version #header .display-top .searchbar-wrapper,
  body.mobile-header-version #header .display-top #search_widget,
  body.mobile-header-version #header .display-top .search-widget,
  body.mobile-header-version #header .fh-display-top .searchbar-wrapper,
  body.mobile-header-version #header .fh-display-top #search_widget,
  body.mobile-header-version #header .fh-display-top .search-widget {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
    display: block !important;
  }

  body.mobile-header-version #header .display-top .searchbar-wrapper form,
  body.mobile-header-version #header .display-top #search_widget form,
  body.mobile-header-version #header .display-top .search-widget form,
  body.mobile-header-version #header .fh-display-top .searchbar-wrapper form,
  body.mobile-header-version #header .fh-display-top #search_widget form,
  body.mobile-header-version #header .fh-display-top .search-widget form {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 4px 14px rgba(15,23,42,.06) !important;
    margin: 0 !important;
  }

  body.mobile-header-version #header .display-top input[type="text"],
  body.mobile-header-version #header .display-top input[type="search"],
  body.mobile-header-version #header .fh-display-top input[type="text"],
  body.mobile-header-version #header .fh-display-top input[type="search"] {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    line-height: 42px !important;
    padding: 0 12px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #475569 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  body.mobile-header-version #header .display-top button,
  body.mobile-header-version #header .fh-display-top button {
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 0 10px 10px 0 !important;
    border: 0 !important;
    border-left: 1px solid #e2e8f0 !important;
    background: #fff !important;
    color: #475569 !important;
    box-shadow: none !important;
  }

  /* Cart: icona a destra, dimensione corretta */
  body.mobile-header-version #header .display-top .shopping-cart-module,
  body.mobile-header-version #header .display-top .blockcart,
  body.mobile-header-version #header .fh-display-top .shopping-cart-module,
  body.mobile-header-version #header .fh-display-top .blockcart {
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
    display: block !important;
  }

  body.mobile-header-version #header .display-top .cart-link,
  body.mobile-header-version #header .fh-display-top .cart-link {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background: var(--fh-orange) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 5px 14px rgba(255, 138, 0, .16) !important;
    font-size: 0 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
  }

  body.mobile-header-version #header .display-top .cart-link i,
  body.mobile-header-version #header .fh-display-top .cart-link i {
    font-size: 18px !important;
  }

  body.mobile-header-version #header .display-top .cart-total-value,
  body.mobile-header-version #header .display-top .fh-cart-total-value,
  body.mobile-header-version #header .fh-display-top .cart-total-value,
  body.mobile-header-version #header .fh-display-top .fh-cart-total-value {
    display: none !important;
  }

  body.mobile-header-version #header .display-top .cart-products-count,
  body.mobile-header-version #header .fh-display-top .cart-products-count {
    position: absolute !important;
    top: -8px !important;
    right: -7px !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 4px !important;
    border-radius: 999px !important;
    background: #94a3b8 !important;
    color: #fff !important;
    border: 0 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 18px !important;
    text-align: center !important;
  }

  body.mobile-header-version #header .sticky-background {
    display: none !important;
  }

  /* ------------------------------
     Gallery prodotto mobile pulita
     ------------------------------ */

  body#product .product-left-column,
  body#product .product-information-left,
  body#product .images-container,
  body#product .product-cover,
  body#product .product-cover-wrapper,
  body#product .product-cover-thumbnails,
  body#product .fh-product-gallery {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body#product .product-cover {
    background: #fff !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  body#product .product-cover img,
  body#product .product-cover .js-qv-product-cover,
  body#product .images-container .product-cover img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  body#product .js-qv-mask,
  body#product .mask,
  body#product .product-images,
  body#product .product-thumbnails {
    height: auto !important;
    max-height: none !important;
  }

  body#product .product-images {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 10px 0 4px !important;
    margin: 0 !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body#product .product-images .thumb-container {
    flex: 0 0 72px !important;
    width: 72px !important;
    height: 72px !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    border: 1px solid #e2e8f0 !important;
    background: #fff !important;
  }

  body#product .product-images .thumb-container img,
  body#product .product-images img.thumb,
  body#product .product-images img {
    width: 72px !important;
    height: 72px !important;
    object-fit: contain !important;
    display: block !important;
  }
}



/* =========================================================
   FERSHOP CWV CLEAN V16
   Solo restyling Accedi + minicart/header cart.
   Non tocca layout mobile/header/galleria.
   ========================================================= */

/* Pulsante Accedi - desktop */
@media (min-width: 768px) {
  #header .customer-signin-module,
  #header .user-info,
  #header .js-account-source {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #header .customer-signin-module a,
  #header .user-info a,
  #header .account-link a,
  #header .fh-account-link a {
    min-height: 46px !important;
    height: 46px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    border: 1px solid #d7dee8 !important;
    background: #ffffff !important;
    color: #111827 !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .08) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  #header .customer-signin-module a:hover,
  #header .user-info a:hover,
  #header .account-link a:hover,
  #header .fh-account-link a:hover {
    border-color: #ff8a00 !important;
    color: #ff8a00 !important;
    background: #fffaf2 !important;
  }

  #header .customer-signin-module a i,
  #header .user-info a i,
  #header .account-link a i,
  #header .fh-account-link a i {
    font-size: 16px !important;
    line-height: 1 !important;
  }

  /* Carrello header - desktop */
  #header .shopping-cart-module,
  #header .blockcart,
  #header .cart-header {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #header .shopping-cart-module .cart-link,
  #header .blockcart .cart-link,
  #header .cart-link {
    min-height: 46px !important;
    height: 46px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ff8a00, #ff9f24) !important;
    color: #ffffff !important;
    border: 0 !important;
    box-shadow: 0 10px 24px rgba(255, 138, 0, .24) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  #header .shopping-cart-module .cart-link:hover,
  #header .blockcart .cart-link:hover,
  #header .cart-link:hover {
    background: linear-gradient(135deg, #f27b00, #ff8a00) !important;
    color: #ffffff !important;
  }

  #header .cart-link i {
    font-size: 17px !important;
    line-height: 1 !important;
  }

  #header .cart-products-count {
    min-width: 20px !important;
    height: 20px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.92) !important;
    color: #ff8a00 !important;
    border: 2px solid #ff8a00 !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 16px !important;
    text-align: center !important;
  }
}

/* Mobile: solo arrotondo e pulisco stile vecchio, senza cambiare layout */
@media (max-width: 767px) {
  body.mobile-header-version #header .display-top .cart-link,
  body.mobile-header-version #header .fh-display-top .cart-link {
    border-radius: 10px !important;
    background: #ff8a00 !important;
    color: #ffffff !important;
    box-shadow: 0 5px 14px rgba(255, 138, 0, .16) !important;
    border: 0 !important;
  }

  body.mobile-header-version #header .display-top .cart-products-count,
  body.mobile-header-version #header .fh-display-top .cart-products-count {
    background: #94a3b8 !important;
    color: #fff !important;
    border: 0 !important;
  }
}

/* Minicarrello laterale / offcanvas */
#js-cart-sidebar,
.st-menu-right[data-st-cart],
.st-menu-right.fh-cart-offcanvas {
  background: #f6f8fb !important;
  box-shadow: -28px 0 70px rgba(15, 23, 42, .30) !important;
}

#js-cart-sidebar .cart-title,
#js-cart-sidebar .fh-cart-title,
.st-menu-right[data-st-cart] .cart-title {
  background: #ffffff !important;
  color: #0f172a !important;
  border-bottom: 1px solid #dbe3ef !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .06) !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
}

#js-cart-sidebar .cart-item,
#js-cart-sidebar li.cart-item,
#js-cart-sidebar .cart-items > li,
.st-menu-right[data-st-cart] .cart-item {
  background: #ffffff !important;
  border: 1px solid #e1e7f0 !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .055) !important;
}

#js-cart-sidebar .cart-item .product-name,
#js-cart-sidebar .cart-item a,
#js-cart-sidebar .fh-cart-item-title,
.st-menu-right[data-st-cart] .cart-item a {
  color: #0f172a !important;
  font-weight: 900 !important;
}

#js-cart-sidebar .cart-products-count.alert-info,
.st-menu-right[data-st-cart] .cart-products-count.alert-info {
  background: #e6f6ff !important;
  border: 1px solid #bae6fd !important;
  color: #075985 !important;
  font-weight: 800 !important;
  border-radius: 12px !important;
}

#js-cart-sidebar .cart-summary-subtotals,
#js-cart-sidebar .cart-total,
.st-menu-right[data-st-cart] .cart-summary-subtotals,
.st-menu-right[data-st-cart] .cart-total {
  background: #ffffff !important;
  border: 1px solid #e1e7f0 !important;
  border-radius: 18px !important;
  padding: 12px 16px !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .055) !important;
}

#js-cart-sidebar .cart-summary-line,
.st-menu-right[data-st-cart] .cart-summary-line {
  color: #0f172a !important;
}

#js-cart-sidebar .cart-summary-line label,
.st-menu-right[data-st-cart] .cart-summary-line label {
  color: #334155 !important;
  font-weight: 700 !important;
}

#js-cart-sidebar .cart-summary-line .price,
#js-cart-sidebar .price-total,
#js-cart-sidebar .cart-total .price,
.st-menu-right[data-st-cart] .cart-summary-line .price,
.st-menu-right[data-st-cart] .price-total {
  color: #008a1e !important;
  font-weight: 950 !important;
}

#js-cart-sidebar .cart-action .btn,
#js-cart-sidebar .fh-cart-action .btn,
#js-cart-sidebar a.btn-primary,
.st-menu-right[data-st-cart] .cart-action .btn,
.st-menu-right[data-st-cart] a.btn-primary {
  border-radius: 999px !important;
  background: linear-gradient(135deg, #ff8a00, #ff9f24) !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: 0 16px 34px rgba(255, 138, 0, .30) !important;
  font-weight: 900 !important;
}

#js-cart-sidebar .close,
#js-cart-sidebar .close-st-menu,
.st-menu-right[data-st-cart] .close,
.st-menu-right[data-st-cart] .close-st-menu {
  border-radius: 999px !important;
  background: #f1f5f9 !important;
  color: #0f172a !important;
}




/* =========================================================
   FERSHOP CWV CLEAN V17
   Fix mirato:
   - desktop search bordo sinistro/taglio
   - pulsante Accedi senza bordo nero
   - mini-cart più allineato desktop/mobile
   ========================================================= */

/* Search desktop: contenitore pulito, bordo completo, niente taglio a sinistra */
@media (min-width: 768px) {
  #header .searchbar-wrapper,
  #header #search_widget,
  #header .search-widget {
    overflow: visible !important;
  }

  #header .searchbar-wrapper form,
  #header #search_widget form,
  #header .search-widget form {
    height: 48px !important;
    min-height: 48px !important;
    border: 1px solid #d7dee8 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .06) !important;
  }

  #header .searchbar-wrapper input[type="text"],
  #header .searchbar-wrapper input[type="search"],
  #header #search_widget input[type="text"],
  #header #search_widget input[type="search"],
  #header .search-widget input[type="text"],
  #header .search-widget input[type="search"] {
    height: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
    padding-left: 22px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  #header .searchbar-wrapper button,
  #header #search_widget button,
  #header .search-widget button {
    height: 48px !important;
    min-height: 48px !important;
    width: 58px !important;
    border: 0 !important;
    border-radius: 0 999px 999px 0 !important;
    background: #ff8a00 !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  /* Accedi desktop: elimina bordo nero/squadrato del tema */
  #header .customer-signin-module,
  #header .user-info,
  #header .js-account-source,
  #header .account-link {
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  #header .customer-signin-module a,
  #header .user-info a,
  #header .account-link a,
  #header .fh-account-link a,
  #header .customer-signin-module .account-link a {
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 22px !important;
    border: 1px solid #d7dee8 !important;
    outline: 0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #111827 !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .08) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
  }

  #header .customer-signin-module a:before,
  #header .customer-signin-module a:after,
  #header .user-info a:before,
  #header .user-info a:after,
  #header .account-link a:before,
  #header .account-link a:after {
    display: none !important;
    content: none !important;
  }

  #header .customer-signin-module a:hover,
  #header .user-info a:hover,
  #header .account-link a:hover,
  #header .fh-account-link a:hover {
    border-color: #ff8a00 !important;
    color: #ff8a00 !important;
    background: #fffaf2 !important;
  }

  /* Carrello desktop: stessa altezza/allineamento di Accedi */
  #header .shopping-cart-module,
  #header .blockcart,
  #header .cart-header,
  #header .cart-header li {
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 !important;
  }

  #header .shopping-cart-module .cart-link,
  #header .blockcart .cart-link,
  #header .cart-link {
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 22px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* Minicart/offcanvas: allineamento contenuti e spazi più regolari */
#js-cart-sidebar,
.st-menu-right[data-st-cart],
.st-menu-right.fh-cart-offcanvas {
  background: #f6f8fb !important;
}

#js-cart-sidebar .cart-title,
#js-cart-sidebar .fh-cart-title,
.st-menu-right[data-st-cart] .cart-title {
  min-height: 54px !important;
  height: 54px !important;
  padding: 0 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  text-align: center !important;
}

#js-cart-sidebar .cart-title .close,
#js-cart-sidebar .cart-title .close-st-menu,
#js-cart-sidebar .fh-cart-title .close,
#js-cart-sidebar .fh-cart-title .close-st-menu,
.st-menu-right[data-st-cart] .cart-title .close,
.st-menu-right[data-st-cart] .cart-title .close-st-menu {
  position: absolute !important;
  left: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

#js-cart-sidebar .cart-items,
#js-cart-sidebar .fh-cart-items,
.st-menu-right[data-st-cart] .cart-items {
  padding: 14px 14px 10px !important;
  margin: 0 !important;
}

#js-cart-sidebar .cart-item,
#js-cart-sidebar li.cart-item,
#js-cart-sidebar .cart-items > li,
.st-menu-right[data-st-cart] .cart-item {
  display: grid !important;
  grid-template-columns: 68px minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 12px !important;
  margin: 0 0 10px !important;
}

#js-cart-sidebar .cart-item img,
.st-menu-right[data-st-cart] .cart-item img {
  width: 62px !important;
  height: 62px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
}

#js-cart-sidebar .cart-item .product-name,
#js-cart-sidebar .cart-item .product-line-info,
#js-cart-sidebar .cart-item .product-info,
.st-menu-right[data-st-cart] .cart-item .product-name,
.st-menu-right[data-st-cart] .cart-item .product-line-info,
.st-menu-right[data-st-cart] .cart-item .product-info {
  min-width: 0 !important;
  text-align: left !important;
}

#js-cart-sidebar .cart-bottom,
#js-cart-sidebar .fh-cart-bottom,
.st-menu-right[data-st-cart] .cart-bottom {
  padding: 0 14px 14px !important;
}

#js-cart-sidebar .cart-products-count.alert-info,
.st-menu-right[data-st-cart] .cart-products-count.alert-info {
  margin: 0 0 12px !important;
  padding: 10px 12px !important;
  text-align: center !important;
}

#js-cart-sidebar .cart-summary-subtotals,
#js-cart-sidebar .cart-total,
.st-menu-right[data-st-cart] .cart-summary-subtotals,
.st-menu-right[data-st-cart] .cart-total {
  margin: 0 0 12px !important;
}

#js-cart-sidebar .cart-summary-line,
.st-menu-right[data-st-cart] .cart-summary-line {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 0 10px !important;
}

#js-cart-sidebar .cart-summary-line:last-child,
.st-menu-right[data-st-cart] .cart-summary-line:last-child {
  margin-bottom: 0 !important;
}

#js-cart-sidebar .cart-action,
#js-cart-sidebar .fh-cart-action,
.st-menu-right[data-st-cart] .cart-action {
  padding: 4px 14px 14px !important;
}

#js-cart-sidebar .cart-action .btn,
#js-cart-sidebar .fh-cart-action .btn,
#js-cart-sidebar a.btn-primary,
.st-menu-right[data-st-cart] .cart-action .btn,
.st-menu-right[data-st-cart] a.btn-primary {
  width: 100% !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Mobile minicart: meno largo, meno appiccicato, più centrato */
@media (max-width: 767px) {
  #js-cart-sidebar,
  .st-menu-right[data-st-cart],
  .st-menu-right.fh-cart-offcanvas {
    width: min(92vw, 360px) !important;
  }

  #js-cart-sidebar .cart-title,
  #js-cart-sidebar .fh-cart-title,
  .st-menu-right[data-st-cart] .cart-title {
    min-height: 50px !important;
    height: 50px !important;
  }

  #js-cart-sidebar .cart-items,
  #js-cart-sidebar .fh-cart-items,
  .st-menu-right[data-st-cart] .cart-items {
    padding: 12px 10px 8px !important;
  }

  #js-cart-sidebar .cart-item,
  #js-cart-sidebar li.cart-item,
  #js-cart-sidebar .cart-items > li,
  .st-menu-right[data-st-cart] .cart-item {
    grid-template-columns: 58px minmax(0, 1fr) auto !important;
    gap: 10px !important;
    padding: 10px !important;
  }

  #js-cart-sidebar .cart-item img,
  .st-menu-right[data-st-cart] .cart-item img {
    width: 54px !important;
    height: 54px !important;
  }

  #js-cart-sidebar .cart-bottom,
  #js-cart-sidebar .fh-cart-bottom,
  .st-menu-right[data-st-cart] .cart-bottom {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #js-cart-sidebar .cart-action,
  #js-cart-sidebar .fh-cart-action,
  .st-menu-right[data-st-cart] .cart-action {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}




/* =========================================================
   FERSHOP CWV CLEAN V18
   Fix icona Accedi desktop: centrata e proporzionata al carrello
   ========================================================= */

@media (min-width: 768px) {
  #header .customer-signin-module a,
  #header .user-info a,
  #header .account-link a,
  #header .fh-account-link a,
  #header .customer-signin-module .account-link a {
    min-width: 122px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    line-height: 1 !important;
  }

  #header .customer-signin-module a i,
  #header .user-info a i,
  #header .account-link a i,
  #header .fh-account-link a i,
  #header .customer-signin-module .account-link a i,
  #header .customer-signin-module a .material-icons,
  #header .user-info a .material-icons,
  #header .account-link a .material-icons {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
    line-height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    vertical-align: middle !important;
    position: relative !important;
    top: 0 !important;
  }

  #header .customer-signin-module a span,
  #header .user-info a span,
  #header .account-link a span,
  #header .fh-account-link a span {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  /* Allineo anche icona carrello come riferimento */
  #header .shopping-cart-module .cart-link i,
  #header .blockcart .cart-link i,
  #header .cart-link i,
  #header .shopping-cart-module .cart-link .material-icons,
  #header .blockcart .cart-link .material-icons,
  #header .cart-link .material-icons {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
    line-height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    vertical-align: middle !important;
    position: relative !important;
    top: 0 !important;
  }
}




/* =========================================================
   FERSHOP CWV CLEAN V19 - Product page restyling
   Restyling pagina prodotto desktop/mobile.
   Solo CSS: non tocca header/minicart.
   ========================================================= */

/* Sfondo pagina prodotto più moderno */
body#product {
  background: #f5f7fb !important;
}

/* Contenitore prodotto principale */
body#product .fh-product-page {
  background: transparent !important;
}

body#product .fh-pdp-shell,
body#product .main-product-details {
  max-width: 1880px !important;
  width: calc(100% - 32px) !important;
  margin: 20px auto 28px !important;
  padding: clamp(16px, 1.5vw, 28px) !important;
  background: #ffffff !important;
  border: 1px solid #e7edf5 !important;
  border-radius: 24px !important;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .06) !important;
  overflow: visible !important;
}

body#product .fh-pdp-row {
  align-items: flex-start !important;
}

/* Colonna immagini */
body#product .fh-pdp-media-col {
  min-width: 0 !important;
}

body#product .fh-pdp-media {
  position: sticky !important;
  top: 94px !important;
}

body#product .fh-images-container,
body#product .images-container {
  background: #ffffff !important;
  border: 1px solid #e7edf5 !important;
  border-radius: 22px !important;
  padding: clamp(12px, 1.3vw, 22px) !important;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055) !important;
  overflow: visible !important;
}

body#product .fh-images-wrapper,
body#product .images-container-wrapper {
  border-radius: 18px !important;
  overflow: visible !important;
}

body#product .fh-product-cover,
body#product .product-cover {
  background: linear-gradient(180deg, #ffffff, #f9fbfd) !important;
  border: 1px solid #eef2f7 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: clamp(360px, 38vw, 650px) !important;
}

body#product .fh-main-product-img,
body#product .js-qv-product-cover,
body#product .product-cover img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 620px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

/* Badge "provato prima di spedire" */
body#product .fh-product-cover .product-flags,
body#product .product-cover .product-flags {
  z-index: 3 !important;
}

body#product .product-flags li {
  border-radius: 12px !important;
  font-weight: 900 !important;
}

/* Thumbnails */
body#product .product-images,
body#product .fh-product-thumbnails,
body#product .product-thumbnails {
  margin-top: 14px !important;
  display: flex !important;
  gap: 10px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 4px 2px 8px !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
}

body#product .product-images .thumb-container,
body#product .thumb-container {
  flex: 0 0 82px !important;
  width: 82px !important;
  height: 82px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  overflow: hidden !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .045) !important;
}

body#product .product-images .thumb-container img,
body#product .product-images img,
body#product img.thumb {
  width: 82px !important;
  height: 82px !important;
  object-fit: contain !important;
  display: block !important;
}

/* Colonna informazioni */
body#product .fh-pdp-info-col {
  min-width: 0 !important;
}

body#product .fh-pdp-info {
  padding: clamp(4px, 1vw, 16px) clamp(0px, 1vw, 14px) !important;
}

body#product .fh-product-title,
body#product h1.page-heading,
body#product h1 {
  margin: 0 0 16px !important;
  color: #202b3a !important;
  font-size: clamp(28px, 2.8vw, 48px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
  font-weight: 900 !important;
  text-transform: none !important;
}

/* Marca / codici / badge */
body#product .product-reference,
body#product .product-manufacturer,
body#product .fh-delivery-panel,
body#product #container-info-delivery {
  color: #475569 !important;
}

body#product .fh-delivery-panel {
  margin-bottom: 14px !important;
}

body#product .fh-delivery-panel .badge,
body#product .fh-delivery-panel span,
body#product .fh-delivery-panel a {
  border-radius: 999px !important;
}

/* Buybox */
body#product .fh-buybox,
body#product .product-information.fh-buybox,
body#product .product-information {
  margin-top: 18px !important;
  padding: 22px !important;
  background: #ffffff !important;
  border: 1px solid #dfe7f1 !important;
  border-radius: 24px !important;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .075) !important;
  overflow: visible !important;
}

@media (min-width: 992px) {
  body#product .fh-buybox,
  body#product .product-information.fh-buybox {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr) !important;
    gap: 22px !important;
    align-items: start !important;
  }
}

body#product .fh-buybox-main,
body#product .product-information-left {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

body#product .fh-buybox-side,
body#product .product-information-right {
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

/* Prezzo */
body#product .fh-prices,
body#product .product-prices {
  margin: 0 0 16px !important;
}

body#product .fh-current-price,
body#product .current-price,
body#product .product-price {
  color: #0f172a !important;
  font-size: clamp(38px, 4.3vw, 64px) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.055em !important;
}

body#product .fh-tax-delivery,
body#product .tax-shipping-delivery-label,
body#product .fh-net-price,
body#product .product-without-taxes {
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

/* Consegna e payment widget */
body#product .delivery-information,
body#product .fh-delivery,
body#product .product-delivery {
  color: #008a1e !important;
  font-weight: 850 !important;
}

/* Quantità */
body#product .fh-product-quantity,
body#product .product-quantity {
  align-items: center !important;
  gap: 12px !important;
  margin-top: 18px !important;
  margin-bottom: 16px !important;
}

body#product .fh-product-quantity label,
body#product .product-quantity label {
  color: #334155 !important;
  font-weight: 850 !important;
  font-size: 15px !important;
}

body#product .bootstrap-touchspin,
body#product .fh-qty-touchspin {
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid #d8e0ea !important;
  box-shadow: none !important;
}

/* CTA */
body#product .fh-add-wrapper,
body#product .add {
  width: 100% !important;
}

body#product .fh-add-to-cart-btn,
body#product .add-to-cart {
  width: 100% !important;
  min-height: 58px !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #ff8a00, #ff9f24) !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: 0 16px 34px rgba(255, 138, 0, .28) !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  letter-spacing: .01em !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

body#product .fh-add-to-cart-btn:hover,
body#product .add-to-cart:hover {
  background: linear-gradient(135deg, #f27b00, #ff8a00) !important;
  transform: translateY(-1px);
}

/* Social proof e recensioni brevi vicino al prezzo */
body#product .product-actions a,
body#product .fh-product-actions a {
  border-radius: 999px;
}

/* Garanzie / pagamenti lato buybox */
body#product .product-additional-info,
body#product #product_additional_info,
body#product .displayAdditionalInfo {
  margin-top: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  width: 100% !important;
}

body#product .product-additional-info > *,
body#product #product_additional_info > *,
body#product .displayAdditionalInfo > *,
body#product .fh-buybox-side > * {
  min-width: 0 !important;
}

body#product .product-additional-info section,
body#product #product_additional_info section,
body#product .displayAdditionalInfo section,
body#product .product-additional-info > div,
body#product #product_additional_info > div,
body#product .displayAdditionalInfo > div {
  background: #fffaf2 !important;
  border: 1px solid #fed7aa !important;
  border-radius: 18px !important;
  padding: 16px !important;
  color: #1f2937 !important;
  box-shadow: 0 8px 24px rgba(245, 130, 32, .08) !important;
}

body#product .product-additional-info h3,
body#product #product_additional_info h3,
body#product .displayAdditionalInfo h3,
body#product .product-additional-info .title,
body#product #product_additional_info .title,
body#product .displayAdditionalInfo .title {
  margin: 0 0 10px !important;
  color: #d97706 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

/* Reassurance sotto buybox */
body#product .fh-reassurance-hook,
body#product .reassurance-hook {
  margin-top: 18px !important;
}

body#product .fh-reassurance-hook > *,
body#product .reassurance-hook > * {
  border-radius: 18px !important;
}

/* Descrizione/tabs */
body#product .tabs,
body#product .product-tabs,
body#product #product-details,
body#product .product-description,
body#product #description {
  border-radius: 22px !important;
}

body#product .product-description,
body#product .tabs .tab-content,
body#product #description {
  font-size: 16px !important;
  line-height: 1.75 !important;
  color: #334155 !important;
}

body#product .product-description h2,
body#product .product-description h3,
body#product .tabs .tab-content h2,
body#product .tabs .tab-content h3 {
  color: #111827 !important;
  font-weight: 900 !important;
  letter-spacing: -.025em !important;
  line-height: 1.18 !important;
}

/* Mobile prodotto */
@media (max-width: 767px) {
  body#product {
    background: #eef9fb !important;
  }

  body#product .fh-pdp-shell,
  body#product .main-product-details {
    width: calc(100% - 18px) !important;
    margin: 10px auto 18px !important;
    padding: 10px !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .055) !important;
  }

  body#product .fh-pdp-media {
    position: static !important;
  }

  body#product .fh-images-container,
  body#product .images-container {
    padding: 10px !important;
    border-radius: 18px !important;
    box-shadow: none !important;
  }

  body#product .fh-product-cover,
  body#product .product-cover {
    min-height: 0 !important;
    height: auto !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  body#product .fh-main-product-img,
  body#product .js-qv-product-cover,
  body#product .product-cover img {
    width: 100% !important;
    max-height: none !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body#product .product-images,
  body#product .fh-product-thumbnails,
  body#product .product-thumbnails {
    gap: 8px !important;
    padding: 10px 0 2px !important;
    margin-top: 8px !important;
  }

  body#product .product-images .thumb-container,
  body#product .thumb-container {
    flex: 0 0 64px !important;
    width: 64px !important;
    height: 64px !important;
    border-radius: 12px !important;
  }

  body#product .product-images .thumb-container img,
  body#product .product-images img,
  body#product img.thumb {
    width: 64px !important;
    height: 64px !important;
    object-fit: contain !important;
  }

  body#product .fh-pdp-info {
    padding: 16px 4px 4px !important;
  }

  body#product .fh-product-title,
  body#product h1.page-heading,
  body#product h1 {
    font-size: clamp(26px, 7vw, 34px) !important;
    line-height: 1.16 !important;
    letter-spacing: -.035em !important;
    margin-bottom: 14px !important;
  }

  body#product .fh-buybox,
  body#product .product-information.fh-buybox,
  body#product .product-information {
    display: block !important;
    padding: 16px !important;
    border-radius: 18px !important;
    margin-top: 16px !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .065) !important;
  }

  body#product .fh-current-price,
  body#product .current-price,
  body#product .product-price {
    font-size: clamp(36px, 11vw, 48px) !important;
  }

  body#product .fh-add-to-cart-btn,
  body#product .add-to-cart {
    min-height: 56px !important;
    font-size: 17px !important;
    border-radius: 15px !important;
  }

  body#product .product-additional-info,
  body#product #product_additional_info,
  body#product .displayAdditionalInfo {
    margin-top: 16px !important;
  }

  body#product .product-additional-info section,
  body#product #product_additional_info section,
  body#product .displayAdditionalInfo section,
  body#product .product-additional-info > div,
  body#product #product_additional_info > div,
  body#product .displayAdditionalInfo > div {
    padding: 14px !important;
    border-radius: 16px !important;
  }
}




/* =========================================================
   FERSHOP CWV CLEAN V20 - Product page fine fixes
   ========================================================= */

/* 1) Delivery disponibile: testo bianco */
body#product .product-delivery.product-available.alert.alert-success,
body#product .product-delivery.alert-success,
body#product .product-available.alert-success {
  color: #ffffff !important;
}

body#product .product-delivery.product-available.alert.alert-success *,
body#product .product-delivery.alert-success *,
body#product .product-available.alert-success * {
  color: #ffffff !important;
}

/* 2) Badge su mobile: inline-block, non accavallati */
@media (max-width: 767px) {
  body#product .fh-delivery-panel,
  body#product #container-info-delivery,
  body#product .product-flags,
  body#product .product-flags ul {
    display: block !important;
    white-space: normal !important;
    overflow: visible !important;
  }

  body#product .fh-delivery-panel .badge,
  body#product .fh-delivery-panel span,
  body#product #container-info-delivery .badge,
  body#product #container-info-delivery span,
  body#product .product-flags li {
    display: inline-block !important;
    vertical-align: middle !important;
    max-width: 100% !important;
    white-space: normal !important;
    line-height: 1.2 !important;
    margin: 3px 5px 3px 0 !important;
  }
}

/* 3) Prezzi: enorme SOLO il prezzo principale prodotto.
      Reset dei prezzi secondari ingranditi dalla V19. */
body#product .product-price,
body#product .current-price,
body#product .price {
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: normal !important;
}

/* Target preciso richiesto */
body#product .price.product-price.fh-current-price,
body#product span.price.product-price.fh-current-price,
body#product .fh-prices .price.product-price.fh-current-price,
body#product .product-prices .price.product-price.fh-current-price {
  color: #0f172a !important;
  font-size: clamp(38px, 4.3vw, 64px) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.055em !important;
}

/* Prezzi secondari, rate, netto iva, minicard varie più normali */
body#product .regular-price,
body#product .fh-regular-price,
body#product .product-without-taxes,
body#product .fh-net-price,
body#product .tax-shipping-delivery-label,
body#product .fh-tax-delivery,
body#product .alma-installments,
body#product .alma-installments *,
body#product .payment-option,
body#product .payment-option *,
body#product .product-discounts,
body#product .product-discounts * {
  font-size: 14px !important;
  line-height: 1.45 !important;
  letter-spacing: normal !important;
}

/* 4) Gallery: elimina frecce verticali non funzionanti */
body#product .images-container .slick-arrow,
body#product .images-container .swiper-button-prev,
body#product .images-container .swiper-button-next,
body#product .images-container .scroll-box-arrows,
body#product .images-container .scroll-box-arrow,
body#product .images-container .js-thumb-prev,
body#product .images-container .js-thumb-next,
body#product .images-container .thumb-prev,
body#product .images-container .thumb-next,
body#product .images-container .up,
body#product .images-container .down,
body#product .product-cover-thumbnails .slick-arrow,
body#product .product-cover-thumbnails .swiper-button-prev,
body#product .product-cover-thumbnails .swiper-button-next,
body#product .product-cover-thumbnails .scroll-box-arrows,
body#product .product-cover-thumbnails .scroll-box-arrow,
body#product .product-cover-thumbnails .js-thumb-prev,
body#product .product-cover-thumbnails .js-thumb-next,
body#product .product-cover-thumbnails .thumb-prev,
body#product .product-cover-thumbnails .thumb-next {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Hint moderno per trascinare/scorrere miniature */
body#product .product-images,
body#product .fh-product-thumbnails,
body#product .product-thumbnails,
body#product .js-qv-mask,
body#product .mask {
  position: relative !important;
}

body#product .product-images::after {
  content: "↔ scorri immagini" !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 32px !important;
  padding: 0 12px !important;
  margin-left: 2px !important;
  border-radius: 999px !important;
  background: #f1f5f9 !important;
  color: #64748b !important;
  border: 1px solid #e2e8f0 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

/* Desktop: hint più discreto */
@media (min-width: 768px) {
  body#product .product-images::after {
    content: "trascina" !important;
    height: 28px !important;
    font-size: 11px !important;
    opacity: .85 !important;
  }
}

/* 5) Pulsante aggiungi al carrello solo mobile: allineato a sinistra */
@media (max-width: 767px) {
  body#product .fh-add-wrapper,
  body#product .add {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  body#product .fh-add-to-cart-btn,
  body#product .add-to-cart {
    width: auto !important;
    min-width: min(100%, 260px) !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

/* 6) Touchspin quantità: proporzionato a + e - */
body#product .product-quantity-touchspin.fh-qty-touchspin,
body#product .fh-qty-touchspin,
body#product .bootstrap-touchspin {
  width: auto !important;
  max-width: 150px !important;
  height: 44px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: stretch !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid #d8e0ea !important;
  background: #fff !important;
}

body#product .product-quantity-touchspin.fh-qty-touchspin input,
body#product .fh-qty-touchspin input,
body#product .bootstrap-touchspin input,
body#product #quantity_wanted {
  width: 54px !important;
  max-width: 54px !important;
  height: 42px !important;
  min-height: 42px !important;
  line-height: 42px !important;
  padding: 0 6px !important;
  text-align: center !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

body#product .product-quantity-touchspin.fh-qty-touchspin .btn,
body#product .fh-qty-touchspin .btn,
body#product .bootstrap-touchspin .btn,
body#product .bootstrap-touchspin-up,
body#product .bootstrap-touchspin-down {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

body#product .bootstrap-touchspin .input-group-btn-vertical {
  width: 42px !important;
  height: 42px !important;
  display: flex !important;
  flex-direction: column !important;
}

body#product .bootstrap-touchspin .input-group-btn-vertical .btn {
  width: 42px !important;
  height: 21px !important;
  min-height: 21px !important;
}

/* Mobile quantità ancora più compatta */
@media (max-width: 767px) {
  body#product .product-quantity-touchspin.fh-qty-touchspin,
  body#product .fh-qty-touchspin,
  body#product .bootstrap-touchspin {
    max-width: 138px !important;
    height: 42px !important;
    min-height: 42px !important;
  }

  body#product .product-quantity-touchspin.fh-qty-touchspin input,
  body#product .fh-qty-touchspin input,
  body#product .bootstrap-touchspin input,
  body#product #quantity_wanted {
    width: 50px !important;
    max-width: 50px !important;
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }

  body#product .product-quantity-touchspin.fh-qty-touchspin .btn,
  body#product .fh-qty-touchspin .btn,
  body#product .bootstrap-touchspin .btn,
  body#product .bootstrap-touchspin-up,
  body#product .bootstrap-touchspin-down {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
  }
}




/* =========================================================
   FERSHOP CWV CLEAN V21 - Product mobile refinements
   - Add-to-cart separato dalla col-9 su mobile
   - testo consegna leggermente più grande
   - breadcrumb mobile collassabile/traducibile
   - icona drag miniature senza testo
   ========================================================= */

/* 1) Testo consegna sotto IVA inclusa leggermente più leggibile */
body#product .tax-shipping-delivery-label,
body#product .fh-tax-delivery,
body#product .delivery-information,
body#product .product-delivery,
body#product .fh-delivery {
  font-size: 15px !important;
  line-height: 1.5 !important;
}

body#product .product-delivery.product-available.alert.alert-success,
body#product .product-delivery.alert-success,
body#product .product-available.alert-success {
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 850 !important;
}

/* 2) Mobile: separa quantità/carrello dal vincolo col-9 */
@media (max-width: 767px) {
  body#product .fh-qty-cart-row {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body#product .fh-qty-label {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
    margin: 0 0 8px !important;
    text-align: left !important;
  }

  body#product .fh-qty-cart-col {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
  }

  body#product .fh-qty-cart-col .product-quantity-touchspin,
  body#product .fh-qty-cart-col .fh-qty-touchspin {
    display: inline-flex !important;
    vertical-align: middle !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
  }

  body#product .fh-qty-cart-col .add,
  body#product .fh-qty-cart-col .fh-add-wrapper {
    display: inline-flex !important;
    vertical-align: middle !important;
    width: auto !important;
    margin: 0 0 10px !important;
  }

  body#product .fh-qty-cart-col .add-to-cart,
  body#product .fh-qty-cart-col .fh-add-to-cart-btn {
    width: auto !important;
    min-width: 230px !important;
    max-width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }
}

/* 3) Breadcrumb mobile: nascondi percorso lungo e usa toggle */
.fh-mobile-breadcrumb-toggle {
  display: none;
}

@media (max-width: 767px) {
  .fh-breadcrumb-wrapper {
    margin: 8px 0 10px !important;
  }

  .fh-breadcrumb-wrapper .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .fh-desktop-breadcrumb-list {
    display: none !important;
  }

  .fh-mobile-breadcrumb-toggle {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .fh-mobile-breadcrumb-toggle > summary {
    list-style: none !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    min-height: 34px !important;
    padding: 7px 12px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    border: 1px solid #dbe3ef !important;
    color: #334155 !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .055) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  .fh-mobile-breadcrumb-toggle > summary::-webkit-details-marker {
    display: none !important;
  }

  .fh-mobile-breadcrumb-toggle > summary .material-icons {
    font-size: 17px !important;
    line-height: 1 !important;
    color: #ff8a00 !important;
  }

  .fh-mobile-breadcrumb-list {
    display: block !important;
    margin: 10px 0 0 !important;
    padding: 10px 12px !important;
    background: #ffffff !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .055) !important;
  }

  .fh-mobile-breadcrumb-list .breadcrumb-item {
    display: block !important;
    margin: 0 0 7px !important;
    color: #475569 !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .fh-mobile-breadcrumb-list .breadcrumb-item:last-child {
    margin-bottom: 0 !important;
  }

  .fh-mobile-breadcrumb-list .separator {
    font-size: 14px !important;
    vertical-align: middle !important;
  }
}

@media (min-width: 768px) {
  .fh-desktop-breadcrumb-list {
    display: flex !important;
  }
}

/* 4) Gallery: sostituisce testo "scorri immagini" con icona/gesture senza traduzioni */
body#product .product-images::after {
  content: "↔" !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  border-radius: 999px !important;
  font-size: 21px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  background: #f1f5f9 !important;
  color: #64748b !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5) !important;
}

body#product .product-images {
  cursor: grab !important;
}

body#product .product-images:active {
  cursor: grabbing !important;
}

/* Micro-pulsazione leggera solo se l'utente non preferisce ridurre animazioni */
@media (prefers-reduced-motion: no-preference) {
  body#product .product-images::after {
    animation: fh-drag-hint 1.8s ease-in-out infinite;
  }

  @keyframes fh-drag-hint {
    0%, 100% { transform: translateX(0); opacity: .82; }
    50% { transform: translateX(3px); opacity: 1; }
  }
}




/* =========================================================
   FERSHOP CWV CLEAN V22
   Restyling sezione "Spesso comprati insieme" / carousel prodotti
   ========================================================= */

body#product .featured-products,
body#product .products-section,
body#product .product-accessories,
body#product .crossselling-products,
body#product .frequently-bought-together,
body#product .stfeaturedslider,
body#product .stproducts_slider,
body#product .swiper-container,
body#product .slick-slider {
  --fh-carousel-orange: #ff8a00;
  --fh-carousel-text: #1f2937;
  --fh-carousel-muted: #64748b;
  --fh-carousel-border: #e2e8f0;
}

/* Titolo sezione */
body#product .featured-products .title_block,
body#product .featured-products h2,
body#product .products-section .title_block,
body#product .products-section h2,
body#product .product-accessories .title_block,
body#product .product-accessories h2,
body#product .crossselling-products .title_block,
body#product .crossselling-products h2,
body#product .frequently-bought-together .title_block,
body#product .frequently-bought-together h2,
body#product .stfeaturedslider .title_block,
body#product .stproducts_slider .title_block {
  color: var(--fh-carousel-text) !important;
  font-family: var(--fh-font) !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  letter-spacing: -.025em !important;
  text-transform: none !important;
  margin-bottom: 18px !important;
}

/* Contenitore sezione */
body#product .featured-products,
body#product .products-section,
body#product .product-accessories,
body#product .crossselling-products,
body#product .frequently-bought-together,
body#product .stfeaturedslider,
body#product .stproducts_slider {
  background: #ffffff !important;
  border: 1px solid var(--fh-carousel-border) !important;
  border-radius: 22px !important;
  padding: clamp(14px, 1.4vw, 24px) !important;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055) !important;
  overflow: hidden !important;
}

/* Area carousel */
body#product .featured-products .products,
body#product .products-section .products,
body#product .product-accessories .products,
body#product .crossselling-products .products,
body#product .frequently-bought-together .products,
body#product .stfeaturedslider .swiper-wrapper,
body#product .stproducts_slider .swiper-wrapper,
body#product .slick-track {
  align-items: stretch !important;
}

/* Card prodotto dentro carousel */
body#product .featured-products .product-miniature,
body#product .products-section .product-miniature,
body#product .product-accessories .product-miniature,
body#product .crossselling-products .product-miniature,
body#product .frequently-bought-together .product-miniature,
body#product .stfeaturedslider .product-miniature,
body#product .stproducts_slider .product-miniature {
  height: 100% !important;
  background: #ffffff !important;
  border: 1px solid var(--fh-carousel-border) !important;
  border-radius: 18px !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .045) !important;
  overflow: hidden !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

body#product .featured-products .product-miniature:hover,
body#product .products-section .product-miniature:hover,
body#product .product-accessories .product-miniature:hover,
body#product .crossselling-products .product-miniature:hover,
body#product .frequently-bought-together .product-miniature:hover,
body#product .stfeaturedslider .product-miniature:hover,
body#product .stproducts_slider .product-miniature:hover {
  transform: translateY(-2px) !important;
  border-color: #fed7aa !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08) !important;
}

/* Immagini */
body#product .featured-products .thumbnail-container,
body#product .products-section .thumbnail-container,
body#product .product-accessories .thumbnail-container,
body#product .crossselling-products .thumbnail-container,
body#product .frequently-bought-together .thumbnail-container,
body#product .stfeaturedslider .thumbnail-container,
body#product .stproducts_slider .thumbnail-container {
  background: #f8fafc !important;
  border-radius: 16px 16px 0 0 !important;
  overflow: hidden !important;
}

body#product .featured-products .product-miniature img,
body#product .products-section .product-miniature img,
body#product .product-accessories .product-miniature img,
body#product .crossselling-products .product-miniature img,
body#product .frequently-bought-together .product-miniature img,
body#product .stfeaturedslider .product-miniature img,
body#product .stproducts_slider .product-miniature img {
  object-fit: contain !important;
}

/* Testi prodotto */
body#product .featured-products .product-title,
body#product .products-section .product-title,
body#product .product-accessories .product-title,
body#product .crossselling-products .product-title,
body#product .frequently-bought-together .product-title,
body#product .stfeaturedslider .product-title,
body#product .stproducts_slider .product-title,
body#product .featured-products .product-name,
body#product .products-section .product-name,
body#product .product-accessories .product-name,
body#product .crossselling-products .product-name {
  color: var(--fh-carousel-text) !important;
  font-family: var(--fh-font) !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 850 !important;
  letter-spacing: -.01em !important;
  text-transform: none !important;
}

body#product .featured-products .price,
body#product .products-section .price,
body#product .product-accessories .price,
body#product .crossselling-products .price,
body#product .frequently-bought-together .price,
body#product .stfeaturedslider .price,
body#product .stproducts_slider .price {
  color: #0f172a !important;
  font-family: var(--fh-font) !important;
  font-size: 20px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
  letter-spacing: -.025em !important;
}

/* Bottoni nelle card */
body#product .featured-products .btn,
body#product .products-section .btn,
body#product .product-accessories .btn,
body#product .crossselling-products .btn,
body#product .frequently-bought-together .btn,
body#product .stfeaturedslider .btn,
body#product .stproducts_slider .btn {
  border-radius: 12px !important;
  font-family: var(--fh-font) !important;
  font-weight: 850 !important;
}

/* Frecce carousel: niente rosso, centrate, stile neutro/arancio */
body#product .featured-products .slick-arrow,
body#product .products-section .slick-arrow,
body#product .product-accessories .slick-arrow,
body#product .crossselling-products .slick-arrow,
body#product .frequently-bought-together .slick-arrow,
body#product .stfeaturedslider .slick-arrow,
body#product .stproducts_slider .slick-arrow,
body#product .featured-products .swiper-button-prev,
body#product .featured-products .swiper-button-next,
body#product .products-section .swiper-button-prev,
body#product .products-section .swiper-button-next,
body#product .product-accessories .swiper-button-prev,
body#product .product-accessories .swiper-button-next,
body#product .crossselling-products .swiper-button-prev,
body#product .crossselling-products .swiper-button-next,
body#product .frequently-bought-together .swiper-button-prev,
body#product .frequently-bought-together .swiper-button-next,
body#product .stfeaturedslider .swiper-button-prev,
body#product .stfeaturedslider .swiper-button-next,
body#product .stproducts_slider .swiper-button-prev,
body#product .stproducts_slider .swiper-button-next {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--fh-carousel-orange) !important;
  border: 1px solid #fed7aa !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .10) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  opacity: .96 !important;
  z-index: 4 !important;
}

body#product .featured-products .slick-arrow:hover,
body#product .products-section .slick-arrow:hover,
body#product .product-accessories .slick-arrow:hover,
body#product .crossselling-products .slick-arrow:hover,
body#product .frequently-bought-together .slick-arrow:hover,
body#product .stfeaturedslider .slick-arrow:hover,
body#product .stproducts_slider .slick-arrow:hover,
body#product .featured-products .swiper-button-prev:hover,
body#product .featured-products .swiper-button-next:hover,
body#product .products-section .swiper-button-prev:hover,
body#product .products-section .swiper-button-next:hover,
body#product .product-accessories .swiper-button-prev:hover,
body#product .product-accessories .swiper-button-next:hover,
body#product .crossselling-products .swiper-button-prev:hover,
body#product .crossselling-products .swiper-button-next:hover,
body#product .frequently-bought-together .swiper-button-prev:hover,
body#product .frequently-bought-together .swiper-button-next:hover,
body#product .stfeaturedslider .swiper-button-prev:hover,
body#product .stfeaturedslider .swiper-button-next:hover,
body#product .stproducts_slider .swiper-button-prev:hover,
body#product .stproducts_slider .swiper-button-next:hover {
  background: var(--fh-carousel-orange) !important;
  color: #ffffff !important;
  border-color: var(--fh-carousel-orange) !important;
}

/* Icone dentro frecce */
body#product .slick-arrow:before,
body#product .swiper-button-prev:after,
body#product .swiper-button-next:after {
  color: currentColor !important;
  font-size: 20px !important;
  line-height: 1 !important;
  opacity: 1 !important;
}

body#product .slick-prev,
body#product .swiper-button-prev {
  left: 8px !important;
}

body#product .slick-next,
body#product .swiper-button-next {
  right: 8px !important;
}

/* Frecce Material Icons / FontAwesome eventualmente usate dal tema */
body#product .slick-arrow i,
body#product .swiper-button-prev i,
body#product .swiper-button-next i,
body#product .featured-products .slick-arrow .material-icons,
body#product .products-section .slick-arrow .material-icons,
body#product .product-accessories .slick-arrow .material-icons,
body#product .crossselling-products .slick-arrow .material-icons,
body#product .frequently-bought-together .slick-arrow .material-icons {
  color: currentColor !important;
  font-size: 22px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Dots */
body#product .slick-dots li button:before,
body#product .swiper-pagination-bullet {
  color: var(--fh-carousel-orange) !important;
  background: var(--fh-carousel-orange) !important;
}

/* Mobile: carousel meno ingombrante */
@media (max-width: 767px) {
  body#product .featured-products,
  body#product .products-section,
  body#product .product-accessories,
  body#product .crossselling-products,
  body#product .frequently-bought-together,
  body#product .stfeaturedslider,
  body#product .stproducts_slider {
    border-radius: 18px !important;
    padding: 14px !important;
  }

  body#product .featured-products .slick-arrow,
  body#product .products-section .slick-arrow,
  body#product .product-accessories .slick-arrow,
  body#product .crossselling-products .slick-arrow,
  body#product .frequently-bought-together .slick-arrow,
  body#product .stfeaturedslider .slick-arrow,
  body#product .stproducts_slider .slick-arrow,
  body#product .featured-products .swiper-button-prev,
  body#product .featured-products .swiper-button-next,
  body#product .products-section .swiper-button-prev,
  body#product .products-section .swiper-button-next,
  body#product .product-accessories .swiper-button-prev,
  body#product .product-accessories .swiper-button-next,
  body#product .crossselling-products .swiper-button-prev,
  body#product .crossselling-products .swiper-button-next,
  body#product .frequently-bought-together .swiper-button-prev,
  body#product .frequently-bought-together .swiper-button-next {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
  }

  body#product .featured-products .product-title,
  body#product .products-section .product-title,
  body#product .product-accessories .product-title,
  body#product .crossselling-products .product-title,
  body#product .frequently-bought-together .product-title {
    font-size: 14px !important;
  }
}




/* =========================================================
   FERSHOP CWV CLEAN V23
   Restyling block-reassurance / garanzie prodotto
   Target:
   class="block-reassurance blockreassurance-product blockreassurance_product box-bg"
   ========================================================= */

body#product .block-reassurance.blockreassurance-product,
body#product .block-reassurance.blockreassurance_product,
body#product .blockreassurance-product,
body#product .blockreassurance_product {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 22px !important;
  padding: clamp(14px, 1.2vw, 20px) !important;
  box-shadow: 0 12px 34px rgba(15, 23, 42, .055) !important;
  overflow: hidden !important;
}

/* Lista interna */
body#product .block-reassurance.blockreassurance-product ul,
body#product .block-reassurance.blockreassurance_product ul,
body#product .blockreassurance-product ul,
body#product .blockreassurance_product ul {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Singolo elemento */
body#product .block-reassurance.blockreassurance-product li,
body#product .block-reassurance.blockreassurance_product li,
body#product .blockreassurance-product li,
body#product .blockreassurance_product li,
body#product .block-reassurance.blockreassurance-product .block-reassurance-item,
body#product .block-reassurance.blockreassurance_product .block-reassurance-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 74px !important;
  padding: 14px !important;
  background: #f8fafc !important;
  border: 1px solid #e7edf5 !important;
  border-radius: 18px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8) !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease !important;
}

/* Hover desktop */
@media (hover: hover) {
  body#product .block-reassurance.blockreassurance-product li:hover,
  body#product .block-reassurance.blockreassurance_product li:hover,
  body#product .blockreassurance-product li:hover,
  body#product .blockreassurance_product li:hover {
    transform: translateY(-2px) !important;
    border-color: #fed7aa !important;
    background: #fffaf2 !important;
  }
}

/* Icone */
body#product .block-reassurance.blockreassurance-product img,
body#product .block-reassurance.blockreassurance_product img,
body#product .blockreassurance-product img,
body#product .blockreassurance_product img {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  object-fit: contain !important;
  padding: 7px !important;
  border-radius: 14px !important;
  background: #fff7ed !important;
  border: 1px solid #fed7aa !important;
}

/* Se usa icone font/material invece di immagini */
body#product .block-reassurance.blockreassurance-product i,
body#product .block-reassurance.blockreassurance_product i,
body#product .blockreassurance-product i,
body#product .blockreassurance_product i,
body#product .block-reassurance.blockreassurance-product .material-icons,
body#product .block-reassurance.blockreassurance_product .material-icons {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border-radius: 14px !important;
  background: #fff7ed !important;
  border: 1px solid #fed7aa !important;
  color: #ff8a00 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

/* Testi */
body#product .block-reassurance.blockreassurance-product span,
body#product .block-reassurance.blockreassurance_product span,
body#product .blockreassurance-product span,
body#product .blockreassurance_product span,
body#product .block-reassurance.blockreassurance-product p,
body#product .block-reassurance.blockreassurance_product p,
body#product .blockreassurance-product p,
body#product .blockreassurance_product p,
body#product .block-reassurance.blockreassurance-product .block-title,
body#product .block-reassurance.blockreassurance_product .block-title {
  color: #1f2937 !important;
  font-family: var(--fh-font) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  margin: 0 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Link eventuali */
body#product .block-reassurance.blockreassurance-product a,
body#product .block-reassurance.blockreassurance_product a,
body#product .blockreassurance-product a,
body#product .blockreassurance_product a {
  color: #1f2937 !important;
  text-decoration: none !important;
}

body#product .block-reassurance.blockreassurance-product a:hover,
body#product .block-reassurance.blockreassurance_product a:hover,
body#product .blockreassurance-product a:hover,
body#product .blockreassurance_product a:hover {
  color: #ff8a00 !important;
}

/* Se il modulo usa righe/div invece di ul/li */
body#product .block-reassurance.blockreassurance-product .block-reassurance-item,
body#product .block-reassurance.blockreassurance_product .block-reassurance-item {
  margin-bottom: 10px !important;
}

body#product .block-reassurance.blockreassurance-product .block-reassurance-item:last-child,
body#product .block-reassurance.blockreassurance_product .block-reassurance-item:last-child {
  margin-bottom: 0 !important;
}

/* Mobile: card più compatte, una sotto l'altra */
@media (max-width: 767px) {
  body#product .block-reassurance.blockreassurance-product,
  body#product .block-reassurance.blockreassurance_product,
  body#product .blockreassurance-product,
  body#product .blockreassurance_product {
    border-radius: 18px !important;
    padding: 12px !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05) !important;
  }

  body#product .block-reassurance.blockreassurance-product ul,
  body#product .block-reassurance.blockreassurance_product ul,
  body#product .blockreassurance-product ul,
  body#product .blockreassurance_product ul {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  body#product .block-reassurance.blockreassurance-product li,
  body#product .block-reassurance.blockreassurance_product li,
  body#product .blockreassurance-product li,
  body#product .blockreassurance_product li,
  body#product .block-reassurance.blockreassurance-product .block-reassurance-item,
  body#product .block-reassurance.blockreassurance_product .block-reassurance-item {
    min-height: 62px !important;
    padding: 11px 12px !important;
    border-radius: 15px !important;
    gap: 10px !important;
  }

  body#product .block-reassurance.blockreassurance-product img,
  body#product .block-reassurance.blockreassurance_product img,
  body#product .blockreassurance-product img,
  body#product .blockreassurance_product img,
  body#product .block-reassurance.blockreassurance-product i,
  body#product .block-reassurance.blockreassurance_product i,
  body#product .blockreassurance-product i,
  body#product .blockreassurance_product i,
  body#product .block-reassurance.blockreassurance-product .material-icons,
  body#product .block-reassurance.blockreassurance_product .material-icons {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 12px !important;
    font-size: 20px !important;
  }

  body#product .block-reassurance.blockreassurance-product span,
  body#product .block-reassurance.blockreassurance_product span,
  body#product .blockreassurance-product span,
  body#product .blockreassurance_product span,
  body#product .block-reassurance.blockreassurance-product p,
  body#product .block-reassurance.blockreassurance_product p,
  body#product .blockreassurance-product p,
  body#product .blockreassurance_product p {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
}




/* =========================================================
   FERSHOP CWV CLEAN V25 - Frecce miniature prodotto funzionanti
   Stile coerente con carousel "Spesso comprati insieme"
   ========================================================= */

body#product .fh-thumbs-carousel,
body#product .js-mobile-images-scrollbox {
  position: relative !important;
}

/* Rimuove le vecchie frecce verticali del tema */
body#product .scroll-box-arrows,
body#product .scroll-box-arrows .left,
body#product .scroll-box-arrows .right {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Liste thumbnail con spazio per frecce */
body#product .fh-thumbs-carousel .flex-scrollbox-wrapper,
body#product .js-mobile-images-scrollbox .product-mobile-thumbs,
body#product .js-product-thumbs-scrollbox {
  position: relative !important;
}

body#product .fh-thumbs-carousel .product-images,
body#product .product-mobile-thumbs,
body#product .fh-mobile-thumbs-list {
  scroll-behavior: smooth !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
}

/* Frecce principali */
body#product .fh-thumb-arrow {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #ff8a00 !important;
  border: 1px solid #fed7aa !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .10) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  opacity: .98 !important;
  z-index: 5 !important;
  transition: background .16s ease, color .16s ease, border-color .16s ease, opacity .16s ease, transform .16s ease !important;
}

body#product .fh-thumb-arrow:hover {
  background: #ff8a00 !important;
  color: #ffffff !important;
  border-color: #ff8a00 !important;
}

body#product .fh-thumb-arrow:disabled {
  opacity: .32 !important;
  cursor: default !important;
  transform: none !important;
}

body#product .fh-thumb-arrow[hidden] {
  display: none !important;
}

body#product .fh-thumb-arrow i {
  color: currentColor !important;
  font-size: 23px !important;
  line-height: 1 !important;
}

/* Desktop: frecce ai lati delle miniature */
@media (min-width: 768px) {
  body#product .fh-thumbs-carousel {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  body#product .fh-thumbs-carousel .fh-thumb-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  body#product .fh-thumbs-carousel .fh-thumb-arrow-prev {
    left: 4px !important;
  }

  body#product .fh-thumbs-carousel .fh-thumb-arrow-next {
    right: 4px !important;
  }
}

/* Mobile: frecce compatte sovrapposte alla riga thumb */
@media (max-width: 767px) {
  body#product .js-mobile-images-scrollbox {
    padding-bottom: 0 !important;
  }

  body#product .product-mobile-thumbs,
  body#product .fh-mobile-thumbs-list {
    padding-left: 44px !important;
    padding-right: 44px !important;
  }

  body#product .js-mobile-images-scrollbox .fh-thumb-arrow {
    position: absolute !important;
    bottom: 15px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
  }

  body#product .js-mobile-images-scrollbox .fh-thumb-arrow-prev {
    left: 4px !important;
  }

  body#product .js-mobile-images-scrollbox .fh-thumb-arrow-next {
    right: 4px !important;
  }

  body#product .js-mobile-images-scrollbox .fh-thumb-arrow i {
    font-size: 21px !important;
  }
}

/* Icona swipe/drag discreta, senza testo e senza traduzione */
body#product .fh-thumb-drag-hint {
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  background: #f1f5f9 !important;
  color: #64748b !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.6) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none !important;
  opacity: .82 !important;
  z-index: 4 !important;
}

body#product .fh-thumb-drag-hint i {
  font-size: 19px !important;
  line-height: 1 !important;
}

@media (min-width: 768px) {
  body#product .fh-thumbs-carousel .fh-thumb-drag-hint {
    position: absolute !important;
    right: 54px !important;
    bottom: -2px !important;
  }
}

@media (max-width: 767px) {
  body#product .js-mobile-images-scrollbox .fh-thumb-drag-hint {
    position: absolute !important;
    right: 46px !important;
    bottom: 16px !important;
    width: 30px !important;
    height: 30px !important;
  }

  body#product .js-mobile-images-scrollbox .fh-thumb-drag-hint i {
    font-size: 17px !important;
  }
}

/* Disattivo il vecchio pseudo-hint testuale se presente dalle versioni precedenti */
body#product .product-images::after {
  content: none !important;
  display: none !important;
}

/* Accessibilità: focus visibile */
body#product .fh-thumb-arrow:focus-visible {
  outline: 3px solid rgba(255, 138, 0, .28) !important;
  outline-offset: 2px !important;
}

