/* =========================================================
   CUSTOM.CSS - RIORDINATO / OTTIMIZZATO / COMMENTATO
   File generato dal CSS caricato.

   Note operative:
   - Corretta la regola non valida: color: inh#333erit;
   - Rimossi duplicati esatti senza alterare la logica del cascade.
   - Mantenute le sezioni e le regole specifiche di pagina per evitare regressioni.
   - Colori principali ricorrenti: oro #C9A14A / #d4af37, nero #111 / #333, bianco #fff.
========================================================= */

/* =========================================================
   BASE / RESET / COMPONENTI GLOBALI
========================================================= */

body {
  overflow-x: hidden;
}

a:focus, a:hover {
    color: #c9a14a !important;
    text-decoration: none;
}

a.nav-link {color:#d4af37 !important;}
a.nav-link:hover {color:#C9A14A !important;}

#footer a {color:#fff !important;}
#footer a:hover {color:#C9A14A !important;}


#wrapper {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}

.container {
  padding-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

.page-index .container,
body#category #wrapper .container {
  padding-top: 0 !important;
}

nav.breadcrumb {
  font-size: 12px;
}

.breadcrumb li a:hover {
  color: #C9A14A !important;
}

.btn-primary,
.btn-secondary {
  padding: .5rem 1.25rem;
  font-weight: 600;
  text-transform: none;
  border-radius: 10px;
}

.media-list,
ul {
  margin: 0 0 1.2rem;
  padding-left: 1.4rem;
  list-style-type: disc;
}

.media-list li,
ul li {
  margin-bottom: 8px;
  padding-left: 0px;
  line-height: 1.6;
}

label {
  cursor: pointer;
}

#footer ul {
  padding: 0;
  list-style: none;
}

#footer ul li {
  margin-bottom: 8px;
}

#footer .footer-container > .container > .row:first-child {
  display: flex !important;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: nowrap;
}

#footer .footer-container > .container > .row:first-child > .links.col-md-6 {
  flex: 0 0 40%;
  max-width: 40%;
}

#footer #block-newsletter-label {
  color: #C9A14A;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

#blockEmailSubscription_displayFooter input[type="submit"].hidden-xs-down,
#blockEmailSubscription_displayFooter input[type="submit"].hidden-sm-up {
  order: 2;
}

p#block-newsletter-label {
  text-transform: uppercase;
}

.custom-checkbox,
.checkbox,
label:has(input[type="checkbox"]) {
  position: relative;
}

.g-recaptcha {
  transform: scale(0.82);
  transform-origin: left top;
  margin-bottom: -12px;
}

.trustpilot-widget {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  #footer .footer-container > .container > .row:first-child {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  #footer .footer-container > .container > .row:first-child > .links.col-md-6,
    #footer #block_myaccount_infos,
    #footer #blockEmailSubscription_displayFooter {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  body #wrapper,
    body #footer {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .social-sharing ul {
    justify-content: flex-start;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  #footer .container,
    #footer .footer-container > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  #footer .footer-container > .container > .row:first-child {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
}

@media (max-width: 767px) {
  #footer .footer-container > .container > .row:first-child > *,
    #footer [class*="col-"],
    #footer .wrapper,
    #footer .links,
    #footer .links.col-md-6,
    #footer #block_myaccount_infos,
    #footer #blockEmailSubscription_displayFooter {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  #footer #block_myaccount_infos ul,
    #footer #blockEmailSubscription_displayFooter form {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  #footer .navbar-toggler,
    #footer .collapse-icons,
    #footer .title.clearfix.hidden-md-up,
    #footer .title.clearfix.hidden-md-up.collapsed {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #footer ul {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  #footer ul li {
    margin-bottom: 7px !important;
  }
}

@media (max-width: 767px) {
  #blockEmailSubscription_displayFooter .input-wrapper,
    #blockEmailSubscription_displayFooter input[type="email"],
    #blockEmailSubscription_displayFooter input[type="submit"],
    #footer #blockEmailSubscription_displayFooter input[type="email"],
    #footer #blockEmailSubscription_displayFooter input[type="submit"] {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .footer-container .links ul {
    margin-bottom: 0;
    background-color: transparent;
  }
}

.hidden-md-up.text-xs-right.up {
  display: none;
}


.btn-primary,
.btn-secondary,
.btn.btn-primary,
.btn.btn-secondary,
button.btn-primary,
button.btn-secondary,
input[type="submit"]
{
  background: #d4af37 !important;
  border-color: #d4af37 !important;
  color: #fff !important;
  box-shadow: none !important;
  transition: all .25s ease;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn.btn-primary:hover,
.btn.btn-secondary:hover,
button.btn-primary:hover,
button.btn-secondary:hover,
input[type="submit"]:hover
{
  background: #C9A14A !important;
  border-color: #C9A14A !important;
  color: #fff !important;
}


/* =========================================================
   FOOTER / NEWSLETTER / GDPR
========================================================= */

#footer {
  background: #333;
  color: #fff;
  padding: 20px;
  margin-top: 0;
}

#footer a {
  color: #fff;
  text-decoration: none;
  transition: color .3s ease;
}

#footer a:hover {
  color: #C9A14A;
}

#footer .h3,
#footer h3,
#footer .footer-title {
  color: #C9A14A;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer p,
#footer li,
#footer span {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

#footer .footer-container .links.col-md-6 > .row {
  display: flex !important;
  gap: 40px;
  margin: 0;
}

#footer .footer-container .links.col-md-6 > .row > .wrapper {
  flex: 1;
  max-width: none;
  width: auto;
  padding: 0;
}

#footer #block_myaccount_infos {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0;
}

#footer #blockEmailSubscription_displayFooter {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0;
  margin: 0;
  background: transparent;
}

#footer #blockEmailSubscription_displayFooter .row {
  display: block !important;
  margin: 0;
}

#footer #blockEmailSubscription_displayFooter p,
#footer #blockEmailSubscription_displayFooter div {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#footer #block_myaccount_infos .myaccount-title a,
p.h3.myaccount-title.hidden-sm-down a {
  color: #C9A14A !important;
}

#blockEmailSubscription_displayFooter .col-xs-12:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}

#blockEmailSubscription_displayFooter .input-wrapper {
  order: 1;
  flex: 1;
}

#blockEmailSubscription_displayFooter .clearfix {
  display: none;
}

#blockEmailSubscription_displayFooter .gdpr_consent {
  margin-top: 16px;
  clear: both;
  margin-bottom: 20px;
}

#blockEmailSubscription_displayFooter .psgdpr_consent_message {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
}

#blockEmailSubscription_displayFooter .psgdpr_consent_message a {
  color: #d4af37;
  text-decoration: underline;
}

#blockEmailSubscription_displayFooter .psgdpr_consent_message input[type="checkbox"] {
  opacity: 1 !important;
  position: relative !important;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  appearance: auto;
  -webkit-appearance: checkbox;
  accent-color: #d4af37;
  flex: 0 0 18px;
}

#blockEmailSubscription_displayFooter .psgdpr_consent_message > span:nth-of-type(1) {
  display: none !important;
}

.footer-copyright {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 13px;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 80px;
}

p.brand-disclaimer-p {
  font-size: 10px !important;
  text-align: center;
  margin-bottom: 20px;
}

img.footer-payments-img {
  width: 200px;
}

.footer-container input[type="checkbox"],
#footer input[type="checkbox"],
.dark-section input[type="checkbox"] {
  border-color: #d4af37;
}

.footer-container input[type="checkbox"]:checked,
#footer input[type="checkbox"]:checked,
.dark-section input[type="checkbox"]:checked {
  background: #d4af37;
  border-color: #d4af37;
}

.gdpr_consent {
  margin-top: 16px;
  clear: both;
}

.psgdpr_consent_message {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  color: #111;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
}

.psgdpr_consent_message a {
  color: #b59410;
  text-decoration: underline;
  transition: opacity .2s ease;
}

.psgdpr_consent_message a:hover {
  opacity: .8;
}

.psgdpr_consent_message input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: checkbox;
  opacity: 1 !important;
  position: relative !important;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #b59410;
  flex: 0 0 18px;
}

.psgdpr_consent_message > span:first-of-type {
  display: none !important;
}

.footer-container .psgdpr_consent_message,
#footer .psgdpr_consent_message,
.block_newsletter .psgdpr_consent_message,
.dark-section .psgdpr_consent_message {
  color: #fff;
}

.footer-container .psgdpr_consent_message a,
#footer .psgdpr_consent_message a,
.block_newsletter .psgdpr_consent_message a,
.dark-section .psgdpr_consent_message a {
  color: #d4af37;
}

@media (max-width: 991px) {
  #footer .footer-container .links.col-md-6 > .row {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  #footer,
    #footer .footer-container {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  #footer {
    padding: 35px 20px 20px;
  }
}

@media (max-width: 767px) {
  #footer .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  #footer .footer-container .links.col-md-6 > .row {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
  }
}

@media (max-width: 767px) {
  #footer #block_myaccount_infos,
    #footer #blockEmailSubscription_displayFooter {
    display: block !important;
    clear: both !important;
  }
}

@media (max-width: 767px) {
  #footer .collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
}

@media (max-width: 767px) {
  #footer .title,
    #footer .h3,
    #footer h3,
    #footer .footer-title,
    #footer .myaccount-title {
    display: block !important;
    color: #C9A14A !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin: 0 0 12px !important;
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  #footer a,
    #footer p,
    #footer li,
    #footer span {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 767px) {
  #footer #blockEmailSubscription_displayFooter {
    background: transparent !important;
    margin-top: 0 !important;
    padding-top: 28px !important;
  }
}

@media (max-width: 767px) {
  #blockEmailSubscription_displayFooter .col-xs-12:first-child {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }
}

@media (max-width: 767px) {
  .footer-copyright {
    margin-top: 25px !important;
    padding-top: 18px !important;
    text-align: center;
    border-top: none;
  }
}

.block_newsletter form .gdpr_consent {
  width: 100%;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
}

.block_newsletter .gdpr_consent .custom-checkbox {
  display: block;
  width: 100%;
}

.block_newsletter .psgdpr_consent_icon {
  display: none;
  color: #fff;
  font-size: 16px;
}

.block_newsletter .psgdpr_consent_message input[type="checkbox"]:checked + span {
  background: #d4af37;
  border-color: #d4af37;
}

.block_newsletter .psgdpr_consent_message input[type="checkbox"]:checked + span .psgdpr_consent_icon {
  display: block;
}

.block_newsletter .psgdpr_consent_message a {
  color: #d4af37;
  font-weight: 600;
  text-decoration: none;
}

.block_newsletter .psgdpr_consent_message a:hover {
  color: #C9A14A;
  text-decoration: underline;
}

.block_newsletter .psgdpr_consent_message {
  gap: 12px;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  display: grid !important;
  grid-template-columns: 22px 1fr;
  column-gap: 10px;
  align-items: start;
}

.block_newsletter .psgdpr_consent_message input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  grid-column: 1;
  grid-row: 1;
}

.block_newsletter .psgdpr_consent_message > span:first-of-type {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1px solid #d4af37;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  grid-column: 1;
  grid-row: 1;
}

.block_newsletter .psgdpr_consent_message > span:last-of-type {
  flex: 1;
  display: block;
  color: #fff;
  word-break: normal;
  overflow-wrap: break-word;
  grid-column: 2;
  grid-row: 1;
  margin-top: -1px !important;
}

.block_newsletter .gdpr_consent {
  width: 100%;
  margin-top: 20px;
  clear: both;
  max-width: 520px;
}


/* =========================================================
   VARIE / REGOLE NON CLASSIFICATE
========================================================= */

.footer-services {
  width: 100%;
  padding: 25px 30px;
  margin: 25px 0;

  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer-services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  align-items: start;
}

.footer-service-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.footer-service-item img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 38px;
}

.footer-service-item strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2px;
}

.footer-service-item span {
  display: block;
  font-size: 13px;
  line-height: 1.25;
}

@media (max-width: 991px) {
  .footer-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .footer-services {
    padding: 20px 15px;
  }

  .footer-services-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

i.material-icons.left, i.material-icons.right {
  display: none;
}


input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #b59410;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
  top: 3px;
  transition: all .2s ease;
  margin-right: 8px;
}

input[type="checkbox"]:hover {
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(181,148,16,.15);
}

input[type="checkbox"]:checked {
  background: #b59410;
  border-color: #b59410;
}

input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  color: #111;
  font-size: 12px;
  font-weight: bold;
}

input[type="checkbox"]:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.ac-continue-shopping {
  margin: 25px 0 0;
}

.ac-continue-shopping a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.ac-continue-shopping a:hover {
  color: #C9A14A;
}

.ac-crossselling {
  margin-top: 60px;
}

#gift-message {
  white-space: pre-line;
}

.custom-checkbox input[type="checkbox"] + span {
  border-radius: 6px;
  border: 1px solid #d4af37;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.custom-checkbox input[type="checkbox"]:checked + span {
  background: #d4af37;
  border-color: #d4af37;
}

.custom-checkbox .checkbox-checked {
  color: #fff;
  font-size: 16px;
}


.page-customer-account #content .order-actions a {
    padding: 10px;
}


#add-to-cart-or-refresh > div.product-additional-info.js-product-additional-info > div.ac-accessory-lock-message {
    display: none;
}

input[type="email"] {
    border-radius: 6px;
}

.footer-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-social-link {
  display: inline-flex;
  transition: transform 0.25s ease;
}

.footer-social-link:hover {
  transform: translateY(-2px);
}

.footer-social-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.giftcardsec {
    margin-top: 20px;
}

.giftcardsec h3, .giftcardsec p {
    color: #333 !important;
}

.category-free-shipping{
    line-height:1.7;
  margin-top:10px;
  font-size:15px;
  font-weight:700;
  color:#fff !important;
}

.category-shipping-discount{
  display:inline-block;
  margin-top:4px;
  font-size:.95em;
}


/* =========================================================
   HEADER / MENU DESKTOP E MOBILE
========================================================= */

#header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #333 !important;
  border-bottom: 1px solid #222 !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.25);
}

#header .ni-header-main {
  width: 100%;
  max-width: 100%;
  padding: 18px clamp(16px, 3vw, 40px);
  box-sizing: border-box;
  overflow: visible;
}

/* Struttura desktop:
   sinistra = logo + social
   centro = menu
   destra = user + carrello
*/
#header .ni-header-inner {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center !important;
  gap: 20px;
  box-sizing: border-box;
}

/* Logo + social */
#header .ni-header-left {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#header .ni-header-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

#header .ni-header-logo h1 {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

#header img.logo,
#header img.logo.img-fluid {
  width: 80px;
  display: block !important;
  filter: none;
}

/* Icone social accanto al logo */
#header .ni-header-socials {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#header .ni-header-socials a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
}

#header .ni-header-social-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}

/* Menu centrale */
#header .ni-header-menu {
  min-width: 0;
  display: flex !important;
  justify-content: center !important;
}

#header .ni-header-menu .top-menu {
  max-width: 100%;
  min-width: 0;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: clamp(12px, 2vw, 30px);
  overflow: hidden;
}

#header .ni-header-menu .top-menu > li > a {
  white-space: nowrap;
  font-size: clamp(12px, 1vw, 14px);
}


/* Colori header */
#header .top-menu a,
#header .top-menu a.dropdown-item,
#header .ni-header-menu a,
#header i,
#header .material-icons,
#header svg,
#header a,
#header .user-info a,
#header .blockcart a,
#header .cart-products-count,
#header #menu-icon,
#header #menu-icon i {
  color: #fff !important;
}

#header .top-menu a:hover,
#header .top-menu a.dropdown-item:hover,
#header .ni-header-menu a:hover,
#header i:hover,
#header .material-icons:hover,
#header svg:hover,
#header a:hover,
#header .user-info a:hover,
#header .blockcart a:hover,
#header .cart-products-count:hover,
#header #menu-icon:hover,
#header #menu-icon i:hover {
  color: #C9A14A !important;
  transition: color 0.25s ease;
}

#header svg:hover {
  fill: #C9A14A !important;
}

#header .blockcart,
#header .blockcart .header,
#header .user-info {
  background: transparent !important;
}

#search_widget {
  display: none !important;
}

.user-info span,
.blockcart .hidden-sm-down {
  display: none !important;
}


/* Mobile */
@media (max-width: 767px) {
  #header .ni-header-main {
    padding: 0 !important;
  }

  #header .ni-header-inner {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #header .ni-mobile-header {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 16px !important;
    box-sizing: border-box;
  }

  #header .ni-mobile-header .ni-left,
  #header .ni-mobile-header .ni-right {
    display: flex !important;
    align-items: center !important;
  }

  #header .ni-mobile-header .ni-left {
    justify-content: flex-start !important;
    gap: 15px;
  }

  #header .ni-mobile-header .ni-right {
    justify-content: flex-end !important;
    gap: 20px;
    margin-left: auto;
  }

  #header #_mobile_logo img {
    max-height: 42px !important;
    width: auto !important;
    display: block !important;
  }

  #header #menu-icon,
  #header #_mobile_user_info,
  #header #_mobile_cart {
    display: flex !important;
    align-items: center !important;
  }

 #header #_mobile_user_info i,
  #header #_mobile_cart i {
    font-size: 24px !important;
    line-height: 1 !important;
  }

    #header #menu-icon i {
    font-size: 36px !important;
    line-height: 1 !important;
  }

  #header #_mobile_cart .blockcart,
  #header #_mobile_cart .header {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  #header #_mobile_cart a {
    display: flex !important;
    align-items: center !important;
    gap: 4px;
    text-decoration: none;
  }
  
}

@media (max-width: 767px) {
  #header .ni-header-left .ni-header-socials {
    display: none !important;
  }

  #header .ni-mobile-logo-socials {
    display: flex !important;
    align-items: center !important;
    gap: 12px;
  }

  #header .ni-mobile-socials {
    display: flex !important;
    align-items: center !important;
    gap: 20px;
    margin-left: 4px;
  }

  #header .ni-mobile-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

  #header .ni-mobile-socials img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
  }
}
@media (max-width: 767px) {
  #header .ni-header-left {
    display: none !important;
  }
}
header,
#header,
.header-nav,
.sticky-header {
  z-index: 1000;
}

#top-menu,
#top-menu ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#top-menu li {
  list-style: none !important;
}

/* =========================================================
   MOBILE MENU - FLAT MODERN GOLD
========================================================= */

#mobile_top_menu_wrapper {
    width: 100%;
    max-width: 100vw;

    margin: 0 !important;
    padding: 6px 0 12px !important;

    overflow-x: hidden;
    box-sizing: border-box;

    background: #C9A14A !important;
}

#mobile_top_menu_wrapper.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#mobile_top_menu_wrapper .js-top-menu.mobile {
    width: 100%;
    margin: 0;
    padding: 0 !important;
}

#mobile_top_menu_wrapper .top-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#mobile_top_menu_wrapper .top-menu li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    position: relative;

    display: flex;
    align-items: center;

    width: 100%;
    min-height: 54px;

    padding: 0 22px;

    color: #fff !important;

    font-size: 18px;
    font-weight: 700;
    letter-spacing: .2px;

    text-decoration: none;

    box-sizing: border-box;

    transition: all .2s ease;
}

/* divisore sottile */
#mobile_top_menu_wrapper .top-menu a[data-depth="0"]::before {
    content: "";

    position: absolute;

    left: 22px;
    right: 22px;
    bottom: 0;

    height: 1px;

    background: rgba(17,17,17,0.12);
}

#mobile_top_menu_wrapper .top-menu > li:last-child > a[data-depth="0"]::before {
    display: none;
}

/* freccia minimal */
#mobile_top_menu_wrapper .top-menu a[data-depth="0"]::after {
    content: "→";

    margin-left: auto;

    font-size: 13px;
    font-weight: 400;

    opacity: .45;

    transition: transform .2s ease;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"]:hover {
    background: rgba(255,255,255,0.08);
    color: #000 !important;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"]:hover::after {
    transform: translateX(3px);
    opacity: .8;
}

#mobile_top_menu_wrapper .top-menu a,
#mobile_top_menu_wrapper .top-menu li,
#mobile_top_menu_wrapper .dropdown-item {
    border: none !important;
}

@media (min-width: 1087px) and (max-width: 1187px) {
#header .ni-header-menu .top-menu {
    max-width: 100%;
    min-width: 0;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
        gap: clamp(0px, 0vw, 0px);
    overflow: hidden;
}

}

@media (min-width: 767px) and (max-width: 1087px) {
#header .ni-header-menu .top-menu {
    max-width: 100%;
    min-width: 0;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
        gap: clamp(0px, 0vw, 0px);
    overflow: hidden;
}
#header .ni-header-menu .top-menu > li > a {
    white-space: nowrap;
    font-size: clamp(17px, 1vw, 14px);
}
}

.ni-header-icons {
    display: flex;
    align-items: center;
    gap: 18px;
    width: auto !important;
}

.ni-header-icons > div {
    display: flex;
    align-items: center;
}

.ni-header-icons .user-info,
.ni-header-icons .blockcart {
    display: flex;
    align-items: center;
}

.ni-header-icons a {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

#header .menu, #header .menu > ul > li {
    display: inline-block;
    margin-bottom: 0px;
}

/* WA Floating */

.ni-whatsapp-floating {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  background: #25D366;
  border-radius: 50%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(0,0,0,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}

.ni-whatsapp-floating:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 12px 28px rgba(0,0,0,.32);
}

.ni-whatsapp-floating svg {
  width: 34px;
  height: 34px;
  display: block;
}

@media (max-width: 767px) {
  .ni-whatsapp-floating {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }

  .ni-whatsapp-floating svg {
    width: 32px;
    height: 32px;
  }
}

/* Banner Smaltimento */

.ni-smaltimento-banner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 36px;
  margin-bottom: 100px;
  background: #f9f9f9;
  border: 1px solid #ececec;
  border-radius: 18px;
  overflow: hidden;
}

.ni-smaltimento-banner-image {
  flex: 0 0 260px;
}

.ni-smaltimento-banner-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.ni-smaltimento-banner-content {
  flex: 1;
}

.ni-smaltimento-banner-content h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.ni-smaltimento-banner-content p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  max-width: 760px;
}

.ni-smaltimento-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  background: #C9A14A;
  color: #fff !important;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.ni-smaltimento-banner-btn:hover {
  background: #b8923f;
  transform: translateY(-2px);
  color: #fff !important;
}

@media (max-width: 991px) {
  .ni-smaltimento-banner {
    flex-direction: column;
    text-align: center;
    gap: 24px;
    padding: 28px;
  }

  .ni-smaltimento-banner-image {
    flex: unset;
    max-width: 220px;
  }

  .ni-smaltimento-banner-content p {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .ni-smaltimento-banner {
    padding: 22px;
    border-radius: 14px;
  }

  .ni-smaltimento-banner-content h2 {
    font-size: 24px;
  }

  .ni-smaltimento-banner-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .ni-smaltimento-banner-btn {
    width: 100%;
  }
}

/* =========================================
   PAGINATION LIGHT
========================================= */

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0 20px;
  padding: 20px 0;
  background: transparent;
  flex-wrap: wrap;
}

/* testo risultati */
.pagination .col-md-4 {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

/* contenitore pagine */
.pagination .col-md-6 {
  margin-left: auto;
  padding-right: 0 !important;
}

/* lista */
.pagination .page-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* elementi */
.pagination .page-list li {
  margin: 0;
}

/* link base */
.pagination .page-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 16px;
  background: #fff;
  color: #111;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all .25s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

/* hover */
.pagination .page-list li a:hover {
  background: #C9A14A;
  border-color: #C9A14A;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(201,161,74,0.18);
}

/* pagina attiva */
.pagination .page-list li.current a {
  background: #C9A14A;
  border-color: #C9A14A;
  color: #fff;
  pointer-events: none;
  box-shadow: 0 8px 20px rgba(201,161,74,0.18);
}

/* prev/next */
.pagination .page-list li .previous,
.pagination .page-list li .next {
  gap: 6px;
  padding: 0 18px;
}

/* icone */
.pagination .material-icons {
  font-size: 18px;
  line-height: 1;
}

/* mobile */
@media (max-width: 767px) {

  .pagination {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    padding: 18px 0;
  }

  .pagination .col-md-4,
  .pagination .col-md-6 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 !important;
    text-align: center;
  }

  .pagination .page-list {
    justify-content: center;
    flex-wrap: wrap;
  }

  .pagination .page-list li a {
    min-width: 40px;
    height: 40px;
    font-size: 13px;
  }

  .pagination .page-list li .previous,
  .pagination .page-list li .next {
    width: auto;
  }
}

.product-miniature .product-title a {
    color: #000;
    text-decoration: none;
    font-weight: 500 !important;
    font-size: 18px;
}

ul.product-flags.js-product-flags {
    margin: 0px !important;
    padding: 10px !important;
}

li.product-flag.out_of_stock {
    font-size: 12px !important;
    background: red;
    border-radius: 5px;
    padding: 5px;
    min-height: 0px !important;
    min-width: 0px !important;
    line-height: 12px;
    margin-top: 0px;
}

li.product-flag.discount
 {
    font-size: 15px !important;
    border-radius: 5px;
    padding: 5px;
    min-height: 0px !important;
    min-width: 0px !important;
    line-height: 12px;
    margin-top: 0px;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}