/*
----------------------------
# TIPOGRAFIA
# SPAZI
# HEADER
# HEADER MENU
# HOVERS
# FOOTER
# V-PERFECT STYLES
# SEARCH MODAL WINDOW
# BUTTONS
# PARVUS LIGHTBOX
# FORMIDABLE 
# ACCORDION
# BREADCRUMBS
# WPML
# IUBENDA
----------------------------
*/

/* add right padding to body and header when scrollbar hides (overflow hidden / scroll paused) */
body.fs_menu_open,
body.lightbox__open {
  padding-right: var(--scrollbar-width);
}

/*
---------------------------------------------------------------------------------------
# TIPOGRAFIA 
---------------------------------------------------------------------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: unset;
}

.has-m-font-size,
.has-l-font-size,
.has-xl-font-size,
.has-xxl-font-size {
  letter-spacing: -0.03em;
}

.has-m-font-size {
  line-height: 1em;
  font-weight: 500;
}

.has-l-font-size {
  line-height: 1.15;
  font-weight: 700;
}

.has-xl-font-size {
  line-height: 1em;
  font-weight: 700;
}

.has-xxl-font-size {
  line-height: 1em;
  font-weight: 700;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.huge_text {
  font-size: calc(var(--wp--preset--font-size--xxl) * 1.2);
}

p strong,
.wp-block-query-title {
  color: var(--wp--preset--color--black);
}

p.has-primary-color strong {
  color: var(--wp--preset--color--primary);
}

.force-white-color,
.force-white-color * {
  color: var(--wp--preset--color--white) !important;
}

.force-black-color,
.force-black-color * {
  color: var(--wp--preset--color--black) !important;
}

/*
---------------------------------------------------------------------------------------
# SPAZI 
---------------------------------------------------------------------------------------
*/

:root {}

@media (max-width: 1280px) {
  :root {}
}

@media (max-width: 781px) {
  :root {
    --wp--preset--spacing--20: min(1.5rem, 4vw);
    --wp--preset--spacing--30: min(2.5rem, 6vw);
    --wp--preset--spacing--40: min(7rem, 14vw);
    --wp--preset--spacing--50: min(10rem, 17vw);
    --wp--preset--spacing--60: min(14rem, 22vw);
  }
}

.wp-block-create-block-t99-block-gutenberg-svg svg {
  width: 100%;
}

.padded_column {
  padding-inline: 7%;
}

@media (max-width: 1440px) {
  .padded_column {
    padding-inline: 4%;
  }
}

@media (max-width: 781px) {
  .padded_column {
    padding-inline: 0;
  }
}

/*
---------------------------------------------------------------------------------------
# HEADER
---------------------------------------------------------------------------------------
*/

:root {
  --header-transition-time: 0.7s;
  --menu-bg-transition-time: 0.7s;
  --menu-open-transition-time: 0.7s;
  --menu-close-transition-time: 0.4s;
  --menu-items-transition-time: 0.4s;
}

header.site-header {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);

  padding-block: 20px;

  position: fixed;
  width: 100%;

  z-index: 99;
  top: 0px;

  background-color: transparent;
  transition: background-color 0.4s ease;
}

header.site-header .wp-block-columns {
  margin: 0 auto;
  max-width: var(--wp--style--global--content-size);
}

header.site-header .wp-block-columns .wp-block-column:nth-child(3) {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

header.site-header.scrolled {
  background-color: var(--wp--preset--color--white);
}

header.site-header .wp-block-create-block-t99-block-gutenberg-svg .change_on_scroll * {
  transition: fill 0.4s ease;
}

header.site-header.scrolled .wp-block-create-block-t99-block-gutenberg-svg .change_on_scroll * {
  fill: var(--wp--preset--color--black);
}

body.fs_menu_open header.site-header.scrolled .wp-block-create-block-t99-block-gutenberg-svg .change_on_scroll * {
  fill: var(--wp--preset--color--white) !important;
}

header.site-header ul.menu li>a {
  color: var(--wp--preset--color--white);
  transition: color 0.4s ease;
  text-decoration: none;
  position: relative;
  z-index: 2;
  text-align: left;
}

header.site-header ul.menu li.current-menu-item>a {
  color: var(--wp--preset--color--primary) !important;
}

header.site-header.scrolled ul.menu li>a {
  color: var(--wp--preset--color--black);
}

header.site-header .wp-block-create-block-t99-block-gutenberg-svg:nth-child(2),
footer .wp-block-create-block-t99-block-gutenberg-svg:nth-child(2) {
  border-left: 1px solid var(--wp--preset--color--white);
  padding-left: var(--wp--preset--spacing--20);
  transition: border 0.4s ease;
}

header.site-header.scrolled .wp-block-create-block-t99-block-gutenberg-svg:nth-child(2) {
  border-left: 1px solid var(--wp--preset--color--black);
}

header.site-header .wp-block-create-block-t99-block-gutenberg-svg>div {
  line-height: 0;
}

header.site-header p:has(#header_search) {
  line-height: 0;
}

#hamburger_icon {
  display: none;
  width: 40px;
  height: 18px;
  margin-right: 0;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 21;
}

#hamburger_icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--wp--preset--color--white);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#hamburger_icon span:nth-child(1) {
  top: 0px;
}

#hamburger_icon span:nth-child(2),
#hamburger_icon span:nth-child(3) {
  top: 8px;
}

#hamburger_icon span:nth-child(4) {
  top: 16px;
}

body.fs_menu_open #hamburger_icon span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

body.fs_menu_open #hamburger_icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.fs_menu_open #hamburger_icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.fs_menu_open #hamburger_icon span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

@media (max-width: 1280px) {
  header.site-header {
    padding-block: 10px;
  }

  header.site-header .wp-block-columns .wp-block-column:nth-child(1) {
    flex-basis: 60% !important;
    z-index: 2;
  }

  header.site-header .wp-block-columns .wp-block-column:nth-child(2) {
    flex-basis: 0% !important;
  }

  header.site-header .wp-block-columns .wp-block-column:nth-child(3) {
    flex-basis: 40% !important;
    display: flex;
    flex-direction: row;
  }

  #hamburger_icon {
    display: block;
  }

  header.site-header.scrolled #hamburger_icon span {
    background: var(--wp--preset--color--black);
  }

  body.fs_menu_open header.site-header #hamburger_icon span {
    background: var(--wp--preset--color--white) !important;
  }

  header.site-header ul.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--wp--preset--color--black);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
  }

  body.fs_menu_open header.site-header ul.menu {
    opacity: 1;
    pointer-events: all;
  }

  header.site-header ul.menu li>a {
    font-size: var(--wp--preset--font-size--m);
  }

  body.fs_menu_open header.site-header ul.menu li>a {
    color: var(--wp--preset--color--white);
  }
}

/* spazio per admin bar se utente loggato */
body.logged-in header.site-header:not(.hidden) {
  top: 32px;
}

@media (max-width: 781px) {
  body.logged-in header.site-header:not(.hidden) {
    top: 46px;
  }
}

/*
---------------------------------------------------------------------------------------
# HOVERS
---------------------------------------------------------------------------------------
*/
@media (min-width: 782px) {
  :root {
    --hover-tranition-time: 0.7s;
  }

  .swiper-button-prev img,
  .swiper-button-next img {
    transition: transform var(--hover-tranition-time) ease;
  }

  .swiper-button-prev:hover img,
  .swiper-button-next:hover img {
    transform: scale(1.1);
  }

  #main_menu a:hover,
  #submenu a:hover {
    transition: color var(--hover-tranition-time) ease;
  }

  #main_menu a:hover:not(.wp-block-button a),
  #submenu a:hover:not(.wp-block-button a) {
    color: var(--wp--preset--color--primary) !important;
  }

  #header_search {
    transition: background-color var(--hover-tranition-time) ease;
  }

  #header_search:hover,
  #lang_switcher a:hover {
    background-color: var(--wp--preset--color--primary);
  }

  .breadcrumbs_container a,
  #products_tax_tree a,
  #product_filters a {
    transition: color var(--hover-tranition-time) ease;
  }

  .breadcrumbs_container a:hover,
  #products_tax_tree a:hover,
  #product_filters a:hover {
    color: var(--wp--preset--color--primary) !important;
  }

  footer p a {
    transition: color var(--hover-tranition-time) ease;
  }

  footer p a:hover {
    color: var(--wp--preset--color--primary) !important;
  }

  body.search-results .wp-block-query li.wp-block-post.product.type-product a {
    transition: color var(--hover-tranition-time) ease;
  }

  body.search-results .wp-block-query li.wp-block-post.product.type-product a:hover {
    color: var(--wp--preset--color--primary);
  }
}

/*
---------------------------------------------------------------------------------------
# FOOTER
---------------------------------------------------------------------------------------
*/

footer.site-footer p,
footer.site-footer a {
  color: var(--wp--preset--color--white);
  font-size: 0.9em;
}

footer.site-footer a:not(a.wp-block-button__link) {
  text-decoration: underline;
}

#footer-content,
#sub-footer {
  border-top: 1px solid var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--black);
}

#footer .wp-block-site-logo img {
  width: 100%;
  max-width: 200px;
}

@media (max-width: 1080px) {
  footer.site-footer .wp-block-columns {
    flex-direction: column;
  }

  footer.site-footer .is-layout-flex {
    justify-content: center;
  }

  footer.site-footer p:not(.is-nowrap p),
  footer.site-footer a {
    text-align: center;
  }
}

/*
---------------------------------------------------------------------------------------
# V-PERFECT STYLES
---------------------------------------------------------------------------------------
*/

.no-break {
  white-space: nowrap;
}

.wp-block-post.product .wp-block-template-part,
.wp-block-post.product .wp-block-template-part .wp-block-group {
  height: 100%;
}

.wp-block-post.used-product .wp-block-template-part,
.wp-block-post.used-product .wp-block-template-part .wp-block-group {
  height: 100%;
}

.wp-block-post.used-product .wp-block-template-part .wp-block-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wp-block-post.used-product .wp-block-template-part figure {
  margin-inline: 0 !important;
}

body.single-product #contact-form {
  max-width: 980px;
  margin: 0 auto;
}

body.single-product .related_products:not(:has(li.product)) {
  display: none;
}

.t99-columns {
  gap: var(--wp--preset--spacing--30);
}

.t99-columns.columns_separator>.wp-block-column:first-child {
  position: relative;
}

.t99-columns.columns_separator>.wp-block-column:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + (var(--wp--preset--spacing--30) / 2));
  height: 100%;
  width: 1px;
  background-color: var(--wp--preset--color--black);
}

@media (max-width: 781px) {
  .t99-columns.columns_separator>.wp-block-column:first-child::after {
    height: 1px;
    width: 100%;
    left: 0;
    top: auto;
    bottom: calc(var(--wp--preset--spacing--30) / -2);
  }
}

.wp-block-query li.wp-block-post.product img {
  height: 200px;
}

.wp-block-query li.wp-block-post.used-product img {
  height: 260px;
}

body:not(body.search-results) .wp-block-query li.wp-block-post.product.type-product .wp-block-post-title::after {
  content: var(--product-arrow);
  display: inline-block;
  width: 1em;
  position: absolute;
  right: 20px;
}

.wp-block-query li.wp-block-post.product.type-product,
.wp-block-query li.wp-block-post.used-product,
.wp-block-query li.wp-block-post.post.type-post {
  position: relative;
  cursor: pointer;
}

.wp-block-query li.wp-block-post.product.type-product figure,
.wp-block-query li.wp-block-post.used-product figure,
.wp-block-query li.wp-block-post.post.type-post figure {
  overflow: hidden;
}

.wp-block-query li.wp-block-post.product.type-product figure img,
.wp-block-query li.wp-block-post.used-product figure img,
.wp-block-query li.wp-block-post.post.type-post figure img {
  transition: transform 0.6s ease;
}

body:not(body.search-results) .wp-block-query li.wp-block-post.post.type-post {
  padding: var(--wp--preset--spacing--20);
  background-color: var(--wp--preset--color--light-gray);
}

body:not(body.search-results) .wp-block-query li.wp-block-post.product.type-product::before,
body:not(body.search-results) .wp-block-query li.wp-block-post.used-product::before,
body:not(body.search-results) .wp-block-query li.wp-block-post.post.type-post::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: var(--wp--preset--color--primary);
  pointer-events: none;
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: clip-path 0.6s ease;
  z-index: -1;
}

body:not(body.search-results) .wp-block-query li.wp-block-post.product.type-product::after,
body:not(body.search-results) .wp-block-query li.wp-block-post.used-product::after,
body:not(body.search-results) .wp-block-query li.wp-block-post.post.type-post::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: var(--wp--preset--color--primary);
  clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
  transition: clip-path 0.6s ease;
  z-index: -1;
}

body:not(body.search-results) .wp-block-query li.wp-block-post.product.type-product:hover::before,
body:not(body.search-results) .wp-block-query li.wp-block-post.used-product:hover::before,
body:not(body.search-results) .wp-block-query li.wp-block-post.post.type-post:hover::before {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

body:not(body.search-results) .wp-block-query li.wp-block-post.product.type-product:hover::after,
body:not(body.search-results) .wp-block-query li.wp-block-post.used-product:hover::after,
body:not(body.search-results) .wp-block-query li.wp-block-post.post.type-post:hover::after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

body:not(body.search-results) .wp-block-query li.wp-block-post.product.type-product:hover figure img,
body:not(body.search-results) .wp-block-query li.wp-block-post.used-product:hover figure img,
body:not(body.search-results) .wp-block-query li.wp-block-post.post.type-post:hover figure img {
  transform: scale(1.1);
}

.cta-block {
  cursor: pointer;
}

.cta-block a {
  text-decoration: none;
  color: var(--wp--preset--color--white);
}

.number_spec {
  min-height: 140px;
  border-bottom: 1px solid var(--wp--preset--color--black);
}

.mw_720 {
  max-width: 720px;
}

body.search-results .wp-block-query li.wp-block-post.product.type-product .wp-block-post-excerpt {
  max-width: 1024px;
}

body.search-results .wp-block-query .wp-block-post-title a::after {
  content: var(--arrow-red);
  display: inline-block;
  width: 0.5em;
  padding-left: 0.5em;
}

ul.graf_list {
  list-style: none;
  padding: 0;
}

ul.graf_list li {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 0.65em;
}

ul.graf_list li::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.24 31"><polygon points="3.02 31 0 27.88 13.09 15.22 1.3 3.02 4.42 0 19.24 15.33 3.02 31" fill="%23cd2122" stroke-width="0"/></svg>');
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 0.6em;
}

@media (max-width: 781px) {
  .force_flex_mobile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }

  .force_flex_mobile>* {
    flex-basis: 45%;
    margin: 0;
  }
}

.wp-block-query .post .wp-block-post-title {
  color: var(--wp--preset--color--black);
  font-weight: 500;
}

.wp-block-post .wp-block-post-date a {
  text-decoration: none;
}

.taxonomy-category.wp-block-post-terms a {
  color: var(--wp--preset--color--primary);
  text-transform: uppercase;
  pointer-events: none;
  text-decoration: none;
  padding-bottom: 0.25rem;
  display: inline-block;
}

/* POST SLIDER */

.post_slider>ul {
  display: flex;
  gap: unset;
}

.post_slider>ul>li {
  flex-shrink: 0;
  width: auto;
  margin-block: 2px;
  background-color: var(--wp--preset--color--white) !important;
}

.post_slider_pagination {
  text-align: center;
  margin-top: 2rem;
}

.post_slider_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: var(--wp--preset--color--black) !important;
}

.post_slider_pagination .swiper-pagination-bullet-active {
  background: var(--wp--preset--color--primary) !important;
}

/* acf gallery fix */
.wp-block-t99-blocks-lightbox-carousel-block>div {
  width: 100%;
}

.cta-block {
  overflow: hidden;
}

.cta-block img,
.cta-block .wp-block-cover__inner-container {
  transition: transform 0.75s ease;
}

.cta-block:hover img {
  transform: scale(1.2);
}

.cta-block:hover .wp-block-cover__inner-container {
  transform: scale(0.9);
}

.wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 40px auto 0px auto !important;
}

.wp-block-query-pagination-numbers a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
  padding: 0.8em;
  transition: color 0.4s ease;
}

.wp-block-query-pagination-numbers a:hover {
  color: var(--wp--preset--color--primary);
}

.wp-block-query-pagination-numbers span.current {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: 0.7em 1.1em;
  line-height: 1;
}

.wp-block-query li.wp-block-post.product.type-product .parent_cat p {
  color: var(--wp--preset--color--primary);
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-block: 0;
}

/* POST NAVIGATION */
.post-navigation-link-previous a,
.post-navigation-link-next a {
  text-decoration: none;
  color: var(--wp--preset--color--black);
  transition: color 0.4s ease;
  font-weight: bold;
  font-size: 1.2em;
}

.post-navigation-link-previous:hover a,
.post-navigation-link-next:hover a {
  color: var(--wp--preset--color--primary);
}

.post-navigation-link-previous a:before {
  content: "<<";
  padding-right: 0.5em;
}

.post-navigation-link-next a:after {
  content: ">>";
  padding-left: 0.5em;
}

/*
---------------------------------------------------------------------------------------
# SEARCH MODAL WINDOW
---------------------------------------------------------------------------------------
*/

#header_search {
  border: 1px solid var(--wp--preset--color--white);
  border-radius: 100%;
  padding: 0.5em;
  box-sizing: content-box;
  cursor: pointer;
  overflow: visible;
}

header.site-header.scrolled #header_search {
  border: 1px solid var(--wp--preset--color--black);
}

header.site-header.scrolled #header_search path {
  fill: var(--wp--preset--color--black);
}

/* Hide modal by default */
#grafSearchModalOverlay {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

/* Modal box */
#grafSearchModal {
  width: 80%;
  padding: 4vh 2vw;
}

/* Close button */
#grafSearchClose {
  position: absolute;
  color: var(--wp--preset--color--white);
  top: 8%;
  right: 5%;
  background: transparent;
  border: none;
  font-size: 42px;
  cursor: pointer;
}

#grafSearchModal form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

#grafSearchModal .search_title {
  text-align: center;
  font-size: var(--wp--preset--font-size--m);
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

/* Input + search button */
#grafSearchModal input[type="text"] {
  background: transparent;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--dm-sans);
  color: var(--wp--preset--color--white);
  outline: none;
}

#grafSearchModal .graf_search_button {
  padding: 10px;
  cursor: pointer;
  border: none;
  background: transparent;
}

@media (max-width: 480px) {
  #grafSearchModal .graf_search_button {
    padding: 0;
  }
}

/*
---------------------------------------------------------------------------------------
# BUTTONS
---------------------------------------------------------------------------------------
*/

:root {
  --arrow-red: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 28.6'%3E%3Cpolygon points='28.54 26.77 27.51 26.75 27.95 1.44 4.22 1.03 4.24 0 29 .43 28.54 26.77' fill='%23cd2122' stroke-width='0'/%3E%3Crect x='-5.17' y='14.07' width='39.18' height='1.03' transform='translate(-6.09 14.17) rotate(-44.17)' fill='%23cd2122' stroke-width='0'/%3E%3C/svg%3E");
  --arrow-white: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 28.6'%3E%3Cpolygon points='28.54 26.77 27.51 26.75 27.95 1.44 4.22 1.03 4.24 0 29 .43 28.54 26.77' fill='%23fff' stroke-width='0'/%3E%3Crect x='-5.17' y='14.07' width='39.18' height='1.03' transform='translate(-6.09 14.17) rotate(-44.17)' fill='%23fff' stroke-width='0'/%3E%3C/svg%3E");
  --product-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 28.6'%3E%3Cpolygon points='28.54 26.77 27.51 26.75 27.95 1.44 4.22 1.03 4.24 0 29 .43 28.54 26.77' fill='%23CD2122' stroke-width='0'/%3E%3Crect x='-5.17' y='14.07' width='39.18' height='1.03' transform='translate(-6.09 14.17) rotate(-44.17)' fill='%23CD2122' stroke-width='0'/%3E%3C/svg%3E");
}

.wp-block-button .wp-block-button__link,
.frm_button_submit {
  padding: 0.7rem 1.4rem;
  border-radius: 35px;
  border: 1px solid var(--wp--preset--color--white);
  text-decoration: none;
  color: var(--wp--preset--color--white);
  position: relative;
  z-index: 1;
  transition: background-color 0.5s ease, border 0.5s ease;
  font-size: 0.8em;
  display: flex;
  align-items: center;
}

.frm_button_submit {
  padding: 0.7rem 1.4rem !important;
  border-radius: 35px !important;
  background-color: var(--wp--preset--color--black) !important;
  border: 1px solid var(--wp--preset--color--white) !important;
  font-size: 0.8em !important;
}

.wp-block-button.is-style-black-arrow .wp-block-button__link,
.graf_button_red_arrow {
  background-color: var(--wp--preset--color--black);
}

.wp-block-button.is-style-red-arrow .wp-block-button__link,
.graf_button_red_arrow {
  background-color: var(--wp--preset--color--primary);
}

.wp-block-button.is-style-black-arrow .wp-block-button__link::after,
.wp-block-button.is-style-red-arrow .wp-block-button__link::after,
.frm_button_submit::after {
  content: var(--arrow-white);
  width: 1.4rem;
  display: inline-block;
  position: relative;
  margin-left: 1em;
  line-height: 0;
  transition: padding 0.5s ease;
}

.wp-block-button.is-style-black-arrow .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
}

.frm_button_submit:hover {
  background-color: var(--wp--preset--color--primary) !important;
  border: 1px solid var(--wp--preset--color--primary) !important;
}

.wp-block-button.is-style-red-arrow .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--black);
}

.wp-block-button.is-style-red-arrow .wp-block-button__link:hover::after,
.wp-block-button.is-style-black-arrow .wp-block-button__link:hover::after,
.frm_button_submit:hover::after {
  padding-left: 1.3em;
}

/*
---------------------------------------------------------------------------------------
# PARVUS LIGHTBOX
---------------------------------------------------------------------------------------
*/

.parvus-zoom__indicator {
  display: none !important;
}

.parvus__btn {
  background-color: transparent !important;
  outline: none !important;
}

.parvus__btn.parvus__btn--close path,
.parvus__btn.parvus__btn--previous polyline,
.parvus__btn.parvus__btn--next polyline {
  stroke: var(--wp--preset--color--black);
}

/*
---------------------------------------------------------------------------------------
# FORMIDABLE
---------------------------------------------------------------------------------------
*/

.frm_forms .frm_fields_container input,
.frm_forms .frm_fields_container select,
.frm_forms .frm_fields_container textarea {
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--black);
  border-radius: 0px;
  padding-block: 0.75em;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  resize: none;
}

.frm_forms .frm_fields_container .frm_primary_label {
  display: none;
}

.frm_forms .frm_fields_container input[type="checkbox"] {
  border-radius: 0px !important;
  border: 1px solid var(--wp--preset--color--black);
}

.frm_forms br,
.frm_forms p:empty,
.frm_forms p:has(> input) {
  display: none;
}

.frm_forms .frm_fields_container input:focus {
  box-shadow: none !important;
}

.frm_forms .frm_button_submit {
  text-transform: uppercase;
}

.frm_forms a {
  color: var(--wp--preset--color--primary)
}

.columns_list {
  padding-inline: 20px;
}

@media (min-width: 781px) {
  .columns_list {
    column-count: 3;
    column-gap: var(--wp--preset--spacing--40);
  }
}

.wp-block-create-block-t99-block-gutenberg-svg svg {
  height: auto !important;
}

/*
---------------------------------------------------------------------------------------
# ACCORDION
---------------------------------------------------------------------------------------
*/

.accordion_graf {
  position: relative;
}

body:not(.wp-admin) .accordion_graf_content {
  display: none;
}

.accordion_graf_content {
  padding-bottom: var(--wp--preset--spacing--10);
}

.accordion_graf .wp-block-heading {
  cursor: pointer;
  padding-block: var(--wp--preset--spacing--20);
  /* space for after element */
  max-width: 95%;
  transition: color 0.4s ease;
}

.accordion_graf .wp-block-heading::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9InBsdXMiPjxsaW5lIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiB4MT0iMTYiIHgyPSIxNiIgeTE9IjciIHkyPSIyNSIvPjxsaW5lIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiB4MT0iNyIgeDI9IjI1IiB5MT0iMTYiIHkyPSIxNiIvPjwvZz48L3N2Zz4=");
  position: absolute;
  right: 5px;
  transition: transform 0.4s ease;
  width: 32px;
  height: 32px;
}

.accordion_graf.open .wp-block-heading::after {
  transform: rotateZ(135deg);
}

.accordion_graf.open .wp-block-heading,
.accordion_graf .wp-block-heading:hover {
  color: var(--wp--preset--color--primary);
}

/*
---------------------------------------------------------------------------------------
# BREADCRUMBS
---------------------------------------------------------------------------------------
*/

#breadcrumbs {
  background: white;
  position: relative;
  top: 0;
  padding-block: 10px;
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
  width: 100%;
  border-bottom: 1px solid var(--wp--preset--color--black);
}

#breadcrumbs .breadcrumbs_container {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}

#breadcrumbs,
#breadcrumbs a {
  color: var(--wp--preset--color--text-color);
  text-decoration: none;
}


/*
---------------------------------------------------------------------------------------
# WPML
---------------------------------------------------------------------------------------
*/
.wpml-ls br,
.wpml-ls p {
  display: none;
}

.wpml-ls-legacy-dropdown {
  width: auto;
}

.wpml-ls-legacy-dropdown a {
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  background-color: var(--wp--preset--color--black);
  padding: 0px !important;
  margin: 0;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none !important
}

/*
---------------------------------------------------------------------------------------
# IUBENDA
---------------------------------------------------------------------------------------
*/

.frm_forms a.iubenda-embed {
  padding: 0 !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--black) !important;
  text-decoration: underline !important;
  box-shadow: none !important;
  font-size: 12px !important;
}

.frm_forms a.iubenda-embed:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}

#sub-footer a.iubenda-embed,
#sub-footer a.iubenda-cs-preferences-link {
  padding: 0 !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--white) !important;
  text-decoration: underline !important;
  box-shadow: none !important;
  font-weight: 700;
}

#sub-footer a.iubenda-embed:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}

#iubenda-cs-banner .iubenda-cs-rationale {
  margin: 0 auto !important;
}

#iubenda-cs-banner .iubenda-banner-content.iubenda-custom-content.iubenda-banner-content-padded {
  padding: 0 !important;
}

#iubenda-cs-banner #iubenda-cs-paragraph .iub-p {
  font-size: 13px !important;
}

#iubenda-cs-banner .iubenda-cs-rationale .iubenda-cs-opt-group {
  margin: 0 !important;
}

#iubenda-cs-banner .iubenda-cs-close-btn {
  display: none !important;
}