{"id":138669,"date":"2026-08-26T09:09:53","date_gmt":"2026-08-26T07:09:53","guid":{"rendered":"https:\/\/www.fureco.it\/collections\/"},"modified":"2026-09-14T15:44:19","modified_gmt":"2026-09-14T13:44:19","slug":"collections","status":"publish","type":"page","link":"https:\/\/www.fureco.it\/en\/collections\/","title":{"rendered":"Collections"},"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<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&display=swap');\n\n  :root {\n    --white: #ffffff;\n    --paper: #fafaf8;\n    --bone: #f5f3ef;\n    --line: #e8e5df;\n    --line-soft: #efece6;\n    --tortora: #b8aa97;\n    --tortora-deep: #968671;\n    --tortora-light: #e0d8cb;\n    --ink: #1f1d1a;\n    --gray-1: #4a4844;\n    --gray-2: #7a766f;\n    --gray-3: #a8a39a;\n    --bordeaux: #6d212b;\n  }\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  html {\n    scroll-behavior: smooth;\n    background: #f5f3ef !important;\n  }\n\n  \/* Body background coloring and edge cleaning exclusive to this page *\/\n  body {\n    background: #f5f3ef !important;\n    color: var(--gray-1);\n    font-family: 'Inter', sans-serif;\n    font-weight: 300;\n    line-height: 1.5;\n    -webkit-font-smoothing: antialiased;\n    letter-spacing: 0.01em;\n    overflow-x: hidden !important;\n    width: 100% !important;\n    max-width: 100% !important;\n  }\n\n  \/* Removal of any native theme borders under the main header *\/\n  header, \n  .site-header, \n  .ast-primary-header-bar, \n  #site-header {\n    border-bottom: none !important;\n    box-shadow: none !important;\n  }\n\n  \/* ========================================================\n     PAGE HEADER\n     ======================================================== *\/\n  .fureco-page-header {\n    display: block !important;\n    background-color: #f5f3ef !important;\n    text-align: center;\n    padding: 56px 48px 56px !important;\n    border-bottom: none !important;\n    width: 100% !important;\n    box-sizing: border-box !important;\n\n    margin-top: 0 !important;\n    transition: margin-top 0.45s cubic-bezier(0.16, 1, 0.3, 1) !important;\n    will-change: margin-top;\n    transform: translateZ(0);\n  }\n\n  body.header-scrolled .fureco-page-header {\n    margin-top: 0 !important;\n  }\n\n  .page-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 58px;\n    font-weight: 300;\n    letter-spacing: -0.01em;\n    color: var(--ink);\n    line-height: 1;\n    margin-bottom: 0 !important;\n  }\n\n  \/* GENDER GRID *\/\n  .gender-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    min-height: 640px;\n    background: var(--paper);\n    margin-top: 0 !important;\n  }\n\n  .gender-tile {\n    position: relative;\n    overflow: hidden;\n    display: block;\n    cursor: pointer;\n    text-decoration: none !important;\n  }\n\n  .gender-tile+.gender-tile {\n    border-left: 1px solid var(--line);\n  }\n\n  .gender-tile-img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center center;\n    transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n  }\n\n  .gender-tile:hover .gender-tile-img {\n    transform: scale(1.04);\n  }\n\n  .gender-tile-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(to top, rgba(15, 10, 5, 0.78) 0%, rgba(15, 10, 5, 0.20) 55%, transparent 100%);\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-end;\n    padding: 56px 52px;\n    transition: background 0.4s ease;\n  }\n\n  .gender-tile:hover .gender-tile-overlay {\n    background: linear-gradient(to top, rgba(15, 10, 5, 0.85) 0%, rgba(15, 10, 5, 0.28) 55%, transparent 100%);\n  }\n\n  .gender-tile-eyebrow {\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 0.35em;\n    text-transform: uppercase;\n    color: rgba(255, 255, 255, 0.75);\n    margin-bottom: 12px;\n  }\n\n  .gender-tile-name {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 72px;\n    font-weight: 300;\n    color: var(--white);\n    line-height: 1;\n    letter-spacing: -0.01em;\n    margin-bottom: 16px;\n  }\n\n  .gender-tile-cats {\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: rgba(255, 255, 255, 0.65);\n    margin-bottom: 28px;\n    line-height: 1.9;\n  }\n\n  .gender-tile-cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    font-family: 'Inter', sans-serif;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--white);\n    border-bottom: 1px solid rgba(255, 255, 255, 0.5);\n    padding-bottom: 6px;\n    width: fit-content;\n    transition: border-color 0.3s, gap 0.3s;\n  }\n\n  .gender-tile:hover .gender-tile-cta {\n    border-color: var(--white);\n    gap: 16px;\n  }\n\n  \/* FOOTER *\/\n  .footer {\n    background: var(--paper);\n    color: var(--gray-1);\n    padding: 80px 48px 40px;\n    border-top: 1px solid var(--line);\n  }\n\n  .footer-grid {\n    display: grid;\n    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;\n    gap: 48px;\n    margin-bottom: 64px;\n    max-width: 1400px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .footer-col h4 {\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--bordeaux);\n    margin-bottom: 20px;\n  }\n\n  .footer-col ul {\n    list-style: none;\n  }\n\n  .footer-col li {\n    font-size: 12px;\n    color: var(--gray-1);\n    margin-bottom: 10px;\n  }\n\n  .footer-social a {\n    color: var(--gray-2);\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 32px;\n    height: 32px;\n    border: 1px solid var(--line);\n    border-radius: 50%;\n    transition: all 0.3s ease;\n    text-decoration: none !important;\n  }\n\n  .footer-social a:hover {\n    color: var(--bordeaux);\n    border-color: var(--bordeaux);\n    background: var(--paper);\n  }\n\n  .footer-bottom {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding-top: 24px;\n    border-top: 1px solid var(--line);\n    font-size: 11px;\n    color: var(--gray-2);\n  }\n\n  .footer-lang-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: transparent;\n    border: 1px solid var(--line);\n    padding: 5px 12px;\n    font-family: 'Inter', sans-serif;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--gray-1);\n    cursor: pointer;\n    transition: all 0.3s ease;\n    text-decoration: none !important;\n  }\n\n  .footer-lang-btn:hover {\n    border-color: var(--bordeaux);\n    color: var(--bordeaux);\n  }\n\n  @media (max-width: 900px) {\n    .fureco-page-header {\n      margin-top: 0 !important;\n      padding: 48px 16px 48px !important;\n    }\n\n    body.header-scrolled .fureco-page-header {\n      margin-top: 0 !important;\n    }\n\n    .gender-grid {\n      grid-template-columns: 1fr;\n      min-height: unset;\n    }\n\n    .gender-tile {\n      height: 75vw;\n      min-height: 360px;\n    }\n\n    .gender-tile+.gender-tile {\n      border-left: none;\n      border-top: 1px solid var(--line);\n    }\n\n    .gender-tile-name {\n      font-size: 52px;\n    }\n\n    .gender-tile-overlay {\n      padding: 36px 28px;\n    }\n\n    .footer-grid {\n      grid-template-columns: 1fr;\n      gap: 32px;\n      text-align: center;\n    }\n  }\n<\/style>\n\n<!-- === COLLECTIONS SECTION: 02_page_header === -->\n<div class=\"fureco-page-header\">\n  <h1 class=\"page-title\">FW 2026 collections<\/h1>\n<\/div>\n\n<script>\n  (function() {\n    let ticking = false;\n    const threshold = 20;\n\n    function onScroll() {\n      if (!ticking) {\n        window.requestAnimationFrame(function() {\n          if (window.scrollY > threshold) {\n            document.body.classList.add('header-scrolled');\n          } else {\n            document.body.classList.remove('header-scrolled');\n          }\n          ticking = false;\n        });\n        ticking = true;\n      }\n    }\n\n    window.addEventListener('scroll', onScroll, { passive: true });\n    onScroll();\n  })();\n<\/script>\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&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: #4a4844;\r\n    --gray-2: #7a766f;\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,\r\n  #masthead,\r\n  .site-header,\r\n  .hongo-header,\r\n  .header-wrapper,\r\n  #site-header,\r\n  nav.navbar,\r\n  .navbar-default {\r\n    display: none !important;\r\n  }\r\n\r\n  #page,\r\n  #main,\r\n  #primary,\r\n  #content,\r\n  .site-content,\r\n  .entry-content,\r\n  .page-content,\r\n  .post-content,\r\n  .content-area,\r\n  .hongo-container,\r\n  .container-fluid,\r\n  .single-content,\r\n  .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,\r\n  a:hover,\r\n  a:focus,\r\n  a:visited,\r\n  a:active {\r\n    text-decoration: none !important;\r\n    border-bottom: none !important;\r\n    box-shadow: none !important;\r\n  }\r\n\r\n  \/* UTILITY BAR *\/\r\n  .utility-bar {\r\n    border-bottom: 1px solid var(--line);\r\n    padding: 10px 48px;\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    background: var(--paper);\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    position: relative;\r\n    min-height: 44px;\r\n  }\r\n\r\n  .utility-left {\r\n    flex: 1;\r\n  }\r\n\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\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%,\r\n    100% {\r\n      opacity: 1;\r\n      letter-spacing: 0.15em;\r\n      color: var(--bordeaux);\r\n    }\r\n\r\n    50% {\r\n      opacity: 0.82;\r\n      letter-spacing: 0.18em;\r\n      color: var(--ink);\r\n    }\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    text-decoration: none !important;\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    padding: 24px 48px;\r\n    background: var(--paper);\r\n    display: grid;\r\n    grid-template-columns: 1fr auto 1fr;\r\n    align-items: center;\r\n    gap: 32px;\r\n    position: relative;\r\n    border-bottom: 1px solid var(--line);\r\n  }\r\n\r\n  .nav-left,\r\n  .nav-right {\r\n    display: flex;\r\n    gap: 32px;\r\n    align-items: center;\r\n  }\r\n\r\n  .nav-right {\r\n    justify-content: flex-end;\r\n  }\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-1);\r\n    cursor: pointer;\r\n    padding: 6px 0;\r\n    border-bottom: 1px solid transparent !important;\r\n    text-decoration: none !important;\r\n    transition: all 0.3s ease;\r\n  }\r\n\r\n  .nav-item:hover,\r\n  .nav-item.active {\r\n    color: var(--bordeaux) !important;\r\n    border-bottom-color: var(--bordeaux) !important;\r\n    text-decoration: none !important;\r\n  }\r\n\r\n  .nav-logo {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 26px;\r\n    font-weight: 400;\r\n    letter-spacing: 0.3em;\r\n    text-align: center;\r\n    color: var(--ink);\r\n  }\r\n\r\n  .nav-logo .accent {\r\n    display: block;\r\n    font-size: 9px;\r\n    letter-spacing: 0.4em;\r\n    color: var(--bordeaux);\r\n    margin-top: 4px;\r\n    font-family: 'Inter', sans-serif;\r\n    font-style: normal;\r\n  }\r\n\r\n  \/* PAGE HEADER *\/\r\n  .page-header {\r\n    display: block !important;\r\n    padding: 44px 48px 24px;\r\n    text-align: center;\r\n    border-bottom: none !important;\r\n    background: var(--bone) !important;\r\n    margin: 0 !important;\r\n  }\r\n\r\n  .page-title {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 58px;\r\n    font-weight: 300;\r\n    letter-spacing: -0.01em;\r\n    color: var(--ink);\r\n    line-height: 1;\r\n    margin-bottom: 12px;\r\n  }\r\n\r\n  .page-subtitle {\r\n    font-family: 'JetBrains Mono', monospace;\r\n    font-size: 10px;\r\n    letter-spacing: 0.2em;\r\n    text-transform: uppercase;\r\n    color: var(--gray-2);\r\n  }\r\n\r\n  \/* GENDER GRID \u2014 Matching screenshot dimensions *\/\r\n  .gender-grid {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    height: 520px;\r\n    min-height: 480px;\r\n    background: var(--paper);\r\n    margin-top: 0 !important;\r\n  }\r\n\r\n  .gender-tile,\r\n  .gender-tile:hover,\r\n  .gender-tile:focus,\r\n  .gender-tile:active,\r\n  .gender-tile:visited {\r\n    position: relative;\r\n    overflow: hidden;\r\n    display: block;\r\n    cursor: pointer;\r\n    text-decoration: none !important;\r\n    border-bottom: none !important;\r\n    box-shadow: none !important;\r\n    height: 100%;\r\n  }\r\n\r\n  .gender-tile+.gender-tile {\r\n    border-left: 1px solid var(--line);\r\n  }\r\n\r\n  .gender-tile-img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    object-position: center top;\r\n    transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);\r\n  }\r\n\r\n  .gender-tile:hover .gender-tile-img {\r\n    transform: scale(1.04);\r\n  }\r\n\r\n  .gender-tile-overlay {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: linear-gradient(to top, rgba(15, 10, 5, 0.78) 0%, rgba(15, 10, 5, 0.15) 55%, transparent 100%);\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: flex-end;\r\n    padding: 44px 44px;\r\n    transition: background 0.4s ease;\r\n  }\r\n\r\n  .gender-tile:hover .gender-tile-overlay {\r\n    background: linear-gradient(to top, rgba(15, 10, 5, 0.85) 0%, rgba(15, 10, 5, 0.22) 55%, transparent 100%);\r\n  }\r\n\r\n  .gender-tile-eyebrow {\r\n    font-family: 'JetBrains Mono', monospace;\r\n    font-size: 10px;\r\n    letter-spacing: 0.35em;\r\n    text-transform: uppercase;\r\n    color: rgba(255, 255, 255, 0.75);\r\n    margin-bottom: 10px;\r\n  }\r\n\r\n  .gender-tile-name {\r\n    font-family: 'Cormorant Garamond', serif;\r\n    font-size: 72px;\r\n    font-weight: 300;\r\n    color: var(--white);\r\n    line-height: 1;\r\n    letter-spacing: -0.01em;\r\n    margin-bottom: 16px;\r\n    text-decoration: none !important;\r\n    border-bottom: none !important;\r\n  }\r\n\r\n  .gender-tile-cta,\r\n  .gender-tile:hover .gender-tile-cta {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    font-family: 'Inter', sans-serif;\r\n    font-size: 11px;\r\n    font-weight: 500;\r\n    letter-spacing: 0.2em;\r\n    text-transform: uppercase;\r\n    color: var(--white);\r\n    border: none !important;\r\n    border-bottom: none !important;\r\n    text-decoration: none !important;\r\n    box-shadow: none !important;\r\n    padding-bottom: 6px;\r\n    width: fit-content;\r\n    transition: gap 0.3s;\r\n  }\r\n\r\n  .gender-tile:hover .gender-tile-cta {\r\n    gap: 16px;\r\n  }\r\n\r\n  \/* FOOTER *\/\r\n  .footer {\r\n    background: var(--paper);\r\n    color: var(--gray-1);\r\n    padding: 80px 48px 40px;\r\n    border-top: 1px solid var(--line);\r\n  }\r\n\r\n  .footer-grid {\r\n    display: grid;\r\n    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;\r\n    gap: 48px;\r\n    margin-bottom: 64px;\r\n    max-width: 1400px;\r\n    margin-left: auto;\r\n    margin-right: auto;\r\n  }\r\n\r\n  .footer-col h4 {\r\n    font-family: 'JetBrains Mono', monospace;\r\n    font-size: 10px;\r\n    letter-spacing: 0.25em;\r\n    text-transform: uppercase;\r\n    color: var(--bordeaux);\r\n    margin-bottom: 20px;\r\n  }\r\n\r\n  .footer-col ul {\r\n    list-style: none;\r\n  }\r\n\r\n  .footer-col li {\r\n    font-size: 12px;\r\n    color: var(--gray-1);\r\n    margin-bottom: 10px;\r\n  }\r\n\r\n  .footer-social a {\r\n    color: var(--gray-2);\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    width: 32px;\r\n    height: 32px;\r\n    border: 1px solid var(--line);\r\n    border-radius: 50%;\r\n    transition: all 0.3s ease;\r\n    text-decoration: none !important;\r\n  }\r\n\r\n  .footer-social a:hover {\r\n    color: var(--bordeaux);\r\n    border-color: var(--bordeaux);\r\n    background: var(--paper);\r\n  }\r\n\r\n  .footer-bottom {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    padding-top: 24px;\r\n    border-top: 1px solid var(--line);\r\n    font-size: 11px;\r\n    color: var(--gray-2);\r\n  }\r\n\r\n  .footer-lang-btn {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 6px;\r\n    background: transparent;\r\n    border: 1px solid var(--line);\r\n    padding: 5px 12px;\r\n    font-family: 'Inter', sans-serif;\r\n    font-size: 10px;\r\n    font-weight: 500;\r\n    letter-spacing: 0.12em;\r\n    text-transform: uppercase;\r\n    color: var(--gray-1);\r\n    cursor: pointer;\r\n    transition: all 0.3s ease;\r\n    text-decoration: none !important;\r\n  }\r\n\r\n  .footer-lang-btn:hover {\r\n    border-color: var(--bordeaux);\r\n    color: var(--bordeaux);\r\n  }\r\n\r\n  @media (max-width: 900px) {\r\n    .gender-grid {\r\n      grid-template-columns: 1fr;\r\n      height: auto;\r\n      min-height: unset;\r\n    }\r\n\r\n    .gender-tile {\r\n      height: 75vw;\r\n      min-height: 360px;\r\n    }\r\n\r\n    .gender-tile+.gender-tile {\r\n      border-left: none;\r\n      border-top: 1px solid var(--line);\r\n    }\r\n\r\n    .gender-tile-name {\r\n      font-size: 52px;\r\n    }\r\n\r\n    .gender-tile-overlay {\r\n      padding: 36px 28px;\r\n    }\r\n\r\n    .footer-grid {\r\n      grid-template-columns: 1fr;\r\n      gap: 32px;\r\n      text-align: center;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<!-- === COLLECTIONS SECTION: 03_gender_grid === -->\r\n<div class=\"gender-grid\" style=\"margin-top: 0 !important;\">\r\n  <a href=\"https:\/\/www.fureco.it\/en\/womens-collection\/\" class=\"gender-tile\" aria-label=\"Women's Collection\" style=\"text-decoration: none !important; border-bottom: none !important; box-shadow: none !important;\">\r\n    <img decoding=\"async\" class=\"gender-tile-img lazyload\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/COPPIA_1-2-scaled.jpg\" alt=\"Fureco Women's Collection FW 2026\"\/><noscript><img decoding=\"async\" class=\"gender-tile-img lazyload\" src=\"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/COPPIA_1-2-scaled.jpg\" alt=\"Fureco Women's Collection FW 2026\"\/><\/noscript>\r\n    <div class=\"gender-tile-overlay\">\r\n      <h2 class=\"gender-tile-name\" style=\"text-decoration: none !important; border-bottom: none !important;\">Women<\/h2>\r\n      <span class=\"gender-tile-cta\" style=\"text-decoration: none !important; border-bottom: none !important; box-shadow: none !important;\">Explore the collection \u2192<\/span>\r\n    <\/div>\r\n  <\/a>\r\n  <a href=\"https:\/\/www.fureco.it\/en\/mens-collection\/\" class=\"gender-tile\" aria-label=\"Men's Collection\" style=\"text-decoration: none !important; border-bottom: none !important; box-shadow: none !important;\">\r\n    <img decoding=\"async\" class=\"gender-tile-img lazyload\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" data-src=\"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/COPPIA-1-1-scaled.jpg\" alt=\"Fureco Men's Collection FW 2026\"\/><noscript><img decoding=\"async\" class=\"gender-tile-img lazyload\" src=\"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/COPPIA-1-1-scaled.jpg\" alt=\"Fureco Men's Collection FW 2026\"\/><\/noscript>\r\n    <div class=\"gender-tile-overlay\">\r\n      <h2 class=\"gender-tile-name\" style=\"text-decoration: none !important; border-bottom: none !important;\">Men<\/h2>\r\n      <span class=\"gender-tile-cta\" style=\"text-decoration: none !important; border-bottom: none !important; box-shadow: none !important;\">Explore the collection \u2192<\/span>\r\n    <\/div>\r\n  <\/a>\r\n<\/div>\n\n\n\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Inter:wght@200;300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap');\n\n  :root {\n    --white: #ffffff;\n    --paper: #fafaf8;\n    --bone: #f5f3ef;\n    --line: #e8e5df;\n    --line-soft: #efece6;\n    --tortora: #b8aa97;\n    --tortora-deep: #968671;\n    --tortora-light: #e0d8cb;\n    --ink: #1f1d1a;\n    --gray-1: #333230;\n    --gray-2: #5c5a57;\n    --gray-3: #a8a39a;\n    --bordeaux: #6d212b;\n  }\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  html {\n    scroll-behavior: smooth;\n  }\n\n  body {\n    background: var(--paper) !important;\n    color: var(--gray-1) !important;\n    font-family: 'Inter', sans-serif !important;\n    font-weight: 300 !important;\n    line-height: 1.6 !important;\n    -webkit-font-smoothing: antialiased !important;\n    letter-spacing: 0.01em !important;\n    overflow-x: hidden !important;\n    width: 100% !important;\n    max-width: 100% !important;\n    opacity: 1 !important;\n    visibility: visible !important;\n    display: block !important;\n  }\n\n  \/* HIDE WORDPRESS DEFAULT SIDEBAR - AVOIDING CONFLICTS WITH BODY CLASSES *\/\n  aside, #secondary, .sidebar, .widget-area, .hongo-sidebar, #right-sidebar, aside.right-sidebar {\n    display: none !important;\n    width: 0 !important;\n    height: 0 !important;\n    opacity: 0 !important;\n    visibility: hidden !important;\n    flex: 0 0 0% !important;\n    max-width: 0% !important;\n  }\n\n  \/* FORCE CONTENT VISIBILITY AND DISABLE THEME PRELOADER\/ANIMATIONS *\/\n  .preloader, #preloader, .hongo-preloader, .hongo-preloader-wrapper, .site-preloader, .loading-wrapper {\n    display: none !important;\n    opacity: 0 !important;\n    visibility: hidden !important;\n    pointer-events: none !important;\n    height: 0 !important;\n    width: 0 !important;\n  }\n\n  #primary, #content, .content-area, .hongo-content-area, .main-content-inner, .col-lg-9, .col-md-9, .site-content, .entry-content, .page-content, .post-content, .main-container {\n    width: 100% !important;\n    max-width: 100% !important;\n    flex: 0 0 100% !important;\n    float: none !important;\n    padding: 0 !important;\n    margin: 0 !important;\n    box-sizing: border-box !important;\n    opacity: 1 !important;\n    visibility: visible !important;\n    display: block !important;\n  }\n\n  \/* WP Theme Overrides *\/\n  header, #masthead, .site-header, .hongo-header, .header-wrapper, #site-header, nav.navbar, .navbar-default {\n    display: none !important;\n  }\n\n  a, a:hover, a:focus, a:visited {\n    text-decoration: none !important;\n  }\n\n  \/* GLOBAL HEADER WRAPPER *\/\n  .fureco-global-header {\n    position: fixed !important;\n    top: 0 !important;\n    left: 0 !important;\n    width: 100% !important;\n    z-index: 99999 !important;\n    background: var(--paper);\n    display: flex;\n    flex-direction: column;\n  }\n\n  \/* UTILITY BAR *\/\n  .utility-bar {\n    position: relative !important;\n    width: 100% !important;\n    border-bottom: 1px solid var(--line);\n    padding: 10px 48px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    color: var(--bordeaux);\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    min-height: 40px;\n    box-sizing: border-box;\n  }\n\n  .utility-left { flex: 1; }\n  .utility-bar-center {\n    flex: 2;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    text-align: center;\n  }\n  .utility-right {\n    flex: 1;\n    display: flex;\n    justify-content: flex-end;\n    align-items: center;\n    height: 100%;\n  }\n\n  .animated-ticker-text {\n    display: inline-block;\n    white-space: nowrap;\n    animation: softSlowTicker 7s ease-in-out infinite;\n  }\n\n  @keyframes softSlowTicker {\n    0%, 100% { opacity: 1; letter-spacing: 0.15em; color: var(--bordeaux); }\n    50% { opacity: 0.82; letter-spacing: 0.18em; color: var(--ink); }\n  }\n\n  .utility-contact-btn {\n    font-family: 'Inter', sans-serif;\n    font-size: 9px;\n    font-weight: 500;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--bordeaux);\n    border: 1px solid var(--bordeaux);\n    padding: 5px 14px;\n    transition: all 0.3s ease;\n    white-space: nowrap;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .utility-contact-btn:hover {\n    background: var(--bordeaux);\n    color: var(--white);\n  }\n\n  \/* MAIN NAV *\/\n  .main-nav {\n    position: relative !important;\n    width: 100% !important;\n    height: auto !important;\n    padding: 16px 48px !important;\n    display: grid;\n    grid-template-columns: 1fr auto 1fr;\n    align-items: center;\n    gap: 32px;\n    border-bottom: 1px solid var(--line);\n    box-sizing: border-box;\n  }\n\n  .nav-left, .nav-right {\n    display: flex;\n    gap: 32px;\n    align-items: center;\n  }\n\n  .nav-right { justify-content: flex-end; }\n\n  .nav-item {\n    font-family: 'Inter', sans-serif;\n    font-size: 11px;\n    font-weight: 400;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--gray-2);\n    cursor: pointer;\n    padding: 6px 0;\n    border-bottom: 1px solid transparent !important;\n    transition: all 0.3s ease;\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    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px;\n    font-weight: 400;\n    letter-spacing: 0.3em;\n    text-align: center;\n    color: var(--ink);\n    line-height: 1.1 !important;\n    display: inline-block;\n  }\n\n  .nav-logo .accent {\n    display: block;\n    font-size: 8px;\n    letter-spacing: 0.35em;\n    color: var(--bordeaux);\n    margin-top: 4px;\n    font-family: 'Inter', sans-serif;\n    font-style: normal;\n    line-height: 1;\n  }\n\n  \/* \u2500\u2500 ISOLATED LAYOUT CLASSES \u2500\u2500 *\/\n  .fureco-container { max-width: 1400px; margin: 0 auto; padding: 0 48px; }\n\n  .fureco-section {\n    padding: 96px 0 !important;\n    position: relative !important;\n    display: block !important;\n    width: 100% !important;\n  }\n  .fureco-section-white { background: var(--white) !important; }\n  .fureco-section-bone { background: var(--bone) !important; }\n\n  .fureco-two-col {\n    display: grid !important;\n    grid-template-columns: 1fr 1fr !important;\n    gap: 80px !important;\n    align-items: center !important;\n  }\n\n  .section-heading {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 48px;\n    font-weight: 300;\n    color: var(--ink);\n    line-height: 1.1;\n  }\n\n  .section-body {\n    font-family: 'Inter', sans-serif;\n    font-size: 14px;\n    line-height: 1.8;\n    color: var(--gray-1);\n    margin-top: 24px;\n    text-align: justify;\n  }\n\n  \/* \u2500\u2500 WOMEN'S COLLECTION STYLES \u2500\u2500 *\/\n  .cat-view {\n    display: block;\n    margin-top: 116px; \/* Offset fixed header *\/\n  }\n  .prod-view {\n    display: block;\n    margin-top: 32px;\n  }\n\n  .cat-grid-section { padding: 64px 48px 40px; }\n  .cat-breadcrumb { display: flex; align-items: center; gap: 12px; margin-bottom: 48px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gray-3); }\n  .cat-breadcrumb a { color: var(--gray-2); transition: color 0.2s; }\n  .cat-breadcrumb a:hover { color: var(--ink); }\n  .cat-breadcrumb .sep { color: var(--line); }\n  .cat-breadcrumb .current { color: var(--ink); }\n\n  .gender-wrapper { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; border-bottom: 1px solid var(--line); padding-bottom: 40px; }\n  .cat-section-title { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; color: var(--ink); line-height: 1; }\n  \n  .cat-items-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }\n  .cat-tile { position: relative; overflow: hidden; cursor: pointer; border: 1px solid var(--line); background: var(--white); padding: 0; text-align: left; display: block; width: 100%; transition: all 0.3s ease; }\n  .cat-tile.active { border-color: var(--bordeaux); box-shadow: 0 4px 20px rgba(109,33,43,0.1); }\n  .cat-tile-img-wrap { aspect-ratio: 3\/4; overflow: hidden; margin-bottom: 16px; }\n  .cat-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }\n  .cat-tile:hover img { transform: scale(1.06); }\n  .cat-tile-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; color: var(--ink); padding: 0 16px; }\n  .cat-tile-count { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gray-3); padding: 0 16px 16px; margin-top: 4px; }\n\n  .filter-bar { background: var(--white); border-bottom: 1px solid var(--line); padding: 20px 48px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }\n  .filter-btn { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray-1); padding: 8px 20px; border: 1px solid var(--line); cursor: pointer; transition: all 0.2s; background: transparent; }\n  .filter-btn:hover, .filter-btn.active { border-color: var(--bordeaux); color: var(--bordeaux); }\n\n  .products-section { padding: 48px 0 96px; }\n  .products-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 48px; }\n  .products-title { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; color: var(--ink); }\n  .products-count { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--gray-3); letter-spacing: 0.15em; }\n\n  .product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }\n  .product-card { display: block; transition: transform 0.3s; border: 1px solid var(--line); background: var(--white); }\n  .product-card:hover { transform: translateY(-4px); border-color: var(--tortora); }\n  .product-card.hidden { display: none; }\n  .product-img-wrap { aspect-ratio: 3\/4; overflow: hidden; background: var(--bone); }\n  .product-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }\n  .product-card:hover .product-img-wrap img { transform: scale(1.04); }\n  \n  .product-info { padding: 20px; display: flex; flex-direction: column; }\n  .product-code { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--bordeaux); letter-spacing: 0.12em; text-transform: uppercase; }\n  .product-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--ink); margin-top: 6px; line-height: 1.2; }\n  .product-material { font-family: 'Inter', sans-serif; font-size: 11px; color: var(--gray-2); margin-top: 4px; }\n  .product-action { display: flex; align-items: center; justify-content: flex-end; margin-top: 12px; }\n  .product-wishlist { font-size: 18px; color: var(--gray-3); cursor: pointer; transition: color 0.2s; }\n  .product-wishlist:hover { color: var(--bordeaux); }\n\n  \/* FORCED CTA WITH !IMPORTANT *\/\n  .cta-section { \n    background: var(--white) !important; \n    padding: 80px 48px !important; \n    text-align: center !important; \n    border-top: 1px solid var(--line) !important; \n    border-bottom: 1px solid var(--line) !important; \n  }\n  .cta-title { \n    font-family: 'Cormorant Garamond', serif !important; \n    font-size: 52px !important; \n    font-weight: 300 !important; \n    color: var(--ink) !important; \n    line-height: 1.1 !important; \n    margin-bottom: 32px !important; \n  }\n  \n  .btn-red { \n    display: inline-block !important; \n    padding: 16px 40px !important; \n    background: var(--bordeaux) !important; \n    color: var(--white) !important; \n    border: 1px solid var(--bordeaux) !important; \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    transition: background 0.25s, color 0.25s !important; \n  }\n  .btn-red:hover { \n    background: transparent !important; \n    color: var(--bordeaux) !important; \n  }\n\n  \/* FOOTER *\/\n  .footer {\n    background: var(--paper);\n    color: var(--gray-1);\n    padding: 80px 48px 40px;\n    border-top: 1px solid var(--line);\n    font-family: 'Inter', sans-serif;\n  }\n\n  .footer-grid {\n    display: grid;\n    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;\n    gap: 48px;\n    margin-bottom: 64px;\n    max-width: 1400px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .footer-col h4 {\n    font-family: 'JetBrains Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--bordeaux);\n    margin-bottom: 20px;\n  }\n\n  .footer-col ul { list-style: none; }\n  .footer-col li { font-size: 12px; color: var(--gray-1); margin-bottom: 10px; }\n  .footer-col a { color: var(--gray-1); text-decoration: none !important; transition: color 0.3s ease; }\n  .footer-col a:hover { color: var(--bordeaux) !important; }\n\n  .footer-social a {\n    color: var(--gray-2);\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 32px;\n    height: 32px;\n    border: 1px solid var(--line);\n    border-radius: 50%;\n    transition: all 0.3s ease;\n    text-decoration: none !important;\n  }\n\n  .footer-social a:hover {\n    color: var(--bordeaux);\n    border-color: var(--bordeaux);\n    background: var(--paper);\n  }\n\n  .footer-bottom {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding-top: 24px;\n    border-top: 1px solid var(--line);\n    font-size: 11px;\n    color: var(--gray-2);\n    max-width: 1400px;\n    margin: 0 auto;\n  }\n\n  .footer-lang-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: transparent;\n    border: 1px solid var(--line);\n    padding: 5px 12px;\n    font-family: 'Inter', sans-serif;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--gray-1);\n    cursor: pointer;\n    transition: all 0.3s ease;\n    text-decoration: none !important;\n  }\n\n  .footer-lang-btn:hover {\n    border-color: var(--bordeaux);\n    color: var(--bordeaux);\n  }\n\n  @media (max-width: 900px) {\n    .utility-bar {\n      padding: 10px 24px;\n    }\n\n    .main-nav {\n      padding: 16px 24px !important;\n      grid-template-columns: 1fr;\n      gap: 16px;\n      text-align: center;\n    }\n\n    .nav-left, .nav-right {\n      justify-content: center;\n    }\n\n    .cat-view {\n      margin-top: 180px; \/* Space for mobile header *\/\n    }\n\n    .prod-view {\n      margin-top: 24px;\n    }\n\n    .cat-grid-section { padding: 48px 24px 32px; }\n    .gender-wrapper { flex-direction: column; align-items: flex-start; gap: 24px; margin-bottom: 40px; }\n    .cat-section-title { font-size: 36px; }\n    .cat-items-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }\n    \n    .filter-bar { padding: 16px 24px; overflow-x: auto; flex-wrap: nowrap; }\n    .products-section { padding: 32px 0 60px; }\n    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }\n    .products-title { font-size: 32px; }\n\n    .cta-section { padding: 60px 24px !important; }\n    .cta-title { font-size: 36px !important; }\n\n    .footer {\n      padding: 48px 24px 32px;\n    }\n\n    .footer-grid {\n      grid-template-columns: 1fr;\n      gap: 32px;\n      text-align: center;\n    }\n  }\n\n  \/* \u2500\u2500 320PX MOBILE OPTIMIZATIONS \u2500\u2500 *\/\n  @media (max-width: 480px) {\n    .utility-bar {\n      padding: 8px 16px;\n      font-size: 8px;\n      min-height: 36px;\n    }\n\n    .main-nav {\n      padding: 12px 16px !important;\n      gap: 12px;\n    }\n\n    .nav-logo {\n      font-size: 20px;\n    }\n\n    .nav-item {\n      font-size: 10px;\n      letter-spacing: 0.12em;\n    }\n\n    .cat-view {\n      margin-top: 220px;\n    }\n\n    .cat-items-grid {\n      grid-template-columns: 1fr; \/* Full-width vertical cards on mobile *\/\n    }\n\n    .product-grid {\n      grid-template-columns: 1fr; \/* Full-width vertical cards on mobile *\/\n      gap: 24px;\n    }\n\n    .footer {\n      padding: 40px 16px 24px;\n    }\n  }\n<\/style>\n\n<section class=\"cta-section\">\n  <h2 class=\"cta-title\">Discover the collection in the showroom<\/h2>\n  <a class=\"btn-red\" href=\"https:\/\/www.fureco.it\/contatti\/\">Schedule a visit<\/a>\n<\/section>\n\n\n\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Inter:wght@200;300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap');\n\n  :root {\n    --white: #ffffff;\n    --paper: #fafaf8;\n    --bone: #f5f3ef;\n    --line: #e8e5df;\n    --line-soft: #efece6;\n    --tortora: #b8aa97;\n    --tortora-deep: #968671;\n    --tortora-light: #e0d8cb;\n    --ink: #1f1d1a;\n    --gray-1: #333230;\n    --gray-2: #5c5a57;\n    --gray-3: #a8a39a;\n    --bordeaux: #6d212b;\n  }\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  html {\n    scroll-behavior: smooth;\n  }\n\n  body {\n    background: var(--paper) !important;\n    color: var(--gray-1) !important;\n    font-family: 'Inter', sans-serif !important;\n    font-weight: 300 !important;\n    line-height: 1.6 !important;\n    -webkit-font-smoothing: antialiased !important;\n    letter-spacing: 0.01em !important;\n    overflow-x: hidden !important;\n    width: 100% !important;\n    max-width: 100% !important;\n    opacity: 1 !important;\n    visibility: visible !important;\n    display: block !important;\n  }\n\n  \/* HIDE WORDPRESS DEFAULT SIDEBAR *\/\n  aside, #secondary, .sidebar, .widget-area, \n  .hongo-sidebar, #right-sidebar, aside.right-sidebar,\n  header, #masthead, .site-header, .hongo-header, \n  .header-wrapper, #site-header, nav.navbar, .navbar-default,\n  .preloader, #preloader, .hongo-preloader, \n  .hongo-preloader-wrapper, .site-preloader, .loading-wrapper {\n    display: none !important;\n    width: 0 !important;\n    height: 0 !important;\n    opacity: 0 !important;\n    visibility: hidden !important;\n    flex: 0 0 0% !important;\n    max-width: 0% !important;\n    pointer-events: none !important;\n  }\n\n  \/* Force main content container to full width *\/\n  #primary, #content, .content-area, .hongo-content-area, \n  .main-content-inner, .col-lg-9, .col-md-9, .site-content, \n  .entry-content, .page-content, .post-content, .main-container {\n    width: 100% !important;\n    max-width: 100% !important;\n    flex: 0 0 100% !important;\n    float: none !important;\n    padding: 0 !important;\n    margin: 0 !important;\n    box-sizing: border-box !important;\n    opacity: 1 !important;\n    visibility: visible !important;\n    display: block !important;\n  }\n\n  a, a:hover, a:focus, a:visited {\n    text-decoration: none !important;\n  }\n\n  \/* -----------------------------------------------------------\n     LAYOUT UTILITIES & GENERAL SECTIONS\n  ----------------------------------------------------------- *\/\n  .fureco-container {\n    max-width: 1440px;\n    margin: 0 auto;\n    padding: 0 clamp(20px, 6vw, 80px);\n    width: 100%;\n    box-sizing: border-box;\n  }\n\n  .fureco-section {\n    padding: clamp(64px, 8vw, 112px) 0 !important;\n    position: relative !important;\n    display: block !important;\n    width: 100% !important;\n  }\n\n  .fureco-section-white { background: var(--white) !important; }\n  .fureco-section-bone { background: var(--bone) !important; }\n\n  \/* Typography *\/\n  .section-heading {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(36px, 5vw, 52px);\n    font-weight: 300;\n    color: var(--ink);\n    line-height: 1.2;\n  }\n\n  .section-heading .season-break {\n    display: block;\n    margin-top: 4px;\n  }\n\n  .section-body {\n    font-family: 'Inter', sans-serif;\n    font-size: clamp(13px, 1.5vw, 15px);\n    line-height: 1.8;\n    color: var(--gray-1);\n    margin-top: clamp(16px, 3vw, 24px);\n    text-align: justify;\n    -webkit-hyphens: auto;\n    hyphens: auto;\n  }\n\n  \/* Highlight text style: consistent 'Inter' font *\/\n  .highlight-press {\n    font-family: 'Inter', sans-serif !important;\n    font-size: inherit !important;\n    color: var(--bordeaux) !important;\n    font-weight: 400 !important;\n    font-style: normal !important;\n  }\n\n  \/* -----------------------------------------------------------\n     PRESS BOX (EDITORIAL CARD)\n  ----------------------------------------------------------- *\/\n  .press-box {\n    background: var(--white);\n    border: 1px solid var(--line);\n    padding: clamp(40px, 8vw, 80px);\n    max-width: 900px;\n    margin: 0 auto;\n    box-shadow: 0 20px 50px rgba(0,0,0,0.04);\n    position: relative;\n  }\n\n  .press-box::before {\n    content: '';\n    position: absolute;\n    top: -1px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 2px;\n    background: var(--bordeaux);\n  }\n\n  .press-header {\n    text-align: center;\n    margin-bottom: clamp(32px, 5vw, 48px);\n  }\n<\/style>\n\n<!-- === PRESS RELEASE SECTION: FW 2026-2027 === -->\n<section class=\"fureco-section fureco-section-bone\">\n  <div class=\"fureco-container\">\n    \n    <!-- PRESS CARD -->\n    <div class=\"press-box\">\n      \n      <div class=\"press-header\">\n        <h2 class=\"section-heading\">\n          Fabio Gavazzi\n          <span class=\"season-break\">A\/W 2026-2027<\/span>\n        <\/h2>\n      <\/div>\n      \n     <p class=\"section-body\"> For the Autumn\/Winter 2026\u201327 season, the collection emerges from the meeting of memory and contemporaneity: on one side, the measured elegance of the 1930s gentleman; on the other, the dynamism of a woman who lives within the world of contemporary art, among galleries, artists, and travel. Both, constantly in motion, interpret their lives and personal style with freedom and awareness. <span class=\"highlight-press\">A harmonious dialogue that shapes a conscious and timeless aesthetic.<\/span> <\/p>\n  <p class=\"section-body\">\n    The narrative is both visual and material, taking form through exceptional craftsmanship, refined details, and balanced volumes, expressing an idea of <span class=\"highlight-press\">authentic luxury\u2014never ostentatious, yet deeply distinctive.<\/span>\n  <\/p>\n  \n  <p class=\"section-body\">\n    The materials are precious and highly curated: mink, sable, chinchilla, leather, and cashmere are at the core of the collection. Surfaces are enriched with classic elements such as brushed mink finishes, Prince of Wales patterns on textiles, hammered leather, and honeycomb textures, creating a balance between tradition and contemporary research. Each material is crafted to enhance its texture, depth, and natural evolution over time.\n  <\/p>\n  \n  <p class=\"section-body\">\n    The color palette moves through deep, enveloping tones: taupe takes center stage with its timeless elegance, joined by enduring dark brown, tobacco, \u00e9cru, and a range of sophisticated neutrals. Together, they create a harmonious and characterful chromatic identity.\n  <\/p>\n  \n  <p class=\"section-body\">\n    Fluid volumes and clean lines alternate with softer, more enveloping constructions: garments are reversible and transformable thanks to removable details such as scarf-collars, featuring comfortable and versatile silhouettes. Capes, bombers, jackets, cabans, and parkas are designed to accompany every moment of the day with ease, combining functionality and elegance.\n  <\/p>\n  \n  <p class=\"section-body\">\n    The collection is an invitation to experience style as a personal expression shaped over time through conscious choices, dedicated to those who recognize in detail and quality the true essence of luxury.\n  <\/p>\n  \n<\/div>\n\n<\/div> <\/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 & 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) &#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=\"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 FW 2026 collections Women Explore the collection \u2192 Men Explore the collection \u2192 Discover the collection in the showroom Schedule a visit &#8230; <a title=\"Collections\" class=\"read-more\" href=\"https:\/\/www.fureco.it\/en\/collections\/\" aria-label=\"Read more about Collections\">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-138669","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>Collections - 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\/collections\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Collections - 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 FW 2026 collections Women Explore the collection \u2192 Men Explore the collection \u2192 Discover the collection in the showroom Schedule a visit ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fureco.it\/en\/collections\/\" \/>\n<meta property=\"og:site_name\" content=\"Fureco\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-14T13:44:19+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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/collections\\\/\",\"url\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/collections\\\/\",\"name\":\"Collections - Fureco\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.fureco.it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/collections\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/collections\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.fureco.it\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Fureco@4x-1.png\",\"datePublished\":\"2026-08-26T07:09:53+00:00\",\"dateModified\":\"2026-09-14T13:44:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/collections\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.fureco.it\\\/en\\\/collections\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/collections\\\/#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\\\/collections\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.fureco.it\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Collections\"}]},{\"@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":"Collections - 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\/collections\/","og_locale":"en_US","og_type":"article","og_title":"Collections - 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 FW 2026 collections Women Explore the collection \u2192 Men Explore the collection \u2192 Discover the collection in the showroom Schedule a visit ... Read more","og_url":"https:\/\/www.fureco.it\/en\/collections\/","og_site_name":"Fureco","article_modified_time":"2026-09-14T13:44:19+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":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.fureco.it\/en\/collections\/","url":"https:\/\/www.fureco.it\/en\/collections\/","name":"Collections - Fureco","isPartOf":{"@id":"https:\/\/www.fureco.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.fureco.it\/en\/collections\/#primaryimage"},"image":{"@id":"https:\/\/www.fureco.it\/en\/collections\/#primaryimage"},"thumbnailUrl":"https:\/\/www.fureco.it\/wp-content\/uploads\/2026\/07\/Fureco@4x-1.png","datePublished":"2026-08-26T07:09:53+00:00","dateModified":"2026-09-14T13:44:19+00:00","breadcrumb":{"@id":"https:\/\/www.fureco.it\/en\/collections\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fureco.it\/en\/collections\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fureco.it\/en\/collections\/#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\/collections\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fureco.it\/en\/"},{"@type":"ListItem","position":2,"name":"Collections"}]},{"@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\/138669","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=138669"}],"version-history":[{"count":17,"href":"https:\/\/www.fureco.it\/en\/wp-json\/wp\/v2\/pages\/138669\/revisions"}],"predecessor-version":[{"id":139165,"href":"https:\/\/www.fureco.it\/en\/wp-json\/wp\/v2\/pages\/138669\/revisions\/139165"}],"wp:attachment":[{"href":"https:\/\/www.fureco.it\/en\/wp-json\/wp\/v2\/media?parent=138669"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}