{"id":138817,"date":"2026-08-27T15:23:46","date_gmt":"2026-08-27T13:23:46","guid":{"rendered":"https:\/\/www.fureco.it\/right-of-withdrawal-2\/"},"modified":"2026-08-27T15:59:29","modified_gmt":"2026-08-27T13:59:29","slug":"right-of-withdrawal","status":"publish","type":"page","link":"https:\/\/www.fureco.it\/en\/right-of-withdrawal\/","title":{"rendered":"Right of Withdrawal"},"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  \/* SWITCH TESTI LINGUA (Basato su classi forzate via JS per evitare problemi con l'attributo lang) *\/\n  .fureco-global-header .fureco-hdr-en { display: none !important; }\n  .fureco-global-header .fureco-hdr-it { display: inline !important; }\n\n  .fureco-global-header.fureco-lang-en .fureco-hdr-en { display: inline !important; }\n  .fureco-global-header.fureco-lang-en .fureco-hdr-it { display: none !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=\"\/?page_id=136725\" data-it=\"\/collezioni\/\" data-en=\"\/en\/collections\/\">\n          <span class=\"fureco-hdr-it\">NUOVA COLLEZIONE 2026 \u2014 IDEATA, PROGETTATA E PRODOTTA IN ITALIA<\/span>\n          <span class=\"fureco-hdr-en\">NEW 2026 COLLECTION \u2014 DESIGNED AND MADE IN ITALY<\/span>\n        <\/a>\n      <\/div>\n      <div class=\"utility-bar-slide\">\n        <a href=\"\/?page_id=136835\" data-it=\"\/contatti\/\" data-en=\"\/en\/contacts\/\">\n          <span class=\"fureco-hdr-it\">PRENOTA UN APPUNTAMENTO<\/span>\n          <span class=\"fureco-hdr-en\">BOOK AN APPOINTMENT<\/span>\n        <\/a>\n      <\/div>\n      <div class=\"utility-bar-slide\">\n        <a href=\"\/?page_id=136725\" data-it=\"\/collezioni\/\" data-en=\"\/en\/collections\/\">\n          <span class=\"fureco-hdr-it\">NUOVA COLLEZIONE 2026 \u2014 IDEATA, PROGETTATA E PRODOTTA IN ITALIA<\/span>\n          <span class=\"fureco-hdr-en\">NEW 2026 COLLECTION \u2014 DESIGNED AND MADE IN ITALY<\/span>\n        <\/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=\"Menu\">\n      <span><\/span><span><\/span><span><\/span>\n    <\/label>\n\n    <a href=\"\/\" data-it=\"\/\" data-en=\"\/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 Dal 1924\"><noscript><img decoding=\"async\" class=\"lazyload\" src=\"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/Fureco@4x-1.png\" alt=\"Fureco Dal 1924\"><\/noscript>\n      <span class=\"nav-logo-subtitle\">\n        <span class=\"fureco-hdr-it\">Fur enterprise company \u2022 dal 1924<\/span>\n        <span class=\"fureco-hdr-en\">Fur enterprise company \u2022 since 1924<\/span>\n      <\/span>\n    <\/a>\n\n    <div class=\"nav-links-wrapper\">\n      <div class=\"nav-left\">\n        <a href=\"\/?page_id=136708\" data-it=\"\/azienda\/\" data-en=\"\/en\/about\/\" class=\"nav-item\"><span class=\"fureco-hdr-it\">Azienda<\/span><span class=\"fureco-hdr-en\">Company<\/span><\/a>\n        <a href=\"\/?page_id=136725\" data-it=\"\/collezioni\/\" data-en=\"\/en\/collections\/\" class=\"nav-item\"><span class=\"fureco-hdr-it\">Collezioni<\/span><span class=\"fureco-hdr-en\">Collections<\/span><\/a>\n        <a href=\"\/?page_id=136741\" data-it=\"\/servizi\/\" data-en=\"\/en\/services\/\" class=\"nav-item\"><span class=\"fureco-hdr-it\">Servizi<\/span><span class=\"fureco-hdr-en\">Services<\/span><\/a>\n      <\/div>\n      <div class=\"nav-right\">\n        <a href=\"\/?page_id=136819\" data-it=\"\/sostenibilita\/\" data-en=\"\/en\/sustainability\/\" class=\"nav-item\"><span class=\"fureco-hdr-it\">Sostenibilit\u00e0<\/span><span class=\"fureco-hdr-en\">Sustainability<\/span><\/a>\n        <a href=\"\/?page_id=136784\" data-it=\"\/showroom\/\" data-en=\"\/en\/showroom\/\" class=\"nav-item\">Showroom<\/a>\n        <a href=\"\/?page_id=136835\" data-it=\"\/contatti\/\" data-en=\"\/en\/contacts\/\" class=\"nav-item\"><span class=\"fureco-hdr-it\">Contatti<\/span><span class=\"fureco-hdr-en\">Contact<\/span><\/a>\n      <\/div>\n    <\/div>\n  <\/nav>\n<\/div>\n\n<script>\n(function () {\n  var scrollBound = false;\n\n  function isEnglish() {\n    var path = window.location.pathname.toLowerCase();\n    var langAttr = (document.documentElement.lang || '').toLowerCase();\n    return path.indexOf('\/en\/') === 0 || path.indexOf('\/en') === 0 || langAttr.indexOf('en') === 0;\n  }\n\n  function updateHeaderLanguage() {\n    var header = document.getElementById('furecoGlobalHeader');\n    if (!header) return;\n\n    var english = isEnglish();\n\n    if (english) {\n      header.classList.add('fureco-lang-en');\n      header.classList.remove('fureco-lang-it');\n    } else {\n      header.classList.add('fureco-lang-it');\n      header.classList.remove('fureco-lang-en');\n    }\n\n    var links = header.querySelectorAll('a[data-it]');\n    for (var i = 0; i < links.length; i++) {\n      var target = english\n        ? links[i].getAttribute('data-en')\n        : links[i].getAttribute('data-it');\n      if (target) links[i].setAttribute('href', target);\n    }\n  }\n\n  function onScroll() {\n    var header = document.getElementById('furecoGlobalHeader');\n    if (!header) return;\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\n  function initHeaderForce() {\n    var header = document.getElementById('furecoGlobalHeader');\n    if (!header) return;\n\n    if (document.body.firstElementChild !== header) {\n      document.body.insertBefore(header, document.body.firstChild);\n    }\n\n    updateHeaderLanguage();\n\n    if (!scrollBound) {\n      window.addEventListener('scroll', onScroll, { passive: true });\n      scrollBound = true;\n    }\n    onScroll();\n  }\n\n  \/\/ Intercetta qualsiasi click sulla pagina per rinfrescare lo stato al cambio lingua\n  document.addEventListener('click', function() {\n    setTimeout(updateHeaderLanguage, 200);\n    setTimeout(updateHeaderLanguage, 600);\n    setTimeout(updateHeaderLanguage, 1200);\n  }, true);\n\n  window.addEventListener('popstate', updateHeaderLanguage);\n\n  initHeaderForce();\n  \n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', initHeaderForce);\n  }\n  window.addEventListener('load', initHeaderForce);\n})();\n<\/script>\n\n\n\n<meta charset=\"UTF-8\"\/>\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\r\n<title>Right of Withdrawal | Fureco S.r.l. Seregno<\/title>\r\n<meta name=\"description\" content=\"Information and conditions for exercising the right of withdrawal on purchases made on fureco.it, in compliance with the Consumer Code.\"\/>\r\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, body {\r\n    background: var(--paper) !important;\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    margin: 0 !important;\r\n    padding: 0 !important;\r\n  }\r\n\r\n  \/* WP Theme Overrides \u2014 Hiding Header, Footer, and Sidebars *\/\r\n  header, #masthead, .site-header, .hongo-header, .header-wrapper, #site-header, nav.navbar, .navbar-default,\r\n  footer, .site-footer, .hongo-footer, .footer-wrapper, #site-footer,\r\n  #sidebar, .sidebar, aside, .widget-area, #secondary, .hongo-sidebar, .right-sidebar-wrapper {\r\n    display: none !important;\r\n  }\r\n\r\n  \/* Annulla i vincoli di larghezza e margini\/padding del tema WordPress in alto e ovunque *\/\r\n  #page, #main, #primary, #content,\r\n  .site-content, .entry-content, .page-content, .post-content,\r\n  .content-area, .hongo-container, .container-fluid, .single-content, .main-container,\r\n  .col-lg-9, .col-md-9, .col-sm-12, .col-xs-12, .hongo-content-col, .main-content-col {\r\n    width: 100% !important;\r\n    max-width: 100% !important;\r\n    margin: 0 !important;\r\n    padding: 0 !important;\r\n    top: 0 !important;\r\n    margin-top: 0 !important;\r\n    padding-top: 0 !important;\r\n    float: none !important;\r\n    box-sizing: border-box !important;\r\n    background: var(--paper) !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 HERO \u2500\u2500 *\/\r\n  .hero {\r\n    background: var(--bone);\r\n    text-align: center;\r\n    padding: 140px 20px 40px !important;\r\n    margin: 0 !important;\r\n    top: 0 !important;\r\n    border-bottom: 1px solid var(--line);\r\n    width: 100vw !important;\r\n    position: relative;\r\n    left: 50%;\r\n    right: 50%;\r\n    margin-left: -50vw !important;\r\n    margin-right: -50vw !important;\r\n  }\r\n\r\n  .hero-headline {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 42px;\r\n    font-weight: 300;\r\n    color: var(--bordeaux);\r\n    margin-bottom: 0;\r\n    text-transform: none;\r\n    letter-spacing: 0.1em;\r\n  }\r\n\r\n  \/* \u2500\u2500 MAIN SECTION \u2500\u2500 *\/\r\n  .main-section {\r\n    padding: 80px 20px !important;\r\n    width: 100vw !important;\r\n    position: relative;\r\n    left: 50%;\r\n    right: 50%;\r\n    margin-left: -50vw !important;\r\n    margin-right: -50vw !important;\r\n    background: var(--paper);\r\n  }\r\n\r\n  \/* \u2500\u2500 RECESSO SPECIFIC STYLES \u2500\u2500 *\/\r\n  .recesso-intro {\r\n    max-width: 800px;\r\n    margin: 0 auto 56px;\r\n    text-align: center;\r\n  }\r\n\r\n  .recesso-sub-headline {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 28px;\r\n    font-weight: 300;\r\n    color: var(--ink);\r\n    margin-bottom: 16px;\r\n    letter-spacing: 0.05em;\r\n    text-transform: uppercase;\r\n  }\r\n\r\n  .recesso-intro-text {\r\n    font-size: 15px;\r\n    line-height: 1.8;\r\n    color: var(--gray-2);\r\n    font-weight: 300;\r\n    margin-bottom: 16px;\r\n  }\r\n\r\n  .recesso-intro-text:last-child {\r\n    margin-bottom: 0;\r\n  }\r\n\r\n  \/* Stack layout *\/\r\n  .recesso-stack {\r\n    max-width: 900px;\r\n    margin: 0 auto;\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 32px;\r\n  }\r\n\r\n  \/* Card Entry Animation *\/\r\n  @keyframes fadeInUp {\r\n    from {\r\n      opacity: 0;\r\n      transform: translateY(20px);\r\n    }\r\n    to {\r\n      opacity: 1;\r\n      transform: translateY(0);\r\n    }\r\n  }\r\n\r\n  .recesso-card {\r\n    background: var(--white);\r\n    border: 1px solid var(--line);\r\n    padding: 40px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: flex-start;\r\n    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\r\n    opacity: 0;\r\n    animation: fadeInUp 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;\r\n  }\r\n\r\n  .recesso-card:hover {\r\n    border-color: var(--tortora);\r\n    transform: translateY(-2px);\r\n    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.03);\r\n  }\r\n\r\n  \/* Cascade delays *\/\r\n  .recesso-card:nth-child(1) { animation-delay: 0.05s; }\r\n  .recesso-card:nth-child(2) { animation-delay: 0.10s; }\r\n  .recesso-card:nth-child(3) { animation-delay: 0.15s; }\r\n  .recesso-card:nth-child(4) { animation-delay: 0.20s; }\r\n  .recesso-card:nth-child(5) { animation-delay: 0.25s; }\r\n  .recesso-card:nth-child(6) { animation-delay: 0.30s; }\r\n\r\n  .recesso-card-label {\r\n    font-family: 'JetBrains Mono', monospace;\r\n    font-size: 10px;\r\n    letter-spacing: 0.15em;\r\n    text-transform: none;\r\n    color: var(--bordeaux);\r\n    margin-bottom: 16px;\r\n    border-bottom: 1px solid var(--line-soft);\r\n    padding-bottom: 8px;\r\n    font-weight: 500;\r\n  }\r\n\r\n  .recesso-card-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: 16px;\r\n  }\r\n\r\n  .recesso-card-text {\r\n    font-size: 14px;\r\n    line-height: 1.85;\r\n    color: var(--gray-1);\r\n    font-weight: 300;\r\n    margin-bottom: 14px;\r\n  }\r\n\r\n  .recesso-card-text:last-child {\r\n    margin-bottom: 0;\r\n  }\r\n\r\n  .recesso-list {\r\n    list-style: none;\r\n    margin: 16px 0;\r\n    padding-left: 0;\r\n  }\r\n\r\n  .recesso-list li {\r\n    font-size: 14px;\r\n    line-height: 1.8;\r\n    color: var(--gray-1);\r\n    margin-bottom: 12px;\r\n    position: relative;\r\n    padding-left: 24px;\r\n    font-weight: 300;\r\n  }\r\n\r\n  .recesso-list li::before {\r\n    content: \"\u2014\";\r\n    position: absolute;\r\n    left: 0;\r\n    color: var(--bordeaux);\r\n  }\r\n\r\n  .recesso-list li:last-child {\r\n    margin-bottom: 0;\r\n  }\r\n\r\n  .recesso-link {\r\n    color: var(--ink);\r\n    font-weight: 400;\r\n    border-bottom: 1px solid transparent;\r\n    transition: all 0.3s;\r\n  }\r\n\r\n  .recesso-link:hover {\r\n    color: var(--bordeaux);\r\n    border-bottom-color: var(--bordeaux);\r\n  }\r\n\r\n  \/* Responsive Design *\/\r\n  @media (max-width: 900px) {\r\n    .hero {\r\n      padding: 100px 20px 30px !important;\r\n      margin-top: 0 !important;\r\n    }\r\n\r\n    .hero-headline {\r\n      font-size: 32px;\r\n    }\r\n\r\n    .main-section {\r\n      padding: 48px 20px !important;\r\n    }\r\n\r\n    .recesso-card {\r\n      padding: 30px 24px;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 480px) {\r\n    .hero {\r\n      padding: 80px 16px 24px !important;\r\n      margin-top: 0 !important;\r\n    }\r\n\r\n    .hero-headline {\r\n      font-size: 24px;\r\n    }\r\n\r\n    .main-section {\r\n      padding: 32px 16px !important;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<!-- Duplicate style block inside body in case WordPress strips the head section on paste -->\r\n<style>\r\n  header, #masthead, .site-header, .hongo-header, .header-wrapper, #site-header, nav.navbar, .navbar-default,\r\n  footer, .site-footer, .hongo-footer, .footer-wrapper, #site-footer,\r\n  #sidebar, .sidebar, aside, .widget-area, #secondary, .hongo-sidebar, .right-sidebar-wrapper {\r\n    display: none !important;\r\n  }\r\n\r\n  #page, #main, #primary, #content,\r\n  .site-content, .entry-content, .page-content, .post-content,\r\n  .content-area, .hongo-container, .container-fluid, .single-content, .main-container,\r\n  .col-lg-9, .col-md-9, .col-sm-12, .col-xs-12, .hongo-content-col, .main-content-col {\r\n    width: 100% !important;\r\n    max-width: 100% !important;\r\n    margin: 0 !important;\r\n    padding: 0 !important;\r\n    top: 0 !important;\r\n    margin-top: 0 !important;\r\n    padding-top: 0 !important;\r\n    float: none !important;\r\n    box-sizing: border-box !important;\r\n    background: var(--paper) !important;\r\n  }\r\n<\/style>\r\n\r\n<!-- === HERO === -->\r\n<section class=\"hero\">\r\n  <h1 class=\"hero-headline\" style=\"color: var(--bordeaux);\">Right of Withdrawal<\/h1>\r\n<\/section>\r\n\r\n<!-- === MAIN CONTENT === -->\r\n<section class=\"main-section\">\r\n  <div class=\"recesso-intro\">\r\n    <h2 class=\"recesso-sub-headline\">Return Policy Notice<\/h2>\r\n    <p class=\"recesso-intro-text\">\r\n      In compliance with Article 52 of Legislative Decree No. 206 of September 6, 2005 (the \u201cConsumer Code\u201d), you have the right to withdraw from the contract entered into with Fureco S.r.l. (the \u201cseller\u201d or \u201cFureco\u201d) without any penalty and without specifying any reason, within 14 days from the day you received the products purchased on <a href=\"https:\/\/www.fureco.it\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"recesso-link\">fureco.it<\/a>.\r\n    <\/p>\r\n  <\/div>\r\n\r\n  <div class=\"recesso-stack\">\r\n    \r\n    <!-- Card 1: Modalit\u00e0 di Recesso -->\r\n    <div class=\"recesso-card\">\r\n      <div class=\"recesso-card-label\">Exercising the right<\/div>\r\n      <h3 class=\"recesso-card-title\">Procedures for exercising withdrawal<\/h3>\r\n      <p class=\"recesso-card-text\">\r\n        In compliance with Article 54 of the Consumer Code, you may exercise your right of withdrawal using, at your choice, one of the following methods:\r\n      <\/p>\r\n      <ul class=\"recesso-list\">\r\n        <li><strong>a) Online submission<\/strong> of the fully completed return form to the seller; in this case, the seller will send you confirmation of receipt of the withdrawal declaration via e-mail.<\/li>\r\n        <li><strong>b) Mailing<\/strong> this return form to the seller by post, in compliance with the model form pursuant to Article 49, paragraph 4, of the Consumer Code, to be fully completed.<\/li>\r\n        <li><strong>c) Sending<\/strong> another explicit declaration of your decision to withdraw from the contract to the seller by post.<\/li>\r\n      <\/ul>\r\n      <p class=\"recesso-card-text\" style=\"margin-top: 14px;\">\r\n        In cases b) and c), your declaration must be sent to the attention of customer service at the registered office of Fureco S.r.l., located at Via Magenta, 35, 20831 Seregno (MB), Italy. It is understood that in such cases, the burden of proving the correct and timely exercise of the right of withdrawal shall rest with you.\r\n      <\/p>\r\n      <p class=\"recesso-card-text\">\r\n        In compliance with Article 57 of the Consumer Code, once you have withdrawn from the contract, the products to be returned must be handed over to the courier within fourteen (14) days from the date you communicated your decision to withdraw to the seller.\r\n      <\/p>\r\n      <p class=\"recesso-card-text\" style=\"font-weight: 400; color: var(--bordeaux);\">\r\n        In compliance with Article 59 of the Consumer Code, the right of withdrawal is excluded in the event that you have purchased custom-made or personalized products.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Card 2: Condizioni di Accettazione -->\r\n    <div class=\"recesso-card\">\r\n      <div class=\"recesso-card-label\">Essential conditions<\/div>\r\n      <h3 class=\"recesso-card-title\">Requirements for return acceptance<\/h3>\r\n      <p class=\"recesso-card-text\">\r\n        The right of withdrawal is deemed correctly exercised if the following conditions are fully met:\r\n      <\/p>\r\n      <ul class=\"recesso-list\">\r\n        <li>The right of withdrawal must be regularly exercised within fourteen (14) days of receiving the products following one of the methods indicated above.<\/li>\r\n        <li>The products must not have been used, worn, washed, and must in any case comply with the requirements indicated below regarding compliance checks on returned products.<\/li>\r\n        <li>The identification tag must still be attached to the products with the disposable seal.<\/li>\r\n        <li>The products must be returned in their original packaging (which constitutes an integral part of the product).<\/li>\r\n        <li>The returned products must be handed over to the shipper within fourteen (14) days starting from when you notified the seller of your decision to withdraw.<\/li>\r\n        <li>The products must not be damaged.<\/li>\r\n      <\/ul>\r\n      <p class=\"recesso-card-text\" style=\"margin-top: 14px;\">\r\n        If you have complied with all required conditions, the seller, in compliance with Article 56 of the Consumer Code, will fully refund the price of the purchased products, while return shipping costs (i.e., those for returning the purchased products to the seller) will remain your responsibility.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Card 3: Verifiche di Conformit\u00e0 -->\r\n    <div class=\"recesso-card\">\r\n      <div class=\"recesso-card-label\">Checks and inspections<\/div>\r\n      <h3 class=\"recesso-card-title\">Compliance checks on returned products<\/h3>\r\n      <p class=\"recesso-card-text\">\r\n        All products must be returned new and unused, in perfect condition, with all protective materials and identification tags and stickers attached (if present), along with their packaging, accessories, and documentation.\r\n      <\/p>\r\n      <p class=\"recesso-card-text\">\r\n        If the product shows signs of use or has been used or altered from its original condition in any way, the seller reserves the right not to accept the return or, alternatively, to reduce the amount of the refund or exchange accordingly.\r\n      <\/p>\r\n      <p class=\"recesso-card-text\">\r\n        For example, the seller may apply a deduction to the refund under the following circumstances:\r\n      <\/p>\r\n      <ul class=\"recesso-list\">\r\n        <li>The products have been used, worn, damaged, or washed.<\/li>\r\n        <li>The identification tag is no longer attached to the products with the disposable seal or has not been returned.<\/li>\r\n        <li>The original packaging, which is an integral part of the product (e.g., the protective pouch), has not been returned.<\/li>\r\n      <\/ul>\r\n      <p class=\"recesso-card-text\" style=\"margin-top: 14px;\">\r\n        You will be contacted if the seller decides to deduct from the refund for this reason or if the return cannot be accepted. In this case, you may choose (as an alternative to the deduction) to have the purchased products sent back to you at your expense. If you refuse delivery, the seller reserves the right to retain the products and the corresponding amount.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Card 4: Tempi di Rimborso -->\r\n    <div class=\"recesso-card\">\r\n      <div class=\"recesso-card-label\">Refund stages<\/div>\r\n      <h3 class=\"recesso-card-title\">Refund timeframes and methods<\/h3>\r\n      <p class=\"recesso-card-text\">\r\n        After the seller receives your return and checks that all requirements have been met, you will receive a confirmation e-mail. The refund is processed by the seller as quickly as possible, and in any event within fourteen (14) days from the date they became aware of your exercise of the right of withdrawal.\r\n      <\/p>\r\n      <p class=\"recesso-card-text\">\r\n        The actual time for recrediting depends on the payment method used:\r\n      <\/p>\r\n      <ul class=\"recesso-list\">\r\n        <li><strong>Credit\/Debit Card<\/strong>: The refund timeframe depends on the card management company, but normally occurs within two billing statements. The value date of the recredit is the same as the debit, so you will not suffer any loss in terms of bank interest.<\/li>\r\n        <li><strong>PayPal (if available)<\/strong>: The refund will be made to your PayPal account and will be immediately visible. The actual refund to the credit card from your PayPal account depends on the institution that issued the card.<\/li>\r\n      <\/ul>\r\n      <p class=\"recesso-card-text\" style=\"margin-top: 14px;\">\r\n        In the case of a gift, the refund of funds will be made to the person who made the original payment.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Card 5: Prodotti Difettosi -->\r\n    <div class=\"recesso-card\">\r\n      <div class=\"recesso-card-label\">Legal guarantees<\/div>\r\n      <h3 class=\"recesso-card-title\">Defective or non-compliant products<\/h3>\r\n      <p class=\"recesso-card-text\">\r\n        Without prejudice to the application of mandatory rules protecting the consumer, you may return a product because it has defects or does not comply with your order, by informing the seller within thirty (30) days from the day you received the products purchased on fureco.it using the return form; if the defect manifests after thirty (30) days, please contact us.\r\n      <\/p>\r\n      <p class=\"recesso-card-text\">\r\n        Fureco will inspect the returned products and proceed with a full refund, including shipping costs and the expenses you incurred to return the products to Fureco.\r\n      <\/p>\r\n      <p class=\"recesso-card-text\">\r\n        In the event that Fureco finds no defects or lack of conformity, you will be informed that your return cannot be accepted and you may choose whether to have the purchased products sent back to you at your expense. If you refuse delivery, Fureco will have the right to retain the products and the purchase amount.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Card 6: Cambio Taglia\/Colore -->\r\n    <div class=\"recesso-card\">\r\n      <div class=\"recesso-card-label\">Merchandise replacement<\/div>\r\n      <h3 class=\"recesso-card-title\">Conditions for product exchanges<\/h3>\r\n      <p class=\"recesso-card-text\">\r\n        In some cases, you will have the opportunity to exchange the purchased products for others of the same model, with a different size and\/or color, subject to availability in Fureco&#8217;s warehouses.\r\n      <\/p>\r\n      <p class=\"recesso-card-text\">\r\n        The exchange request will be handled within the limits provided below:\r\n      <\/p>\r\n      <ul class=\"recesso-list\">\r\n        <li>Only products for which this option is expressly provided in the return form may be subject to exchange.<\/li>\r\n        <li>You may request an exchange no later than fourteen (14) days from the delivery date, by filling out the return form and sending it electronically to Fureco.<\/li>\r\n        <li>The products to be exchanged must be handed over to the courier within fourteen (14) days starting from when you communicated your decision to exchange the products.<\/li>\r\n        <li>The products must be returned to Fureco in their original packaging, unused, un-worn, unwashed, or undamaged, and with the identification tag still attached.<\/li>\r\n        <li>Only one exchange request can be made for each product. Products from a single order must be sent in a single shipment.<\/li>\r\n      <\/ul>\r\n      <p class=\"recesso-card-text\" style=\"margin-top: 14px;\">\r\n        If the exchange is accepted, Fureco will ship the replacement products within thirty (30) days with no shipping costs charged to you. If the product is not available, Fureco will not be able to fulfill the request and will proceed to refund the original price in accordance with the return procedures.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Card 7: Integrit\u00e0 del Prodotto -->\r\n    <div class=\"recesso-card\">\r\n      <div class=\"recesso-card-label\">Guarantee element<\/div>\r\n      <h3 class=\"recesso-card-title\">Product identification tag<\/h3>\r\n      <p class=\"recesso-card-text\">\r\n        Please remember that all products offered for sale by the seller are equipped with an identification tag fixed with a disposable seal, which constitutes an integral part of the item. We therefore remind you to try on the product without removing the tag and its relative seal, as returned products lacking them will not be accepted.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Card 8: Normative -->\r\n    <div class=\"recesso-card\">\r\n      <div class=\"recesso-card-label\">Regulatory references<\/div>\r\n      <h3 class=\"recesso-card-title\">Consumer Code<\/h3>\r\n      <p class=\"recesso-card-text\">\r\n        These conditions for exercising the right of withdrawal, which are an integral part of the general conditions of sale, are governed by Italian law and in particular by the Consumer Code.\r\n      <\/p>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\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 Info & Socials -->\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) &#8211; 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=\"\/en\/privacy-policy-eng\">Privacy Policy<\/a><\/li>\n        <li><a href=\"https:\/\/www.fureco.it\/en\/shipping-returns\/\">Shipping &#038; 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\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Right of Withdrawal | Fureco S.r.l. Seregno Right of Withdrawal Return Policy Notice In compliance with Article 52 of Legislative Decree No. 206 of September 6, 2005 (the \u201cConsumer Code\u201d), you have the right to withdraw from the contract entered into with Fureco S.r.l. (the \u201cseller\u201d or \u201cFureco\u201d) without any penalty and without specifying any &#8230; <a title=\"Right of Withdrawal\" class=\"read-more\" href=\"https:\/\/www.fureco.it\/en\/right-of-withdrawal\/\" aria-label=\"Read more about Right of Withdrawal\">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-138817","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>Right of Withdrawal - 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\/right-of-withdrawal\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Right of Withdrawal - Fureco\" \/>\n<meta property=\"og:description\" content=\"Right of Withdrawal | Fureco S.r.l. Seregno Right of Withdrawal Return Policy Notice In compliance with Article 52 of Legislative Decree No. 206 of September 6, 2005 (the \u201cConsumer Code\u201d), you have the right to withdraw from the contract entered into with Fureco S.r.l. (the \u201cseller\u201d or \u201cFureco\u201d) without any penalty and without specifying any ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fureco.it\/en\/right-of-withdrawal\/\" \/>\n<meta property=\"og:site_name\" content=\"Fureco\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-27T13:59:29+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=\"16 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/right-of-withdrawal\\\/\",\"url\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/right-of-withdrawal\\\/\",\"name\":\"Right of Withdrawal - Fureco\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.fureco.it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/right-of-withdrawal\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/right-of-withdrawal\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.fureco.it\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Fureco@4x-1.png\",\"datePublished\":\"2026-08-27T13:23:46+00:00\",\"dateModified\":\"2026-08-27T13:59:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/right-of-withdrawal\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.fureco.it\\\/en\\\/right-of-withdrawal\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/right-of-withdrawal\\\/#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\\\/right-of-withdrawal\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Right of Withdrawal\"}]},{\"@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":"Right of Withdrawal - 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\/right-of-withdrawal\/","og_locale":"en_US","og_type":"article","og_title":"Right of Withdrawal - Fureco","og_description":"Right of Withdrawal | Fureco S.r.l. Seregno Right of Withdrawal Return Policy Notice In compliance with Article 52 of Legislative Decree No. 206 of September 6, 2005 (the \u201cConsumer Code\u201d), you have the right to withdraw from the contract entered into with Fureco S.r.l. (the \u201cseller\u201d or \u201cFureco\u201d) without any penalty and without specifying any ... Read more","og_url":"https:\/\/www.fureco.it\/en\/right-of-withdrawal\/","og_site_name":"Fureco","article_modified_time":"2026-08-27T13:59:29+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":"16 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.fureco.it\/en\/right-of-withdrawal\/","url":"https:\/\/www.fureco.it\/en\/right-of-withdrawal\/","name":"Right of Withdrawal - Fureco","isPartOf":{"@id":"https:\/\/www.fureco.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.fureco.it\/en\/right-of-withdrawal\/#primaryimage"},"image":{"@id":"https:\/\/www.fureco.it\/en\/right-of-withdrawal\/#primaryimage"},"thumbnailUrl":"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/Fureco@4x-1.png","datePublished":"2026-08-27T13:23:46+00:00","dateModified":"2026-08-27T13:59:29+00:00","breadcrumb":{"@id":"https:\/\/www.fureco.it\/en\/right-of-withdrawal\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fureco.it\/en\/right-of-withdrawal\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fureco.it\/en\/right-of-withdrawal\/#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\/right-of-withdrawal\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fureco.it\/en\/"},{"@type":"ListItem","position":2,"name":"Right of Withdrawal"}]},{"@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\/138817","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=138817"}],"version-history":[{"count":3,"href":"https:\/\/www.fureco.it\/en\/wp-json\/wp\/v2\/pages\/138817\/revisions"}],"predecessor-version":[{"id":138888,"href":"https:\/\/www.fureco.it\/en\/wp-json\/wp\/v2\/pages\/138817\/revisions\/138888"}],"wp:attachment":[{"href":"https:\/\/www.fureco.it\/en\/wp-json\/wp\/v2\/media?parent=138817"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}