@charset "UTF-8";
/* Fonts default
================================*/
/*
================================*/
/* Fonts custom
================================*/
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/theme/inter-v20-latin/inter-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/theme/inter-v20-latin/inter-v20-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/theme/inter-v20-latin/inter-v20-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Sorts Mill Goudy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/theme/sorts-mill-goudy-v16-latin/sorts-mill-goudy-v16-latin-regular.woff2") format("woff2");
}
/*
================================*/
/* Variables default
================================*/
/*
================================*/
/* Variables custom
================================*/
/*
================================*/
/* Mixins default
================================*/
/* Mixins utilities
========================*/
/*
========================*/
/* Mixins others
========================*/
/*
========================*/
/*
================================*/
/* Mixins custom
================================*/
/*
================================*/
/* Root
================================*/
:root {
  --color-primary: #c4a403;
  --color-secondary: #b59703;
  --color-tertiary: #231f20;
  --color-quaternary: #d3b103;
  --color-body: #6e6e6e;
  --color-title: #231f20;
  --color-link: #231f20;
  --color-link-hover: #c4a403;
  --color-bg-light: #f8f8f8;
  --color-bg-dark: #161616;
  --color-focus-visible: #005fcc;
  --font-family-body: Inter, sans-serif;
  --font-family-title: Sorts Mill Goudy, serif;
  --font-size-body: 0.9375rem;
  --font-size-title: 1rem;
  --font-weight-body-first: 400;
  --font-weight-body-second: 500;
  --font-weight-body-third: 600;
  --font-weight-title-first: 400;
  --font-weight-title-second: 400;
  --line-height-body: 1.6;
  --line-height-title: 1.2;
  --letter-spacing-body: 0;
  --letter-spacing-title: 0;
  --letter-spacing-first: 0.025em;
  --letter-spacing-second: 0.05em;
  --letter-spacing-third: 0.1em;
  --transition-first: 0.3s ease;
  --transition-second: 0.5s ease;
  --max-width-container: 1320px;
}

/*
================================*/
/* Reboot
================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

figure {
  margin: 0;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

textarea {
  resize: vertical;
}

iframe {
  border: 0;
}

address {
  font-style: normal;
}

:active,
:focus {
  outline: 0;
}

/*
================================*/
/* Base
================================*/
body {
  max-width: 2500px;
  margin-right: auto;
  margin-left: auto;
  color: #6e6e6e;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 1.6;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.25em 0 0.625em 0;
  color: #231f20;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0;
  word-break: break-word;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: calc(1rem + 0.9375rem);
}

h2 {
  font-size: calc(1rem + 0.75rem);
}

h3 {
  font-size: calc(1rem + 0.5625rem);
}

h4 {
  font-size: calc(1rem + 0.375rem);
}

h5 {
  font-size: calc(1rem + 0.1875rem);
}

h6 {
  font-size: calc(1rem + 0rem);
}

p,
ul,
ol,
dl,
address {
  margin: 0 0 0.9375rem 0;
}
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
address:last-child {
  margin-bottom: 0;
}

ul,
ol {
  padding-left: 1.875rem;
}

dd {
  margin: 0;
}

blockquote {
  margin: 1.25rem 0;
  border-left: 3px solid #c4a403;
  padding-left: 1.875rem;
  font-style: italic;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote cite {
  font-weight: 500;
}

a {
  color: #231f20;
}
a:hover {
  color: #c4a403;
}
a {
  text-decoration: none;
  transition: color 0.3s ease;
}
:where(h1, h2, h3, h4, h5, h6) a {
  color: #231f20;
}
:where(h1, h2, h3, h4, h5, h6) a:hover {
  color: #c4a403;
}

strong,
b {
  color: #231f20;
  font-weight: 500;
}
:where(h1, h2, h3, h4, h5, h6) strong,
:where(h1, h2, h3, h4, h5, h6) b {
  color: inherit;
  font-weight: 400;
}
a > strong,
a > b {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #005fcc !important;
  box-shadow: inset 0 0 0 1px #ffffff !important;
}

::-moz-selection,
::selection {
  color: #ffffff;
  background-color: #c4a403;
}

::placeholder {
  color: #6e6e6e;
  opacity: 0.7;
}

/*
================================*/
/* Header area
================================*/
/* Global
========================*/
/* Header logo
================*/
.header-logo {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .header-logo {
    flex-shrink: 1;
  }
}
.header-logo a {
  display: flex;
  height: 6.25rem;
  text-decoration: none;
  transition: height 0.3s ease;
}
@media (max-width: 1024px) {
  .header-logo a {
    height: 5rem;
  }
}
.header-logo a img {
  width: auto;
  height: 3.125rem;
  margin: auto;
  transition: height 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 1024px) {
  .header-logo a img {
    height: 2.5rem;
  }
}
.header-logo a h1 {
  color: #231f20;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0;
  word-break: break-word;
  margin: auto;
  font-size: calc(1rem + 0.5rem);
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .header-logo a h1 {
    font-size: calc(1rem + 0.25rem);
  }
}

/*
================*/
/* Header nav
================*/
.header-nav {
  flex-shrink: 0;
  margin-right: -1.25rem;
  margin-left: auto;
}
.header-nav:has(~ .header-shop) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .header-nav {
    display: none;
  }
}
.header-nav ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  position: relative;
  display: flex;
  text-decoration: none;
}
.header-nav {
  /* Livello 1 */
}
.header-nav > ul {
  display: flex;
  align-items: center;
}
.header-nav > ul > li {
  flex-shrink: 0;
}
.header-nav > ul > li > a {
  padding: 0 1.25rem;
  color: #231f20;
  font-size: calc(0.9375rem - 0.125rem);
  font-weight: 600;
  text-transform: none;
  line-height: 6.25rem;
  letter-spacing: 0.025em;
  transition: color 0.3s ease, line-height 0.3s ease;
}
.header-nav > ul > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1.5px;
  width: 0;
  margin-top: 1.125rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #c4a403;
  transition: 0.3s ease;
}
.header-nav > ul > li:hover > a {
  color: #c4a403;
}
.header-nav > ul > li:hover > a::before {
  width: 1.25rem;
}
.header-nav > ul > li.current-menu-item > a, .header-nav > ul > li.current_page_item > a, .header-nav > ul > li.current-menu-ancestor > a, .header-nav > ul > li.current-page-ancestor > a, .header-nav > ul > li.current-post-ancestor > a, .header-nav > ul > li.current_page_parent > a {
  color: #c4a403;
}
.header-nav > ul > li.current-menu-item > a::before, .header-nav > ul > li.current_page_item > a::before, .header-nav > ul > li.current-menu-ancestor > a::before, .header-nav > ul > li.current-page-ancestor > a::before, .header-nav > ul > li.current-post-ancestor > a::before, .header-nav > ul > li.current_page_parent > a::before {
  width: 1.25rem;
}
.header-nav > ul > li.menu-item-has-children > a {
  align-items: center;
}
.header-nav > ul > li.menu-item-has-children > a::after {
  content: "낐";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  flex-shrink: 0;
  margin-left: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1;
}
.header-nav {
  /* */
  /* Livello 2 e 3 */
}
.header-nav > ul > li > ul, .header-nav > ul > li > ul > li > ul {
  position: absolute;
  width: 15rem;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  padding: 1.25rem 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 50;
  transition: all 0.3s ease;
}
.header-nav > ul > li > ul > li > a, .header-nav > ul > li > ul > li > ul > li > a {
  padding: 0.625rem 1.5rem;
  background-color: transparent;
  color: #231f20;
  font-size: calc(0.9375rem - 0.1875rem);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.025em;
  transition: color 0.3s ease;
}
.header-nav > ul > li > ul > li:hover > a, .header-nav > ul > li > ul > li > ul > li:hover > a {
  color: #c4a403;
}
.header-nav > ul > li > ul > li.current-menu-item > a, .header-nav > ul > li > ul > li.current_page_item > a, .header-nav > ul > li > ul > li.current-menu-ancestor > a, .header-nav > ul > li > ul > li.current-page-ancestor > a, .header-nav > ul > li > ul > li > ul > li.current-menu-item > a, .header-nav > ul > li > ul > li > ul > li.current_page_item > a, .header-nav > ul > li > ul > li > ul > li.current-menu-ancestor > a, .header-nav > ul > li > ul > li > ul > li.current-page-ancestor > a {
  color: #c4a403;
}
.header-nav {
  /* */
  /* Livello 2 */
}
.header-nav > ul > li > ul {
  top: 100%;
  left: calc(50% - 6.875rem);
  transform: translateY(0.9375rem);
  transition-delay: 0s;
}
.header-nav > ul > li > ul::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  right: 0;
  left: 0;
  height: 1.25rem;
}
.header-nav > ul > li > ul > li.menu-item-has-children > a {
  align-items: center;
  justify-content: space-between;
}
.header-nav > ul > li > ul > li.menu-item-has-children > a::after {
  content: "낉";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  flex-shrink: 0;
  margin-left: 0.375rem;
  font-size: 0.8125rem;
  line-height: 1;
}
.header-nav > ul > li:hover > ul, .header-nav > ul > li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.header-nav {
  /* */
  /* Livello 3 */
}
.header-nav > ul > li > ul > li > ul {
  top: 0;
  right: 100%;
  transform: translateX(-0.9375rem);
}
.header-nav > ul > li > ul > li:hover > ul, .header-nav > ul > li > ul > li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.header-nav {
  /* */
  /* Livello 4 */
}
.header-nav > ul ul ul ul {
  display: none;
}
.header-nav {
  /* */
  /* Sub menu right */
}
.header-nav > ul > li.sub-menu-right > ul {
  left: 0;
}
.header-nav > ul > li.sub-menu-right > ul > li > ul {
  right: auto;
  left: 100%;
  transform: translateX(0.9375rem);
}
.header-nav > ul > li.sub-menu-right > ul > li:hover > ul, .header-nav > ul > li.sub-menu-right > ul > li:focus-within > ul {
  transform: translateX(0);
}
.header-nav {
  /* */
  /* Sub menu left */
}
.header-nav > ul > li.sub-menu-left > ul {
  right: 0;
  left: auto;
}
.header-nav {
  /* */
}

/*
================*/
/* Header nav fixed toggle
================*/
.header-toggle {
  display: none;
  flex-shrink: 0;
  margin-right: -0.5625rem;
}
@media (max-width: 1024px) {
  .header-toggle {
    display: flex;
  }
}
.header-toggle button {
  position: relative;
  width: 2.75rem;
  height: 5rem;
  border: none;
  margin: auto 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.header-toggle button span {
  position: absolute;
  left: 0.5625rem;
  display: block;
  width: 1.625rem;
  height: 1.5px;
  background-color: #231f20;
  transition: all 0.3s ease;
}
.header-toggle button span:nth-child(1) {
  top: calc(50% - 8px);
}
.header-toggle button span:nth-child(2) {
  top: 50%;
  right: 0.5625rem;
  left: auto;
  width: 1.25rem;
}
.header-toggle button span:nth-child(3) {
  top: calc(50% + 8px);
}
.header-toggle button:hover span {
  background-color: #c4a403;
}
.header-toggle button:hover span:nth-child(2) {
  width: 1.625rem;
}
.header-toggle.has-active button span {
  background-color: #c4a403;
}
.header-toggle.has-active button span:nth-child(2) {
  width: 1.625rem;
}

/*
================*/
/* Header shop
================*/
.header-shop {
  display: flex;
}
.header-shop > div .header-shop-icon {
  position: relative;
  display: flex;
  width: 2.75rem;
  height: 6.25rem;
  border: none;
  padding: 0;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header-shop > div .header-shop-icon {
    height: 5rem;
  }
}
.header-shop > div .header-shop-icon svg {
  width: 1em;
  height: 1em;
  margin: auto;
  stroke: #231f20;
  font-size: 1.625rem;
  transition: stroke 0.3s ease;
}
.header-shop > div .header-shop-icon:hover svg {
  stroke: #c4a403;
}
.header-shop > div.has-active .header-shop-icon svg {
  stroke: #c4a403;
}
.header-shop .header-shop-nav {
  display: none;
}
@media (max-width: 1024px) {
  .header-shop .header-shop-nav {
    display: block;
  }
}
body.woocommerce-cart .header-shop .header-shop-cart, body.woocommerce-checkout .header-shop .header-shop-cart {
  pointer-events: none;
}

.header-shop .header-shop-cart .header-shop-cart-count {
  position: absolute;
  top: 50%;
  right: 0;
  min-width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  margin-top: -1.625rem;
  background-color: #231f20;
  text-align: center;
  color: #ffffff;
  font-size: 0.625rem;
  line-height: 1.125rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/*
================*/
/*
========================*/
/* Header
========================*/
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 0.625rem;
}
@media (max-width: 1024px) {
  .header .header-inner {
    column-gap: 1.25rem;
  }
}

/*
========================*/
/* Sticky
========================*/
.header-sticky {
  /* Base */
}
.header-sticky > div {
  position: relative;
}
.header-sticky > div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  z-index: -1;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.header-sticky.sticky-down > div, .header-sticky.sticky-up-down > div {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
}
.header-sticky.sticky-down > div::before, .header-sticky.sticky-up-down > div::before {
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 #e5e5e5;
}
.header-sticky.sticky-up-down > div {
  transform: translateY(calc(-100% - 1px));
}
.header-sticky.sticky-up-down.sticky-scroll-down > div {
  transition: transform 0.3s ease-in-out;
}
.header-sticky.sticky-up-down.sticky-scroll-up > div {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}
.header-sticky {
  /* */
  /* Modifica dimensioni */
  /* */
}

/*
========================*/
/* Has transparency
========================*/
.header-area {
  /* Senza has-transparency */
}
.header-area:not(.has-transparency) .header-logo a img.logo-white {
  display: none;
}
.header-area {
  /* */
  /* Con has-transparency */
}
.header-area.has-transparency {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
}
.header-area.has-transparency .header-logo a {
  position: relative;
}
.header-area.has-transparency .header-logo a img.logo-white {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.header-area {
  /* */
  /* Con has-transparency e senza header-sticky */
}
.header-area.has-transparency:not(:has(.header-sticky)) .header-logo a img.logo {
  opacity: 0;
}
.header-area.has-transparency:not(:has(.header-sticky)) .header-logo a img.logo-white {
  opacity: 1;
}
.header-area.has-transparency:not(:has(.header-sticky)) .header-logo a h1 {
  color: #ffffff;
}
.header-area.has-transparency:not(:has(.header-sticky)) .header-nav > ul > li > a {
  color: #ffffff;
}
.header-area.has-transparency:not(:has(.header-sticky)) .header-nav > ul > li > a::before {
  background-color: #ffffff;
}
.header-area.has-transparency:not(:has(.header-sticky)) .header-toggle button span {
  background-color: #ffffff;
}
.header-area.has-transparency:not(:has(.header-sticky)) .header-toggle button:hover span {
  background-color: rgba(255, 255, 255, 0.8);
}
.header-area.has-transparency:not(:has(.header-sticky)) .header-toggle.has-active button span {
  background-color: rgba(255, 255, 255, 0.8);
}
.header-area.has-transparency:not(:has(.header-sticky)) .header-shop > div .header-shop-icon svg {
  stroke: #ffffff;
}
.header-area.has-transparency:not(:has(.header-sticky)) .header-shop > div .header-shop-icon:hover svg {
  stroke: rgba(255, 255, 255, 0.8);
}
.header-area.has-transparency:not(:has(.header-sticky)) .header-shop > div.has-active .header-shop-icon svg {
  stroke: rgba(255, 255, 255, 0.8);
}
.header-area.has-transparency:not(:has(.header-sticky)) .header-shop .header-shop-cart .header-shop-cart-count {
  background-color: #ffffff;
  color: #231f20;
}
.header-area {
  /* */
  /* Con has-transparency e header-sticky */
}
.header-area.has-transparency .header-sticky:not(.sticky-down):not(.sticky-up-down) .header-logo a img.logo {
  opacity: 0;
}
.header-area.has-transparency .header-sticky:not(.sticky-down):not(.sticky-up-down) .header-logo a img.logo-white {
  opacity: 1;
}
.header-area.has-transparency .header-sticky:not(.sticky-down):not(.sticky-up-down) .header-logo a h1 {
  color: #ffffff;
}
.header-area.has-transparency .header-sticky:not(.sticky-down):not(.sticky-up-down) .header-nav > ul > li > a {
  color: #ffffff;
}
.header-area.has-transparency .header-sticky:not(.sticky-down):not(.sticky-up-down) .header-nav > ul > li > a::before {
  background-color: #ffffff;
}
.header-area.has-transparency .header-sticky:not(.sticky-down):not(.sticky-up-down) .header-toggle button span {
  background-color: #ffffff;
}
.header-area.has-transparency .header-sticky:not(.sticky-down):not(.sticky-up-down) .header-toggle button:hover span {
  background-color: rgba(255, 255, 255, 0.8);
}
.header-area.has-transparency .header-sticky:not(.sticky-down):not(.sticky-up-down) .header-toggle.has-active button span {
  background-color: rgba(255, 255, 255, 0.8);
}
.header-area.has-transparency .header-sticky:not(.sticky-down):not(.sticky-up-down) .header-shop > div .header-shop-icon svg {
  stroke: #ffffff;
}
.header-area.has-transparency .header-sticky:not(.sticky-down):not(.sticky-up-down) .header-shop > div .header-shop-icon:hover svg {
  stroke: rgba(255, 255, 255, 0.8);
}
.header-area.has-transparency .header-sticky:not(.sticky-down):not(.sticky-up-down) .header-shop > div.has-active .header-shop-icon svg {
  stroke: rgba(255, 255, 255, 0.8);
}
.header-area.has-transparency .header-sticky:not(.sticky-down):not(.sticky-up-down) .header-shop .header-shop-cart .header-shop-cart-count {
  background-color: #ffffff;
  color: #231f20;
}
.header-area {
  /* */
}

/*
========================*/
/*
================================*/
/* Main area
================================*/
/*
================================*/
/* Main headline
================================*/
/* Global
========================*/
.main-headline {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/*
========================*/
/* Headline
========================*/
.headline {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.headline .headline-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .headline .headline-inner {
    justify-content: center;
    text-align: center;
  }
}
.headline .headline-inner:has(.headline-title):has(.headline-breadcrumb) {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.625rem 1.875rem;
}
@media (max-width: 768px) {
  .headline .headline-inner:has(.headline-title):has(.headline-breadcrumb) {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
  }
}
.headline .headline-inner:has(.headline-title):has(.headline-breadcrumb) .headline-title {
  order: 1;
}
@media (max-width: 768px) {
  .headline .headline-inner:has(.headline-title):has(.headline-breadcrumb) .headline-title {
    order: 0;
  }
}
.headline .headline-title h1,
.headline .headline-title span {
  color: #231f20;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0;
  word-break: break-word;
  font-size: calc(1rem + 0.5rem);
}
.headline .headline-title span {
  display: block;
}
.headline .headline-breadcrumb {
  color: #231f20;
  font-size: calc(0.9375rem - 0.0625rem);
}
.headline .headline-breadcrumb a {
  color: #231f20;
}
.headline .headline-breadcrumb a:hover {
  color: #c4a403;
}
.headline .headline-breadcrumb a {
  text-decoration: none;
}
.headline .headline-breadcrumb span span:last-of-type {
  font-weight: 500;
}

/*
========================*/
/* Has image
========================*/
.main-headline {
  /* Senza has-image */
}
.main-headline:not(.has-image) .headline .headline-img {
  display: none;
}
.main-headline {
  /* */
  /* Con has-image */
}
.main-headline.has-image {
  border-top: none;
  border-bottom: none;
}
.main-headline.has-image .headline {
  position: relative;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  background-color: #161616;
}
@media (max-width: 768px) {
  .main-headline.has-image .headline {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.main-headline.has-image .headline .headline-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.main-headline.has-image .headline .headline-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-headline.has-image .headline .headline-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.main-headline.has-image .headline .headline-container {
  position: relative;
  z-index: 1;
}
.main-headline.has-image .headline .headline-inner {
  justify-content: center;
}
.main-headline.has-image .headline .headline-inner:has(.headline-title):has(.headline-breadcrumb) {
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 0.9375rem 0;
  text-align: center;
}
.main-headline.has-image .headline .headline-inner:has(.headline-title):has(.headline-breadcrumb) .headline-title {
  order: 0;
}
.main-headline.has-image .headline .headline-title h1,
.main-headline.has-image .headline .headline-title span {
  font-size: calc(1rem + 1.5rem);
}
@media (max-width: 768px) {
  .main-headline.has-image .headline .headline-title h1,
  .main-headline.has-image .headline .headline-title span {
    font-size: calc(1rem + 1.3125rem);
  }
}
.main-headline.has-image .headline .headline-title h1,
.main-headline.has-image .headline .headline-title span {
  color: #ffffff;
}
.main-headline.has-image .headline .headline-breadcrumb {
  color: #ffffff;
}
.main-headline.has-image .headline .headline-breadcrumb a {
  color: #ffffff;
}
.main-headline.has-image .headline .headline-breadcrumb a:hover {
  color: #d3b103;
}
.main-headline {
  /* */
}

/* Con has-transparency e has-image */
.header-area.has-transparency ~ .main-area .main-headline.has-image .headline .headline-title {
  margin-top: 2.5rem;
}

/* */
/*
========================*/
/*
================================*/
/* Main content
================================*/
/* Global
========================*/
.main-area:not(:has(.main-headline ~ .main-content, .main-hero ~ .main-content)) .main-content:not(.has-content-page-elementor:not(.has-content-page-sidebar)) {
  border-top: 1px solid #e5e5e5;
}

/*
========================*/
/* Content
========================*/
.content {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.content {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media (max-width: 768px) {
  .content {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

/*
========================*/
/* Layout sidebar
========================*/
.layout-sidebar {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 1.875rem;
}
@media (max-width: 1024px) {
  .layout-sidebar {
    flex-wrap: nowrap;
    flex-direction: column !important;
  }
}
.layout-sidebar .primary {
  flex: 1;
}
.layout-sidebar .sidebar {
  width: 360px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1280px) {
  .layout-sidebar .sidebar {
    width: 295px;
  }
}
@media (max-width: 1024px) {
  .layout-sidebar .sidebar {
    width: 480px;
  }
}
.layout-sidebar.has-sidebar-right {
  flex-direction: row;
}
.layout-sidebar.has-sidebar-left {
  flex-direction: row-reverse;
}
.layout-sidebar.has-sidebar-bottom {
  flex-wrap: nowrap;
  flex-direction: column;
}
.layout-sidebar.has-sidebar-bottom .sidebar {
  width: 480px;
}

/*
========================*/
/* Primary
========================*/
/*
========================*/
/* Sidebar
========================*/
.sidebar {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
  font-size: calc(0.9375rem - 0.0625rem);
}
.sidebar .wp-block-group {
  padding: 1.875rem;
  background-color: #f8f8f8;
}
.sidebar .wp-block-group .wp-block-heading {
  color: #231f20;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0;
  word-break: break-word;
  font-size: calc(1rem + 0.5rem);
  margin-bottom: 0.9375rem;
}
.sidebar .wp-block-group ul[class*=list] {
  padding-left: 0;
  list-style: none;
}
.sidebar .wp-block-group ul[class*=list] li a {
  color: #6e6e6e;
}
.sidebar .wp-block-group ul[class*=list] li a:hover {
  color: #231f20;
}
.sidebar .wp-block-group ul[class*=list] li a {
  display: inline-flex;
  padding: 0.25rem 0;
  color: #6e6e6e;
  text-decoration: none;
  word-break: break-word;
}
.sidebar .wp-block-group ul[class*=list] li:has(a[aria-current=page]) > a {
  color: #c4a403;
}
.sidebar .wp-block-group ul[class*=list] li:has(a[aria-current=page]) > a[aria-current=page] {
  font-weight: 500;
}
.sidebar .wp-block-group ul[class*=list] li ul {
  padding-left: 0;
  list-style: none;
  padding-left: 0.9375rem;
}
.sidebar .wc-block-product-categories {
  margin: 0;
}

/*
========================*/
/*
================================*/
/* Post
================================*/
/* Global
========================*/
.post .post-item .post-info,
.grid-post .post-item .post-info,
.carousel-post .post-item .post-info,
.classic-post .post-item .post-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 1.25rem;
  margin-bottom: 0.75rem;
}
.post .post-item .post-info .post-date,
.post .post-item .post-info .post-cat,
.grid-post .post-item .post-info .post-date,
.grid-post .post-item .post-info .post-cat,
.carousel-post .post-item .post-info .post-date,
.carousel-post .post-item .post-info .post-cat,
.classic-post .post-item .post-info .post-date,
.classic-post .post-item .post-info .post-cat {
  display: flex;
  color: #c4a403;
  font-size: calc(0.9375rem - 0.1875rem);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.05em;
  word-break: break-word;
}
.post .post-item .post-info .post-date::before,
.post .post-item .post-info .post-cat::before,
.grid-post .post-item .post-info .post-date::before,
.grid-post .post-item .post-info .post-cat::before,
.carousel-post .post-item .post-info .post-date::before,
.carousel-post .post-item .post-info .post-cat::before,
.classic-post .post-item .post-info .post-date::before,
.classic-post .post-item .post-info .post-cat::before {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.625rem;
  color: #c4a403;
}
.post .post-item .post-info .post-date::before,
.grid-post .post-item .post-info .post-date::before,
.carousel-post .post-item .post-info .post-date::before,
.classic-post .post-item .post-info .post-date::before {
  content: "뀵";
}
.post .post-item .post-info .post-cat::before,
.grid-post .post-item .post-info .post-cat::before,
.carousel-post .post-item .post-info .post-cat::before,
.classic-post .post-item .post-info .post-cat::before {
  content: "뀶";
}
.post .post-item .post-title,
.grid-post .post-item .post-title,
.carousel-post .post-item .post-title,
.classic-post .post-item .post-title {
  color: #231f20;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0;
  word-break: break-word;
}

/*
========================*/
/* Grid post, carousel post, classic post
========================*/
.grid-post .post-item .post-img,
.carousel-post .post-item .post-img,
.classic-post .post-item .post-img {
  overflow: hidden;
}
.grid-post .post-item .post-img a,
.carousel-post .post-item .post-img a,
.classic-post .post-item .post-img a {
  display: block;
}
.grid-post .post-item .post-img a:focus-visible,
.carousel-post .post-item .post-img a:focus-visible,
.classic-post .post-item .post-img a:focus-visible {
  outline-offset: -2px;
}
.grid-post .post-item .post-img a:focus-visible img,
.carousel-post .post-item .post-img a:focus-visible img,
.classic-post .post-item .post-img a:focus-visible img {
  outline: 1px solid #ffffff;
  outline-offset: -3px;
}
.grid-post .post-item .post-img a img,
.carousel-post .post-item .post-img a img,
.classic-post .post-item .post-img a img {
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
}
.grid-post .post-item .post-img a:hover img,
.carousel-post .post-item .post-img a:hover img,
.classic-post .post-item .post-img a:hover img {
  transform: scale3d(1.08, 1.08, 1.08);
}
.grid-post .post-item .post-img,
.carousel-post .post-item .post-img,
.classic-post .post-item .post-img {
  margin-bottom: 1.5rem !important; /* fix elementor */
}
.grid-post .post-item .post-title,
.carousel-post .post-item .post-title,
.classic-post .post-item .post-title {
  margin: 0 0 0.9375rem 0;
}
.grid-post .post-item .post-title a,
.carousel-post .post-item .post-title a,
.classic-post .post-item .post-title a {
  display: inline-block;
  text-decoration: none;
}

.grid-post .post-item .post-title,
.carousel-post .post-item .post-title {
  font-size: calc(1rem + 0.5rem);
}

.grid-post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem 1.875rem;
}
@media (max-width: 1024px) {
  .grid-post {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-post {
    column-gap: 1.25rem;
  }
}
@media (max-width: 480px) {
  .grid-post {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-content.has-content-archive-sidebar:not(:has(.has-sidebar-bottom)) .grid-post {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 480px) {
  .main-content.has-content-archive-sidebar:not(:has(.has-sidebar-bottom)) .grid-post {
    grid-template-columns: repeat(1, 1fr);
  }
}

.classic-post {
  display: flex;
  flex-direction: column;
  gap: 3.125rem 0;
}
.main-content:not(.has-content-archive-sidebar) .classic-post, .main-content.has-content-archive-sidebar:has(.has-sidebar-bottom) .classic-post {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.classic-post .post-item .post-title {
  font-size: calc(1rem + 0.75rem);
}
@media (max-width: 768px) {
  .classic-post .post-item .post-title {
    font-size: calc(1rem + 0.5625rem);
  }
}

/*
========================*/
/* Blog, archive
========================*/
/*
========================*/
/* Single
========================*/
.main-content:not(.has-content-single-sidebar) .post, .main-content.has-content-single-sidebar:has(.has-sidebar-bottom) .post {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.post .post-item .post-img {
  margin-bottom: 1.875rem;
}
.post .post-item .post-title {
  font-size: calc(1rem + 1rem);
}
@media (max-width: 768px) {
  .post .post-item .post-title {
    font-size: calc(1rem + 0.8125rem);
  }
}
.post .post-item .post-title {
  margin: 0 0 1.875rem 0;
}
.post .post-item .post-content {
  margin-top: 1.875rem;
}

/*
========================*/
/* Sidebar
========================*/
/*
========================*/
/* Pagination
========================*/
/*
========================*/
/*
================================*/
/* Footer area
================================*/
/* Global
========================*/
.footer-area {
  border-top: 1px solid #e5e5e5;
}

/* Footer title
================*/
.footer-title {
  color: #231f20;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0;
  word-break: break-word;
  font-size: calc(1rem + 0.5rem);
  margin-bottom: 0.9375rem;
}
.footer-title:last-child {
  margin-bottom: 0;
}

/*
================*/
/* Footer list
================*/
.footer-list ul {
  padding-left: 0;
  list-style: none;
}
.footer-list ul > li {
  display: flex;
}
.footer-list ul > li::before {
  content: "낉";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  display: flex;
  flex-shrink: 0;
  width: 0.9375rem;
  margin: 0.25rem 0.625rem 0.25rem 0;
  color: #c4a403;
}
.footer-list ul > li.address::before {
  content: "뀁";
}
.footer-list ul > li.phone::before {
  content: "뀂";
}
.footer-list ul > li.fax::before {
  content: "뀄";
}
.footer-list ul > li.phone-mobile::before {
  content: "뀃";
}
.footer-list ul > li.email::before {
  content: "뀆";
}
.footer-list ul > li > a, .footer-list ul > li > span {
  display: flex;
  padding: 0.25rem 0;
  color: #6e6e6e;
  word-break: break-word;
}
.footer-list ul > li > a {
  color: #6e6e6e;
}
.footer-list ul > li > a:hover {
  color: #231f20;
}
.footer-list ul > li > a {
  text-decoration: none;
}

/*
================*/
/* Footer social
================*/
.footer-social ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
}
.footer-social ul li a {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #6e6e6e;
  background-color: transparent;
  font-size: 0;
  text-decoration: none;
  word-break: break-word;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.footer-social ul li a::before {
  margin: auto;
  color: #6e6e6e;
  font-size: calc(0.9375rem - 0.125rem);
  letter-spacing: 0;
  transition: color 0.3s ease;
}
.footer-social ul li a:hover {
  border-color: #c4a403;
  background-color: #c4a403;
}
.footer-social ul li a:hover::before {
  color: #ffffff;
}

/*
================*/
/* Footer payment
================*/
.footer-payment ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
}
.footer-payment ul li svg {
  border: 1px solid #e5e5e5;
  width: 3.75rem;
  height: 2.25rem;
}
.footer-payment ul li svg.american-express, .footer-payment ul li svg.klarna {
  border: none;
}

/*
================*/
/*
========================*/
/* Footer
========================*/
.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: calc(0.9375rem - 0.0625rem);
}
.footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1.875rem;
}
.footer .footer-inner .footer-element {
  flex: 1;
}
@media (max-width: 540px) {
  .footer .footer-inner .footer-element {
    flex-basis: 100%;
  }
}
.footer .footer-inner .footer-element:nth-child(1) {
  flex: 2;
  padding-right: 10%;
}
@media (max-width: 1024px) {
  .footer .footer-inner .footer-element:nth-child(1) {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .footer .footer-inner .footer-element:nth-child(1) {
    flex-basis: 100%;
  }
}
.footer .footer-inner .footer-element:not(:has(*)) {
  display: none;
}
.footer .footer-inner.has-element-4 .footer-element:nth-child(1) {
  padding-right: 0;
}
@media (max-width: 1024px) {
  .footer .footer-inner.has-element-4 .footer-element:nth-child(1) {
    flex-basis: 100%;
  }
}
.footer .footer-logo a {
  display: inline-block;
}
.footer .footer-logo a img {
  width: auto;
  height: 3.125rem;
}
.footer .footer-about {
  margin-top: 0.9375rem;
  padding: 0.25rem 0;
}
.footer .footer-about p {
  margin-bottom: 0.75rem;
}
.footer .footer-about p:last-child {
  margin-bottom: 0;
}
.footer .footer-social {
  display: inline-block;
  margin-top: 1.3125rem;
}

/*
========================*/
/* Footer bis
========================*/
.footer-bis {
  border-top: 1px solid #e5e5e5;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  font-size: calc(0.9375rem - 0.0625rem);
}
.footer-bis .footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-bis .footer-inner:has(.footer-social):has(.footer-payment) {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem 1.875rem;
}
@media (max-width: 1024px) {
  .footer-bis .footer-inner:has(.footer-social):has(.footer-payment) {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
  }
}

/*
========================*/
/* Footer 2
========================*/
.footer-2 {
  border-top: 1px solid #e5e5e5;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  font-size: calc(0.9375rem - 0.0625rem);
}
.footer-2 .footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem 1.875rem;
}
@media (max-width: 1024px) {
  .footer-2 .footer-inner {
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
  }
}
.footer-2:has(.footer-copy, .footer-vat-number) .footer-designed {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .footer-2:has(.footer-copy, .footer-vat-number) .footer-designed {
    margin-left: 0;
  }
}
.footer-2 .footer-designed a {
  font-weight: 500;
  text-decoration: none;
}

/*
========================*/
/* Has dark
========================*/
.footer-area.has-dark {
  border-top: none;
  background-color: #161616;
  color: #ffffff;
}
.footer-area.has-dark .footer-title {
  color: #ffffff;
}
.footer-area.has-dark .footer-list ul > li::before {
  color: #d3b103;
}
.footer-area.has-dark .footer-list ul > li > a, .footer-area.has-dark .footer-list ul > li > span {
  color: #ffffff;
}
.footer-area.has-dark .footer-list ul > li > a {
  color: #ffffff;
}
.footer-area.has-dark .footer-list ul > li > a:hover {
  color: #d3b103;
}
.footer-area.has-dark .footer-social ul li a {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
}
.footer-area.has-dark .footer-social ul li a::before {
  color: #ffffff;
}
.footer-area.has-dark .footer-social ul li a:hover {
  border-color: #c4a403;
  background-color: #c4a403;
}
.footer-area.has-dark .footer-social ul li a:hover::before {
  color: #ffffff;
}
.footer-area.has-dark .footer-payment ul li svg {
  border: none;
}
.footer-area.has-dark .footer-bis {
  border-top-color: rgba(255, 255, 255, 0.15);
}
.footer-area.has-dark .footer-2 {
  border-top-color: rgba(255, 255, 255, 0.15);
}
.footer-area.has-dark .footer-2 .footer-designed a {
  color: #d3b103;
}
.footer-area.has-dark .footer-2 .footer-designed a:hover {
  color: #ffffff;
}

/*
========================*/
/*
================================*/
/* Nav fixed area
================================*/
/* Nav fixed
========================*/
.nav-fixed ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.nav-fixed ul > li {
  position: relative;
}
.nav-fixed ul > li > a {
  display: block;
  padding: 0.875rem 0;
  color: #231f20;
  font-size: calc(0.9375rem - 0.125rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  text-decoration: none;
  transition: color 0.3s ease;
}
.nav-fixed ul > li > a:hover {
  color: #c4a403;
}
.nav-fixed ul > li.current-menu-item > a, .nav-fixed ul > li.current_page_item > a, .nav-fixed ul > li.current-menu-ancestor > a, .nav-fixed ul > li.current-page-ancestor > a, .nav-fixed ul > li.current-post-ancestor > a, .nav-fixed ul > li.current_page_parent > a {
  color: #c4a403;
}
.nav-fixed ul > li.menu-item-has-children > a {
  margin-right: 2.5rem;
}

/*
========================*/
/*
================================*/
/* Wp
================================*/
/* Admin bar
========================*/
body.admin-bar {
  position: relative;
}

#wpadminbar {
  position: absolute !important;
  top: -46px !important;
  z-index: 500 !important;
}
#wpadminbar #wp-admin-bar-root-default > li {
  display: none;
}
#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-wp-logo,
#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-site-name,
#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-woocommerce-site-visibility-badge,
#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-customize,
#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-edit {
  display: list-item;
}

@media (min-width: 782px) {
  #wpadminbar {
    top: -32px !important;
  }
  #wpadminbar #wp-admin-bar-site-name > a.ab-item {
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #wpadminbar #wp-admin-bar-my-account > a.ab-item {
    display: flex;
    align-items: center;
  }
  #wpadminbar #wp-admin-bar-my-account > a.ab-item .display-name {
    max-width: 100px;
    margin-left: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #wpadminbar #wp-admin-bar-my-account > a.ab-item .avatar {
    margin-top: 0;
  }
}
/*
========================*/
/* Pagination
========================*/
.navigation.pagination {
  margin-top: 3.75rem;
}
.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
  border: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation.pagination .nav-links li {
  border: none;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  padding: 0;
  background-color: #f8f8f8;
  text-align: center;
  color: #6e6e6e;
  font-size: calc(0.9375rem - 0.125rem);
  font-weight: 500;
  text-decoration: none;
  line-height: 2.5rem;
  letter-spacing: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links span:hover {
  background-color: #c4a403;
  color: #ffffff;
}
.navigation.pagination .nav-links a.prev, .navigation.pagination .nav-links a.next,
.navigation.pagination .nav-links span.prev,
.navigation.pagination .nav-links span.next {
  font-size: 0;
}
.navigation.pagination .nav-links a.prev::before, .navigation.pagination .nav-links a.next::before,
.navigation.pagination .nav-links span.prev::before,
.navigation.pagination .nav-links span.next::before {
  font-family: "icomoon";
  font-size: calc(0.9375rem - 0.0625rem);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
.navigation.pagination .nav-links a.prev::before,
.navigation.pagination .nav-links span.prev::before {
  content: "낑";
}
.navigation.pagination .nav-links a.next::before,
.navigation.pagination .nav-links span.next::before {
  content: "낉";
}
.navigation.pagination .nav-links span.current {
  background-color: #c4a403;
  color: #ffffff;
}

/*
========================*/
/*
================================*/
/* Plugins
================================*/
/* Contact form 7
========================*/
.wpcf7-form {
  position: relative;
}
.wpcf7-form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  cursor: progress;
  transition: all 0.3s ease-in-out;
}
.wpcf7-form.submitting::before {
  opacity: 1;
  visibility: visible;
}
.wpcf7-form .wpcf7-label {
  display: block;
  margin: 0 0 0.375rem 0;
  color: #231f20;
  font-size: inherit;
  font-weight: 500;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-email,
.wpcf7-form .wpcf7-url,
.wpcf7-form .wpcf7-tel,
.wpcf7-form .wpcf7-number,
.wpcf7-form .wpcf7-date,
.wpcf7-form .wpcf7-file,
.wpcf7-form .wpcf7-select,
.wpcf7-form .wpcf7-textarea {
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 0.375rem 0.9375rem;
  background-color: #ffffff;
  color: inherit;
  font-size: inherit;
}
.wpcf7-form .wpcf7-file {
  border-color: transparent;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
}
.wpcf7-form .wpcf7-select {
  padding-right: 2.5rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%236e6e6e"><path d="M11.2,18.6L0.3,7.6c-0.4-0.4-0.4-1.2,0-1.6L1,5.3c0.4-0.4,1.2-0.4,1.6,0l9.4,9.6l9.4-9.6c0.4-0.4,1.2-0.4,1.6,0L23.7,6 c0.4,0.4,0.4,1.2,0,1.6l-10.9,11C12.4,19.1,11.6,19.1,11.2,18.6z"/></svg>');
  background-repeat: no-repeat;
  background-position: center right 0.9375rem;
  background-size: 0.625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .wpcf7-radio .wpcf7-list-item,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  margin: 0;
  font-size: calc(0.9375rem - 0.0625rem);
  line-height: 1.4em;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input,
.wpcf7-form .wpcf7-radio .wpcf7-list-item input,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: flex;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #e5e5e5;
  margin-right: 0.5rem;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after,
.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  text-align: center;
  color: #c4a403;
  line-height: 1.4em;
  opacity: 0;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item:has(input:checked) .wpcf7-list-item-label::after,
.wpcf7-form .wpcf7-radio .wpcf7-list-item:has(input:checked) .wpcf7-list-item-label::after,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item:has(input:checked) .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item:has(input:focus-visible) .wpcf7-list-item-label::before,
.wpcf7-form .wpcf7-radio .wpcf7-list-item:has(input:focus-visible) .wpcf7-list-item-label::before,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item:has(input:focus-visible) .wpcf7-list-item-label::before {
  outline: 2px solid #005fcc;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before, .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  border-radius: 50%;
}
.wpcf7-form .wpcf7-submit {
  width: 100%;
}
.wpcf7-form .wpcf7-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.wpcf7-form .wpcf7-grid [class*=wpcf7-col] {
  grid-column: span 2;
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-grid [class*=wpcf7-col] br {
  display: none;
}
.wpcf7-form .wpcf7-grid .wpcf7-col-50 {
  grid-column: span 1;
}
@media (max-width: 480px) {
  .wpcf7-form .wpcf7-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .wpcf7-form .wpcf7-grid [class*=wpcf7-col] {
    grid-column: auto;
  }
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  font-size: calc(0.9375rem - 0.125rem);
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-response-output {
  margin: 1.25rem 0 !important;
}

/*
========================*/
/*
================================*/
/* Panel
================================*/
/* Global
========================*/
.panel-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  pointer-events: none;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.panel-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.5s, visibility 0s 0s;
}

.panel-section {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  overflow: hidden auto;
  z-index: 1000;
}
.panel-section .panel-close {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 100%;
  height: 5rem;
  padding: 0 1.875rem;
  cursor: pointer;
}
.panel-section .panel-close button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 100%;
  border: none;
  padding: 0;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}
.panel-section .panel-close button svg {
  width: 1em;
  height: 1em;
  stroke: #231f20;
  font-size: 1.625rem;
  transition: stroke 0.3s ease;
}
.panel-section .panel-close button:hover svg {
  stroke: #231f20;
}
.panel-section .panel-content {
  flex-grow: 1;
}
.panel-section .panel-plus {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.875rem;
}
.panel-section .panel-plus button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}
.panel-section .panel-plus button svg {
  width: 1em;
  height: 1em;
  stroke: #231f20;
  font-size: 1.625rem;
  transition: stroke 0.3s ease;
}
.panel-section .panel-plus button:hover svg {
  stroke: #231f20;
}

/*
========================*/
/* Panel drawer
========================*/
.panel-drawer .panel-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.panel-drawer .panel-section {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 432px;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s 0.6s;
}
@media (max-width: 480px) {
  .panel-drawer .panel-section {
    width: 90vw;
  }
}
.panel-drawer .panel-section.open {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s 0s;
}
.panel-drawer .panel-section .panel-content {
  padding: 0.875rem 1.875rem;
}

.panel-drawer-left .panel-section {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}
.panel-drawer-left .panel-section.open {
  transform: translateX(0);
}

.panel-drawer-top .panel-section {
  bottom: auto;
  left: 0;
  width: auto;
  transform: translateY(-100%);
}
.panel-drawer-top .panel-section.open {
  transform: translateY(0);
}

/*
========================*/
/* Panel modal
========================*/
.panel-modal .panel-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}
.panel-modal .panel-section {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s 0.6s;
}
.panel-modal .panel-section.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s 0s;
}
.panel-modal .panel-section .panel-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.875rem;
}
.panel-modal .panel-section .panel-content > * {
  margin-top: -2.5rem;
}

/*
========================*/
/*
================================*/
/* Shortcode
================================*/
/* Image, grid image, carousel image, slider image
========================*/
/* Global
================*/
.image .image-img,
.grid-image .image-img,
.carousel-image .image-img,
.slider-image .image-img {
  overflow: hidden;
}
.image .image-img a,
.grid-image .image-img a,
.carousel-image .image-img a,
.slider-image .image-img a {
  display: block;
}
.image .image-img a:focus-visible,
.grid-image .image-img a:focus-visible,
.carousel-image .image-img a:focus-visible,
.slider-image .image-img a:focus-visible {
  outline-offset: -2px;
}
.image .image-img a:focus-visible img,
.grid-image .image-img a:focus-visible img,
.carousel-image .image-img a:focus-visible img,
.slider-image .image-img a:focus-visible img {
  outline: 1px solid #ffffff;
  outline-offset: -3px;
}
.image .image-img a img,
.grid-image .image-img a img,
.carousel-image .image-img a img,
.slider-image .image-img a img {
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
}
.image .image-img a:hover img,
.grid-image .image-img a:hover img,
.carousel-image .image-img a:hover img,
.slider-image .image-img a:hover img {
  transform: scale3d(1.08, 1.08, 1.08);
}
.image .image-caption .image-caption-inner,
.grid-image .image-caption .image-caption-inner,
.carousel-image .image-caption .image-caption-inner,
.slider-image .image-caption .image-caption-inner {
  margin-top: 0.625rem;
  text-align: center;
}
.image.has-width-full .image-img img,
.grid-image.has-width-full .image-img img,
.carousel-image.has-width-full .image-img img,
.slider-image.has-width-full .image-img img {
  width: 100%;
}
.image.has-caption-overlay,
.grid-image.has-caption-overlay,
.carousel-image.has-caption-overlay,
.slider-image.has-caption-overlay {
  position: relative;
}
.image.has-caption-overlay .image-caption,
.grid-image.has-caption-overlay .image-caption,
.carousel-image.has-caption-overlay .image-caption,
.slider-image.has-caption-overlay .image-caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.image.has-caption-overlay .image-caption .image-caption-inner,
.grid-image.has-caption-overlay .image-caption .image-caption-inner,
.carousel-image.has-caption-overlay .image-caption .image-caption-inner,
.slider-image.has-caption-overlay .image-caption .image-caption-inner {
  margin-top: 0;
}
.image.has-caption-overlay.has-lightbox .image-caption,
.grid-image.has-caption-overlay.has-lightbox .image-caption,
.carousel-image.has-caption-overlay.has-lightbox .image-caption,
.slider-image.has-caption-overlay.has-lightbox .image-caption {
  pointer-events: none;
}

/*
================*/
/* Grid image
================*/
.grid-image {
  display: grid;
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .grid-image {
    gap: 1.25rem;
  }
}
@media (max-width: 480px) {
  .grid-image {
    gap: 0.625rem;
  }
}
.grid-image.has-columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid-image.has-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-image.has-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-image.has-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-image.has-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid-image.has-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid-image.has-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.grid-image.has-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.grid-image.has-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.grid-image.has-columns-10 {
  grid-template-columns: repeat(10, 1fr);
}
@media (max-width: 1024px) {
  .grid-image.has-columns-5, .grid-image.has-columns-6, .grid-image.has-columns-7, .grid-image.has-columns-8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-image.has-columns-9, .grid-image.has-columns-10 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-image.has-columns-3, .grid-image.has-columns-4, .grid-image.has-columns-5, .grid-image.has-columns-6, .grid-image.has-columns-7, .grid-image.has-columns-8, .grid-image.has-columns-9, .grid-image.has-columns-10 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*
================*/
/* Slider image
================*/
.slider-image.has-height-custom .image-img {
  position: relative;
  padding-top: 56.25%;
  min-height: 300px;
}
.slider-image.has-height-custom .image-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
================*/
/*
========================*/
/* List (si estende anche ai widget wp)
========================*/
ul[class*=list].has-accordion li {
  position: relative;
}
ul[class*=list].has-accordion li:has(ul) > a {
  margin-right: 1.875rem;
}
ul[class*=list].has-accordion li .sub-menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: calc(1em * 1.6 + 0.25rem + 0.25rem);
  border: none;
  padding: 0;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
}
ul[class*=list].has-accordion li .sub-menu-toggle svg {
  position: absolute;
  width: 1em;
  height: 1em;
  stroke: #231f20;
  font-size: 1.125rem;
  transition: stroke 0.3s ease, opacity 0.3s ease;
}
ul[class*=list].has-accordion li .sub-menu-toggle svg[class*=minus] {
  opacity: 0;
}
ul[class*=list].has-accordion li .sub-menu-toggle:hover svg {
  stroke: #c4a403;
}
ul[class*=list].has-accordion li.is-open > .sub-menu-toggle svg[class*=plus] {
  opacity: 0;
}
ul[class*=list].has-accordion li.is-open > .sub-menu-toggle svg[class*=minus] {
  opacity: 1;
}
ul[class*=list].has-accordion li ul {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

/*
========================*/
/*
================================*/
/* Whatsapp button
================================*/
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0.75rem rgba(0, 0, 0, 0);
  }
}
.whatsapp-button {
  position: fixed;
  right: 0.9375rem;
  bottom: 0.9375rem;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.whatsapp-button.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.whatsapp-button a {
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background-color: #4fce5d;
  transition: background-color 0.3s ease;
  animation: pulse 2s infinite;
}
.whatsapp-button a:hover {
  background-color: #47b954;
}
.whatsapp-button a svg {
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  fill: #ffffff;
}

/*
================================*/
/* Utilities
================================*/
/* Color
========================*/
.color-primary {
  color: #c4a403 !important;
}

.color-secondary {
  color: #b59703 !important;
}

.color-tertiary {
  color: #231f20 !important;
}

.color-quaternary {
  color: #d3b103 !important;
}

.color-body {
  color: #6e6e6e !important;
}

.color-title {
  color: #231f20 !important;
}

.color-link {
  color: #231f20 !important;
}

.color-link-hover {
  color: #c4a403 !important;
}

.color-white {
  color: #ffffff !important;
}

.color-black {
  color: #000000 !important;
}

/*
========================*/
/* Background color
========================*/
.bg-color-primary {
  background-color: #c4a403;
}

.bg-color-secondary {
  background-color: #b59703;
}

.bg-color-tertiary {
  background-color: #231f20;
}

.bg-color-quaternary {
  background-color: #d3b103;
}

.bg-color-body {
  background-color: #6e6e6e;
}

.bg-color-title {
  background-color: #231f20;
}

.bg-color-link {
  background-color: #231f20;
}

.bg-color-link-hover {
  background-color: #c4a403;
}

.bg-color-light {
  background-color: #f8f8f8;
}

.bg-color-dark {
  background-color: #161616;
}

.bg-color-white {
  background-color: #ffffff;
}

.bg-color-black {
  background-color: #000000;
}

/*
========================*/
/* Text & font
========================*/
.text-1 {
  font-size: calc(0.9375rem + 0.25rem);
}

.text-2 {
  font-size: calc(0.9375rem + 0.125rem);
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 800;
}

.italic {
  font-style: italic;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

/*
========================*/
/* Suptitle
========================*/
.suptitle:not(.elementor-widget) {
  color: #c4a403;
  font-family: "Inter", sans-serif;
  font-size: calc(0.9375rem - 0.125rem);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.1em;
  word-break: break-word;
  margin-bottom: 0.75rem;
}
.suptitle:not(.elementor-widget) ~ :where(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
}

/*
========================*/
/* Title
========================*/
:where(.title, .title-1, .title-2, .title-3, .title-4, .title-5, .title-6, .title-small):not(.elementor-widget) {
  color: #231f20;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0;
  word-break: break-word;
}

.title-1:not(.elementor-widget) {
  font-size: calc(1rem + 1.5rem);
}
@media (max-width: 768px) {
  .title-1:not(.elementor-widget) {
    font-size: calc(1rem + 1.3125rem);
  }
}

.title-2:not(.elementor-widget) {
  font-size: calc(1rem + 1.25rem);
}
@media (max-width: 768px) {
  .title-2:not(.elementor-widget) {
    font-size: calc(1rem + 1.0625rem);
  }
}

.title-3:not(.elementor-widget) {
  font-size: calc(1rem + 1rem);
}
@media (max-width: 768px) {
  .title-3:not(.elementor-widget) {
    font-size: calc(1rem + 0.8125rem);
  }
}

.title-4:not(.elementor-widget) {
  font-size: calc(1rem + 0.75rem);
}
@media (max-width: 768px) {
  .title-4:not(.elementor-widget) {
    font-size: calc(1rem + 0.5625rem);
  }
}

.title-5:not(.elementor-widget) {
  font-size: calc(1rem + 0.5rem);
}
@media (max-width: 768px) {
  .title-5:not(.elementor-widget) {
    font-size: calc(1rem + 0.3125rem);
  }
}

.title-6:not(.elementor-widget) {
  font-size: calc(1rem + 0.25rem);
}
@media (max-width: 768px) {
  .title-6:not(.elementor-widget) {
    font-size: calc(1rem + 0.0625rem);
  }
}

.title-small:not(.elementor-widget) {
  font-size: calc(1rem + 0.5rem);
}

/*
========================*/
/* Line
========================*/
:where(.line-left, .line-center, .line-right):not(.elementor-widget)::after {
  content: "";
  display: block;
  width: 3.125rem;
  height: 3px;
  margin-top: 0.375em;
  background-color: #c4a403;
}

.line-left:not(.elementor-widget)::after {
  margin-right: auto;
}

.line-center:not(.elementor-widget)::after {
  margin-right: auto;
  margin-left: auto;
}

.line-right:not(.elementor-widget)::after {
  margin-left: auto;
}

/*
========================*/
/* Button
========================*/
:where(.button-1, .button-2, .button-3):not(.elementor-widget) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  padding: 0.85em 2.25em;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: calc(0.9375rem - 0.125rem);
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0.025em;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
:where(.button-1, .button-2, .button-3):not(.elementor-widget)::before, :where(.button-1, .button-2, .button-3):not(.elementor-widget)::after {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
}
:where(.button-1, .button-2, .button-3):not(.elementor-widget):has(svg)::before, :where(.button-1, .button-2, .button-3):not(.elementor-widget):has(svg)::after {
  content: none;
}
:where(.button-1, .button-2, .button-3):not(.elementor-widget) svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.button-1:not(.elementor-widget) {
  border-color: #231f20;
  background-color: #231f20;
  color: #ffffff;
}
.button-1:not(.elementor-widget):hover {
  border-color: #c4a403;
  background-color: #c4a403;
  color: #ffffff;
}

.button-2:not(.elementor-widget) {
  border-color: #231f20;
  background-color: transparent;
  color: #231f20;
}
.button-2:not(.elementor-widget):hover {
  border-color: #231f20;
  background-color: #231f20;
  color: #ffffff;
}

.button-3:not(.elementor-widget) {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.button-3:not(.elementor-widget):hover {
  border-color: #c4a403;
  background-color: #c4a403;
  color: #ffffff;
}

/*
========================*/
/* More
========================*/
.more:not(.elementor-widget) {
  color: #231f20;
  font-family: "Inter", sans-serif;
  font-size: calc(0.9375rem - 0.125rem);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.1em;
  word-break: break-word;
  transition: color 0.3s ease;
}
.more:not(.elementor-widget) > a {
  color: #231f20;
}
.more:not(.elementor-widget) > a:hover {
  color: #c4a403;
}

/*
========================*/
/* Link
========================*/
.link-color:not(.elementor-widget) {
  color: #231f20;
}
.link-color:not(.elementor-widget):hover {
  color: #c4a403;
}

.link-color-body:not(.elementor-widget) {
  color: #6e6e6e;
}
.link-color-body:not(.elementor-widget):hover {
  color: #231f20;
}

.link-color-title:not(.elementor-widget) {
  color: #231f20;
}
.link-color-title:not(.elementor-widget):hover {
  color: #c4a403;
}

.link-color-white:not(.elementor-widget) {
  color: #ffffff;
}
.link-color-white:not(.elementor-widget):hover {
  color: #231f20;
}

.link-color-white-2:not(.elementor-widget) {
  color: #ffffff;
}
.link-color-white-2:not(.elementor-widget):hover {
  color: #d3b103;
}

/*
========================*/
/* Layout
========================*/
.py-section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.pt-section {
  padding-top: 3.75rem;
}

.pb-section {
  padding-bottom: 3.75rem;
}

.px-section {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media (max-width: 768px) {
  .px-section {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.container {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  max-width: 100%;
}

/*
========================*/
/* Hover effect
========================*/
.hover-effect-scale:not(.elementor-widget) {
  overflow: hidden;
}
.hover-effect-scale:not(.elementor-widget) a {
  display: block;
}
.hover-effect-scale:not(.elementor-widget) a:focus-visible {
  outline-offset: -2px;
}
.hover-effect-scale:not(.elementor-widget) a:focus-visible img {
  outline: 1px solid #ffffff;
  outline-offset: -3px;
}
.hover-effect-scale:not(.elementor-widget) a img {
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
}
.hover-effect-scale:not(.elementor-widget) a:hover img {
  transform: scale3d(1.08, 1.08, 1.08);
}

/*
========================*/
/* Others
========================*/
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/*
========================*/
/* Animations
========================*/
@keyframes button-ripple {
  70% {
    box-shadow: 0 0 0 0.9375rem #ffffff;
    opacity: 0;
  }
  100% {
    box-shadow: 0 0 0 0 #ffffff;
    opacity: 0;
  }
}
/*
========================*/
/* Background texture
========================*/
/*
========================*/
/*
================================*/
/* GLightbox
================================*/
.glightbox-container .gcontainer .gbtn {
  border-radius: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.glightbox-container .gcontainer .gbtn:hover {
  border: none;
  background-color: transparent;
  opacity: 1;
}
.glightbox-container .gcontainer .gbtn.disabled {
  pointer-events: none;
  opacity: 0.1;
}
.glightbox-container .gcontainer .gbtn.focused {
  outline: none;
}
.glightbox-container .gcontainer .gbtn svg {
  width: 1em;
  height: 1em;
  stroke: #ffffff;
  font-size: 1.625rem;
}
.glightbox-container .gcontainer .gbtn path {
  fill: none;
}
.glightbox-container .gcontainer {
  /* Icomoon */
  /* */
}

/*
================================*/
/* Splide
================================*/
.splide {
  /* Arrows */
}
.splide .splide__arrows .splide__arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: none;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.15);
  opacity: 1;
  transition: border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.splide .splide__arrows .splide__arrow:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.25);
}
.splide .splide__arrows .splide__arrow svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  font-size: 1.625rem;
  transition: stroke 0.3s ease;
}
.splide .splide__arrows .splide__arrow--prev {
  left: 0.9375rem;
}
.splide .splide__arrows .splide__arrow--next {
  right: 0.9375rem;
}
.has-arrows-outside .splide .splide__arrows .splide__arrow {
  background-color: rgba(0, 0, 0, 0.2);
}
.has-arrows-outside .splide .splide__arrows .splide__arrow:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.has-arrows-outside .splide .splide__arrows .splide__arrow--prev {
  left: -1.25rem;
}
.has-arrows-outside .splide .splide__arrows .splide__arrow--next {
  right: -1.25rem;
}

.has-pagination-outside .splide .splide__arrows .splide__arrow {
  margin-top: -0.78125rem;
}

.has-arrows-light .splide .splide__arrows .splide__arrow {
  background-color: rgba(255, 255, 255, 0.15);
}
.has-arrows-light .splide .splide__arrows .splide__arrow:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.has-arrows-dark .splide .splide__arrows .splide__arrow {
  background-color: rgba(0, 0, 0, 0.2);
}
.has-arrows-dark .splide .splide__arrows .splide__arrow:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.splide .splide__arrows {
  /* Icomoon */
  /* */
}
.splide {
  /* */
  /* Pagination */
}
.splide .splide__pagination {
  bottom: 0.9375rem;
  gap: 0.5rem;
  padding: 0;
}
.splide .splide__pagination .splide__pagination__page {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: none;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3);
  color: transparent;
  opacity: 1;
  transform: scale(0.7);
  transition: background-color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.splide .splide__pagination .splide__pagination__page::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  transform: translate(-50%, -50%) scale(1.428);
}
.splide .splide__pagination .splide__pagination__page:hover {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.splide .splide__pagination .splide__pagination__page.is-active {
  background-color: rgba(255, 255, 255, 0.4);
  transform: scale(1);
}
.splide .splide__pagination .splide__pagination__page.is-active::before {
  transform: translate(-50%, -50%) scale(1);
}
.has-pagination-outside .splide .splide__pagination {
  position: static;
  margin: 1.25rem 0 0 0;
}
.has-pagination-outside .splide .splide__pagination .splide__pagination__page {
  background-color: rgba(0, 0, 0, 0.2);
}
.has-pagination-outside .splide .splide__pagination .splide__pagination__page:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.has-pagination-outside .splide .splide__pagination .splide__pagination__page.is-active {
  background-color: rgba(0, 0, 0, 0.3);
}

.has-pagination-light .splide .splide__pagination .splide__pagination__page {
  background-color: rgba(255, 255, 255, 0.3);
}
.has-pagination-light .splide .splide__pagination .splide__pagination__page:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.has-pagination-light .splide .splide__pagination .splide__pagination__page.is-active {
  background-color: rgba(255, 255, 255, 0.4);
}

.has-pagination-dark .splide .splide__pagination .splide__pagination__page {
  background-color: rgba(0, 0, 0, 0.2);
}
.has-pagination-dark .splide .splide__pagination .splide__pagination__page:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.has-pagination-dark .splide .splide__pagination .splide__pagination__page.is-active {
  background-color: rgba(0, 0, 0, 0.3);
}

.splide {
  /* */
  /* Focus */
}
.splide .splide__arrows .splide__arrow:focus-visible,
.splide .splide__pagination .splide__pagination__page:focus-visible {
  outline-offset: 0;
}
.splide.is-focus-in .splide__arrows .splide__arrow:focus,
.splide.is-focus-in .splide__pagination .splide__pagination__page:focus {
  outline: 0;
  outline-offset: 0;
}
@supports (outline-offset: -3px) {
  .splide .splide__track .splide__slide:focus-visible {
    outline: 2px solid #005fcc !important;
    outline-offset: -2px;
  }
  .splide .splide__track .splide__slide:focus-visible > * {
    outline: 1px solid #ffffff;
    outline-offset: -3px;
  }
  .splide.is-focus-in .splide__track .splide__slide:focus {
    outline: 0;
    outline-offset: -2px;
  }
}
.splide {
  /* */
}

/*
================================*/
/* Custom
================================*/
/* Base
========================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 0.5em 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  font-size: calc(0.9375rem + 0.9375rem);
}

h2 {
  font-size: calc(0.9375rem + 0.75rem);
}

h3 {
  font-size: calc(0.9375rem + 0.5625rem);
}

h4 {
  font-size: calc(0.9375rem + 0.375rem);
}

h5 {
  font-size: calc(0.9375rem + 0.1875rem);
}

h6 {
  font-size: calc(0.9375rem + 0rem);
}

/*
========================*/
/* Header area
========================*/
.header-logo a {
  height: 5rem;
}

.header-search {
  width: 620px;
}
@media (max-width: 1280px) {
  .header-search {
    width: 480px;
  }
}
@media (max-width: 1024px) {
  .header-search {
    display: none;
  }
}
.header-search .woocommerce-product-search {
  display: flex;
  border: 1px solid #e5e5e5;
}
.header-search .woocommerce-product-search input.search-field {
  flex-grow: 1;
  min-height: 2.375rem;
  min-width: 0;
  border: none;
  padding: 0 0.9375rem;
  background-color: transparent;
  color: #6e6e6e;
}
.header-search .woocommerce-product-search button {
  flex: 0 0 auto;
  width: 3rem;
  min-height: 2.375rem;
  max-width: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: #6e6e6e;
  font-size: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}
.header-search .woocommerce-product-search button::before {
  content: "뀕";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1;
}
.header-search .woocommerce-product-search button:hover {
  color: #231f20;
}

.header-shop > div .header-shop-icon {
  height: 5rem;
}
.header-shop .header-shop-nav {
  display: block;
}
.header-shop .header-shop-search {
  display: none;
}
@media (max-width: 1024px) {
  .header-shop .header-shop-search {
    display: block;
  }
}

.header-nav {
  /* Livello 1 */
}
.header-nav > ul {
  position: relative;
  column-gap: 1.5rem;
}
.header-nav > ul > li > a {
  padding: 0;
  font-size: calc(0.9375rem - 0.125rem);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 3.75rem;
}
.header-nav > ul > li > a::before {
  width: 0.3125rem;
  height: 0.3125rem;
  margin-top: 0.75rem;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 0.3s ease;
}
.header-nav > ul > li:hover > a::before {
  width: 0.3125rem;
}
.header-nav > ul > li.current-menu-item > a::before, .header-nav > ul > li.current_page_item > a::before, .header-nav > ul > li.current-menu-ancestor > a::before, .header-nav > ul > li.current-page-ancestor > a::before, .header-nav > ul > li.current-post-ancestor > a::before, .header-nav > ul > li.current_page_parent > a::before {
  width: 0.3125rem;
  opacity: 1;
}
.header-nav {
  /* */
  /* Livello 2 e 3 */
}
.header-nav > ul > li > ul, .header-nav > ul > li > ul > li > ul {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border: none;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.header-nav > ul > li > ul > li > a, .header-nav > ul > li > ul > li > ul > li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6e6e6e;
  font-size: calc(0.9375rem - 0.125rem);
  font-weight: 500;
}
.header-nav {
  /* */
  /* Mega menu livello 1 */
}
.header-nav > ul > li.mega-menu {
  position: static;
}
.header-nav {
  /* */
  /* Mega menu livello 2, 3 e 4 */
}
.header-nav > ul > li.mega-menu > ul > li > a:hover, .header-nav > ul > li.mega-menu > ul > li > ul > li > a:hover, .header-nav > ul > li.mega-menu > ul > li > ul > li > ul > li > a:hover {
  color: #c4a403;
}
.header-nav > ul > li.mega-menu > ul > li.current-menu-item > a, .header-nav > ul > li.mega-menu > ul > li.current_page_item > a, .header-nav > ul > li.mega-menu > ul > li.current-menu-ancestor > a, .header-nav > ul > li.mega-menu > ul > li.current-page-ancestor > a, .header-nav > ul > li.mega-menu > ul > li > ul > li.current-menu-item > a, .header-nav > ul > li.mega-menu > ul > li > ul > li.current_page_item > a, .header-nav > ul > li.mega-menu > ul > li > ul > li.current-menu-ancestor > a, .header-nav > ul > li.mega-menu > ul > li > ul > li.current-page-ancestor > a, .header-nav > ul > li.mega-menu > ul > li > ul > li > ul > li.current-menu-item > a, .header-nav > ul > li.mega-menu > ul > li > ul > li > ul > li.current_page_item > a, .header-nav > ul > li.mega-menu > ul > li > ul > li > ul > li.current-menu-ancestor > a, .header-nav > ul > li.mega-menu > ul > li > ul > li > ul > li.current-page-ancestor > a {
  color: #c4a403;
}
.header-nav {
  /* */
  /* Mega menu livello 2 */
}
.header-nav > ul > li.mega-menu > ul {
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.875rem;
  width: 100%;
  padding: 0.9375rem 1.875rem 1.375rem 1.875rem;
}
.header-nav > ul > li.mega-menu > ul > li > a {
  border-bottom: 1px solid #e5e5e5;
  padding-right: 0;
  padding-left: 0;
  color: #231f20;
  font-size: calc(0.9375rem - 0.125rem);
  text-transform: uppercase;
}
.header-nav > ul > li.mega-menu > ul > li.menu-item-has-children > a::after {
  content: none;
}
.header-nav {
  /* */
  /* Mega menu livello 3 */
}
.header-nav > ul > li.mega-menu > ul > li > ul {
  position: static;
  width: auto;
  box-shadow: none;
  margin-top: 0.75rem;
  padding: 0;
  opacity: unset;
  visibility: unset;
  transform: unset;
}
.header-nav > ul > li.mega-menu > ul > li > ul > li {
  margin-top: 0.5rem;
}
.header-nav > ul > li.mega-menu > ul > li > ul > li > a {
  padding: 0.25rem 0;
  color: #231f20;
}
.header-nav {
  /* */
  /* Mega menu livello 4 */
}
.header-nav > ul > li.mega-menu > ul > li > ul > li > ul {
  display: block;
  margin-left: 1.25rem;
}
.header-nav > ul > li.mega-menu > ul > li > ul > li > ul > li > a {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  color: #6e6e6e;
  font-size: calc(0.9375rem - 0.125rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  transition: color 0.3s ease;
}
.header-nav > ul > li.mega-menu > ul > li > ul > li > ul > li > a:hover {
  color: #c4a403;
}
.header-nav {
  /* */
}

.header-2 {
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 1024px) {
  .header-2 {
    display: none;
  }
}

.header-sticky {
  /* Base */
}
.header-sticky.sticky-down > div::before, .header-sticky.sticky-up-down > div::before {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.header-sticky {
  /* */
}

/*
========================*/
/* Main headline
========================*/
.main-headline {
  border-top: none;
  border-bottom: none;
  background-color: #f8f8f8;
}

.headline {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.headline .headline-breadcrumb {
  font-size: calc(0.9375rem - 0.125rem);
}
.headline .headline-breadcrumb span span:last-of-type {
  font-weight: 400;
}

/*
========================*/
/* Main content
========================*/
.layout-sidebar .sidebar {
  width: 295px;
}

.sidebar .wp-block-group {
  padding: 0;
  background-color: transparent;
}
.sidebar .wp-block-heading {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.9375rem;
}

/*
========================*/
/* Footer area
========================*/
.footer-list ul > li::before {
  content: none;
  display: none;
}
.footer-list ul > li > a, .footer-list ul > li > span {
  padding: 0.25rem 0;
}

.footer {
  font-size: calc(0.9375rem - 0.125rem);
}
.footer .footer-inner.has-element-4 .footer-element:nth-child(1) {
  padding-right: 5%;
}
@media (max-width: 1024px) {
  .footer .footer-inner.has-element-4 .footer-element:nth-child(1) {
    padding-right: 0;
  }
}
.footer .footer-inner-2 {
  margin-top: 2.5rem;
}

.footer-2 {
  font-size: calc(0.9375rem - 0.125rem);
}

.footer-area.has-dark .footer-social ul li a {
  background-color: rgba(255, 255, 255, 0.075);
}
.footer-area.has-dark .footer-2 {
  border-top-color: rgba(255, 255, 255, 0.075);
}

/*
========================*/
/* Utilities
========================*/
.absolute-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  word-wrap: normal;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
}

/*
========================*/
/* Shortcode
========================*/
ul[class*=list]:not(.splide__list) li:has(a[aria-current=page]) > a {
  color: #231f20;
}

/*
========================*/
/*
================================*/

/*# sourceMappingURL=style.css.map */
