/*
Theme Name: TDShop
Theme URI: https://lucatedesco.it
Author: Luca Tedesco
Author URI: https://lucatedesco.it
Description: WooCommerce-ready shop theme based on TDStart – includes full WooCommerce support (cart icon, gallery, zoom, lightbox), quick search, customizable header/footer colors, local fonts, scroll animations, breadcrumbs and more.
Version: 1.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
WC tested up to: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tdshop
Tags: woocommerce, e-commerce, custom-logo, custom-menu, block-editor-patterns, block-editor-styles
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
  --accent-color: #F75E47;
  --grey-color: #E1DDD1;
  --white-color: #fff;
  --site-bg: #E4E4E4;
  --title-color: #0F4C81;
  --site-text-color: #002649;
  --link-color: #048ea0;
  --link-color-hover: #105862;
  --footer-text-color: #ffffff;
}

/* ! Reset */
body,
html {
  background: var(--site-bg);
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style-type: none;
}

img {
  height: auto;
}

a {
  text-decoration: none;
}

hr {
  border: none;
  border-bottom: 1px solid var(--grey-color);
  width: 100%;
}

body.admin-bar .header {
  position: fixed;
  top: 32px;
  z-index: 1000;
}

ul {
  list-style: disc inside;
  margin-bottom: 10px;
  list-style-position: outside;
  padding-left: 30px;
}

ol {
  list-style: decimal inside;
  margin-bottom: 25px;
  padding-left: 15px;
}

ul li {
  line-height: 1.3;
  margin-bottom: 5px;
}

.footer ol,
.footer ul {
  list-style-type: none;
  margin-left: 1rem;
}

ul li::marker,
ol li::marker {
  color: var(--link-color);
  font-size: 1rem;
}

/* ------------------------------------------------------------------------- *
/* 1 Base */
/* ------------------------------------------------------------------------- */

/* Typography */
body {
  font-size: 16px;
  background-color: var(--site-bg);
  color: var(--site-text-color);
  font-family: 'Barlow';
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body.custom-background.dark {
  background-color: var(--site-bg);
}

a {
  text-decoration: none;
  color: var(--link-color);
}

p {
  line-height: 1.3
}


/* ! Title System */
.text-0 {
  font-size: 5rem;
  line-height: 1;
}

h1,
.text-1 {
  font-size: 3.4rem;
}

h2,
.text-2 {
  font-size: 2.2rem;
}

h3,
.text-3 {
  font-size: 1.5rem;
}

h4,
.text-4 {
  font-size: 1.3rem;
}

h5,
p,
.text-5,
ul,
li {
  font-size: 1rem;
  line-height: 150%
}

h6 {
  font-size: 0.8rem;
}




@media (max-width: 768px) {
  .text-0 {
    font-size: 3rem;
    /* Reduced from 4rem for better fit */
  }


}

.header__logo-text h2 {
  font-weight: 900;
  line-height: 0.8;
  transition: font-size 0.3s ease-in-out;
}

.header__logo-text p {
  font-size: 20px;
  color: var(--link-color);
  font-weight: 600;
  transition: font-size 0.3s ease-in-out;
}

/* Link color */
a {
  color: var(--link-color);
}

a:hover {
  color: var(--link-color-hover);
  text-decoration: none;
}

/* WCAG 2.4.7: Visible focus indicator */
a:focus {
  color: var(--link-color-hover);
  text-decoration: none;
  outline: 2px solid var(--link-color);
  outline-offset: 2px;
}

/* Button Link */
.wp-block-button__link {
  text-decoration: none !important;
  color: #fff
}

.wp-block-button__link:hover {
  text-decoration: none !important;
  color: #fff
}

/* WCAG 2.4.7: Visible focus for buttons */
.wp-block-button__link:focus {
  text-decoration: none !important;
  color: #fff;
  outline: 2px solid #fff;
  outline-offset: 2px;
}



.cta-button a {
  color: #fff !important;
  background-color: var(--link-color);
  border-radius: 100px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.cta-button a:hover {
  background-color: var(--link-color-hover);
}

/* ------------------------------------------------------------------------- *
/* 2 Layout */
/* ------------------------------------------------------------------------- */

.wrapper {
  /* overflow: hidden; */
  width: 100%;
  padding: 0 3%;
}

/* ------------------------------------------------------------------------- *
/* 2.1 Menu */
/* ------------------------------------------------------------------------- */
.lang-item img {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50px;
}

.spacer {
  height: 200px;
}


.home .spacer {
  height: 110px;
}

/* .alignfull{width: 100vw;margin-left: calc(50% - 50vw);}
.alignwide{width: 90vw;margin-left: calc(50% - 45vw);}
 */

body .alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}



.header__topbar {
  background-color: var(--site-bg);
  width: 100%;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: auto;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.header__topbar-track {
  display: flex;
  width: max-content;
  animation: scrollMarquee 25s linear infinite;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.header__topbar-text {
  white-space: nowrap;
  padding-right: 80px;
  /* distanza fra le due copie */
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


@media (max-width: 794px) {

  .header__topbar {
    font-size: 13px;
  }

  .spacer {
    height: 120px;
  }

  .home .spacer,
  .page-template-home-template .spacer {
    height: 120px;
  }
}


.header {
  background-color: var(--site-text-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 0px 4%;
  /* overflow: hidden; - REMOVED: was blocking mobile menu from appearing */
  box-sizing: border-box;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease;
}

.header--hidden {
  transform: translateY(calc(-100% - 32px));
  /* Nascondo l'header in scroll. -32px serve per eventuale wp admin-bar */
}

.scroll-down .header,
.home.scroll-down .header {
  background-color: #0f172aa8;
  backdrop-filter: blur(7px) saturate(130%);
  -webkit-backdrop-filter: blur(7px) saturate(130%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.scroll-down .header__logo-img {
  width: 70px;
}

.scroll-down .header__logo-text h2 {
  font-size: 16px;
}

.scroll-down .header__logo-text p {
  font-size: 12px;
}

.home .header {
  background-color: transparent;
}

.header__content {
  width: 100%;
  max-width: 100%;
  /* Ensure it doesn't overflow */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
}

.header__logo,
.header__quick {
  display: flex;
  align-items: center;
  color: var(--site-text-color);
  font-weight: bold;
}


.header__logo-img {
  width: 200px;
  height: auto;
  transition: width 0.3s ease-in-out;
}

.header__quick ul {
  list-style-type: none;
  margin-bottom: 0;
}

.header__quick ul li {
  display: inline-block;
}

.header__quick ul li a {
  padding: 10px 5px;
}



.menu,
.menu ul {
  margin: 0;
  position: relative;
  padding: 0;
}

.menu li {
  display: inline-block;
  position: relative;
  padding: 7px;
}

.menu li a {
  color: var(--white-color);
  opacity: 0.8;
  display: block;
  font-size: 16px;
  font-weight: 600;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

.menu li a:hover {
  opacity: 1;
}


.icon-hamburger {
  display: none;
}

/* --- linea hover link ---*/
a {
  position: relative;
}

.menu li a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  bottom: 0;
  /* Changed from margin-top to bottom positioning */
  left: 0%;
  background: var(--link-color-hover);
  transition: width .45s ease-in-out;
}

.menu li a:hover:before {
  width: 100%;
  left: 0%;
  background: var(--link-color-hover);
}

@media (max-width: 1190px) {

  .header__logo-img {
    width: 65px !important;
    height: auto;
  }

  .menu {
    position: fixed;
    /* Changed from absolute to fixed for fullscreen */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--site-text-color);
    width: 100vw;
    /* Full viewport width */
    height: 100vh;
    /* Full viewport height */
    margin: 0;
    padding-top: 80px;
    /* Space for header */
    overflow: auto;
    transition: all 0.5s cubic-bezier(.215, .61, .355, 1);
    transform: translateX(-100%);
    z-index: 9998;
    /* Below header but above content */
  }

  .menu li {
    width: 90%;
    margin: 0 5%;
  }

  .menu-open .menu {
    transform: translateX(0%);
  }

  .menu-open .menu>li:last-child {
    margin-bottom: 150px;
    position: relative;
  }

  .icon-hamburger {
    height: 50px;
    width: 50px;
    margin-left: 20px;
    display: block;
    border: none;
    background: transparent;
    z-index: 9999;
    cursor: pointer;
  }

  /* WCAG 2.4.7: Visible focus for hamburger button */
  .icon-hamburger:focus {
    outline: 2px solid var(--link-color);
    outline-offset: 2px;
  }

  .icon-hamburger strong {
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
    width: 1px;
    display: block;
    margin: 0;
    padding: 0;
  }

  .icon-hamburger span {
    height: 2px;
    width: 30px;
    background: var(--link-color);
    position: relative;
    display: block;
    margin-bottom: 11px;
    transition: all 0.2s cubic-bezier(.215, .61, .355, 1);
  }

  .menu-open .icon-hamburger span:nth-child(2) {
    transform: rotate(45deg) translateY(9px);
  }

  .menu-open .icon-hamburger span:nth-child(3) {
    transform: rotate(-45deg) translateY(-9px);
  }

  .header__content {
    /* padding-right: 50px; removed - was causing overflow on mobile */
    /* padding-right: 0;
    height: 60px; */
  }

  .header__quick {
    display: flex;
    justify-content: flex-end;
  }

  .header__quick ul {
    padding-left: 0;
  }


}

@media (max-width: 500px) {
  .header__quick .menu-item-type-custom {
    display: none;
  }

  .menu-open .header__quick .menu-item-type-custom {
    display: inline-block;
  }
}

/* Menu Dropdown */
.menu>li>ul {
  background: #f4f4f4;
  opacity: 0;
  display: none;
  min-width: 220px;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 0px;
  left: 0;
  padding: 10px;
  border-radius: 10px;
}

.menu li:hover>ul {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.menu li ul>li>a:hover {
  color: var(--link-color-hover);
}

/* Mega Menu */
.menu>li.mega-menu>.sub-menu a {
  padding: 12px;
}

.menu>li.mega-menu>.sub-menu .sub-menu {
  padding-left: 0;
  width: 180px;
}

.menu>li.mega-menu>.sub-menu .sub-menu li a {
  padding-top: 7px;
  padding-bottom: 8px;
  font-weight: normal;
  font-size: 14px;
}


/* Open Menus */
@media (min-width: 1190px) {

  .menu>li:hover>ul,
  .menu>li>ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  .menu>li.mega-menu:hover>ul,
  .menu>li.mega-menu>ul:hover {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    width: 600px;
  }

  .menu>li.mega-menu>ul>li {
    width: 193px;
  }

}

.menu li.open-dropdown>ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

.menu li.mega-menu.open-dropdown>ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

.menu li ul li {
  clear: both;
  width: 100%;
}

.menu>li.menu-item-has-children>a {
  position: relative;
  padding-right: 30px;
}

.menu>li.menu-item-has-children>a::after {
  content: " ";
  width: 30px;
  height: 30px;
  background-size: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(90deg);
  margin-top: -15px;
  background-size: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="50px" height="50px" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M22.7 34.7l-1.4-1.4 8.3-8.3-8.3-8.3 1.4-1.4 9.7 9.7z"/></svg>');
}

@media (min-width: 1190px) {
  .page-template-menu-trasparent .menu>li.menu-item-has-children>a::after {
    background-image: url('data:image/svg+xml;utf8,<svg width="50px" height="50px" viewBox="0 0 50 50" xmlns="http://www.w3.org/2000/svg"><path fill="black" d="M22.7 34.7l-1.4-1.4 8.3-8.3-8.3-8.3 1.4-1.4 9.7 9.7z"/></svg>');
    filter: invert(1);
  }
}


@media (max-width: 1190px) {

  .menu li ul {
    position: relative;
    background: none;
  }

  .menu li ul li {
    border: none;
    width: 95%;
  }

  /* .menu li ul li a{padding-left: 30px;} */
  .menu>li.mega-menu>.sub-menu {
    margin-left: 5vw;
  }

  .menu>li.mega-menu>.sub-menu li {
    margin: 0;
  }

  .menu>li.mega-menu>.sub-menu>li {
    width: 40vw;
    margin-bottom: 20px;
  }
}



.header--section {
  background: #99c2a9;
  color: #000000;
  padding: 80px 0;
}

.header--section h1 {
  color: #000000;
}

.header--section #crumbs,
.header--section#crumbs a {
  color: #000000;
}

.header--section--container {
  width: 100%;
  padding: 0px 4%;
  align-items: center;
}




/* Mobile Header Layout - Logo | Button | Hamburger */
@media (max-width: 1190px) {
  .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* 1. Logo pushes everything else to the right */
  .header__logo {
    order: 1;
    margin-right: auto;
  }

  /* 2. Quick Menu (Button) in the middle/right */
  .header__quick {
    order: 2;

    margin-right: 15px;
  }

  /* 3. Hamburger Icon on the far right */
  .icon-hamburger {
    order: 3;
    position: static !important;
    margin-top: 0;
    margin-left: 0;
    transform: none;
  }
}

/* Show button on tablets and up where there's more space */
@media (min-width: 768px) and (max-width: 1190px) {
  .header__quick {
    display: block !important;
  }
}

/* ------------------------------------------------------------------------- *
/* 2.2 Button Style */
/* ------------------------------------------------------------------------- */

/* Ghost / Glassmorphism Button Style */
.wp-block-button.is-style-ghost .wp-block-button__link,
.style-ghost {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.59);
  border-radius: 100px !important;
  backdrop-filter: blur(3.3px);
  -webkit-backdrop-filter: blur(3.3px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.wp-block-button.is-style-ghost .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
  color: #fff !important;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.wp-block-button.is-style-ghost .wp-block-button__link:focus {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 3px;
}





/* ! Index */
/*----------------------------------------------------------------------------------- */
/* ! - Paginations */
.td-pagination {
  margin-bottom: 3rem;
  margin-top: 3rem;
  text-align: center;
}

.td-pagination a.page-numbers:not(.next):not(.prev) {
  box-sizing: content-box;
  margin: 0 5px;
}

.td-pagination a.prev,
.td-pagination a.next,
.td-pagination a.page-numbers:not(.next):not(.prev) {
  background-color: var(--link-color);
  border: 2px solid transparent;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  max-width: 100%;
  padding: 15px 33px;
  text-decoration: none;
  text-transform: none;
  transition: all .12s linear;
  width: -moz-fit-content;
  width: fit-content;
}

.td-pagination a.next,
.td-pagination a.prev {
  background-color: transparent;
  border-color: var(--link-color);
  color: var(--link-color);
}

.td-pagination a.next:hover,
.td-pagination a.prev:hover {
  background-color: var(--link-color);
  border-color: var(--link-color);
  color: #fff;
}

.td-pagination a.page-numbers:not(.next):not(.prev) {
  background-color: transparent;
  border-color: #e6eef5;
  color: inherit;
}


.td-pagination a.page-numbers:not(.next):not(.prev),
.td-pagination span.current {
  display: inline-block;
  border-radius: 100px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  width: 50px;
}

.td-pagination span.current {
  background-color: #e6eef5;
  position: relative;
}


.td-pagination a.page-numbers:hover:not(.next):not(.prev) {
  background-color: var(--link-color);
  border-color: var(--link-color);
  color: #fff;
}





/* ! - Breadcrumbs */
#crumbs,
#crumbs a {
  color: #000000;
  position: relative;
  z-index: 2;
}

#crumbs a:hover {
  color: var(--link-color-hover);
}

#crumbs span {
  color: #000000;
}


/* ! - Blockquote */
blockquote {
  font-size: 1.5rem;
  width: 95%;
  margin: 30px auto;
  font-style: italic;
  padding: 2.2em 30px 1.2em 75px;
  /* border-bottom: 3px solid var(--link-color); */
  line-height: 1.6;
  position: relative;
  /* background: #eff0f9; */
  /* border-top: 3px solid var(--link-color); */
}

blockquote::before {
  font-family: Arial;
  content: "\201C";
  color: var(--link-color);
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

blockquote::after {
  content: '';
}

blockquote span {
  display: block;
  color: var(--link-color);
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

@media (max-width: 768px) {
  blockquote {
    width: 100%;
    padding: 2.2em 0px 1.2em 40px;
  }

  blockquote::before {
    left: -5px;
    top: -23px;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! Contact Form */
/* --------------------------------------------------------------------------------------------------------------------------- */

.title-form {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
}


.wpcf7 form.sent .wpcf7-response-output {
  color: var(--site-text-color);
}


/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! Whats App */
/* --------------------------------------------------------------------------------------------------------------------------- */

.logo-whats-app {
  display: block;
  width: 38px;
  height: 38px;
  position: fixed;
  bottom: 43px;
  right: 43px;
  z-index: 999;
  border-radius: 100%;
  background: #25D366;
  border: 0px solid #25D366;
}

.logo-whats-app .icon-wa {
  width: 44px;
  height: 44px;
  margin: -3px 0 0 -3px;
  padding: 0;
  filter: invert(1);
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! Mappa responsive */
/* --------------------------------------------------------------------------------------------------------------------------- */


@media (max-width: 768px) {
  .mappa-responsive {
    overflow: hidden;
    padding-bottom: 65.25%;
    position: relative;
    height: 0;
  }

  .mappa-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
}


/* ! Single */
/*----------------------------------------------------------------------------------- */


/* ! -- Author Info */
/* --------------------------------------------------------- */

#author-info {
  position: relative;
}

.author-block {
  display: flex;
}

#author-avatar img {
  height: 120px;
  width: 120px;
}

@media (max-width: 768px) {
  .author-block h3 {
    margin-top: -2rem;
  }
}


/* ! -- Social Share buttons */
/* --------------------------------------------------------- */

.social-box {
  display: block;
  margin: 20px 0 40px;
  padding: 0 0 0;
}

.social-box:last-of-type {
  margin: 0 0 40px;
}

.social-btn {
  display: block;
  width: 100%;
}

a.col-2.sbtn span {
  display: none;
}

a.col-1.sbtn {
  max-width: 140px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  color: #fff;
  margin: 0 1% 0 0;
  font-size: 16px;
}

a.col-1.sbtn span {
  margin: 0 0 0 15px;
}

a.col-2.sbtn {
  width: 6%;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  color: #fff;
  margin: 0 0.5% 0 0;
  line-height: 1.825 !important;
  max-width: 50px;
  min-width: 50px;
}


.s-twitter::before {
  content: url('./icons/logo-twitter.svg');
  width: 35px;
  display: block;
  filter: invert(16%) sepia(92%) saturate(2283%) hue-rotate(191deg) brightness(100%) contrast(101%);
}

.s-twitter:hover {
  filter: brightness(0) saturate(100%) invert(9%) sepia(32%) saturate(1993%) hue-rotate(175deg) brightness(89%) contrast(95%);
}

.s-facebook::before {
  content: url('./icons/logo-facebook.svg');
  width: 35px;
  display: block;
  filter: invert(16%) sepia(92%) saturate(2283%) hue-rotate(191deg) brightness(100%) contrast(101%);
}

.s-facebook:hover {
  filter: brightness(0) saturate(100%) invert(9%) sepia(32%) saturate(1993%) hue-rotate(175deg) brightness(89%) contrast(95%);
}

.s-whatsapp::before {
  content: url('./icons/logo-whatsapp.svg');
  width: 35px;
  display: block;
  filter: invert(16%) sepia(92%) saturate(2283%) hue-rotate(191deg) brightness(100%) contrast(101%);
}

.s-whatsapp:hover {
  filter: brightness(0) saturate(100%) invert(9%) sepia(32%) saturate(1993%) hue-rotate(175deg) brightness(89%) contrast(95%);
}

.s-linkedin::before {
  content: url('./icons/logo-linkedin.svg');
  width: 35px;
  display: block;
  filter: invert(16%) sepia(92%) saturate(2283%) hue-rotate(191deg) brightness(100%) contrast(101%);
}

.s-linkedin:hover {
  filter: brightness(0) saturate(100%) invert(9%) sepia(32%) saturate(1993%) hue-rotate(175deg) brightness(89%) contrast(95%);
}

.social-btn a:last-of-type {
  margin: 0;
}


@media only screen and (max-width: 1200px) {
  a.col-1.sbtn {
    width: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  a.col-1.sbtn {
    width: 46px;
    margin: 0 4.5% 0 0;
  }

  a.col-1.sbtn span {
    display: none;
  }
}



/* -- Related Post
-------------------------------------------------------- */
/* .related-posts-list {flex-direction: row; display: flex; list-style: none;margin-top: 20px;padding-left: 0px;} */
.related-posts ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 30px 0 !important;
  padding: 0 !important;
}

.related-posts-list li {
  width: 30%;
  margin: 10px;
  height: auto;
}

.related-posts-list h4 {
  font-size: 20px;
  margin-top: 10px;
  margin-left: 5px;
}

.related-posts-list li img {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  max-width: 100%;
  height: auto;
}

/* .related-posts-list h4:hover{ color:#0fcbc0;} */

@media (max-width: 768px) {
  .related-posts-list li {
    width: 100%;
    margin: 0;
    padding-left: 0;
    height: auto;
    margin-bottom: 15px;
  }

  .related-posts-list li img {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
  }

  .related-posts-list h4 {
    font-size: 18px;
    margin-top: 3px;
    margin-left: 5px;
  }
}


/* ! Freccia */
/*----------------------------------------------------------------------------------- */

.freccia-dx {
  position: absolute;
  top: 20px;
  right: -50px;
  z-index: 10000;
}

.freccia-sx {
  position: absolute;
  bottom: 20px;
  left: -90px;
  transform: rotate(200deg);
  z-index: 10000;
}

@media (max-width: 1250px) {

  .freccia-dx,
  .freccia-sx {
    display: none;
  }
}


.button {
  border-radius: 50px;
}

/* ! Search Bar */
/*----------------------------------------------------------------------------------- */

/* Container della barra di ricerca (necessario per posizionare i risultati) */
.wp-block-search {
  position: relative;
}

/* Styling del campo di input */
.wp-block-search__input {
  border: 2px solid #eef1f2 !important;
  border-radius: 4px !important;
  padding: 12px 15px !important;
  transition: all 0.3s ease !important;
}

.wp-block-search__input:focus {
  border-color: #4a7c44 !important;
  /* Il tuo verde */
  box-shadow: 0 0 0 4px rgba(74, 124, 68, 0.1) !important;
  outline: none !important;
}

/* Dropdown dei risultati Live */
.live-search-results {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  z-index: 9999;
  overflow: hidden;
  border: 1px solid #eef1f2;
}

/* Singolo elemento del risultato */
.search-result-item {
  border-bottom: 1px solid #f0f2f5;
  transition: background 0.2s ease;
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-result-item a {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  text-decoration: none !important;
  color: #1a1a1a;
}

.search-result-item a strong {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  /* Richiama lo stile delle certificazioni */
  letter-spacing: 0.02em;
}

/* Effetto Hover: la "Micro-Barra" verde */
.search-result-item a:hover {
  background-color: #f9fafb;
}

.search-result-item a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #4a7c44;
  margin-top: 8px;
  transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.search-result-item a:hover::after {
  width: 30px;
  /* La linea si allunga al passaggio del mouse */
}


/* Messaggio "Nessun risultato" o "Caricamento" */
.live-search-results .no-results,
.live-search-results .loading {
  padding: 20px;
  text-align: center;
  color: #666;
  font-style: italic;
  font-size: 0.9rem;
}

/* Spinner di caricamento (opzionale) */
.live-search-loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #eef1f2;
  border-top: 2px solid #4a7c44;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* ! Footer */
/*----------------------------------------------------------------------------------- */

footer {
  background: var(--site-bg);
  color: var(--footer-text-color);
}

footer p,
footer a,
footer h3 {
  color: var(--footer-text-color);
}

footer .menu li {
  width: 90%;
  margin: 0 5%;
}

/* Footer Grid Alignment */
footer .grid {
  justify-content: space-between;
  /* Distribute columns nicely */
  align-items: center;
  /* Align columns to top */
}


footer h3 {
  margin-top: 0;
  /* Remove top margin from headers */
  margin-bottom: 1rem;
  font-size: 1.2rem;
  text-transform: uppercase;
}

/* Ensure Logo is left aligned in footer */
footer .wp-block-image {
  margin: 0;
}


/* Animation on scroll */
.fade {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.6s ease-in-out;
  will-change: transform, opacity;
}

.fadeIn {
  opacity: 1;
  transform: translateY(0px)
}


/* Animation System on scroll v2 
--------------------------------------------------------- */

.reveal,
[class*="is-style-reveal"] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease-out, transform .8s cubic-bezier(.2, .7, .25, 1), filter .8s cubic-bezier(.2, .7, .25, 1);
  will-change: opacity, transform, filter;
}

/* Directional variants */
.reveal.reveal-up,
.is-style-reveal-up {
  transform: translateY(30px);
}

.reveal.reveal-down,
.is-style-reveal-down {
  transform: translateY(-30px);
}

.reveal.reveal-left,
.is-style-reveal-left {
  transform: translateX(30px);
}

.reveal.reveal-right,
.is-style-reveal-right {
  transform: translateX(-30px);
}

.reveal.reveal-zoom,
.is-style-reveal-zoom {
  transform: scale(.95);
}

.reveal.reveal-skew,
.is-style-reveal-skew {
  transform: translateY(20px) skewY(5deg);
}

.reveal.reveal-blur,
.is-style-reveal-blur {
  filter: blur(6px);
}

/* Active state on scroll */
.reveal.is-inview,
[class*="is-style-reveal"].is-inview {
  opacity: 1;
  transform: none;
  filter: none;
}

/* Clip-path effect */
.reveal.reveal-clip,
.is-style-reveal-clip {
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  will-change: clip-path;
}

@keyframes revealClip {
  to {
    clip-path: inset(0 0 0 0);
  }
}

/* Clip-path active state */
.reveal.reveal-clip.is-inview,
.is-style-reveal-clip.is-inview {
  animation: revealClip 1s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards;
  will-change: clip-path;
}


/* Accessibility: disable animations */
@media (prefers-reduced-motion: reduce) {

  .reveal,
  [class*="is-style-reveal"] {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }
}

/* Delay utilities */
.delay-01 {
  transition-delay: .1s !important;
}

.delay-02 {
  transition-delay: .2s !important;
}

.delay-03 {
  transition-delay: .3s !important;
}

.delay-04 {
  transition-delay: .4s !important;
}

.delay-05 {
  transition-delay: .5s !important;
}

.delay-06 {
  transition-delay: .6s !important;
}

.delay-07 {
  transition-delay: .7s !important;
}

.delay-08 {
  transition-delay: .8s !important;
}

.delay-09 {
  transition-delay: .9s !important;
}

.delay-10 {
  transition-delay: 1s !important;
}

.delay-11 {
  transition-delay: 1.1s !important;
}

.delay-12 {
  transition-delay: 1.2s !important;
}

.delay-13 {
  transition-delay: 1.3s !important;
}

.delay-14 {
  transition-delay: 1.4s !important;
}

.delay-15 {
  transition-delay: 1.5s !important;
}

/* Duration utilities */
.duration-01 {
  transition-duration: .1s !important;
  animation-duration: .1s !important;
}

.duration-02 {
  transition-duration: .2s !important;
  animation-duration: .2s !important;
}

.duration-03 {
  transition-duration: .3s !important;
  animation-duration: .3s !important;
}

.duration-04 {
  transition-duration: .4s !important;
  animation-duration: .4s !important;
}

.duration-05 {
  transition-duration: .5s !important;
  animation-duration: .5s !important;
}

.duration-06 {
  transition-duration: .6s !important;
  animation-duration: .6s !important;
}

.duration-07 {
  transition-duration: .7s !important;
  animation-duration: .7s !important;
}

.duration-08 {
  transition-duration: .8s !important;
  animation-duration: .8s !important;
}

.duration-09 {
  transition-duration: .9s !important;
  animation-duration: .9s !important;
}

.duration-10 {
  transition-duration: 1s !important;
  animation-duration: 1s !important;
}

.duration-11 {
  transition-duration: 1.1s !important;
  animation-duration: 1.1s !important;
}

.duration-12 {
  transition-duration: 1.2s !important;
  animation-duration: 1.2s !important;
}

.duration-13 {
  transition-duration: 1.3s !important;
  animation-duration: 1.3s !important;
}

.duration-14 {
  transition-duration: 1.4s !important;
  animation-duration: 1.4s !important;
}

.duration-15 {
  transition-duration: 1.5s !important;
  animation-duration: 1.5s !important;
}

.duration-16 {
  transition-duration: 1.6s !important;
  animation-duration: 1.6s !important;
}

.duration-17 {
  transition-duration: 1.7s !important;
  animation-duration: 1.7s !important;
}

.duration-18 {
  transition-duration: 1.8s !important;
  animation-duration: 1.8s !important;
}

.duration-19 {
  transition-duration: 1.9s !important;
  animation-duration: 1.9s !important;
}

.duration-20 {
  transition-duration: 2s !important;
  animation-duration: 2s !important;
}

.duration-25 {
  transition-duration: 2.5s !important;
  animation-duration: 2.5s !important;
}

.duration-30 {
  transition-duration: 3s !important;
  animation-duration: 3s !important;
}

/* Animation System v2 End */

/* Animation on load 
--------------------------------------------------------- */

@keyframes fade-load {
  from {
    opacity: 0;
    top: 20px
  }

  to {
    opacity: 1;
    top: 0;
  }
}

.load {
  opacity: 0;
  animation: fade-load cubic-bezier(0.385, 0.135, 0.15, 0.86) 0.5s forwards;
}


/* ! Grid System */
/*----------------------------------------------------------------------------------- */
.grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto
}

.grid--small {
  max-width: 900px
}

.grid--center {
  justify-content: center;
}

.grid--full {
  max-width: 100%
}

.col-20 {
  width: 20%
}

.col-25 {
  width: 25%
}

.col-30 {
  width: 30%
}

.col-33 {
  width: 33.33%
}

.col-40 {
  width: 40%
}

.col-50 {
  width: 50%
}

.col-60 {
  width: 60%
}

.col-70 {
  width: 70%
}

.col-75 {
  width: 75%
}

.col-80 {
  width: 80%
}

.col-90 {
  width: 90%
}

.col-100 {
  width: 100%
}

.article {
  width: 100%;
}

[class*='col-'] {
  padding: 0 20px;
}

/* .grid--full [class*='col-'], */
.grid .grid [class*='col-'] {
  padding: 0;
}


@media (max-width: 768px) {
  [class*='col-'] {
    width: 100%;
    padding: 0;
  }

  .sma-33 {
    width: 33.33%
  }

  .sma-50 {
    width: 50%
  }

  .sma-25 {
    width: 25%
  }
}


/* ! Accessibility */
/*----------------------------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* underline for accesibility */
.text-content a,
.comment-content a {
  text-decoration: underline;
}


/* hide elements for accessibility */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* ! Icon System - https://ionicframework.com/docs/v3/ionicons/ */

.icon-arrow {
  display: inline-block;
  margin: -3px 5px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3EArrow Forward%3C/title%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M268 112l144 144-144 144M392 256H100'/%3E%3C/svg%3E");
}

.icon-check {
  display: inline-block;
  margin: -3px 5px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='405.272px' height='405.272px' viewBox='0 0 405.272 405.272'%3E%3Cg%3E%3Cpath d='M393.401 124.425L179.603 338.208c-15.832 15.835-41.514 15.835-57.361 0L11.878 227.836c-15.838-15.835-15.838-41.52 0-57.358c15.841-15.841 41.521-15.841 57.355-0.006l81.698 81.699L336.037 67.064c15.841-15.841 41.523-15.829 57.358 0C409.23 82.902 409.23 108.578 393.401 124.425z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-angle {
  display: inline-block;
  margin: -3px 5px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3EChevron Down%3C/title%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");
}

.icon-fb {
  display: inline-block;
  margin: -3px 5px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Facebook%3C/title%3E%3Cpath d='M480 257.35c0-123.7-100.3-224-224-224s-224 100.3-224 224c0 111.8 81.9 204.47 189 221.29V322.12h-56.89v-64.77H221V208c0-56.13 33.45-87.16 84.61-87.16 24.51 0 50.15 4.38 50.15 4.38v55.13H327.5c-27.81 0-36.51 17.26-36.51 35v42h62.12l-9.92 64.77H291v156.54c107.1-16.81 189-109.48 189-221.31z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-ig {
  display: inline-block;
  margin: -3px 5px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Instagram%3C/title%3E%3Cpath d='M349.33 69.33a93.62 93.62 0 0193.34 93.34v186.66a93.62 93.62 0 01-93.34 93.34H162.67a93.62 93.62 0 01-93.34-93.34V162.67a93.62 93.62 0 0193.34-93.34h186.66m0-37.33H162.67C90.8 32 32 90.8 32 162.67v186.66C32 421.2 90.8 480 162.67 480h186.66C421.2 480 480 421.2 480 349.33V162.67C480 90.8 421.2 32 349.33 32z'/%3E%3Cpath d='M377.33 162.67a28 28 0 1128-28 27.94 27.94 0 01-28 28zM256 181.33A74.67 74.67 0 11181.33 256 74.75 74.75 0 01256 181.33m0-37.33a112 112 0 10112 112 112 112 0 00-112-112z'/%3E%3C/svg%3E");
}

.icon-tw {
  display: inline-block;
  margin: -3px 5px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Twitter%3C/title%3E%3Cpath d='M496 109.5a201.8 201.8 0 01-56.55 15.3 97.51 97.51 0 0043.33-53.6 197.74 197.74 0 01-62.56 23.5A99.14 99.14 0 00348.31 64c-54.42 0-98.46 43.4-98.46 96.9a93.21 93.21 0 002.54 22.1 280.7 280.7 0 01-203-101.3A95.69 95.69 0 0036 130.4c0 33.6 17.53 63.3 44 80.7A97.5 97.5 0 0135.22 199v1.2c0 47 34 86.1 79 95a100.76 100.76 0 01-25.94 3.4 94.38 94.38 0 01-18.51-1.8c12.51 38.5 48.92 66.5 92.05 67.3A199.59 199.59 0 0139.5 405.6a203 203 0 01-23.5-1.4A278.68 278.68 0 00166.74 448c181.36 0 280.44-147.7 280.44-275.8 0-4.2-.11-8.4-.31-12.5A198.48 198.48 0 00496 109.5z'/%3E%3C/svg%3E");
}

.icon-yt {
  display: inline-block;
  margin: -3px 5px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Youtube%3C/title%3E%3Cpath d='M508.64 148.79c0-45-33.1-81.2-74-81.2C379.24 65 322.74 64 265 64h-18c-57.6 0-114.2 1-169.6 3.6C36.6 67.6 3.5 104 3.5 149 1 184.59-.06 220.19 0 255.79q-.15 53.4 3.4 106.9c0 45 33.1 81.5 73.9 81.5 58.2 2.7 117.9 3.9 178.6 3.8q91.2.3 178.6-3.8c40.9 0 74-36.5 74-81.5 2.4-35.7 3.5-71.3 3.4-107q.34-53.4-3.26-106.9zM207 353.89v-196.5l145 98.2z'/%3E%3C/svg%3E");
}

.icon-search {
  display: inline-block;
  margin: -3px 5px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ESearch%3C/title%3E%3Cpath d='M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z' fill='none' stroke='currentColor' stroke-miterlimit='10' stroke-width='32'/%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-miterlimit='10' stroke-width='32' d='M338.29 338.29L448 448'/%3E%3C/svg%3E");
}

.icon-wa {
  display: inline-block;
  margin: -3px 5px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Whatsapp%3C/title%3E%3Cpath d='M414.73 97.1A222.14 222.14 0 00256.94 32C134 32 33.92 131.58 33.87 254a220.61 220.61 0 0029.78 111L32 480l118.25-30.87a223.63 223.63 0 00106.6 27h.09c122.93 0 223-99.59 223.06-222A220.18 220.18 0 00414.73 97.1zM256.94 438.66h-.08a185.75 185.75 0 01-94.36-25.72l-6.77-4-70.17 18.32 18.73-68.09-4.41-7A183.46 183.46 0 0171.53 254c0-101.73 83.21-184.5 185.48-184.5a185 185 0 01185.33 184.64c-.04 101.74-83.21 184.52-185.4 184.52zm101.69-138.19c-5.57-2.78-33-16.2-38.08-18.05s-8.83-2.78-12.54 2.78-14.4 18-17.65 21.75-6.5 4.16-12.07 1.38-23.54-8.63-44.83-27.53c-16.57-14.71-27.75-32.87-31-38.42s-.35-8.56 2.44-11.32c2.51-2.49 5.57-6.48 8.36-9.72s3.72-5.56 5.57-9.26.93-6.94-.46-9.71-12.54-30.08-17.18-41.19c-4.53-10.82-9.12-9.35-12.54-9.52-3.25-.16-7-.2-10.69-.2a20.53 20.53 0 00-14.86 6.94c-5.11 5.56-19.51 19-19.51 46.28s20 53.68 22.76 57.38 39.3 59.73 95.21 83.76a323.11 323.11 0 0031.78 11.68c13.35 4.22 25.5 3.63 35.1 2.2 10.71-1.59 33-13.42 37.63-26.38s4.64-24.06 3.25-26.37-5.11-3.71-10.69-6.48z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-tk {
  display: inline-block;
  margin: -3px 5px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3ELogo Tiktok%3C/title%3E%3Cpath d='M412.19 118.66a109.27 109.27 0 01-9.45-5.5 132.87 132.87 0 01-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14 23.9 350 16 350.13 16h-82.44v318.78c0 4.28 0 8.51-.18 12.69 0 .52-.05 1-.08 1.56 0 .23 0 .47-.05.71v.18a70 70 0 01-35.22 55.56 68.8 68.8 0 01-34.11 9c-38.41 0-69.54-31.32-69.54-70s31.13-70 69.54-70a68.9 68.9 0 0121.41 3.39l.1-83.94a153.14 153.14 0 00-118 34.52 161.79 161.79 0 00-35.3 43.53c-3.48 6-16.61 30.11-18.2 69.24-1 22.21 5.67 45.22 8.85 54.73v.2c2 5.6 9.75 24.71 22.38 40.82A167.53 167.53 0 00115 470.66v-.2l.2.2c39.91 27.12 84.16 25.34 84.16 25.34 7.66-.31 33.32 0 62.46-13.81 32.32-15.31 50.72-38.12 50.72-38.12a158.46 158.46 0 0027.64-45.93c7.46-19.61 9.95-43.13 9.95-52.53V176.49c1 .6 14.32 9.41 14.32 9.41s19.19 12.3 49.13 20.31c21.48 5.7 50.42 6.9 50.42 6.9v-81.84c-10.14 1.1-30.73-2.1-51.81-12.61z'/%3E%3C/svg%3E");
}

.icon-plus {
  display: inline-block;
  margin: -3px 5px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Ctitle%3EAdd%3C/title%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M256 112v288M400 256H112'/%3E%3C/svg%3E");
}

.icon-call {
  display: inline-block;
  margin: -3px 5px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M436.9 364.8c-14.7-14.7-50-36.8-67.4-45.1-20.2-9.7-27.6-9.5-41.9.8-11.9 8.6-19.6 16.6-33.3 13.6-13.7-2.9-40.7-23.4-66.9-49.5-26.2-26.2-46.6-53.2-49.5-66.9-2.9-13.8 5.1-21.4 13.6-33.3 10.3-14.3 10.6-21.7.8-41.9C184 125 162 89.8 147.2 75.1c-14.7-14.7-18-11.5-26.1-8.6 0 0-12 4.8-23.9 12.7-14.7 9.8-22.9 18-28.7 30.3-5.7 12.3-12.3 35.2 21.3 95 27.1 48.3 53.7 84.9 93.2 124.3l.1.1.1.1c39.5 39.5 76 66.1 124.3 93.2 59.8 33.6 82.7 27 95 21.3 12.3-5.7 20.5-13.9 30.3-28.7 7.9-11.9 12.7-23.9 12.7-23.9 2.9-8.1 6.2-11.4-8.6-26.1z'/%3E%3C/svg%3E");
}

.icon-in {
  display: inline-block;
  margin: -3px 5px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath d='M444.17 32H70.28C49.85 32 32 46.7 32 66.89v374.72C32 461.91 49.85 480 70.28 480h373.78c20.54 0 35.94-18.21 35.94-38.39V66.89C480.12 46.7 464.6 32 444.17 32zm-273.3 373.43h-64.18V205.88h64.18zM141 175.54h-.46c-20.54 0-33.84-15.29-33.84-34.43 0-19.49 13.65-34.42 34.65-34.42s33.85 14.82 34.31 34.42c-.01 19.14-13.31 34.43-34.66 34.43zm264.43 229.89h-64.18V296.32c0-26.14-9.34-44-32.56-44-17.74 0-28.24 12-32.91 23.69-1.75 4.2-2.22 9.92-2.22 15.76v113.66h-64.18V205.88h64.18v27.77c9.34-13.3 23.93-32.44 57.88-32.44 42.13 0 74 27.77 74 87.64z'/%3E%3C/svg%3E");
}


.icon-1 {
  width: 40px;
  height: 40px;
}

.icon-2 {
  width: 70px;
  padding: 8px;
}

.icon-3 {
  width: 100px;
  padding: 8px;
}

.icon-invert {
  filter: invert(1);
}


/* ! Helpers */
/*----------------------------------------------------------------------------------- */
.b-w {
  background: #fff;
}

.br {
  border: 1px solid red;
}

.shadow {
  -webkit-box-shadow: 3px 8px 28px rgb(11 32 52 / 15%);
  box-shadow: 3px 8px 28px rgb(11 32 52 / 15%);
}

.zindex-top {
  z-index: 7;
  position: relative;
}

.img-res {
  width: 100%;
}

.video-res {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-res video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.nmt-1 {
  margin-top: -1rem;
}

.nmt-2 {
  margin-top: -2rem;
}

.nmt-3 {
  margin-top: -3rem;
}

.nmt-4 {
  margin-top: -4rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}


.icon-small {
  width: 40px;
  padding: 8px;
}

.icon-white {
  filter: invert(1);
}

.bg-dark {
  background: #000;
}

.text-white {
  color: #fff
}

.text-dark {
  color: #000
}

.v-center {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: flex-start;
}

.font-normal {
  font-weight: 400;
}

.p-r {
  position: relative;
}

.none {
  display: none;
}


/* Image */
.alignleft,
.wp-block-image .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 50%;
  height: auto;
}

.alignright,
.wp-block-image .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  max-width: 50%;
  height: auto;
}

.aligncenter,
.wp-block-image .aligncenter {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
  text-align: center;
}

.alignnone {
  max-width: 100%;
  height: auto;
}

.wp-block-image figcaption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 0.8em;
}

@media (max-width: 768px) {
  .sma-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .desktop-none {
    display: none;
  }
}

/* ! Wordpress Styles */
/*----------------------------------------------------------------------------------- */
input[type='text'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='password'] {
  width: 98%;
  height: 55px;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #e2eef0;
  background: white;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
  color: #000;
}

select {
  width: 98%;
  height: 55px;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid var(--link-color);
  border-radius: 0;
  font-size: 16px;
  background: white;
  color: #000;
}

input,
textarea {
  padding: 10px;
  width: 98%;
  border: 1px solid #e2eef0;
  background: white;
  border-radius: 0;
  font-size: 16px;
  color: #000;
}

input[type=text]:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
textarea:focus {
  border: 3px solid var(--link-color);
}

input[type=submit],
button {
  border: 3px solid #ddd;
  background: var(--link-color);
  border-radius: 3px;
  padding: 10px;
  color: #fff;
}

input[type=submit]:hover {
  background: var(--link-color-hover);
  color: #fff;
}

.form-search {
  position: relative;
  width: 100%;
  border-radius: 100px;
  padding-left: 15px;
}

.form-search input {
  /* width: calc(100% - 40px); border:none; */
  width: 100%;
  border: 3px solid #eff0f9;
  background: #fff;
  font-size: 22px;
  padding: 0px 50px;
  border-radius: 50px;
  margin: 0 auto;
  cursor: text !important;
  height: 75px;
}


.form-search button {
  position: absolute;
  top: 0;
  height: 65px;
  right: 0;
  border-radius: 50px;
  padding: 0px 50px;
  margin: 5px 8px 5px 0;
  border: 0px;
  font-size: 20px;
  background-color: var(--link-color);
  color: #fff;
  cursor: pointer;
}

.form-search img {
  width: 25px;
  margin-bottom: -8px;
  filter: invert(1);
}


@media (max-width: 768px) {
  .form-search input {
    padding: 30px 20px;
    font-size: 20px;
  }

  .form-search button {
    padding: 0 20px;
  }
}

/* .alignfull{width: 100vw;margin-left: calc(50% - 50vw);}
.alignwide{width: 90vw;margin-left: calc(50% - 45vw);}
 */


@media only screen and (min-width: 960px) {
  body .alignfull {
    width: auto;
    max-width: 1000%;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  body .alignwide {
    width: auto;
    max-width: 1000%;
    margin-right: calc(25% - 25vw);
    margin-left: calc(25% - 25vw);
  }

  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  }
}


/* Align left and right */
body .is-align-system>.alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-align-system>.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0em;
}

@media (min-width: 1450px) {
  body .is-align-system .alignwide {
    max-width: 1500px;
  }
}

@media (min-width: 1800px) {
  body .is-align-system .alignwide {
    max-width: 1700px;
  }
}

/* End Align Wide Fix Template System ----------------------- */

/* ! -- Comments
-------------------------------------------------------- */
.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  margin-top: 0;
  margin-right: 0;
  width: 100%
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%
}

.comment-form-url {
  display: none
}

ol.commentlist {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  text-indent: 0
}

ol.commentlist li.comment {
  padding: 1em;
  border-top: 1px solid #eee
}

ol.commentlist li.comment div.vcard cite.fn {
  text-transform: uppercase;
  font-size: 14px
}

ol.commentlist li.comment div.vcard img.avatar {
  float: left;
  margin: 6px 1em 1em 0;
  border-radius: 50px
}

ol.commentlist li.comment div.comment-meta {
  font-size: 12px
}

ol.commentlist li.comment ul {
  margin: 0 0 1em 2em
}

ol.commentlist li.comment div.reply {
  margin-left: 80px;
  font-size: 11px
}

ol.commentlist li.comment div.reply a {
  font-weight: 700
}

ol.commentlist li.comment ul.children {
  margin: 1em 0 0;
  list-style: none;
  text-indent: 0
}

ol.commentlist li.comment ul.children li.depth-2 {
  margin: 0 0 .25em .25em;
  border-left: 1px solid #eee
}

ol.commentlist li.comment ul.children li.depth-3 {
  margin: 0 0 .25em .25em;
  border-left: 1px solid #eee
}

ol.commentlist li.comment ul.children li.depth-4 {
  margin: 0 0 .25em .25em;
  border-left: 1px solid #eee
}

ol.commentlist li.even {
  margin: 1em 0;
  background: #fff;
  -webkit-box-shadow: 3px 8px 28px rgb(11 32 52 / 15%);
  box-shadow: 3px 8px 28px rgb(11 32 52 / 15%);
}

/* ol.commentlist li.odd{} */
ol.commentlist li.parent {
  border-left: 1px solid #eee
}

ol.commentlist li.bypostauthor .fn {
  font-weight: 700
}

ol.commentlist li img {
  max-width: 97%
}

#comments {
  width: 100%;
  margin-bottom: 40px;
}

.comments {
  padding-top: 40px;
}

.comments textarea {
  width: 100%;
}

.comments label {
  min-width: 80px;
}

.comments ul,
.comments ol {
  list-style-type: none;
}

.comment-author img {
  border-radius: 999px;
  width: 50px;
  height: 50px;
}

.comment .reply {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.comment-form-cookies-consent input {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: -9px;
  width: auto;
}

.comment-respond {
  margin: 30px 0 80px 0;
}

@media(max-width:767px) {

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    margin: 0;
  }
}


/* =========================================================================
   Quick Search
   ========================================================================= */

.quick-search {
  width: 140px;
  height: 38px;
  background: var(--title-color);
  border-radius: 30px;
  /* opacity: 0.8; */
  padding: 0 7px;
  margin: 0;
  transition: all 0.3s cubic-bezier(.215, .61, .355, 1);
}

.quick-search form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quick-search__icon {
  border: none;
  background: none;
  padding: 0;
  padding: 9px 2px;
}

input.quick-search__input[type=text] {
  padding: 10px 3px;
  height: 10px;
  font-size: 13px;
  margin: 0;
  border: none;
  background: none;
  color: var(--white-color);
}

input.quick-search__input[type=text]:focus {
  outline: none;
}

input.quick-search__input::placeholder {
  color: var(--white-color);
}

.quick-search:hover {
  opacity: 1;
  transform: scale(1.1);
}

.quick-search .icon-search {
  filter: invert(1);
}


@media (max-width: 1290px) {
  .quick-search {
    width: 40px;
    position: relative;
    background-color: transparent;
    margin-right: 10px;
  }

  .quick-search form {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--title-color);
    border-radius: 40px;
    transition: all 1s cubic-bezier(.215, .61, .355, 1);
  }

  .quick-search:hover form {
    width: 138px;
  }
}

/* hide classes (used on logos for transparent header) */
@media (min-width: 1190px) {
  .hide-desktop {
    display: none;
  }
}

@media (max-width: 1190px) {
  .hide-mobile {
    display: none;
  }
}

.hide-all {
  display: none;
}


/* =========================================================================
   WooCommerce
   ========================================================================= */

/* Cart icon in menu */
.menu-item-type-woocommerce-cart {
  position: relative;
  width: 30px;
  height: 18px;
}

.menu-cart-total {
  position: relative;
  position: absolute;
  top: -10px;
  left: 0;
}

.menu-cart-total svg {
  height: 24px;
  width: 24px;
}

.menu-cart-total span {
  position: absolute;
  bottom: 10px;
  right: -2px;
  font-size: 11px;
}

/* Buttons */
.woocommerce .button {
  background: #222 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-family: inherit !important;
  margin-top: 0;
  margin-right: 10px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  border-radius: 3px;
  padding: 15px 25px;
}

.woocommerce .woocommerce-message .button {
  padding: 10px 15px;
}

/* Checkout columns */
.checkout.woocommerce-content [class*='col-'],
.checkout.woocommerce-checkout [class*='col-'] {
  padding: 0;
}

/* Select2 */
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

.woocommerce-input-wrapper input {
  border-radius: 4px;
}

/* Cart */
.woocommerce-cart .variation {
  font-size: 12px;
  margin-top: 0;
}

.woocommerce-cart .variation p {
  font-size: 12px;
  padding: 4px 0 0 0;
}

.woocommerce-cart .variation dt,
.woocommerce-cart .variation dd {
  height: 20px;
}

.woocommerce #coupon_code,
.woocommerce .actions .button {
  height: 36px;
  border-radius: 3px;
  padding: 5px 15px;
  line-height: 25px;
}

.woocommerce #coupon_code {
  width: 120px !important;
}

@media (max-width: 768px) {
  .woocommerce-page #content table.cart td.actions .coupon .button {
    width: calc(100vw - 210px);
    margin-right: 0;
  }
}

/* Cart totals table */
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ccc;
}

/* Select */
.woocommerce select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #666;
  outline: 0;
  font: inherit;
  width: 20em;
  height: 40px;
  padding: 0 4em 0 1em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E") no-repeat right 0.8em center/1.4em;
  color: #222;
  border-radius: 0.25em;
  cursor: pointer;
}

.woocommerce select option {
  color: inherit;
  background-color: #320a28;
}

.woocommerce select:focus {
  outline: none;
}

.woocommerce select::-ms-expand {
  display: none;
}

.woocommerce .woocommerce-ordering select {
  border: none;
  width: 200px;
}

@media (max-width: 768px) {
  .woocommerce-result-count {
    font-size: 12px;
  }

  .woocommerce .woocommerce-ordering select {
    font-size: 12px;
    margin-top: -10px;
    width: 140px;
  }
}

/* Quantity */
.woocommerce .quantity input {
  margin-top: 0;
  border-radius: 3px;
  height: 46px;
}

.woocommerce .quantity .qty {
  width: 60px;
}

/* Price */
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #000;
}

/* Variations */
.woocommerce div.product form.cart .variations {
  padding: 10px;
  border-bottom: 1px solid #222;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  padding-bottom: 10px;
}


/* ! - Variations */
.variations label {
  margin-top: 0;
}

.woocommerce-variation {
  margin-bottom: 20px;
}

.variations .value {
  width: 100% !important;
}

.variations select,
.variations .value:after {
  display: none !important;
}

.button-variation {
  border-radius: 2px;
  display: inline-block;
  background-color: var(--white-color);
  border: 2px solid var(--grey-color);
  padding: 2px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.button-variation__selected {
  background-color: #eee;
  border: 2px solid #333;
}

/* ! - Select Shop + Variations */
form.woocommerce-ordering {
  position: relative;
}

form.woocommerce-ordering select {
  border: 0;
  vertical-align: middle;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 5px;
}

form.woocommerce-ordering:after {
  content: "";
  background: url(./icons/bar-chart.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  right: 5px;
}

.variations td.value {
  position: relative;
}

.variations td.value select {
  border: 1px solid #dddddd !important;
  border-radius: 4px;
  border: 0;
  vertical-align: middle;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 5px;
}

.variations td.value:after {
  content: '\e90f';
  font-family: 'icomoon' !important;
  font-size: 20px;
  line-height: 23px;
  padding-right: 2px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: -1
}




/* Tabs */
.woocommerce div.product .woocommerce-tabs h2 {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  color: #222;
  border-bottom: 4px solid #222;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-color: #222;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: none;
}

/* Reviews */
.woocommerce #review_form #respond p {
  margin: 10px 10px 10px 0;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent,
.woocommerce #review_form #respond p.form-submit {
  width: 100%;
  float: left;
}

/* Messages */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  border-radius: 4px;
  position: relative;
  background-color: #f7f6f7;
  color: #111;
  border-top: none;
  list-style: none outside;
  line-height: 32px;
  width: auto;
  word-wrap: break-word;
}

.woocommerce .woocommerce-message a.button {
  background: #4CAF50 !important;
}

.woocommerce-message::before {
  color: #4CAF50;
}

.woocommerce .woocommerce-message {
  background: #e5fce5;
}

.woocommerce .woocommerce-error a.button {
  background: #F44336 !important;
}

.woocommerce-error::before {
  color: #F44336;
}

.woocommerce .woocommerce-error {
  background: #FEECEB;
  color: #D91811;
}

.woocommerce .woocommerce-info a.button {
  background: #2296F2 !important;
}

.woocommerce .woocommerce-info a {
  color: #1478C8;
}

.woocommerce-info::before {
  color: #2296F2;
}

.woocommerce .woocommerce-info {
  background: #E9F5FE;
}

/* General fixes */
.woocommerce a.added_to_cart {
  padding-left: 10px;
}

.woocommerce-page #content .text-content a {
  text-decoration: none;
}

.woocommerce span.onsale {
  background-color: #444;
}

.woocommerce div.product .product_meta {
  font-size: 14px;
}

.woocommerce .woocommerce-billing-fields {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-variation-price {
  margin-bottom: 10px;
}

/* Add to cart button nella card prodotto — solo stili visivi */
.woocommerce ul.products li.product .button {
  display: inline-block;
  padding: 10px 10px;
  margin: 10px 10px;
  background-color: var(--link-color, #048ea0);
  color: #fff !important;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none !important;
}

.woocommerce ul.products li.product .button:hover {
  background-color: var(--link-color-hover, #105862);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(4, 142, 160, 0.35);
}

.woocommerce ul.products li.product .button:focus {
  outline: 2px solid var(--link-color, #048ea0);
  outline-offset: 3px;
}

.woocommerce-shop h1 {
  display: none;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
  text-align: left;
  width: 100%;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 1px solid #222;
  margin-right: 10px;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  float: left;
  padding: 14px 19px;
  display: inline-block;
}

/* Checkout */
.checkout.woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 2px solid #ddd;
  height: 40px;
}

.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

.checkout.woocommerce-checkout input[type=text],
.checkout.woocommerce-checkout input[type=number],
.checkout.woocommerce-checkout input[type=tel],
.checkout.woocommerce-checkout input[type=password],
.checkout.woocommerce-checkout input[type=email],
.checkout.woocommerce-checkout input[type=url],
.checkout.woocommerce-checkout textarea {
  border: 2px solid #ddd;
}

.woocommerce .checkout-button,
.woocommerce .place-order .button {
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 998px) {

  .checkout.woocommerce-checkout.col2-set,
  .woocommerce-page .col2-set {
    width: 50%;
    float: left;
  }

  .checkout.woocommerce-checkout #order_review_heading,
  .checkout.woocommerce-checkout #order_review {
    width: 45%;
    float: right;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }

  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    width: 100%;
    display: block;
    padding: 20px;
  }
}

/* =========================================================================
   WhatsApp icon
   ========================================================================= */
.logo-whats-app {
  display: block;
  width: 38px;
  height: 38px;
  position: fixed;
  bottom: 43px;
  right: 43px;
  z-index: 999;
  border-radius: 100%;
  background: #25D366;
  border: 0px solid #25D366;
}

.logo-whats-app .icon-wa {
  width: 44px;
  height: 44px;
  margin: -3px 0 0 -3px;
  padding: 0;
  filter: invert(1);
}

/* =========================================================================
   Team Shop Template 
   ========================================================================= */
.team-hero {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #e2e8f0f2;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .team-hero {
    height: 570px;
    margin-top: 90px;
  }
}

.team-hero--no-bg {
  background-color: transparent;
  height: auto;
  min-height: 100px;
  padding: 40px 0 20px 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  .team-hero--no-bg {
    padding: 30px 0 10px 0;
  }
}

.team-hero__overlay {
  display: none !important;
}

.team-hero__content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 800px;
  padding: 0 20px;
}

.team-hero__title {
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.1;
  text-transform: uppercase;
}

.team-hero__subtitle {
  color: #fff;
  font-size: 1.2rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.team-hero--no-bg .team-hero__overlay {
  display: none;
}

.team-hero--no-bg .team-hero__title,
.team-hero--no-bg .team-hero__subtitle {
  color: var(--site-text-color);
  text-shadow: none;
}

.team-shop__main {
  margin-top: 40px;
  margin-bottom: 80px;
}

/* =========================================================================
   Sidebar Shop WooCommerce (Card Style)
   ========================================================================= */
aside.woocommerce-sidebar {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0f2;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.03);
}

@media (min-width: 901px) {
  aside.woocommerce-sidebar {
    /* Rendi la sidebar sticky SOLO su desktop */
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    height: max-content;
    align-self: flex-start;
  }
}

.woocommerce-sidebar .widget {
  margin-bottom: 30px;
}

.woocommerce-sidebar .widget-title {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.woocommerce-sidebar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.woocommerce-sidebar ul li {
  padding: 8px 0;
  border-bottom: 1px solid #f2f2f2;
}

.woocommerce-sidebar ul li:last-child {
  border-bottom: none;
}

.woocommerce-sidebar ul li.cat-item::before {
  content: "›";
  margin-right: 8px;
  color: var(--wp--preset--color--medium-gray, #999);
}


/* =========================================================================
   Filtri Attributi (SOLO Taglie) -> Stile Swatches (Bottoncini)
   ========================================================================= */

/* 1. Contenitore (Sovrascriviamo la direzione, ma NON il display per non rompere il toggle mobile) */
.woocommerce-sidebar .widget_layered_nav.woocommerce-widget-layered-nav--pa_taglia ul,
.woocommerce-sidebar *:has(> .wc-block-product-filter-checkbox-list__item[data-wc-key*="taglie"]) {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  border: none !important;
  padding-top: 10px !important;
}

/* 2. Singolo Bottone (Swatch) */
.woocommerce-sidebar .widget_layered_nav.woocommerce-widget-layered-nav--pa_taglia ul li,
.woocommerce-sidebar .wc-block-product-filter-checkbox-list__item[data-wc-key*="taglie"] {
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
  min-width: 45px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: all 0.2s ease !important;
  overflow: hidden !important;
  border-bottom: none !important;
}

/* 3. Nascondi gli elementi visivi nativi di WooCommerce (Checkbox, Contatori, Wrapper, Quadrati SVG) */
.woocommerce-sidebar .widget_layered_nav.woocommerce-widget-layered-nav--pa_taglia ul li input[type="checkbox"],
.woocommerce-sidebar .widget_layered_nav.woocommerce-widget-layered-nav--pa_taglia ul li .count,
.woocommerce-sidebar .wc-block-product-filter-checkbox-list__item[data-wc-key*="taglie"] .wc-block-product-filter-checkbox-list__input-wrapper,
.woocommerce-sidebar .wc-block-product-filter-checkbox-list__item[data-wc-key*="taglie"] .wc-block-product-filter-checkbox-list-item-count {
  display: none !important;
}

/* 4. Stile del testo dentro la Swatch */
.woocommerce-sidebar .widget_layered_nav.woocommerce-widget-layered-nav--pa_taglia ul li a,
.woocommerce-sidebar .wc-block-product-filter-checkbox-list__item[data-wc-key*="taglie"] label {
  display: block !important;
  padding: 8px 14px !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: var(--site-text-color, #333) !important;
  cursor: pointer !important;
  text-align: center !important;
  width: 100% !important;
  margin: 0 !important;
  line-height: 1 !important;
}

/* 5. Stati Hover e Selezionato */
.woocommerce-sidebar .widget_layered_nav.woocommerce-widget-layered-nav--pa_taglia ul li:hover,
.woocommerce-sidebar .wc-block-product-filter-checkbox-list__item[data-wc-key*="taglie"]:hover {
  border-color: var(--link-color, #048ea0) !important;
  background-color: #f8fafc !important;
}

.woocommerce-sidebar .widget_layered_nav.woocommerce-widget-layered-nav--pa_taglia ul li.chosen,
.woocommerce-sidebar .wc-block-product-filter-checkbox-list__item[data-wc-key*="taglie"]:has(input:checked) {
  border-color: var(--link-color, #048ea0) !important;
  background-color: var(--link-color, #048ea0) !important;
}

.woocommerce-sidebar .widget_layered_nav.woocommerce-widget-layered-nav--pa_taglia ul li.chosen a,
.woocommerce-sidebar .wc-block-product-filter-checkbox-list__item[data-wc-key*="taglie"]:has(input:checked) label {
  color: #fff !important;
}

/* Search Widget Styling */
.woocommerce-sidebar .widget_search form {
  display: flex;
}

.woocommerce-sidebar .widget_search input[type="search"],
.woocommerce-sidebar .widget_search input[type="text"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 0.95rem;
  background: #fdfdfd;
}

.woocommerce-sidebar .widget_search button,
.woocommerce-sidebar .widget_search input[type="submit"] {
  background-color: var(--link-color);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0 20px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  transition: opacity 0.3s ease;
}

.woocommerce-sidebar .widget_search button:hover,
.woocommerce-sidebar .widget_search input[type="submit"]:hover {
  opacity: 0.8;
}

/* =========================================================================
   Products Grid (Card Style)
   ========================================================================= */
.woocommerce ul.products li.product {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 0;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
  /* flex-wrap per disporre i figli estratti dal link */
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

/* Rimuoviamo l'<a> dal flusso layout per far partecipare i suoi figli al flex */
.woocommerce ul.products li.product>a.woocommerce-loop-product__link {
  display: contents;
}

/* Immagine prodotto — riga intera */
.woocommerce ul.products li.product a img {
  flex: 0 0 100%;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.woocommerce ul.products li.product:hover a img {
  transform: scale(1.04);
}

/* Titolo — riga intera, ingrandito a 1.25rem */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  flex: 0 0 100%;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 16px 16px 6px;
  margin-bottom: 0;
  color: var(--site-text-color, #111);
  line-height: 1.3;
}

/* Star rating — riga intera */
.woocommerce ul.products li.product .star-rating {
  flex: 0 0 100%;
  padding: 0 16px 6px;
  margin-bottom: 0;
}

/* Prezzo — cresce per riempire lo spazio a sinistra */
.woocommerce ul.products li.product .price {
  flex: 1 1 auto;
  color: var(--site-text-color, #111);
  padding: 8px 0px 16px 16px;
  align-self: center;
  display: flex;
  align-items: center;
}

/* Bottone — a destra del prezzo, larghezza automatica */
.woocommerce ul.products li.product>a.button,
.woocommerce ul.products li.product>.button {
  flex: 0 0 auto;
  align-self: center;
  width: auto !important;
  margin: 0 14px 16px 6px;
}

/* Fix mobile per Prezzo e Bottone: incolonnamento verticale perché il testo è troppo lungo */
@media (max-width: 500px) {
  .woocommerce ul.products li.product .price {
    flex: 0 0 100%;
    padding: 8px 16px 4px 16px;
  }

  .woocommerce ul.products li.product>a.button,
  .woocommerce ul.products li.product>.button {
    flex: 0 0 calc(100% - 32px);
    width: calc(100% - 32px) !important;
    margin: 4px 16px 16px 16px;
    padding: 8px 10px !important;
    font-size: 0.75rem !important;
    white-space: normal !important;
    line-height: 1.2 !important;
  }
}

/* Badge SALE */
.woocommerce ul.products li.product .onsale {
  position: absolute;
  top: 12px;
  left: 12px;
  right: auto;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  background: var(--accent-color, #F75E47);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 48px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* =========================================================================
   Single Product Layout Wrapper
   ========================================================================= */

.single-product__main {
  padding-top: 0;
  padding-bottom: 80px;
}

@media (max-width: 900px) {
  .single-product__main {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

/* =========================================================================
   Single Product Page
   ========================================================================= */

/* Layout a 2 colonne: immagine + summary */
.single-product .woocommerce-content {
  padding: 0;
}

.single-product div.product {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: flex-start;
  padding: 16px 0 60px;
}

/* ! - Gallery */

.single-product.woocommerce-page div.product div.images {
  width: calc(48% - 0px);
  margin-left: 0px;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  position: absolute;
  top: 60px;
  left: 15px;
  width: 60px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
  max-width: 70px;
  margin-right: 10px;
  margin-bottom: 15px;
  border: 2px solid #ddd;
  border-radius: 200px;
  overflow: hidden;
}

.woocommerce-product-gallery__wrapper a {
  display: inline-block;
}

.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  box-shadow: none;
  object-fit: cover;
  object-position: center;
}

.woocommerce span.onsale {
  top: 1.5em;
  left: 2.5em;
}

@media (max-width: 769px) {

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    left: 10px;
    width: 40px;
  }
}

.woocommerce span.onsale {
  top: 1.5em;
  left: 2.5em;
}


/* Colonna summary (destra) */
.single-product div.product .summary {
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  align-self: flex-start;
}

/* Brand / Categoria sopra al titolo */
.single-product div.product .summary .product_meta .posted_in a,
.single-product div.product .summary .product_meta .tagged_as a {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--wp--preset--color--medium-gray, #999);
  text-decoration: none;
}

/* Marchio sopra al titolo — usiamo l'hook breadcrumb o il sku come brand */
.woocommerce-product-details__short-description {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--wp--preset--color--medium-gray, #666);
  margin-bottom: 16px;
}

/* Titolo prodotto */
.single-product div.product .summary .product_title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--site-text-color, #111);
  margin: 4px 0 16px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

/* Brand label (se presente come span prima del titolo) */
.single-product .product-brand-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--wp--preset--color--medium-gray, #999);
  margin-bottom: 6px;
}

/* Prezzo */
.single-product div.product p.price,
.single-product div.product span.price {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem) !important;
  font-weight: 800;
  color: var(--site-text-color, #111) !important;
  margin: 0 0 20px;
  display: block;
}

.single-product div.product p.price del,
.single-product div.product span.price del {
  font-size: 1.1rem;
  font-weight: 400;
  color: #aaa !important;
  margin-right: 8px;
}

.single-product div.product p.price ins,
.single-product div.product span.price ins {
  text-decoration: none;
  color: #e63030 !important;
}

/* Divisore */
.single-product div.product .summary hr.divider,
.single-product div.product .summary::before {
  display: none;
}

/* Excerpt / Descrizione breve */
.single-product .woocommerce-product-details__short-description {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

/* ——— Selezione varianti (Taglie) ——— */

/* Label "SCEGLI LA TAGLIA" */
.single-product div.product form.cart .variations th.label label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--site-text-color, #111);
}

/* Tabella variazioni: rimuovi bordi WooCommerce default */
.single-product div.product form.cart .variations {
  border: none;
  padding: 0;
  margin-bottom: 16px;
  width: 100%;
  border-collapse: collapse;
}

.single-product div.product form.cart .variations td,
.single-product div.product form.cart .variations th {
  padding: 0 0 12px 0;
  vertical-align: top;
  border: none;
}

/* Label TAGLIE inline con i bottoni */
.single-product div.product form.cart .variations th.label {
  white-space: nowrap;
  padding-right: 14px;
  padding-top: 8px;
  width: auto;
  min-width: 0;
}

/* Swatch Bottoni — override del button-variation esistente */
.single-product .button-variation {
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1.5px solid #d1d5db;
  padding: 8px 14px;
  min-width: 48px;
  min-height: 40px;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--site-text-color, #222);
  transition: all 0.18s ease;
  letter-spacing: 0.5px;
  box-shadow: none;
}

.single-product .button-variation:hover {
  border-color: var(--site-text-color, #222);
  background-color: #f9f9f9;
}

.single-product .button-variation__selected {
  background-color: var(--site-text-color, #222);
  border-color: var(--site-text-color, #222);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

/* ——— Quantità + Aggiungi al carrello ——— */

/* Wrapper form add-to-cart */
.single-product div.product form.cart {
  margin-top: 8px;
  margin-bottom: 0;
}

/* Riga quantità + bottone */
.single-product div.product form.cart .quantity {
  display: none !important;
  align-items: center;
  margin-right: 10px;
}

.single-product div.product form.cart .quantity input.qty {
  width: 64px;
  height: 52px;
  border: 1.5px solid #d1d5db;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 0 8px;
}

/* Bottone "Aggiungi al carrello" — full-width, prominente */
.single-product div.product form.cart button[type="submit"],
.single-product div.product form.cart .single_add_to_cart_button {
  flex: 1 1 auto;
  width: 100% !important;
  padding: 18px 28px !important;
  background-color: var(--link-color, #048ea0) !important;
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  border-radius: 50px !important;
  border: none !important;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18) !important;
  margin-top: 16px;
  display: block;
  opacity: 1 !important;
  /* rimuove l'opacità ridotta dello stato "disabled" pre-selezione */
}

/* Stato non ancora selezionabile: opacità ridotta ma mantieni colore */
.single-product div.product form.cart .single_add_to_cart_button.disabled,
.single-product div.product form.cart .single_add_to_cart_button:disabled {
  opacity: 0.55 !important;
  cursor: not-allowed;
}

.single-product div.product form.cart button[type="submit"]:hover:not(:disabled),
.single-product div.product form.cart .single_add_to_cart_button:hover:not(.disabled) {
  background-color: var(--link-color-hover, #105862) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(4, 142, 160, 0.4) !important;
}

/* "Aggiungi alla Wishlist" link */
.single-product .yith-wcwl-add-to-wishlist,
.single-product .wishlist-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  margin-bottom: 4px;
}

.single-product .yith-wcwl-add-button a,
.single-product .add_to_wishlist {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--site-text-color, #333);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.single-product .yith-wcwl-add-button a::after,
.single-product .add_to_wishlist::after {
  content: "♡";
  font-size: 1.1rem;
}

/* Info Klarna / rate */
.single-product .klarna-info,
.single-product .wc-payment-gateway-block-support {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 0.82rem;
  color: #555;
  margin: 16px 0;
}

/* Social sharing */
.single-product .sharedaddy,
.single-product .product-social-share {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #999;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Meta (SKU, categorie) */
.single-product div.product .product_meta {
  font-size: 0.8rem;
  color: #999;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

.single-product div.product .product_meta span.sku_wrapper,
.single-product div.product .product_meta span.posted_in,
.single-product div.product .product_meta span.tagged_as {
  display: block;
  margin-bottom: 4px;
}

.single-product div.product .product_meta a {
  color: var(--site-text-color, #333);
  font-weight: 600;
  text-decoration: none;
}

.single-product div.product .product_meta a:hover {
  text-decoration: underline;
}

/* ——— Tabs Descrizione / Info aggiuntive ——— */

.single-product div.product .woocommerce-tabs {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 40px;
  border-top: 2px solid #f0f0f0;
  padding-top: 0;
}

.single-product div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #f0f0f0;
}

.single-product div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  margin: 0;
}

.single-product div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 16px 28px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #999;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.single-product div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--site-text-color, #111);
}

.single-product div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--site-text-color, #111);
  border-bottom-color: var(--site-text-color, #111);
}

.single-product div.product .woocommerce-tabs .panel {
  padding: 30px 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #444;
}

/* ——— Prodotti correlati / Upsell ——— */

.single-product .related.products,
.single-product .up-sells.upsells.products {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 60px;
}

.single-product .related.products>h2,
.single-product .up-sells.upsells.products>h2 {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
}

/* ——— Breadcrumb sul prodotto singolo ——— */

.single-product .woocommerce-breadcrumb {
  font-size: 0.78rem;
  color: #999;
  margin-bottom: 12px;
  display: block;
}

.single-product .woocommerce-breadcrumb a {
  color: #999;
  text-decoration: none;
}

.single-product .woocommerce-breadcrumb a:hover {
  color: var(--link-color, #048ea0);
}

/* ——— Responsive ——— */

@media (max-width: 900px) {
  .single-product div.product {
    flex-direction: column;
    gap: 24px;
    padding: 20px 0 40px;
  }



  .single-product div.product .summary {
    flex: 0 0 100%;
  }

  .single-product div.product .summary .product_title {
    font-size: 1.5rem;
  }

  .single-product div.product form.cart button[type="submit"],
  .single-product div.product form.cart .single_add_to_cart_button {
    width: 100% !important;
    padding: 16px 20px !important;
    font-size: 0.9rem !important;
  }

  .single-product div.product .woocommerce-tabs ul.tabs li a {
    padding: 14px 16px;
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
}

/* =========================================================================
   Sidebar Shop (responsive)
   ========================================================================= */

@media (max-width: 900px) {
  aside.woocommerce-sidebar {
    padding: 20px;
    margin-bottom: 40px;
  }
}

/* =========================================================================
   Footer Payment Methods
   ========================================================================= */

.footer-copyright-col {
  display: flex;
  align-items: center;
}

.footer-copyright-col p {
  margin: 0;
}

.footer-payment-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.payment-methods {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.payment-icon {
  height: 24px;
  width: auto;
}

@media (max-width: 768px) {
  .footer-payment-col {
    justify-content: flex-start;
    margin-top: 15px;
  }
  .payment-methods {
    justify-content: flex-start;
  }
}