{"id":138672,"date":"2026-08-26T09:16:41","date_gmt":"2026-08-26T07:16:41","guid":{"rendered":"https:\/\/www.fureco.it\/contact\/"},"modified":"2026-09-15T14:41:40","modified_gmt":"2026-09-15T12:41:40","slug":"contacts","status":"publish","type":"page","link":"https:\/\/www.fureco.it\/en\/contacts\/","title":{"rendered":"Contact"},"content":{"rendered":"\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Inter:wght@200;300;400;500&family=JetBrains+Mono:wght@400;500&display=swap');\n\n  :root {\n    --paper: #fafaf8;\n    --line: #e8e5df;\n    --line-soft: #efece6;\n    --ink: #1f1d1a;\n    --gray-1: #4a4844;\n    --bordeaux: #6d212b;\n  }\n\n  \/* Reset layout pagina *\/\n  header, #masthead, .site-header, .hongo-header, .header-wrapper, #site-header, nav.navbar, .navbar-default {\n    display: none !important;\n  }\n\n  #page, #main, #primary, #content,\n  .site-content, .entry-content, .page-content, .post-content,\n  .content-area, .hongo-container, .container-fluid, .single-content, .main-container {\n    width: 100% !important;\n    max-width: 100% !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    float: none !important;\n    box-sizing: border-box !important;\n  }\n\n  .fureco-global-header {\n    width: 100% !important;\n    background: var(--paper) !important;\n    display: block !important; \n    position: fixed !important;\n    top: 0 !important;\n    left: 0 !important;\n    z-index: 99999999 !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    transition: transform 0.3s ease, top 0.3s ease !important;\n  }\n\n  body.admin-bar .fureco-global-header { top: 32px !important; }\n  @media screen and (max-width: 782px) {\n    body.admin-bar .fureco-global-header { top: 46px !important; }\n  }\n\n  body {\n    padding-top: 110px !important;\n    transition: padding-top 0.3s ease !important;\n  }\n  body.header-scrolled {\n    padding-top: 70px !important;\n  }\n\n  \/* UTILITY BAR *\/\n  .utility-bar-wrapper {\n    width: 100% !important;\n    height: 40px !important;\n    background: var(--paper) !important;\n    border-bottom: 1px solid var(--line) !important;\n    overflow: hidden !important;\n    position: relative !important;\n    transition: all 0.3s ease !important;\n  }\n\n  .utility-bar-track {\n    display: flex !important;\n    width: 300vw !important;\n    height: 100% !important;\n    animation: furecoCenteredScroll 10s cubic-bezier(0.77, 0, 0.175, 1) infinite !important;\n    will-change: transform;\n  }\n\n  .utility-bar-track:hover {\n    animation-play-state: paused !important;\n  }\n\n  @keyframes furecoCenteredScroll {\n    0%, 40% { transform: translate3d(0, 0, 0); }\n    50%, 90% { transform: translate3d(-100vw, 0, 0); }\n    100% { transform: translate3d(-200vw, 0, 0); }\n  }\n\n  .utility-bar-slide {\n    width: 100vw !important;\n    height: 100% !important;\n    display: flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    flex-shrink: 0 !important;\n    background: var(--paper) !important;\n    padding: 0 16px !important;\n    text-align: center !important;\n    box-sizing: border-box !important;\n  }\n\n  .utility-bar-slide a {\n    color: var(--bordeaux) !important;\n    font-family: 'JetBrains Mono', monospace !important;\n    font-size: 10px !important;\n    letter-spacing: 0.15em !important;\n    text-transform: uppercase !important;\n    font-weight: 500 !important;\n    text-decoration: none !important;\n    display: inline-block !important;\n    text-align: center !important;\n    margin: 0 auto !important;\n  }\n  \n  .utility-bar-slide a:hover {\n    opacity: 0.7 !important;\n  }\n\n  \/* MAIN NAV *\/\n  .main-nav {\n    position: relative !important;\n    background: var(--paper) !important;\n    width: 100% !important;\n    padding: 20px 48px !important;\n    display: flex !important;\n    align-items: center !important;\n    justify-content: space-between !important;\n    border-bottom: 1px solid var(--line) !important;\n    box-sizing: border-box !important;\n    margin: 0 !important;\n    transition: all 0.3s ease !important;\n  }\n\n  #mobile-menu-toggle, .hamburger-btn { display: none; }\n  .nav-links-wrapper { display: contents !important; }\n\n  .nav-left { \n    display: flex !important; \n    gap: 24px !important; \n    align-items: center !important; \n    flex: 1 !important; \n    justify-content: flex-start !important; \n    white-space: nowrap !important; \n  }\n  \n  .nav-right { \n    display: flex !important; \n    gap: 24px !important; \n    align-items: center !important; \n    flex: 1 !important; \n    justify-content: flex-end !important; \n    white-space: nowrap !important; \n  }\n\n  .nav-item {\n    font-family: 'Inter', sans-serif !important;\n    font-size: 11px !important;\n    font-weight: 400 !important;\n    letter-spacing: 0.18em !important;\n    text-transform: uppercase !important;\n    color: var(--gray-1) !important;\n    cursor: pointer !important;\n    padding: 6px 0 !important;\n    border-bottom: 1px solid transparent !important;\n    text-decoration: none !important;\n    transition: all 0.3s ease !important;\n  }\n\n  .nav-item:hover, .nav-item.active {\n    color: var(--bordeaux) !important;\n    border-bottom-color: var(--bordeaux) !important;\n  }\n\n  .nav-logo {\n    position: absolute !important;\n    left: 50% !important;\n    top: 50% !important;\n    transform: translate(-50%, -50%) !important;\n    display: flex !important;\n    flex-direction: column !important;\n    align-items: center !important;\n    justify-content: center !important;\n    text-decoration: none !important;\n    text-align: center !important;\n    white-space: nowrap !important;\n  }\n\n  .nav-logo img {\n    height: 22px !important;\n    width: auto !important;\n    display: block !important;\n    object-fit: contain !important;\n    transition: all 0.3s ease !important;\n  }\n  \n  .nav-logo-subtitle {\n    font-family: 'JetBrains Mono', monospace !important;\n    font-size: 7.5px !important;\n    letter-spacing: 0.22em !important;\n    text-transform: uppercase !important;\n    color: var(--bordeaux) !important;\n    margin-top: 10px !important;\n    white-space: nowrap !important;\n    transition: all 0.3s ease !important;\n  }\n\n  .fureco-global-header.scrolled .utility-bar-wrapper {\n    height: 0 !important;\n    border-bottom: none !important;\n    opacity: 0 !important;\n    visibility: hidden !important;\n  }\n\n  .fureco-global-header.scrolled .main-nav { padding: 10px 48px !important; }\n  .fureco-global-header.scrolled .nav-logo img { height: 16px !important; }\n  .fureco-global-header.scrolled .nav-logo-subtitle { font-size: 6.5px !important; margin-top: 6px !important; }\n\n  @media (max-width: 900px) {\n    body { padding-top: 90px !important; }\n    body.header-scrolled { padding-top: 54px !important; }\n    .utility-bar-wrapper { height: 34px !important; }\n    .utility-bar-slide { padding: 0 16px !important; }\n    .utility-bar-slide a { font-size: 8.5px !important; letter-spacing: 0.1em !important; }\n\n    .main-nav {\n      display: flex !important;\n      justify-content: space-between !important;\n      align-items: center !important;\n      padding: 12px 16px !important;\n    }\n\n    .fureco-global-header.scrolled .main-nav { padding: 8px 16px !important; }\n    .nav-logo { position: absolute !important; left: 50% !important; top: 50% !important; transform: translate(-50%, -50%) !important; }\n    .nav-logo img { height: 17px !important; margin: 0 auto !important; }\n    .fureco-global-header.scrolled .nav-logo img { height: 14px !important; }\n    .nav-logo-subtitle { font-size: 6.5px !important; margin-top: 6px !important; }\n\n    .hamburger-btn {\n      display: flex !important; flex-direction: column !important; justify-content: center !important; gap: 5px !important; cursor: pointer !important; width: 24px !important; height: 24px !important; z-index: 101 !important;\n    }\n    .hamburger-btn span { display: block !important; width: 22px !important; height: 1.5px !important; background: var(--ink) !important; transition: all 0.3s ease !important; }\n\n    .nav-links-wrapper {\n      display: flex !important; flex-direction: column !important; position: absolute !important; top: 100% !important; left: 0 !important; width: 100% !important; background: var(--paper) !important; border-bottom: 1px solid var(--line) !important; box-shadow: 0 20px 30px rgba(31, 29, 26, 0.08) !important; max-height: 0 !important; overflow: hidden !important; transition: max-height 0.4s ease !important; z-index: 100 !important;\n    }\n\n    .nav-left, .nav-right { display: flex !important; flex-direction: column !important; align-items: flex-start !important; width: 100% !important; gap: 0 !important; margin: 0 !important; padding: 0 !important; }\n    .nav-item { display: block !important; padding: 16px 24px !important; border-bottom: 1px solid var(--line-soft) !important; width: 100% !important; text-align: left !important; font-size: 11px !important; }\n    .nav-right .nav-item:last-child { border-bottom: none !important; }\n\n    #mobile-menu-toggle:checked ~ .nav-links-wrapper { max-height: 600px !important; }\n    #mobile-menu-toggle:checked ~ .hamburger-btn span:nth-child(1) { transform: translateY(6.5px) rotate(45deg) !important; }\n    #mobile-menu-toggle:checked ~ .hamburger-btn span:nth-child(2) { opacity: 0 !important; }\n    #mobile-menu-toggle:checked ~ .hamburger-btn span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg) !important; }\n  }\n<\/style>\n\n<div class=\"fureco-global-header\" id=\"furecoGlobalHeader\">\n  <div class=\"utility-bar-wrapper\">\n    <div class=\"utility-bar-track\">\n      <div class=\"utility-bar-slide\">\n        <a href=\"https:\/\/www.fureco.it\/en\/collection\/\">NEW 2026 COLLECTION \u2014 DESIGNED AND MADE IN ITALY<\/a>\n      <\/div>\n      <div class=\"utility-bar-slide\">\n        <a href=\"https:\/\/www.fureco.it\/en\/contact\/\">BOOK AN APPOINTMENT<\/a>\n      <\/div>\n      <div class=\"utility-bar-slide\">\n        <a href=\"https:\/\/www.fureco.it\/en\/collection\/\">NEW 2026 COLLECTION \u2014 DESIGNED AND MADE IN ITALY<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <nav class=\"main-nav\">\n    <input type=\"checkbox\" id=\"mobile-menu-toggle\">\n    <label for=\"mobile-menu-toggle\" class=\"hamburger-btn\" aria-label=\"Open Menu\">\n      <span><\/span><span><\/span><span><\/span>\n    <\/label>\n\n    <a href=\"https:\/\/www.fureco.it\/en\/\" class=\"nav-logo\">\n      <img decoding=\"async\" class=\"lazyload\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/Fureco@4x-1.png\" alt=\"Fureco Since 1924\"><noscript><img decoding=\"async\" class=\"lazyload\" src=\"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/Fureco@4x-1.png\" alt=\"Fureco Since 1924\"><\/noscript>\n      <span class=\"nav-logo-subtitle\">Fur enterprise company \u2022 since 1924<\/span>\n    <\/a>\n\n    <div class=\"nav-links-wrapper\">\n      <div class=\"nav-left\">\n        <a href=\"https:\/\/www.fureco.it\/en\/about\/\" class=\"nav-item\">Company<\/a>\n        <a href=\"https:\/\/www.fureco.it\/en\/collection\/\" class=\"nav-item\">Collections<\/a>\n        <a href=\"https:\/\/www.fureco.it\/en\/services\/\" class=\"nav-item\">Services<\/a>\n      <\/div>\n      <div class=\"nav-right\">\n        <a href=\"https:\/\/www.fureco.it\/en\/sustainability\/\" class=\"nav-item\">Sustainability<\/a>\n        <a href=\"https:\/\/www.fureco.it\/en\/showroom\/\" class=\"nav-item\">Showroom<\/a>\n        <a href=\"https:\/\/www.fureco.it\/en\/contact\/\" class=\"nav-item\">Contact<\/a>\n      <\/div>\n    <\/div>\n  <\/nav>\n<\/div>\n\n<script>\n(function() {\n  function initHeaderForce() {\n    var header = document.getElementById('furecoGlobalHeader');\n    if (!header) return;\n    if (document.body.firstElementChild !== header) {\n      document.body.insertBefore(header, document.body.firstChild);\n    }\n    function onScroll() {\n      if (window.scrollY > 20) {\n        header.classList.add('scrolled');\n        document.body.classList.add('header-scrolled');\n      } else {\n        header.classList.remove('scrolled');\n        document.body.classList.remove('header-scrolled');\n      }\n    }\n    window.removeEventListener('scroll', onScroll);\n    window.addEventListener('scroll', onScroll, { passive: true });\n    onScroll();\n  }\n  initHeaderForce();\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', initHeaderForce);\n  }\n  window.addEventListener('load', initHeaderForce);\n})();\n<\/script>\n\n\n\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500&family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap\" rel=\"stylesheet\">\n\n    <style>\n      .form-section * { margin: 0; padding: 0; box-sizing: border-box; }\n      .form-section { padding: 80px 0 60px; background: var(--paper, #fafaf8); width: 100%; }\n      .form-container { max-width: 1440px; margin: 0 auto; padding: 0 clamp(20px, 6vw, 80px); }\n      .fureco-form-title { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; color: var(--ink, #1f1d1a); margin-bottom: 48px; text-align: center; }\n      .fureco-form-label { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gray-3, #a8a39a); display: block; margin-bottom: 10px; }\n      .fureco-form-input { width: 100% !important; padding: 14px 16px !important; background: var(--bone, #f5f3ef) !important; border: 1px solid var(--line, #e8e5df) !important; color: var(--ink, #1f1d1a) !important; font-family: 'Inter', sans-serif !important; font-size: 13px !important; outline: none !important; border-radius: 0px !important; -webkit-appearance: none !important; transition: all 0.3s !important; }\n      .fureco-form-input:focus { border-color: var(--bordeaux, #6d212b) !important; background: #ffffff !important; }\n      .fureco-form-row { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 20px !important; margin-bottom: 24px !important; }\n      .fureco-form-group { margin-bottom: 24px !important; }\n      .custom-select { position: relative; width: 100%; user-select: none; }\n      .custom-select-trigger { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; background: var(--bone, #f5f3ef); border: 1px solid var(--line, #e8e5df); color: var(--ink, #1f1d1a); font-family: 'Inter', sans-serif; font-size: 13px; border-radius: 0px !important; cursor: pointer; transition: all 0.3s; }\n      .custom-select.open .custom-select-trigger { border-color: var(--bordeaux, #6d212b); background: #ffffff; }\n      .custom-select-trigger .arrow { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--gray-3, #a8a39a); transition: transform 0.3s; }\n      .custom-select.open .custom-select-trigger .arrow { transform: rotate(180deg); color: var(--bordeaux, #6d212b); }\n      .custom-options { position: absolute; top: 100%; left: 0; right: 0; background: #ffffff; border: 1px solid var(--bordeaux, #6d212b); border-top: none; z-index: 10; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }\n      .custom-select.open .custom-options { opacity: 1; visibility: visible; transform: translateY(0); }\n      .custom-option { padding: 12px 16px; font-family: 'Inter', sans-serif; font-size: 13px; color: var(--gray-1, #333230); cursor: pointer; transition: all 0.2s; }\n      .custom-option:hover { background: var(--bone, #f5f3ef); color: var(--bordeaux, #6d212b); }\n      .request-type-container { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 24px; }\n      .type-card { border: 1px solid var(--line, #e8e5df); padding: 16px; text-align: center; background: #ffffff; cursor: pointer; border-radius: 0px !important; transition: all 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 56px; }\n      .type-card:hover { border-color: var(--tortora, #b8aa97); }\n      .type-card.active { border-color: var(--bordeaux, #6d212b); background: var(--bone, #f5f3ef); }\n      .type-card-title { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray-2, #5c5a57); font-weight: 500; transition: color 0.3s; }\n      .type-card.active .type-card-title { color: var(--bordeaux, #6d212b); }\n      .success-message-block { display: none; margin-top: 24px; padding: 32px; background: var(--bone, #f5f3ef); border: 1px solid var(--line, #e8e5df); text-align: center; }\n      .success-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--ink, #1f1d1a); margin-bottom: 8px; }\n      .success-desc { font-size: 14px; color: var(--gray-2, #5c5a57); }\n      .btn-submit-form { width: 100%; background: var(--bordeaux, #6d212b); color: #ffffff; border: 1px solid var(--bordeaux, #6d212b); padding: 18px 36px; font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; border-radius: 0px !important; transition: all 0.3s; }\n      .btn-submit-form:hover { background: transparent; color: var(--bordeaux, #6d212b); }\n      @media (max-width: 900px) {\n        .form-section { padding: 48px 0 32px; }\n        .fureco-form-title { font-size: 28px; margin-bottom: 32px; }\n      }\n      @media (max-width: 480px) {\n        .fureco-form-row { grid-template-columns: 1fr 1fr !important; gap: 16px !important; margin-bottom: 20px !important; }\n        .fureco-form-input { font-size: 16px !important; padding: 12px 12px !important; }\n        .request-type-container { grid-template-columns: 1fr 1fr !important; gap: 12px !important; margin-bottom: 20px !important; }\n        .type-card { padding: 12px 6px; min-height: 48px; }\n        .type-card-title { font-size: 8.5px !important; letter-spacing: 0.08em !important; }\n        .custom-select-trigger { padding: 12px 12px; font-size: 16px !important; }\n        .custom-option { font-size: 15px !important; padding: 10px 12px; }\n      }\n    <\/style>\n\n    <section class=\"form-section\">\n      <div class=\"form-container\">\n        <h2 class=\"fureco-form-title\">Send a request<\/h2>\n\n        <form id=\"contact-form\" method=\"post\" action=\"https:\/\/www.fureco.it\/wp-admin\/admin-post.php\">\n          <input type=\"hidden\" name=\"action\" value=\"fureco_handle_form\">\n          <input type=\"hidden\" name=\"is_english\" value=\"1\">\n          <input type=\"hidden\" name=\"current_url\" value=\"\/en\/wp-json\/wp\/v2\/pages\/138672\">\n          <input type=\"hidden\" id=\"fureco_nonce\" name=\"fureco_nonce\" value=\"53a5e3e9d0\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/138672\" \/>\n          <input type=\"hidden\" name=\"tipo_richiesta\" id=\"tipo_richiesta_input\" value=\"informazioni\">\n\n          <div class=\"fureco-form-group\">\n            <label class=\"fureco-form-label\">Request Type *<\/label>\n            <div class=\"request-type-container\">\n              <div class=\"type-card active\" data-value=\"informazioni\" onclick=\"setTipoRichiesta(this, 'informazioni')\">\n                <span class=\"type-card-title\">Information Request<\/span>\n              <\/div>\n              <div class=\"type-card\" data-value=\"prenotazione\" onclick=\"setTipoRichiesta(this, 'prenotazione')\">\n                <span class=\"type-card-title\">Visit Booking<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"fureco-form-row\">\n            <div>\n              <label class=\"fureco-form-label\" for=\"nome\">First Name *<\/label>\n              <input class=\"fureco-form-input\" type=\"text\" id=\"nome\" name=\"nome\" required placeholder=\"First Name\">\n            <\/div>\n            <div>\n              <label class=\"fureco-form-label\" for=\"cognome\">Last Name *<\/label>\n              <input class=\"fureco-form-input\" type=\"text\" id=\"cognome\" name=\"cognome\" required placeholder=\"Last Name\">\n            <\/div>\n          <\/div>\n\n          <div class=\"fureco-form-row\">\n            <div>\n              <label class=\"fureco-form-label\" for=\"email\">Email *<\/label>\n              <input class=\"fureco-form-input\" type=\"email\" id=\"email\" name=\"email\" required placeholder=\"esempio@email.com\">\n            <\/div>\n            <div>\n              <label class=\"fureco-form-label\" for=\"telefono\">Phone<\/label>\n              <input class=\"fureco-form-input\" type=\"tel\" id=\"telefono\" name=\"telefono\" placeholder=\"Phone\">\n            <\/div>\n          <\/div>\n\n          <div class=\"fureco-form-group\">\n            <label class=\"fureco-form-label\">Showroom *<\/label>\n            <div class=\"custom-select\" id=\"sede-custom-select\">\n              <div class=\"custom-select-trigger\" onclick=\"toggleSelect(this)\">\n                <span id=\"selected-sede-text\">Select a showroom<\/span>\n                <span class=\"arrow\">\u25be<\/span>\n              <\/div>\n              <div class=\"custom-options\">\n                <div class=\"custom-option\" onclick=\"selectOption(this, 'Showroom Fabio Gavazzi', 'Showroom Fabio Gavazzi')\">Showroom Fabio Gavazzi<\/div>\n                <div class=\"custom-option\" onclick=\"selectOption(this, 'Fureco Seregno', 'Fureco Seregno')\">Fureco Seregno<\/div>\n              <\/div>\n              <input type=\"hidden\" name=\"sede\" id=\"sede-input\" required value=\"\">\n            <\/div>\n          <\/div>\n\n          <div class=\"fureco-form-group\" id=\"date-group\" style=\"display: none;\">\n            <label class=\"fureco-form-label\" for=\"data_visita\">Visit Date *<\/label>\n            <input class=\"fureco-form-input\" type=\"date\" id=\"data_visita\" name=\"data_visita\">\n          <\/div>\n\n          <div class=\"fureco-form-group\">\n            <label class=\"fureco-form-label\" for=\"messaggio\">Message<\/label>\n            <textarea class=\"fureco-form-input\" id=\"messaggio\" name=\"messaggio\" rows=\"5\" placeholder=\"Write your request here...\"><\/textarea>\n          <\/div>\n\n          <label style=\"display: flex; align-items: flex-start; gap: 12px; margin-bottom: 24px; cursor: pointer;\">\n            <input type=\"checkbox\" id=\"privacy\" name=\"privacy\" required style=\"margin-top: 3px; accent-color: #6d212b; flex-shrink: 0;\">\n            <span style=\"font-size: 12px; color: #5c5a57; line-height: 1.5;\">\n              I have read and agree to the <a href=\"\/en\/privacy-policy\/\" style=\"color: #6d212b; text-decoration: none; border-bottom: 1px solid #6d212b;\">Privacy Policy<\/a>\n            <\/span>\n          <\/label>\n\n          <button type=\"submit\" class=\"btn-submit-form\">Send Request<\/button>\n        <\/form>\n      <\/div>\n    <\/section>\n\n    <script>\n      function setTipoRichiesta(element, value) {\n        document.querySelectorAll('.type-card').forEach(function(c) { c.classList.remove('active'); });\n        element.classList.add('active');\n        document.getElementById('tipo_richiesta_input').value = value;\n\n        var dateGroup = document.getElementById('date-group');\n        var dateInput = document.getElementById('data_visita');\n        if (value === 'prenotazione') {\n          dateGroup.style.display = 'block';\n          dateInput.setAttribute('required', 'required');\n        } else {\n          dateGroup.style.display = 'none';\n          dateInput.removeAttribute('required');\n          dateInput.value = '';\n        }\n      }\n\n      function toggleSelect(trigger) {\n        var customSelect = trigger.closest('.custom-select');\n        customSelect.classList.toggle('open');\n      }\n\n      function selectOption(option, val, text) {\n        var customSelect = option.closest('.custom-select');\n        customSelect.querySelector('#selected-sede-text').textContent = text;\n        customSelect.querySelector('#sede-input').value = val;\n        customSelect.classList.remove('open');\n      }\n\n      document.addEventListener('click', function(e) {\n        if (!e.target.closest('.custom-select')) {\n          document.querySelectorAll('.custom-select').forEach(function(s) { s.classList.remove('open'); });\n        }\n      });\n    <\/script>\n    \n\n\n\n<style>\n  \/* ============================================================\n     COLOR VARIABLES\n     ============================================================ *\/\n  :root {\n    --white: #ffffff;\n    --paper: #fafaf8;\n    --bone: #f5f3ef;\n    --line: #e8e5df;\n    --tortora: #b8aa97;\n    --ink: #1f1d1a;\n    --gray-1: #4a4844;\n    --bordeaux: #6d212b;\n  }\n\n  \/* ==================== SECTION 05 \u2014 LOCATIONS ==================== *\/\n  section.sedi-section {\n    margin-top: 60px !important;\n    margin-bottom: 50px !important;\n    margin-left: auto !important;\n    margin-right: auto !important;\n    max-width: 1440px !important;\n    padding: 0 clamp(20px, 6vw, 80px) !important;\n    font-family: 'Inter', sans-serif;\n    color: var(--gray-1);\n    box-sizing: border-box !important;\n    position: relative !important;\n    clear: both !important;\n  }\n\n  section.sedi-section * {\n    box-sizing: border-box !important;\n  }\n\n  .sedi-section .section-header {\n    margin-bottom: 32px !important;\n    border-bottom: 1px solid var(--line) !important;\n    padding-bottom: 20px !important;\n  }\n\n  .sedi-section .section-title-group {\n    display: flex !important;\n    justify-content: space-between !important;\n    align-items: flex-end !important;\n    width: 100% !important;\n  }\n\n  .sedi-section .section-title {\n    font-family: 'Cormorant Garamond', serif !important;\n    font-size: 52px !important;\n    font-weight: 300 !important;\n    line-height: 1.05 !important;\n    letter-spacing: -0.005em !important;\n    color: var(--ink) !important;\n    margin: 0 !important;\n  }\n\n  \/* Top Contact Link *\/\n  .sedi-section .section-link {\n    font-family: 'Inter', sans-serif !important;\n    font-size: 14px !important;\n    font-weight: 500 !important;\n    letter-spacing: 0.2em !important;\n    text-transform: uppercase !important;\n    color: var(--bordeaux) !important;\n    text-decoration: none !important;\n    border-bottom: 1px solid transparent !important;\n    padding-bottom: 4px !important;\n    cursor: pointer !important;\n    display: inline-block !important;\n    transition: all 0.3s ease !important;\n  }\n\n  .sedi-section .section-link:hover {\n    color: var(--ink) !important;\n    border-bottom-color: var(--ink) !important;\n  }\n\n  .showroom-split {\n    display: grid !important;\n    grid-template-columns: 1fr 1fr !important;\n    gap: 40px !important;\n  }\n\n  .showroom-card {\n    padding: 72px 44px 56px 44px !important;\n    position: relative !important;\n    aspect-ratio: 1 \/ 1 !important;\n    width: 100% !important;\n    height: auto !important;\n    display: flex !important;\n    flex-direction: column !important;\n    justify-content: flex-start !important;\n    background: var(--white) !important;\n    border: 1px solid var(--line) !important;\n    transition: all 0.3s ease !important;\n    text-decoration: none !important;\n    overflow: hidden !important;\n  }\n\n  .showroom-card, \n  .showroom-card:visited, \n  .showroom-card:hover, \n  .showroom-card:active {\n    color: var(--gray-1) !important;\n  }\n\n  .showroom-card:hover {\n    border-color: var(--tortora) !important;\n    box-shadow: 0 12px 30px rgba(0,0,0,0.08) !important;\n  }\n\n  .showroom-card.featured {\n    background: var(--bone) !important;\n    background-size: cover !important;\n    background-position: center !important;\n  }\n\n  .showroom-card.featured.milano {\n    background-image: url('\/wp-content\/uploads\/2026\/07\/Fureco-Sede-Milano-scaled.jpg') !important;\n  }\n\n  .showroom-card.featured.seregno {\n    background-image: url('\/wp-content\/uploads\/2026\/08\/SEREGNO-scaled.jpg') !important;\n  }\n\n  .showroom-card.featured::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg, rgba(245, 243, 239, 0.94) 0%, rgba(245, 243, 239, 0.88) 50%, rgba(245, 243, 239, 0.65) 100%);\n    z-index: 0;\n    pointer-events: none;\n  }\n\n  .showroom-card.featured > * {\n    position: relative;\n    z-index: 1;\n  }\n\n  .showroom-card-top {\n    display: flex;\n    flex-direction: column;\n    text-align: left;\n  }\n\n  .showroom-tag {\n    font-family: 'Inter', sans-serif !important;\n    font-size: 11px !important;\n    font-weight: 500 !important;\n    letter-spacing: 0.3em !important;\n    text-transform: uppercase !important;\n    color: var(--bordeaux) !important;\n    margin-bottom: 16px !important;\n  }\n\n  \/* LOCATION NAME \u2014 single line (fluid, never wraps) *\/\n  .showroom-name {\n    font-family: 'Cormorant Garamond', serif !important;\n    font-size: clamp(24px, 2.6vw, 40px) !important;\n    font-weight: 300 !important;\n    line-height: 1.05 !important;\n    margin-bottom: 52px !important;\n    margin-top: 0 !important;\n    color: var(--ink) !important;\n    text-transform: uppercase !important;\n    white-space: nowrap !important;\n  }\n\n  .showroom-name em {\n    font-style: italic;\n    text-transform: none !important;\n  }\n\n  .showroom-address {\n    font-size: 15px !important;\n    font-weight: 300 !important;\n    line-height: 2 !important;\n    margin-top: 0 !important;\n    margin-bottom: 0 !important;\n    color: var(--gray-1) !important;\n    text-align: left;\n  }\n\n  .showroom-address strong {\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 11px;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--ink);\n    font-weight: 500;\n  }\n\n  .showroom-address a {\n    color: var(--bordeaux) !important;\n    text-decoration: none !important;\n  }\n\n  .showroom-address a:hover {\n    text-decoration: underline !important;\n  }\n\n  \/* Left-aligned action buttons block *\/\n  .showroom-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    align-items: center;\n    margin-top: 20px;\n    justify-content: flex-start;\n  }\n\n  .btn-action-small {\n    background: var(--bordeaux);\n    color: var(--white) !important;\n    border: 1px solid var(--bordeaux);\n    padding: 10px 20px;\n    font-family: 'Inter', sans-serif;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    transition: all 0.3s ease;\n    display: inline-block;\n    text-align: center;\n    cursor: pointer;\n    text-decoration: none !important;\n  }\n\n  .btn-action-small:hover {\n    background: transparent;\n    color: var(--bordeaux) !important;\n  }\n\n  \/* Inner card footer with left-aligned Google Maps link *\/\n  .showroom-card-bottom {\n    display: flex;\n    justify-content: flex-start;\n    align-items: center;\n    margin-top: auto;\n  }\n\n  .collezione-link {\n    font-family: 'Inter', sans-serif !important;\n    font-size: 11px !important;\n    font-weight: 500 !important;\n    letter-spacing: 0.2em !important;\n    text-transform: uppercase !important;\n    text-decoration: none !important;\n    border-bottom: 1px solid transparent !important;\n    padding-bottom: 2px !important;\n    display: inline-block !important;\n    color: var(--bordeaux) !important;\n    transition: all 0.3s ease !important;\n  }\n\n  .showroom-card:hover .collezione-link {\n    color: var(--ink) !important;\n    border-bottom-color: var(--ink) !important;\n  }\n\n  \/* ==================== MOBILE (< 992px) ==================== *\/\n  @media (max-width: 992px) {\n    section.sedi-section {\n      padding: 0 clamp(20px, 6vw, 80px) !important;\n      margin-top: 40px !important;\n      margin-bottom: 50px !important;\n    }\n\n    .sedi-section .section-header {\n      margin-bottom: 24px !important;\n      padding-bottom: 16px !important;\n    }\n\n    .sedi-section .section-title-group {\n      flex-direction: row !important;\n      justify-content: space-between !important;\n      align-items: center !important;\n    }\n\n    .sedi-section .section-title {\n      font-size: 36px !important;\n      text-align: left !important;\n    }\n\n    .showroom-split {\n      grid-template-columns: 1fr !important;\n      gap: 24px !important;\n    }\n\n    .showroom-card {\n      aspect-ratio: auto !important;\n      justify-content: flex-start !important;\n      padding: 48px 24px 36px 24px !important;\n    }\n\n    \/* Location name on a single line on mobile too *\/\n    .showroom-name {\n      font-size: clamp(20px, 5.2vw, 30px) !important;\n      margin-bottom: 36px !important;\n    }\n\n    .showroom-address {\n      font-size: 14px !important;\n      margin-bottom: 0 !important;\n      line-height: 1.8 !important;\n    }\n\n    .showroom-actions {\n      margin-top: 16px;\n      justify-content: flex-start;\n    }\n\n    .showroom-card-bottom {\n      margin-top: 24px;\n      justify-content: flex-start;\n    }\n  }\n<\/style>\n\n<!-- === SECTION 05 \u2014 OUR LOCATIONS === -->\n<section class=\"sedi-section\">\n  <div class=\"section-header\">\n    <div class=\"section-title-group\">\n      <h2 class=\"section-title\">Our locations<\/h2>\n      <a href=\"#contatti\" class=\"section-link\">Contact Us \u2192<\/a>\n    <\/div>\n  <\/div>\n\n  <div class=\"showroom-split\">\n    <!-- Milan Showroom -->\n    <div class=\"showroom-card featured milano\">\n      <div class=\"showroom-card-top\">\n        <span class=\"showroom-tag\">\u2014 MILAN SHOWROOM<\/span>\n        <h3 class=\"showroom-name\">Fabio Gavazzi Showroom<\/h3>\n        <p class=\"showroom-address\">\n          <strong>Address:<\/strong> Via Montenapoleone, 23 \u2014 20121 Milan (MI), Italy<br>\n          <strong>Hours:<\/strong> Monday\u2013Friday 10:00\u201318:00 \u00b7 By appointment only<br>\n          <strong>Phone:<\/strong> <a href=\"tel:+390287038516\">+39 02 87038516<\/a><br>\n          <strong>WhatsApp:<\/strong> <a href=\"https:\/\/wa.me\/393443909855\">+39 344 390 9855<\/a><br>\n          <strong>Email:<\/strong> <a href=\"mailto:montenapoleone@fureco.it\">montenapoleone@fureco.it<\/a>\n        <\/p>\n        <div class=\"showroom-actions\">\n          <a href=\"tel:+390287038516\" class=\"btn-action-small\">Call<\/a>\n          <a href=\"https:\/\/wa.me\/393443909855\" class=\"btn-action-small\">WhatsApp<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"showroom-card-bottom\">\n        <a href=\"https:\/\/maps.app.goo.gl\/gbEFP4zJEuhfkPkV9\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"collezione-link\">Open in Google Maps \u2192<\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Seregno Headquarters -->\n    <div class=\"showroom-card featured seregno\">\n      <div class=\"showroom-card-top\">\n        <span class=\"showroom-tag\">\u2014 HEADQUARTERS<\/span>\n        <h3 class=\"showroom-name\">Fureco <em>s.r.l.<\/em><\/h3>\n        <p class=\"showroom-address\">\n          <strong>Address:<\/strong> Via Magenta, 35 \u2014 20831 Seregno (MB), Italy<br>\n          <strong>Hours:<\/strong> Monday\u2013Friday 8:30\u201313:00 \/ 14:00\u201317:30 \u00b7 By appointment<br>\n          <strong>Phone:<\/strong> <a href=\"tel:+390362223236\">+39 0362 223236<\/a><br>\n          <strong>Email:<\/strong> <a href=\"mailto:info@fureco.it\">info@fureco.it<\/a>\n        <\/p>\n        <div class=\"showroom-actions\">\n          <a href=\"tel:+390362223236\" class=\"btn-action-small\">Call<\/a>\n          <a href=\"mailto:info@fureco.it\" class=\"btn-action-small\">Email<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"showroom-card-bottom\">\n        <a href=\"https:\/\/maps.app.goo.gl\/sHPzhT9Jyc9Ee6JXA\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"collezione-link\">Open in Google Maps \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<style>\r\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Inter:wght@200;300;400;500&family=JetBrains+Mono:wght@400;500&display=swap');\r\n\r\n  :root {\r\n    --white: #ffffff;\r\n    --paper: #fafaf8;\r\n    --bone: #f5f3ef;\r\n    --line: #e8e5df;\r\n    --line-soft: #efece6;\r\n    --tortora: #b8aa97;\r\n    --tortora-deep: #968671;\r\n    --tortora-light: #e0d8cb;\r\n    --ink: #1f1d1a;\r\n    --gray-1: #333230; \r\n    --gray-2: #5c5a57;\r\n    --gray-3: #a8a39a;\r\n    --bordeaux: #6d212b;\r\n  }\r\n\r\n  * {\r\n    margin: 0;\r\n    padding: 0;\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  html {\r\n    scroll-behavior: smooth;\r\n  }\r\n\r\n  body {\r\n    background: var(--paper);\r\n    color: var(--gray-1);\r\n    font-family: 'Inter', sans-serif;\r\n    font-weight: 300;\r\n    line-height: 1.5;\r\n    -webkit-font-smoothing: antialiased;\r\n    letter-spacing: 0.01em;\r\n    overflow-x: hidden !important;\r\n    width: 100% !important;\r\n    max-width: 100% !important;\r\n  }\r\n\r\n  \/* WP Theme Overrides *\/\r\n  header, #masthead, .site-header, .hongo-header, .header-wrapper, #site-header, nav.navbar, .navbar-default {\r\n    display: none !important;\r\n  }\r\n\r\n  #page, #main, #primary, #content, .site-content, .entry-content, .page-content, .post-content, .content-area, .hongo-container, .container-fluid, .single-content, .main-container {\r\n    width: 100% !important;\r\n    max-width: 100% !important;\r\n    margin: 0 !important;\r\n    padding: 0 !important;\r\n    float: none !important;\r\n    box-sizing: border-box !important;\r\n  }\r\n\r\n  a, a:hover, a:focus, a:visited {\r\n    text-decoration: none !important;\r\n  }\r\n\r\n  \/* \u2500\u2500 CONTAINER (Fluid Margins) \u2500\u2500 *\/\r\n  .container { \r\n    max-width: 1440px; \r\n    margin: 0 auto; \r\n    padding: 0 clamp(20px, 6vw, 80px); \r\n  }\r\n\r\n  \/* GLOBAL HEADER WRAPPER *\/\r\n  .fureco-global-header {\r\n    position: fixed !important;\r\n    top: 0 !important;\r\n    left: 0 !important;\r\n    width: 100% !important;\r\n    z-index: 99999 !important;\r\n    background: var(--paper);\r\n    display: flex;\r\n    flex-direction: column;\r\n  }\r\n\r\n  \/* UTILITY BAR *\/\r\n  .utility-bar {\r\n    position: relative !important;\r\n    width: 100% !important;\r\n    border-bottom: 1px solid var(--line);\r\n    padding: 10px clamp(20px, 6vw, 80px);\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    color: var(--bordeaux);\r\n    font-family: 'JetBrains Mono', monospace;\r\n    font-size: 10px;\r\n    letter-spacing: 0.15em;\r\n    text-transform: uppercase;\r\n    min-height: 40px;\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .utility-left { flex: 1; }\r\n  .utility-bar-center {\r\n    flex: 2;\r\n    display: flex;\r\n    justify-content: center;\r\n    align-items: center;\r\n    text-align: center;\r\n  }\r\n  .utility-right {\r\n    flex: 1;\r\n    display: flex;\r\n    justify-content: flex-end;\r\n    align-items: center;\r\n    height: 100%;\r\n  }\r\n\r\n  .animated-ticker-text {\r\n    display: inline-block;\r\n    white-space: nowrap;\r\n    animation: softSlowTicker 7s ease-in-out infinite;\r\n  }\r\n\r\n  @keyframes softSlowTicker {\r\n    0%, 100% { opacity: 1; letter-spacing: 0.15em; color: var(--bordeaux); }\r\n    50% { opacity: 0.82; letter-spacing: 0.18em; color: var(--ink); }\r\n  }\r\n\r\n  .utility-contact-btn {\r\n    font-family: 'Inter', sans-serif;\r\n    font-size: 9px;\r\n    font-weight: 500;\r\n    letter-spacing: 0.15em;\r\n    text-transform: uppercase;\r\n    color: var(--bordeaux);\r\n    border: 1px solid var(--bordeaux);\r\n    padding: 5px 14px;\r\n    transition: all 0.3s ease;\r\n    white-space: nowrap;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n  }\r\n\r\n  .utility-contact-btn:hover {\r\n    background: var(--bordeaux);\r\n    color: var(--white);\r\n  }\r\n\r\n  \/* MAIN NAV *\/\r\n  .main-nav {\r\n    position: relative !important;\r\n    width: 100% !important;\r\n    height: auto !important;\r\n    padding: 16px clamp(20px, 6vw, 80px) !important;\r\n    display: grid;\r\n    grid-template-columns: 1fr auto 1fr;\r\n    align-items: center;\r\n    gap: 32px;\r\n    border-bottom: 1px solid var(--line);\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .nav-left, .nav-right {\r\n    display: flex;\r\n    gap: 32px;\r\n    align-items: center;\r\n  }\r\n\r\n  .nav-right { justify-content: flex-end; }\r\n\r\n  .nav-item {\r\n    font-family: 'Inter', sans-serif;\r\n    font-size: 11px;\r\n    font-weight: 400;\r\n    letter-spacing: 0.18em;\r\n    text-transform: uppercase;\r\n    color: var(--gray-2);\r\n    cursor: pointer;\r\n    padding: 6px 0;\r\n    border-bottom: 1px solid transparent !important;\r\n    transition: all 0.3s ease;\r\n  }\r\n\r\n  .nav-item:hover, .nav-item.active {\r\n    color: var(--bordeaux) !important;\r\n    border-bottom-color: var(--bordeaux) !important;\r\n  }\r\n\r\n  .nav-logo {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 24px;\r\n    font-weight: 400;\r\n    letter-spacing: 0.3em;\r\n    text-align: center;\r\n    color: var(--ink);\r\n    line-height: 1.1 !important;\r\n    display: inline-block;\r\n  }\r\n\r\n  .nav-logo .accent {\r\n    display: block;\r\n    font-size: 8px;\r\n    letter-spacing: 0.35em;\r\n    color: var(--bordeaux);\r\n    margin-top: 4px;\r\n    font-family: 'Inter', sans-serif;\r\n    font-style: normal;\r\n    line-height: 1;\r\n  }\r\n\r\n  \/* \u2500\u2500 SOCIAL SECTION \u2500\u2500 *\/\r\n  .social-section {\r\n    background: var(--bone);\r\n    text-align: center;\r\n    padding: 80px 0;\r\n    border-top: 1px solid var(--line);\r\n    width: 100%;\r\n  }\r\n\r\n  .social-title {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 36px;\r\n    font-weight: 400;\r\n    color: var(--bordeaux);\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.1em; \r\n    margin-bottom: 56px;\r\n  }\r\n\r\n  .social-row {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: flex-start;\r\n    gap: 16px;\r\n    flex-wrap: nowrap; \/* Prevents wrapping, keeping all items on one row *\/\r\n    max-width: 1400px;\r\n    margin: 0 auto;\r\n    width: 100%;\r\n  }\r\n\r\n  .social-item {\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n    gap: 16px;\r\n    flex: 1; \/* Distributes space equally across the row *\/\r\n    min-width: 0; \/* Prevents long labels from breaking the flex layout *\/\r\n    text-decoration: none !important;\r\n    cursor: pointer;\r\n  }\r\n\r\n  .social-icon {\r\n    width: 48px;\r\n    height: 48px;\r\n    border: 1px solid var(--line);\r\n    border-radius: 50%;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    color: var(--gray-2);\r\n    transition: all 0.3s;\r\n    background: var(--paper);\r\n    flex-shrink: 0;\r\n  }\r\n\r\n  .social-item:hover .social-icon {\r\n    color: var(--bordeaux);\r\n    border-color: var(--bordeaux);\r\n    background: var(--white);\r\n    transform: translateY(-3px);\r\n  }\r\n\r\n  .social-handle {\r\n    font-family: 'Inter', sans-serif;\r\n    font-size: 11px;\r\n    color: var(--gray-1);\r\n    transition: color 0.3s;\r\n    line-height: 1.4;\r\n    white-space: nowrap; \/* Keeps handle on one line *\/\r\n  }\r\n\r\n  .social-item:hover .social-handle { \r\n    color: var(--bordeaux); \r\n  }\r\n\r\n  .social-label {\r\n    font-family: 'JetBrains Mono', monospace;\r\n    font-size: 9px;\r\n    letter-spacing: 0.2em;\r\n    text-transform: uppercase;\r\n    color: var(--gray-3);\r\n    margin-bottom: -4px;\r\n    transition: color 0.3s;\r\n    white-space: nowrap;\r\n  }\r\n\r\n  \/* \u2500\u2500 WECHAT MODAL POP-UP STYLES \u2500\u2500 *\/\r\n  .wechat-modal-overlay {\r\n    position: fixed;\r\n    inset: 0;\r\n    background: rgba(31, 29, 26, 0.6);\r\n    backdrop-filter: blur(4px);\r\n    z-index: 999999;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    opacity: 0;\r\n    visibility: hidden;\r\n    transition: opacity 0.3s ease, visibility 0.3s ease;\r\n  }\r\n\r\n  .wechat-modal-overlay.active {\r\n    opacity: 1;\r\n    visibility: visible;\r\n  }\r\n\r\n  .wechat-modal-box {\r\n    background: var(--white);\r\n    border: 1px solid var(--line);\r\n    padding: 40px 32px 32px 32px;\r\n    max-width: 340px;\r\n    width: 90%;\r\n    text-align: center;\r\n    position: relative;\r\n    box-shadow: 0 20px 40px rgba(0,0,0,0.15);\r\n    transform: translateY(15px);\r\n    transition: transform 0.3s ease;\r\n  }\r\n\r\n  .wechat-modal-overlay.active .wechat-modal-box {\r\n    transform: translateY(0);\r\n  }\r\n\r\n  .wechat-modal-close {\r\n    position: absolute;\r\n    top: 12px;\r\n    right: 16px;\r\n    background: var(--white) !important;\r\n    border: none;\r\n    font-size: 20px;\r\n    color: var(--gray-2);\r\n    cursor: pointer;\r\n    width: 32px;\r\n    height: 32px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    transition: color 0.2s, background-color 0.2s;\r\n  }\r\n\r\n  .wechat-modal-close:hover {\r\n    background: var(--white) !important;\r\n    color: var(--bordeaux);\r\n  }\r\n\r\n  .wechat-modal-title {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 24px;\r\n    font-weight: 400;\r\n    color: var(--ink);\r\n    margin-bottom: 8px;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.05em;\r\n  }\r\n\r\n  .wechat-modal-subtitle {\r\n    font-size: 12px;\r\n    color: var(--gray-2);\r\n    margin-bottom: 20px;\r\n    font-family: 'Inter', sans-serif;\r\n  }\r\n\r\n  .wechat-qr-img {\r\n    width: 100%;\r\n    max-width: 220px;\r\n    height: auto;\r\n    border: 1px solid var(--line);\r\n    padding: 8px;\r\n    background: var(--white);\r\n    display: block;\r\n    margin: 0 auto;\r\n  }\r\n\r\n  \/* GLOBAL MEDIA QUERIES *\/\r\n  @media (max-width: 1024px) {\r\n    .social-row {\r\n      flex-wrap: wrap; \/* Wraps into a grid layout on smaller screens for readability *\/\r\n      justify-content: center;\r\n      gap: 32px 24px;\r\n    }\r\n    .social-item {\r\n      flex: unset;\r\n      width: calc(33.333% - 24px);\r\n    }\r\n  }\r\n\r\n  @media (max-width: 480px) {\r\n    .utility-bar {\r\n      padding: 8px 16px;\r\n      font-size: 8px;\r\n      min-height: 36px;\r\n    }\r\n\r\n    .main-nav {\r\n      padding: 12px 16px !important;\r\n      gap: 12px;\r\n    }\r\n\r\n    .nav-logo {\r\n      font-size: 20px;\r\n    }\r\n\r\n    .nav-item {\r\n      font-size: 10px;\r\n      letter-spacing: 0.12em;\r\n    }\r\n\r\n    .social-section {\r\n      padding: 48px 0;\r\n    }\r\n\r\n    .social-title {\r\n      font-size: 28px;\r\n    }\r\n    \r\n    .social-row {\r\n      gap: 32px 8px;\r\n    }\r\n\r\n    .social-item {\r\n      width: calc(50% - 8px);\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<!-- === CONTACT SECTION: 04_social === -->\r\n<section class=\"social-section\">\r\n  <div class=\"container\">\r\n    <h2 class=\"social-title\">Follow Us<\/h2>\r\n    <div class=\"social-row\">\r\n\r\n      <!-- WhatsApp -->\r\n      <a href=\"https:\/\/wa.me\/393443909855\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-item\">\r\n        <div class=\"social-icon\">\r\n          <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n            <path d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"><\/path>\r\n          <\/svg>\r\n        <\/div>\r\n        <p class=\"social-label\">WhatsApp<\/p>\r\n        <span class=\"social-handle\">+39 344 390 9855<\/span>\r\n      <\/a>\r\n\r\n      <!-- Instagram -->\r\n      <a href=\"https:\/\/instagram.com\/fabiogavazziofficial\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-item\">\r\n        <div class=\"social-icon\">\r\n          <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n            <rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"><\/rect>\r\n            <path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"><\/path>\r\n            <line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"><\/line>\r\n          <\/svg>\r\n        <\/div>\r\n        <p class=\"social-label\">Instagram<\/p>\r\n        <span class=\"social-handle\">@fabiogavazziofficial<\/span>\r\n      <\/a>\r\n\r\n      <!-- LinkedIn -->\r\n      <a href=\"https:\/\/www.linkedin.com\/company\/fureco-srl-fur-enterprise-company\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-item\">\r\n        <div class=\"social-icon\">\r\n          <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n            <path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"><\/path>\r\n            <rect x=\"2\" y=\"9\" width=\"4\" height=\"12\"><\/rect>\r\n            <circle cx=\"4\" cy=\"4\" r=\"2\"><\/circle>\r\n          <\/svg>\r\n        <\/div>\r\n        <p class=\"social-label\">LinkedIn<\/p>\r\n        <span class=\"social-handle\">Fureco Srl<\/span>\r\n      <\/a>\r\n\r\n      <!-- YouTube -->\r\n      <a href=\"https:\/\/www.youtube.com\/@fabiogavazziofficial\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-item\">\r\n        <div class=\"social-icon\">\r\n          <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n            <path d=\"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2a29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19.1c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.43z\"><\/path>\r\n            <polygon points=\"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02\"><\/polygon>\r\n          <\/svg>\r\n        <\/div>\r\n        <p class=\"social-label\">YouTube<\/p>\r\n        <span class=\"social-handle\">Fureco<\/span>\r\n      <\/a>\r\n\r\n      <!-- Facebook -->\r\n      <a href=\"https:\/\/www.facebook.com\/fabiogavazziofficial?locale=it_IT\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-item\">\r\n        <div class=\"social-icon\">\r\n          <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n            <path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"><\/path>\r\n          <\/svg>\r\n        <\/div>\r\n        <p class=\"social-label\">Facebook<\/p>\r\n        <span class=\"social-handle\">Fabio Gavazzi<\/span>\r\n      <\/a>\r\n\r\n      <!-- Rednote (Xiaohongshu) -->\r\n      <a href=\"https:\/\/www.xiaohongshu.com\/user\/profile\/FG18019403846\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-item\">\r\n        <div class=\"social-icon\">\r\n          <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n            <path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"><\/path>\r\n            <path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"><\/path>\r\n          <\/svg>\r\n        <\/div>\r\n        <p class=\"social-label\">Rednote<\/p>\r\n        <span class=\"social-handle\">Fabio Gavazzi<\/span>\r\n      <\/a>\r\n\r\n      <!-- WeChat (Triggers Modal Pop-up) -->\r\n      <div class=\"social-item\" id=\"wechat-trigger\">\r\n        <div class=\"social-icon\">\r\n          <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n            <path d=\"M17 10c0-3.3-3.1-6-7-6S3 6.7 3 10c0 1.9 1 3.6 2.6 4.7L5 18l3-1.4c.6.2 1.3.3 2 .3 3.9 0 7-2.7 7-6z\"><\/path>\r\n            <path d=\"M21 15c0-2.5-2.2-4.5-5-4.5S11 12.5 11 15c0 1.4.8 2.7 2 3.5L12 21l2.2-1c.5.1.9.2 1.3.2 2.8 0 5-2 5-4.5z\"><\/path>\r\n          <\/svg>\r\n        <\/div>\r\n        <p class=\"social-label\">WeChat<\/p>\r\n        <span class=\"social-handle\">Fabio Gavazzi<\/span>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- WeChat Modal Pop-up -->\r\n<div class=\"wechat-modal-overlay\" id=\"wechat-modal\">\r\n  <div class=\"wechat-modal-box\">\r\n    <button class=\"wechat-modal-close\" id=\"wechat-close\">\u00d7<\/button>\r\n    <h3 class=\"wechat-modal-title\">WeChat<\/h3>\r\n    <p class=\"wechat-modal-subtitle\">Scan the QR Code with the app<\/p>\r\n    <img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"\/wp-content\/uploads\/2026\/08\/we-chat-fureco.jpeg\" alt=\"Fureco WeChat QR Code\" class=\"wechat-qr-img lazyload\"\/><noscript><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/08\/we-chat-fureco.jpeg\" alt=\"Fureco WeChat QR Code\" class=\"wechat-qr-img lazyload\"\/><\/noscript>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n  \/\/ Script to handle opening and closing the WeChat modal pop-up\r\n  document.addEventListener('DOMContentLoaded', function() {\r\n    const trigger = document.getElementById('wechat-trigger');\r\n    const modal = document.getElementById('wechat-modal');\r\n    const closeBtn = document.getElementById('wechat-close');\r\n\r\n    if (trigger && modal && closeBtn) {\r\n      trigger.addEventListener('click', function(e) {\r\n        e.preventDefault();\r\n        modal.classList.add('active');\r\n      });\r\n\r\n      closeBtn.addEventListener('click', function() {\r\n        modal.classList.remove('active');\r\n      });\r\n\r\n      \/\/ Close when clicking on the dark backdrop\r\n      modal.addEventListener('click', function(e) {\r\n        if (e.target === modal) {\r\n          modal.classList.remove('active');\r\n        }\r\n      });\r\n    }\r\n  });\r\n<\/script>\n\n\n\n<style>\n  :root {\n    --white: #ffffff;\n    --paper: #fafaf8;\n    --bone: #f5f3ef;\n    --line: #e8e5df;\n    --line-soft: #efece6;\n    --tortora: #b8aa97;\n    --ink: #1f1d1a;\n    --gray-1: #4a4844;\n    --gray-2: #7a766f;\n    --bordeaux: #6d212b;\n  }\n\n  .fureco-footer-wrap {\n    background: var(--paper) !important;\n    color: var(--gray-1) !important;\n    padding: 80px 48px 40px !important;\n    border-top: 1px solid var(--line) !important;\n    font-family: 'Inter', sans-serif !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n    display: block !important;\n    position: relative !important;\n  }\n  \n  .fureco-footer-grid {\n    display: grid !important;\n    grid-template-columns: 2fr 1fr 1fr 1fr 1fr !important;\n    gap: 48px !important;\n    margin-bottom: 64px !important;\n    max-width: 1440px !important;\n    margin-left: auto !important;\n    margin-right: auto !important;\n    padding: 0 clamp(20px, 6vw, 80px) !important;\n    box-sizing: border-box !important;\n  }\n  \n  .fureco-footer-brand-logo {\n    max-width: 130px !important;\n    height: auto !important;\n    display: block !important;\n    margin-bottom: 12px !important;\n  }\n\n  .fureco-footer-brand-subtitle {\n    font-family: 'JetBrains Mono', monospace !important;\n    font-size: 9px !important;\n    letter-spacing: 0.25em !important;\n    text-transform: uppercase !important;\n    color: var(--bordeaux) !important;\n    margin-bottom: 20px !important;\n    display: block !important;\n  }\n\n  .fureco-footer-col h4 {\n    font-family: 'JetBrains Mono', monospace !important;\n    font-size: 10px !important;\n    letter-spacing: 0.25em !important;\n    text-transform: uppercase !important;\n    color: var(--bordeaux) !important;\n    margin-bottom: 20px !important;\n    margin-top: 0 !important;\n    display: block !important;\n  }\n\n  .fureco-footer-col ul {\n    list-style: none !important;\n    padding: 0 !important;\n    margin: 0 !important;\n  }\n  \n  .fureco-footer-col li {\n    font-size: 12px !important;\n    color: var(--gray-1) !important;\n    margin-bottom: 12px !important;\n    line-height: 1.4 !important;\n  }\n  \n  .fureco-footer-col a {\n    color: var(--gray-1) !important;\n    text-decoration: none !important;\n    transition: color 0.3s ease !important;\n    display: inline-block !important;\n  }\n  \n  .fureco-footer-col a:hover {\n    color: var(--bordeaux) !important;\n  }\n\n  .fureco-footer-social {\n    display: flex !important;\n    gap: 10px !important;\n    align-items: center !important;\n    margin-top: 20px !important;\n  }\n\n  .fureco-footer-social a {\n    color: var(--gray-2) !important;\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    width: 32px !important;\n    height: 32px !important;\n    border: 1px solid var(--line) !important;\n    border-radius: 50% !important;\n    transition: all 0.3s ease !important;\n    text-decoration: none !important;\n  }\n  \n  .fureco-footer-social a:hover {\n    color: var(--bordeaux) !important;\n    border-color: var(--bordeaux) !important;\n    background: var(--white) !important;\n    transform: translateY(-2px) !important;\n  }\n\n  .fureco-footer-bottom {\n    display: flex !important;\n    justify-content: space-between !important;\n    align-items: center !important;\n    padding-top: 24px !important;\n    border-top: 1px solid var(--line) !important;\n    font-size: 11px !important;\n    color: var(--gray-2) !important;\n    max-width: 1440px !important;\n    margin: 0 auto !important;\n    padding-left: clamp(20px, 6vw, 80px) !important;\n    padding-right: clamp(20px, 6vw, 80px) !important;\n    box-sizing: border-box !important;\n  }\n\n  .fureco-footer-lang-btn {\n    display: inline-flex !important;\n    align-items: center !important;\n    gap: 8px !important;\n    background: transparent !important;\n    border: 1px solid var(--line) !important;\n    padding: 6px 14px !important;\n    font-family: 'Inter', sans-serif !important;\n    font-size: 10px !important;\n    font-weight: 500 !important;\n    letter-spacing: 0.12em !important;\n    text-transform: uppercase !important;\n    color: var(--gray-1) !important;\n    cursor: pointer !important;\n    transition: all 0.3s ease !important;\n    text-decoration: none !important;\n  }\n  \n  .fureco-footer-lang-btn:hover {\n    border-color: var(--bordeaux) !important;\n    color: var(--bordeaux) !important;\n    background: var(--white) !important;\n  }\n\n  .fureco-footer-lang-btn img {\n    width: 14px !important;\n    height: 14px !important;\n    display: inline-block !important;\n  }\n\n  .fureco-lang-opt.active {\n    font-weight: 700 !important;\n    color: var(--bordeaux) !important;\n  }\n\n  @media (max-width: 1024px) {\n    .fureco-footer-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 40px !important; }\n    .fureco-footer-brand { grid-column: span 2 !important; text-align: center !important; }\n    .fureco-footer-brand-logo { margin: 0 auto 8px auto !important; }\n    .fureco-footer-brand-subtitle { margin: 0 auto 20px auto !important; }\n    .fureco-footer-brand p { margin: 0 auto 16px auto !important; }\n    .fureco-footer-social { justify-content: center !important; }\n  }\n\n  @media (max-width: 600px) {\n    .fureco-footer-wrap { padding: 32px 0 24px !important; margin-top: 48px !important; }\n    .fureco-footer-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 32px 16px !important; text-align: left !important; margin-bottom: 32px !important; }\n    .fureco-footer-brand { grid-column: span 2 !important; text-align: center !important; border-bottom: 1px solid var(--line-soft) !important; padding-bottom: 24px !important; margin-bottom: 8px !important; }\n    .fureco-footer-col h4 { margin-bottom: 12px !important; }\n    .fureco-footer-col li { margin-bottom: 8px !important; font-size: 11px !important; }\n    .fureco-footer-bottom { flex-direction: column !important; gap: 12px !important; text-align: center !important; padding-top: 16px !important; }\n  }\n<\/style>\n\n<footer class=\"fureco-footer-wrap\">\n  <div class=\"fureco-footer-grid\">\n    \n    <!-- Column 1: Brand & Social -->\n    <div class=\"fureco-footer-brand\">\n      <img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/Fureco@4x-1.png\" alt=\"FURECO - Fur Enterprise Co.\" class=\"fureco-footer-brand-logo lazyload\"><noscript><img decoding=\"async\" src=\"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/Fureco@4x-1.png\" alt=\"FURECO - Fur Enterprise Co.\" class=\"fureco-footer-brand-logo lazyload\"><\/noscript>\n      <span class=\"fureco-footer-brand-subtitle\">Fur Enterprise Co.<\/span>\n      <p style=\"font-size:12px; color:var(--gray-1); line-height:1.8; margin-bottom:16px; max-width: 300px;\">\n        Fureco S.r.l.<br>\n        Via Magenta, 35<br>\n        20831 Seregno (MB) - Italy<br>\n        Tax Code: 04889790152<br>\n        VAT ID: IT00794320960\n      <\/p>\n      <div class=\"fureco-footer-social\">\n        <a href=\"https:\/\/wa.me\/393443909855\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"WhatsApp\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"><\/path><\/svg>\n        <\/a>\n        <a href=\"https:\/\/www.instagram.com\/fabiogavazziofficial\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Instagram\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\"><\/rect><path d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\"><\/path><line x1=\"17.5\" y1=\"6.5\" x2=\"17.51\" y2=\"6.5\"><\/line><\/svg>\n        <\/a>\n        <a href=\"https:\/\/www.linkedin.com\/company\/fureco\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"LinkedIn\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"><\/path><rect x=\"2\" y=\"9\" width=\"4\" height=\"12\"><\/rect><circle cx=\"4\" cy=\"4\" r=\"2\"><\/circle><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Column 2: Brands -->\n    <div class=\"fureco-footer-col\">\n      <h4><span>Brands<\/span><\/h4>\n      <ul>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/fabio-gavazzi-woman\/\">Fabio Gavazzi Women<\/a><\/li>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/fabio-gavazzi-man\/\">Fabio Gavazzi Men<\/a><\/li>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/mavina-eng\/\">Mavina<\/a><\/li>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/fureco-home-eng\/\">Fureco Home<\/a><\/li>\n      <\/ul>\n    <\/div>\n\n    <!-- Column 3: Explore -->\n    <div class=\"fureco-footer-col\">\n      <h4><span>Explore<\/span><\/h4>\n      <ul>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/collections\/\">Collections<\/a><\/li>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/services\/\">Services<\/a><\/li>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/showroom\/\">Showroom<\/a><\/li>\n      <\/ul>\n    <\/div>\n\n    <!-- Column 4: Company -->\n    <div class=\"fureco-footer-col\">\n      <h4><span>Company<\/span><\/h4>\n      <ul>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/about\/\">About Us<\/a><\/li>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/sustainability\/\">Sustainability<\/a><\/li>\n        <li><a href=\"\/en\/virtual-showroom\">Virtual Showroom<\/a><\/li>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/contacts\/\">Contact Us<\/a><\/li>\n      <\/ul>\n    <\/div>\n\n    <!-- Column 5: Legal Terms -->\n    <div class=\"fureco-footer-col\">\n      <h4><span>Legal Terms<\/span><\/h4>\n      <ul>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/company-data\/\">Company Data<\/a><\/li>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/cookie-policy-eng\/\">Cookie Policy<\/a><\/li>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/privacy-policy-eng\/\">Privacy Policy<\/a><\/li>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/shipping-returns\/\">Shipping &amp; Returns<\/a><\/li>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/right-of-withdrawal\/\">Right of Withdrawal<\/a><\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n\n  <div class=\"fureco-footer-bottom\">\n    <span>\u00a9 2026 FURECO SRL<\/span>\n    <a href=\"javascript:void(0);\" class=\"fureco-footer-lang-btn\" id=\"furecoWpmlToggle\" aria-label=\"Language Switcher\">\n      <img decoding=\"async\" class=\"lazyload\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/361053798_8aadd6dc-fc04-4c6f-a917-2ba898a056c7.svg\" alt=\"Language Icon\"><noscript><img decoding=\"async\" class=\"lazyload\" src=\"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/361053798_8aadd6dc-fc04-4c6f-a917-2ba898a056c7.svg\" alt=\"Language Icon\"><\/noscript>\n      <span>\n        <span class=\"fureco-lang-opt\" id=\"fureco-lang-it\">IT<\/span> \/ \n        <span class=\"fureco-lang-opt active\" id=\"fureco-lang-en\">EN<\/span>\n      <\/span>\n    <\/a>\n  <\/div>\n<\/footer>\n\n<script>\n  (function() {\n    function initFooterLanguage() {\n      var btn = document.getElementById('furecoWpmlToggle');\n      var path = window.location.pathname;\n      var search = window.location.search;\n      var urlParams = new URLSearchParams(search);\n\n      if (btn) {\n        btn.onclick = function(e) {\n          e.preventDefault();\n\n          \/\/ Mappa per tornare alla rispettiva pagina Italiana da quella Inglese\n          var enToItMap = {\n            \/\/ Brands\n            '138676': '136886', \/\/ Fabio Gavazzi Women -> IT\n            '138681': '136849', \/\/ Fabio Gavazzi Men -> IT\n            '138694': '136910', \/\/ Mavina -> IT\n            '138685': '136952', \/\/ Fureco Home -> IT\n            \/\/ Explore\n            '138669': '136725', \/\/ Collections -> Collezione IT\n            '138696': '136741', \/\/ Services -> IT\n            '138700': '136784', \/\/ Showroom -> IT\n            \/\/ Company\n            '138658': '136708', \/\/ About Us -> IT\n            '138702': '136819', \/\/ Sustainability -> IT\n            '138672': '136835', \/\/ Contact Us -> IT\n            \/\/ Legal Terms\n            '138811': '138750', \/\/ Company Data -> IT\n            '138813': '138763', \/\/ Cookie Policy -> IT\n            '138698': '137171', \/\/ Shipping & Returns -> IT\n            '138817': '137175'  \/\/ Right of Withdrawal -> IT\n          };\n\n          \/\/ 1. Priorit\u00e0: Se siamo su una pagina ID inglese\n          if (urlParams.has('page_id')) {\n            var currentPageId = urlParams.get('page_id');\n            if (enToItMap[currentPageId]) {\n              urlParams.set('page_id', enToItMap[currentPageId]);\n              window.location.search = urlParams.toString();\n              return;\n            }\n          }\n\n          \/\/ 2. Tag alternate nativo per tornare all'italiano\n          var altTag = document.querySelector('link[rel=\"alternate\"][hreflang^=\"it\"]');\n          if (altTag && altTag.href && altTag.href !== window.location.href) {\n            window.location.href = altTag.href;\n            return;\n          }\n\n          \/\/ 3. Pagine slug statiche speciali\n          if (path.indexOf('privacy-policy') !== -1) {\n            window.location.href = '\/?page_id=138767';\n            return;\n          }\n          if (path.indexOf('virtual-showroom') !== -1) {\n            window.location.href = '\/virtual-showroom\/';\n            return;\n          }\n\n          \/\/ 4. Gestione query string ?lang=\n          if (urlParams.has('lang')) {\n            urlParams.delete('lang');\n            var newQuery = urlParams.toString();\n            window.location.href = window.location.origin + path + (newQuery ? '?' + newQuery : '');\n            return;\n          }\n\n          \/\/ 5. Rimuove prefisso \/en\/\n          var cleanPath = path.replace(\/^\\\/en(\\\/|$)\/, '\/');\n          window.location.href = window.location.origin + cleanPath + search;\n        };\n      }\n    }\n\n    if (document.readyState === 'loading') {\n      document.addEventListener('DOMContentLoaded', initFooterLanguage);\n    } else {\n      initFooterLanguage();\n    }\n  })();\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>NEW 2026 COLLECTION \u2014 DESIGNED AND MADE IN ITALY BOOK AN APPOINTMENT NEW 2026 COLLECTION \u2014 DESIGNED AND MADE IN ITALY Fur enterprise company \u2022 since 1924 Company Collections Services Sustainability Showroom Contact Our locations Contact Us \u2192 \u2014 MILAN SHOWROOM Fabio Gavazzi Showroom Address: Via Montenapoleone, 23 \u2014 20121 Milan (MI), Italy Hours: Monday\u2013Friday &#8230; <a title=\"Contact\" class=\"read-more\" href=\"https:\/\/www.fureco.it\/en\/contacts\/\" aria-label=\"Read more about Contact\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-138672","page","type-page","status-publish"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact - Fureco<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.fureco.it\/en\/contacts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact - Fureco\" \/>\n<meta property=\"og:description\" content=\"NEW 2026 COLLECTION \u2014 DESIGNED AND MADE IN ITALY BOOK AN APPOINTMENT NEW 2026 COLLECTION \u2014 DESIGNED AND MADE IN ITALY Fur enterprise company \u2022 since 1924 Company Collections Services Sustainability Showroom Contact Our locations Contact Us \u2192 \u2014 MILAN SHOWROOM Fabio Gavazzi Showroom Address: Via Montenapoleone, 23 \u2014 20121 Milan (MI), Italy Hours: Monday\u2013Friday ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fureco.it\/en\/contacts\/\" \/>\n<meta property=\"og:site_name\" content=\"Fureco\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-15T12:41:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/Fureco@4x-1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/contacts\\\/\",\"url\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/contacts\\\/\",\"name\":\"Contact - Fureco\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.fureco.it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/contacts\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/contacts\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.fureco.it\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Fureco@4x-1.png\",\"datePublished\":\"2026-08-26T07:16:41+00:00\",\"dateModified\":\"2026-09-15T12:41:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/contacts\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.fureco.it\\\/en\\\/contacts\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/contacts\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.fureco.it\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Fureco@4x-1.png\",\"contentUrl\":\"https:\\\/\\\/www.fureco.it\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Fureco@4x-1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/contacts\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.fureco.it\\\/#website\",\"url\":\"https:\\\/\\\/www.fureco.it\\\/\",\"name\":\"Fureco\",\"description\":\"Fur Enterprise Company\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.fureco.it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.fureco.it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.fureco.it\\\/#organization\",\"name\":\"Fureco Srl\",\"url\":\"https:\\\/\\\/www.fureco.it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.fureco.it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"http:\\\/\\\/www.fureco.it\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/logo_black.png\",\"contentUrl\":\"http:\\\/\\\/www.fureco.it\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/logo_black.png\",\"width\":246,\"height\":46,\"caption\":\"Fureco Srl\"},\"image\":{\"@id\":\"https:\\\/\\\/www.fureco.it\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/fabiogavazziofficial\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact - Fureco","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.fureco.it\/en\/contacts\/","og_locale":"en_US","og_type":"article","og_title":"Contact - Fureco","og_description":"NEW 2026 COLLECTION \u2014 DESIGNED AND MADE IN ITALY BOOK AN APPOINTMENT NEW 2026 COLLECTION \u2014 DESIGNED AND MADE IN ITALY Fur enterprise company \u2022 since 1924 Company Collections Services Sustainability Showroom Contact Our locations Contact Us \u2192 \u2014 MILAN SHOWROOM Fabio Gavazzi Showroom Address: Via Montenapoleone, 23 \u2014 20121 Milan (MI), Italy Hours: Monday\u2013Friday ... Read more","og_url":"https:\/\/www.fureco.it\/en\/contacts\/","og_site_name":"Fureco","article_modified_time":"2026-09-15T12:41:40+00:00","og_image":[{"url":"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/Fureco@4x-1.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.fureco.it\/en\/contacts\/","url":"https:\/\/www.fureco.it\/en\/contacts\/","name":"Contact - Fureco","isPartOf":{"@id":"https:\/\/www.fureco.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.fureco.it\/en\/contacts\/#primaryimage"},"image":{"@id":"https:\/\/www.fureco.it\/en\/contacts\/#primaryimage"},"thumbnailUrl":"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/Fureco@4x-1.png","datePublished":"2026-08-26T07:16:41+00:00","dateModified":"2026-09-15T12:41:40+00:00","breadcrumb":{"@id":"https:\/\/www.fureco.it\/en\/contacts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fureco.it\/en\/contacts\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fureco.it\/en\/contacts\/#primaryimage","url":"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/Fureco@4x-1.png","contentUrl":"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/Fureco@4x-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.fureco.it\/en\/contacts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fureco.it\/en\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/www.fureco.it\/#website","url":"https:\/\/www.fureco.it\/","name":"Fureco","description":"Fur Enterprise Company","publisher":{"@id":"https:\/\/www.fureco.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fureco.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.fureco.it\/#organization","name":"Fureco Srl","url":"https:\/\/www.fureco.it\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fureco.it\/#\/schema\/logo\/image\/","url":"http:\/\/www.fureco.it\/wp-content\/uploads\/2021\/02\/logo_black.png","contentUrl":"http:\/\/www.fureco.it\/wp-content\/uploads\/2021\/02\/logo_black.png","width":246,"height":46,"caption":"Fureco Srl"},"image":{"@id":"https:\/\/www.fureco.it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/fabiogavazziofficial\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.fureco.it\/en\/wp-json\/wp\/v2\/pages\/138672","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fureco.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.fureco.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.fureco.it\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fureco.it\/en\/wp-json\/wp\/v2\/comments?post=138672"}],"version-history":[{"count":13,"href":"https:\/\/www.fureco.it\/en\/wp-json\/wp\/v2\/pages\/138672\/revisions"}],"predecessor-version":[{"id":139241,"href":"https:\/\/www.fureco.it\/en\/wp-json\/wp\/v2\/pages\/138672\/revisions\/139241"}],"wp:attachment":[{"href":"https:\/\/www.fureco.it\/en\/wp-json\/wp\/v2\/media?parent=138672"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}