/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
:root {
  --product-name-color: #000000;
  --price-color: #000000b3;
  --theme-color-default: #000; }

.text-muted {
  color: #333 !important;
}

.plist-style-1 .thumbnail-container .product-title a {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 16px;
  min-height: 50px;
}

.plist-style-1 .thumbnail-container .cart .btn-product {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em; }
.plist-style-1 .thumbnail-container .product-meta {
  background-color: #fff;
  text-align: left;
  padding: 24px 0 0; }
.plist-style-1 .thumbnail-container .product-price-and-shipping {
  justify-content: flex-start; }
.plist-style-1 .thumbnail-container .leo-list-product-reviews-wraper {
  justify-content: flex-start; }
.plist-style-1 .thumbnail-container .highlighted-informations .variant-links {
  justify-content: flex-start;
  padding-bottom: 3px; }

.box__slide .slideshow_5 {
  text-align: center; }

.category-default a {
  color: #002a4199; }

.box__blog .blog-meta .blog-ctncomment {
  color: rgba(255, 255, 255, 0.7); }
.box__blog .blog-meta > *:not(:last-child) {
  border-right-color: rgba(255, 255, 255, 0.2); }
.box__blog .blog-readmore {
  position: relative; }
  .box__blog .blog-readmore:before {
    transform-origin: 100% 50%;
    transform: scaleZ(1);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2px;
    background: #fff;
    height: 1px;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: .1s; }
  .box__blog .blog-readmore:after {
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2px;
    background: #fff;
    height: 1px;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0s; }
  .box__blog .blog-readmore:hover:before {
    transform: scale3d(0, 1, 1);
    transition-delay: 0s; }
  .box__blog .blog-readmore:hover:after {
    transform: scaleZ(1);
    transition-delay: .1s; }

/*# sourceMappingURL=profile2362549606.css.map */

.language-selector .pe7s-.pe-7s-angle-down {
  color: #fff;
}
.language-selector .pe7s-.pe-7s-angle-down:hover {
  color: #ececec;
}
.language-selector.dropdown.js-dropdown .expand-more {
  color: #fff;
}
.language-selector.dropdown.js-dropdown .expand-more:hover {
  color: #ececec;
}
.whatsappDiv.right {
  bottom: 80px;
  right: 23px;
}

.block_newsletter form button[type="submit"] {
  background: #212121;
  color: #fff;
  font-size: 14px;
  margin-top: 1rem;
  border-radius: 25px;
  letter-spacing: 0.1;
  font-weight: 600;
  padding: 12px 24px;
}

#blockEmailSubscription_displayViaLeoelements button:hover {
  letter-spacing: 0.5em;
  background: #212121;
 color: #fff;
 transition: all 0.5s;
}

  #back-top {
    bottom: 20px;
    right: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
  }
.video-link.is-link { position: relative; display: inline-block; }
.video-link.is-link video { display: block; }
.video-link.is-link .hit-area {
  position: absolute; inset: 0; z-index: 2; cursor: pointer;
}

.video-link.is-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden; /* per evitare sbordi */
}

.video-link.is-link video.brandhome {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* riempie tutto il box */
  object-position: center; /* centrato */
  display: block;
}

/* Stile base link */
#linkslider .LeoBlockLink .list-items .list-item a {
  position: relative;
  display: inline-block;
  padding-right: 35px; /* default spazio freccia */
  line-height: 1.6em;
  font-size: 1rem; /* default */
}

/* Freccia */
#linkslider .LeoBlockLink .list-items .list-item a::after{
  content: "\f30b";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  position: absolute;
  right: .75rem;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  font-size: 1em;
  transition: transform .3s ease;
  pointer-events: none; /* la freccia non ruba l'hover al link */
}

/* Hover/Focus/Active: freccia si sposta a destra di 15px */
#linkslider .LeoBlockLink .list-items .list-item a:hover::after,
#linkslider .LeoBlockLink .list-items .list-item a:focus-visible::after,
#linkslider .LeoBlockLink .list-items .list-item a:active::after{
  transform: translateY(-50%) translateX(15px);
}

  #linkslider .LeoBlockLink .list-items .list-item a {
    padding-right: 50px; /* più spazio per freccia */
    font-size: 1.6rem;  /* testo più grande */
    line-height: 1em;
  }

/* Versione mobile fino a 479.98px */
@media (max-width: 480.01px) {
  #linkslider .LeoBlockLink .list-items .list-item a {
    padding-right: 50px; /* più spazio per freccia */
    font-size: 1.35rem;  /* testo più grande */
    line-height: 1em;
  }
}
/* Frecce: fade-in ritardato e progressivo */
#linkslider .LeoBlockLink .list-items .list-item a::after {
  opacity: 0;
  transform: translateY(-50%) translateX(-4px); /* parte arretrata */
  animation: linksliderArrowIn .45s ease forwards;
}

/* Stagger: ritardi progressivi */
#linkslider .LeoBlockLink .list-items .list-item:nth-child(1) a::after { animation-delay: 2s; }
#linkslider .LeoBlockLink .list-items .list-item:nth-child(2) a::after { animation-delay: 2.2s; }
#linkslider .LeoBlockLink .list-items .list-item:nth-child(3) a::after { animation-delay: 2.4s; }

@keyframes linksliderArrowIn {
  from { opacity: 0; transform: translateY(-50%) translateX(-4px); }
  to   { opacity: 1; transform: translateY(-50%) translateX(0); }
}

/* Accessibilità: niente animazioni per chi preferisce ridotte */
@media (prefers-reduced-motion: reduce){
  #linkslider .LeoBlockLink .list-items .list-item a::after {
    animation: none;
    opacity: 1;
    transform: translateY(-50%);
  }
}

#linkslider .LeoBlockLink .list-items .list-item a::after {
  transition: transform 1s ease; /* transizione fluida */
}

/* Hover o focus: freccia si sposta a destra di 15px */
#linkslider .LeoBlockLink .list-items .list-item a:hover::after,
#linkslider .LeoBlockLink .list-items .list-item a:focus::after {
  transform: translateY(-50%) translateX(15px) !important;;
}


@media (min-width: 397px) and (max-width: 480px) {
  .elementor-25 .elementor-element.elementor-element-b199953 > .elementor-widget-container {
    margin-left: 0px;
  }
}

#wrapper .breadcrumb li:last-child {
  width: auto;
  color: #333;
  font-size: 14px;
  margin: 0;
}

#wrapper .breadcrumb li::before, #wrapper .breadcrumb li a, #wrapper .breadcrumb li:last-child {
  color: #333;
}

#wrapper .breadcrumb li:last-child::before {
  margin: 0 8px;
  color: #333;
  content: "/";
  font-size: 14px;
  line-height: 24px;
  width: 6px;
  text-align: center;
}
#wrapper .breadcrumb {
  padding: 1.5rem 0;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  #wrapper .breadcrumb {
    padding: 1rem 0;
    margin-bottom: 0; /* puoi cambiare con il valore che preferisci */
  }
}


.pagination.loadmore .col-md-12.offset-md-2.pr-0 {
  margin: 1rem 0 0 0;
  text-align: center;
}

.category__con-numero .plist-style-1 .thumbnail-container .product-title a {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  min-height: 40px;
  letter-spacing: 0;
  text-transform: none;
}

.category__con-numero .plist-style-1 .thumbnail-container .category-default {
  text-align: center;
}

.category__con-numero .plist-style-1 .thumbnail-container .product-price-and-shipping {
  justify-content: center;
  color: #fff;
  background-color: #000;
  font-weight: 600;
}
.category__con-numero .thumbnail-container .product-price-and-shipping .regular-price {
  color: var(--product-regular-price-color);
  margin: 0 12px 0 0;
 color: #fff;
}
.category__con-numero .thumbnail-container .product-price-and-shipping .price:not(:first-child) {
  color: #fff;
}
.category__con-numero .plist-style-1 .thumbnail-container .leo-list-product-reviews-wraper {
  justify-content: center;
}
.category__con-numero ul.product-attr {
  justify-content: center;
}

a[title*="½"],
a[title*="¼"],
a[title*="¾"],
a[title*="⅓"],
a[title*="⅔"] {
  letter-spacing: -0.05em;   /* compattiamo leggermente */
  font-variant-numeric: tabular-nums; /* mantiene l’allineamento numerico */
}
.plist-style-1 ul.product-attr > li > a, .category__con-numero ul.product-attr > li > a {
  border: 0;
  height: 14px;
  min-width: 25px;
}
.category__con-numero .product-miniature .product-full-attr .product-attr:has(> li.color) {
  display: none;
}
.category__con-numero ul.product-attr {
  flex-wrap: wrap;
}
.category__con-numero .plist-style-1 .thumbnail-container .leo-list-product-reviews {
  margin-bottom: 1rem;
}

.category__con-numero .product-full-attr {
  padding: 0 5px;
}

.col-md-6.col-lg-3.hidden-md-down.total-products {
  width: 50%;
}
.products-sort-order .dropdown-menu {
  min-width: 260px;
}
.category__con-numero .h3.product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  #product .breadcrumb {
    font-size: 13px;
  }
  #product .breadcrumb li:last-child {
    display: none;
  }
}
.btn.btn-primary.add-to-cart {
  border: 2px solid #000;
  font-weight: 600;
  background: #000;
  color: #fff;
}
.btn.btn-primary.add-to-cart:hover {
 letter-spacing: 2px;
}
.modal-dialog .btn.btn-secondary, .modal-dialog .btn.btn-primary {
  background: #000;
  color: #fff;
  font-weight: 600;
}

.modal-dialog .btn.btn-secondary:hover, .modal-dialog .btn.btn-primary:hover	 {
  background: #fff;
  color: #000;
  font-weight: 600;
}
@media (max-width: 400px) {
#blockcart-modal .product-image {
  width: 40%;
  }
}
/* Mostra solo il titolo in .product-info */
.modal-body .product-info img,
.modal-body .product-info h2,
.modal-body .product-info p:not(.product_name) {
  display: none !important;
}

.modal-body .product-info .product_name {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
}

.leo-modal-review .product-info.clearfix.col-xs-12.col-sm-6, .leo-modal-review .new_review_form_content.col-xs-12.col-sm-6 {
  width: 100%;
}
.leo-modal-review .modal-body {
  padding: 15px;
}
.leo-modal-review .modal-footer {
  text-align: center;
}
.leo-modal-review .form-control {
  padding: 5px 16px;
  min-height: 35px;
  font-size: 15px;
  line-height: 18px;
}
.leo-modal-review .form-group {
  margin-bottom: 0.25rem;
}
.leo-modal-review .modal-title.h2.text-xs-center {
  font-size: 18px;
  line-height: 20px;
}
.leo-modal-review .modal-dialog {
  margin: 15px auto;
}
.leo-modal-review label {
  display: inline-block;
  margin-bottom: 0;
}
#product .product-variants > .product-variants-item ul li .radio-label {
  border-radius: 10px;
}
#product .product-variants > .product-variants-item .color {
  border-radius: 10px;
}

/*
====== Descrizione breve con clamp ======
#product .description-short{
  --clamp-lines: 3;
  --desc-bg: #fff;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--clamp-lines);
  overflow: hidden;
  margin-bottom: 0;
}

#product .description-short:not(.is-open)::after{
  content:"";
  position: absolute;
  left: 0; right: 0; bottom: 0; height: 3.2em;
  background: linear-gradient(to bottom, rgba(255,255,255,0), var(--desc-bg));
  pointer-events: none;
}

#product .description-short.is-open{
  -webkit-line-clamp: unset;
}

#product .description-short.is-open::after{
  display: none;
}
*/

/* ====== Bottone toggle personalizzato ====== */
#product .desc-toggle {
  margin: 0.5rem 0 1.5rem;
  padding: 0.5rem 1.5rem;
  line-height: 1;
  font: inherit;
  border: 1px solid #000;
  background: transparent;
  color: #333;
  border-radius: 999px;
  cursor: pointer;
  background-:transparent;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.desc-toggle .label {
  color: #333;
}
#product .desc-toggle .chev {
  display: inline-block;
  font-family: "Line Awesome Free", "Font Awesome 5 Free", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  transition: transform .25s ease, color .25s ease;
  color: inherit; /* eredita bianco/nero */
}
#product .desc-toggle .chev::before {
  content: "\f107"; /* freccia verso il basso */
}
/* Stato aperto: freccia ruotata */
#product .desc-toggle[aria-expanded="true"] .chev {
  transform: rotate(180deg);
}


#header .leo-cart-dropdown-action a {
  color: #fff;
  background: #000;
  font-weight: 600;
}
#header .leo-cart-dropdown-action a:hover {
  background: #222;
  letter-spacing: 0.1em;
}

.cart-dropdow-button.cart-dropdow-viewcart.btn.btn-primary.btn-outline {
  background: #000;
  color: #fff;
  font-weight: 600;
  display: block;
  margin: 1rem;
}
.cart-dropdow-button.cart-dropdow-viewcart.btn.btn-primary.btn-outline:hover {
  background: #222;
}
.cart-dropdow-button.cart-dropdow-checkout.btn.btn-primary.btn-outline {
  background: #000;
  color: #fff;
  font-weight: 600;
  margin: 0 1rem;
  display: block;
}
.cart-dropdow-button.cart-dropdow-checkout.btn.btn-primary.btn-outline:hover {
  background: #222;
}
.leo-dropdown-cart-item.clearfix.has-view-additional {
  height: 180px !important;
}

/* === INTEGRAZIONE OTTIMIZZATA === 
.category__con-numero .plist-style-1 .thumbnail-container .product-title a,
#manufacturer .plist-style-1 .thumbnail-container .product-title a,
#module-leoproductsearch-productsearch .plist-style-1 .thumbnail-container .product-title a,
#prices-drop .plist-style-1 .thumbnail-container .product-title a,
#new-products .plist-style-1 .thumbnail-container .product-title a,
#best-sales .plist-style-1 .thumbnail-container .product-title a {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  min-height: 40px;
  letter-spacing: 0;
  text-transform: none;
}

.category__con-numero .plist-style-1 .thumbnail-container .category-default,
#manufacturer .plist-style-1 .thumbnail-container .category-default,
#module-leoproductsearch-productsearch .plist-style-1 .thumbnail-container .category-default,
#prices-drop .plist-style-1 .thumbnail-container .category-default,
#new-products .plist-style-1 .thumbnail-container .category-default,
#best-sales .plist-style-1 .thumbnail-container .category-default {
  text-align: center;
}

.category__con-numero .plist-style-1 .thumbnail-container .product-price-and-shipping,
#manufacturer .plist-style-1 .thumbnail-container .product-price-and-shipping,
#module-leoproductsearch-productsearch .plist-style-1 .thumbnail-container .product-price-and-shipping,
#prices-drop .plist-style-1 .thumbnail-container .product-price-and-shipping,
#new-products .plist-style-1 .thumbnail-container .product-price-and-shipping,
#best-sales .plist-style-1 .thumbnail-container .product-price-and-shipping {
  justify-content: center;
  color: #fff;
  background-color: #000;
  font-weight: 600;
}

.category__con-numero .thumbnail-container .product-price-and-shipping .regular-price,
#manufacturer .thumbnail-container .product-price-and-shipping .regular-price,
#module-leoproductsearch-productsearch .thumbnail-container .product-price-and-shipping .regular-price,
#prices-drop .thumbnail-container .product-price-and-shipping .regular-price,
#new-products .thumbnail-container .product-price-and-shipping .regular-price,
#best-sales .thumbnail-container .product-price-and-shipping .regular-price {
  color: #fff;
  margin: 0 12px 0 0;
}

.category__con-numero .thumbnail-container .product-price-and-shipping .price:not(:first-child),
#manufacturer .thumbnail-container .product-price-and-shipping .price:not(:first-child),
#module-leoproductsearch-productsearch .thumbnail-container .product-price-and-shipping .price:not(:first-child),
#prices-drop .thumbnail-container .product-price-and-shipping .price:not(:first-child),
#new-products .thumbnail-container .product-price-and-shipping .price:not(:first-child),
#best-sales .thumbnail-container .product-price-and-shipping .price:not(:first-child) {
  color: #fff;
}

.category__con-numero .plist-style-1 .thumbnail-container .leo-list-product-reviews-wraper,
#manufacturer .plist-style-1 .thumbnail-container .leo-list-product-reviews-wraper,
#module-leoproductsearch-productsearch .plist-style-1 .thumbnail-container .leo-list-product-reviews-wraper,
#prices-drop .plist-style-1 .thumbnail-container .leo-list-product-reviews-wraper,
#new-products .plist-style-1 .thumbnail-container .leo-list-product-reviews-wraper,
#best-sales .plist-style-1 .thumbnail-container .leo-list-product-reviews-wraper {
  justify-content: center;
} */

.plist-style-1 ul.product-attr,
.category__con-numero ul.product-attr,
#manufacturer ul.product-attr,
#module-leoproductsearch-productsearch ul.product-attr,
#prices-drop ul.product-attr,
#new-products ul.product-attr,
#best-sales ul.product-attr {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  justify-content: left !important;
}

.category__con-numero ul.product-attr > li > a,
#manufacturer ul.product-attr > li > a,
#module-leoproductsearch-productsearch ul.product-attr > li > a,
#prices-drop ul.product-attr > li > a,
#new-products ul.product-attr > li > a,
#best-sales ul.product-attr > li > a {
  border: 0;
  height: 14px;
  min-width: 25px;
}

.category__con-numero .product-miniature .product-full-attr .product-attr:has(> li.color),
#manufacturer .product-miniature .product-full-attr .product-attr:has(> li.color),
#module-leoproductsearch-productsearch .product-miniature .product-full-attr .product-attr:has(> li.color),
#prices-drop .product-miniature .product-full-attr .product-attr:has(> li.color),
#new-products .product-miniature .product-full-attr .product-attr:has(> li.color),
#best-sales .product-miniature .product-full-attr .product-attr:has(> li.color) {
  display: none;
}

.category__con-numero .plist-style-1 .thumbnail-container .leo-list-product-reviews,
#manufacturer .plist-style-1 .thumbnail-container .leo-list-product-reviews,
#module-leoproductsearch-productsearch .plist-style-1 .thumbnail-container .leo-list-product-reviews,
#prices-drop .plist-style-1 .thumbnail-container .leo-list-product-reviews,
#new-products .plist-style-1 .thumbnail-container .leo-list-product-reviews,
#best-sales .plist-style-1 .thumbnail-container .leo-list-product-reviews {
  margin-bottom: 1rem;
}

.category__con-numero .product-full-attr,
#manufacturer .product-full-attr,
#module-leoproductsearch-productsearch .product-full-attr,
#prices-drop .product-full-attr,
#new-products .product-full-attr,
#best-sales .product-full-attr {
  padding: 0 5px;
}

.category__con-numero .h3.product-title,
#manufacturer .h3.product-title,
#module-leoproductsearch-productsearch .h3.product-title,
#prices-drop .h3.product-title,
#new-products .h3.product-title,
#best-sales .h3.product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category__con-numero .product-attr .color.product_Colore,
#manufacturer .product-attr .color.product_Colore,
#module-leoproductsearch-productsearch .product-attr .color.product_Colore,
#prices-drop .product-attr .color.product_Colore,
#new-products .product-attr .color.product_Colore,
#best-sales .product-attr .color.product_Colore {
  display: none;
}

/* === RICERCA PER ASPETTI === */
#search_filters .facet ul {
  max-height: 165px;
  overflow: auto;
}
#search_filters .facet .facet-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}



.card-block.checkout .btn-primary {
  background: #000;
  color: #fff;
  font-weight: 600;
}
.card-block.checkout .btn-primary:hover {
  background: #222;
}
#checkout .continue {
  background: #000;
  color: #fff;
  font-weight: 600;
}
#checkout .continue {
  background: #222;
}


@media (min-width: 992px) {
  .cart-grid-right.col-xs-12.col-lg-4 {
    top: 100px;
  }
}

#product .fancybox-nav span {
  visibility: visible;
}

#product .fancybox-title-float-wrap .child {
  display: none;
}

.btn.btn-primary.form-control-submit {
  background: #000;
  color: #fff;
  font-weight: 600;
}
.btn.btn-primary.form-control-submit:hover {
  background: #222;
}
#payment-confirmation .btn.btn-primary.center-block {
  background: #000;
  color: #fff;
  font-weight: 600;
}
#payment-confirmation .btn.btn-primary.center-block:hover {
  background: #222;
}
#pagenotfound .page-not-found .btn--backhome a {
  background: #000;
  color: #fff;
  font-weight: 600;
}
#pagenotfound .page-not-found .btn--backhome a:hover {
  background: #222;
}

.gm_omniprice {
  margin-top: 0;
  display: inline-block;
  padding: 0;
  font-size: 13px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .product-detail .reviews_note .star_content {
    padding-right: 5px;
    margin-right: 5px;
  }
  .reviews_advices li.last {
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #dcdcdc;
  }
}
.product-attr .color.product_Colore {
  display: none;
}

/*

/* ====== Blocchi descrizione con clamp ====== */
/*
.description-short,
#category-description,
#manufacturer-short_description {
  --clamp-lines: 2;
  --desc-bg: #fff; 
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--clamp-lines);
  overflow: hidden;
  margin-bottom: 0;
}
*/

/* Fade in basso quando è chiusa */
/* .description-short:not(.is-open)::after,
#category-description:not(.is-open)::after,
#manufacturer-short_description:not(.is-open)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.2em;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    var(--desc-bg, #fff)
  );
  pointer-events: none;
}
*/

/* Stato aperto */
/*.description-short.is-open,
#category-description.is-open,
#manufacturer-short_description.is-open {
  -webkit-line-clamp: unset;
}
.description-short.is-open::after,
#category-description.is-open::after,
#manufacturer-short_description.is-open::after {
  display: none;
}*/



/* ====== Bottone toggle ====== */
.desc-toggle {
  margin: 0.5rem 0 1.5rem;
  padding: 0.5rem 1.5rem;
  line-height: 1;
  font: inherit;
  border: 1px solid #333;
  background: transparent;
  color: #333;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.desc-toggle .label {
  color: inherit;
}
.desc-toggle .chev {
  display: inline-block;
  font-size: 1rem; /* tua richiesta */
  font-family: "Line Awesome Free", "Font Awesome 5 Free", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.25s ease, color 0.25s ease;
  color: inherit;
}
.desc-toggle .chev::before {
  content: "\f107"; /* freccia verso il basso */
}

/* Stato aperto: freccia ruotata */
.desc-toggle[aria-expanded="true"] .chev {
  transform: rotate(180deg);
}


/* Filtra per ITA e EN */
.filter-toggle-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; /* spazio tra icona e testo */
  font-size: 1rem;
  color: inherit;
  text-decoration: none;
}
.filter-toggle-button .filter-label {
  font-weight: 500;
}


.product-attr.product-attr_Colore {
  margin: 0;
  padding: 0;
}
.product-attr.product-attr_Numero.di.scarpa.EU {
  margin-bottom: 0.5rem;
}

.meta-topline {
  display: flex;
  align-items: center;
  gap: .75rem; /* spazio tra categoria e stelle */
  margin-bottom: .0;
}

.meta-topline .reviews-block {
  display: flex;
  align-items: center;
}
.plist-style-1 .thumbnail-container .category-default {
  margin-bottom: 0;
}
.plist-style-1 .thumbnail-container .leo-list-product-reviews {
  margin-bottom: 10px;
}
.thumbnail-container .product-price-and-shipping {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}


.product-flags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  text-transform: uppercase;
}


/* Blocchi nascosti inizialmente */
.rago-readmore-content {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* Quando diventano visibili */
.rago-readmore-content.is-visible {
  display: block;
  opacity: 1;
}

.rago-readmore-content .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.leo-fly-cart.solo.type-fixed.enable-slidebar.offset-left {
  z-index: 99999;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-25 .elementor-element.elementor-element-02bb4e3 {
    padding: 0 15px 0 30px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-25 .elementor-element.elementor-element-8d0b882 {
    padding: 0 30px 0 15px;
  }
}
@media (max-width: 767px) {
  .elementor-25 .elementor-element.elementor-element-02bb4e3 {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .elementor-25 .elementor-element.elementor-element-8d0b882 {
    width: 100%;
    padding: 30px;
  }
}

.brands .btn.btn-default {
  background-color: #000;
  color: #fff;
  margin-top: 1rem;
  border-radius: 25px;
}
.brands .btn.btn-default:hover {
  font-weight: bold;
}

#manufacturer #main ul {
  display: grid;
  gap: 30px;
}

/* Default mobile: fino a 576px → 2 colonne */
#manufacturer #main ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* 577px – 767px → 3 colonne */
@media (min-width: 577px) and (max-width: 767px) {
  #manufacturer #main ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 768px – 991px → 4 colonne */
@media (min-width: 768px) and (max-width: 991px) {
  #manufacturer #main ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* 992px – 1199px → 5 colonne */
@media (min-width: 992px) and (max-width: 1199px) {
  #manufacturer #main ul {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* 1200px – 1499px → 6 colonne */
@media (min-width: 1200px) and (max-width: 1499px) {
  #manufacturer #main ul {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Da 1500px in su → 7 colonne */
@media (min-width: 1500px) {
  #manufacturer #main ul {
    grid-template-columns: repeat(7, 1fr);
  }
}



#product .product-manufacturer .manufacturer-logo {
  height: 50px;
}

@media (max-width: 427px) {
  .plist-style-1 .thumbnail-container .product-title a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 16px;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.plist-style-1 .thumbnail-container .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 35px;
  }
@media (max-width: 479.98px) {
  .thumbnail-container .meta-topline {
    display: block;
  }
.product-flags {
  left: 0;
  gap: 2px !important;
}
.product-flags li.product-flag {
    margin: 0;
    padding: 2px 6px;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
  }
.plist-style-1 .thumbnail-container .leo-list-product-reviews {
  margin: 5px 0;
  }
}
.plist-style-1 .thumbnail-container .product-title {
  margin-bottom: 0;
}
.plist-style-1 .thumbnail-container .product-price-and-shipping {
  margin-bottom: 0.5rem;
}
.text-shadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

@media (max-width: 479.98px) {
  .plist-style-1 ul.product-attr > li > a {
    min-width: 25px;
    justify-content: left;
    font-size: 13px;
  }
}
.product-attr.product-attr_Numero.di.scarpa.EU {
  min-height: 33px;
  align-content: baseline;
  }
.ajax_block_product {
  border: 1px solid #f8f8f8;
}
.product-flags {
  left: 0;
}
.footer-bottom {
  background: #000;
}
#manufacturer .col-sm-3.col-xs-4.hidden-md-up.filter-button {
  display: none;
}
#manufacturer .col-md-6.col-lg-6.grid-selecting {
  width: 100%;
}
#manufacturer .col-sm-3.col-md-3.hidden-md-down.sort-by {
  display:block !important;
  margin-right: 10px;
}




/* RAGO CALZATURE - SOCIAL PROOF MINIMAL */
.ragocalzature-proof {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  width: fit-content;
  max-width: 100%;
}

.proof-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.proof-title {
  font-size: 14px;
  font-weight: 600;
  color: #495057;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.proof-stats {
  font-size: 15px;
  color: #6c757d;
  font-weight: 500;
  line-height: 1.4;
}

.proof-number {
  font-size: 18px;
  font-weight: 900;
  color: #212529;
  display: inline-block;
}

/* Hover leggero */
.ragocalzature-proof:hover {
  background: #f1f3f4;
  border-color: #dee2e6;
  transition: all 0.2s ease;
}

.proof-number:hover {
  color: #0d6efd;
  transition: color 0.2s ease;
}

/* Mobile */
@media (max-width: 768px) {
  .ragocalzature-proof {
    padding: 14px 16px;
    margin: 16px 0;
    width: fit-content;
    max-width: 95vw;
  }
  
  .proof-stats {
    font-size: 14px;
  }
}



/* POPUP NATALE */
.verifica-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  inset: 0;
  font-family: inherit;
}

.verifica-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(2px);
}

.verifica-modal-dialog {
  position: relative;
  max-width: 440px;
  width: 92vw;
  margin: 12vh auto 0;
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  animation: verificaSlideIn 0.3s ease-out;
}

@keyframes verificaSlideIn {
  from { opacity: 0; transform: translateY(-20px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.verifica-modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #999;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.verifica-modal-close:hover {
  background: #f8f9fa;
  color: #333;
}

.verifica-modal-body {
  text-align: center;
  font-size: 16px;
}

.verifica-loading {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.verifica-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e9ecef;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  animation: verifica-spin 1s linear infinite;
  margin-bottom: 16px;
}

@keyframes verifica-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.verifica-icon {
  font-size: 56px;
  margin-bottom: 20px;
  animation: verificaBounce 0.6s ease-out;
}

@keyframes verificaBounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

/* Messaggi popup */
.verifica-msg-primary {
  font-size: 22px;
  font-weight: 800;
  color: #28a745;
  margin: 0 0 16px 0;
  line-height: 1.25;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.verifica-msg-action {
  font-size: 18px;
  font-weight: 700;
  color: #007bff;
  background: linear-gradient(135deg, #555555, #333333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 20px 0;
  padding: 0 12px;
  border-radius: 8px;
  position: relative;
}

.verifica-msg-action::before {
  content: '🚀';
  margin-right: 8px;
  font-size: 20px;
}

.verifica-msg-urgency {
  font-size: 16px;
  color: #dc3545 !important;
  padding: 16px 20px;
  border-radius: 12px;
  margin: 0;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(220,53,69,0.15);
  animation: verificaPulse 2s ease-in-out infinite;
}

@keyframes verificaPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(220,53,69,0.15);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(220,53,69,0.25);
  }
}

/* Barra/badge verifica Natale centrata in basso */
.giftcheck-bar {
  position: fixed;
  left: 50%;
  bottom: -100px; /* nascosta inizialmente */
  transform: translate(-50%, 100%);
  z-index: 9999;
  background: #212529;
  color: #f8f9fa;
  padding: 45px;
  border-radius: 10px 10px 0 0; /* solo spigoli superiori arrotondati */
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  width: auto;
  max-width: calc(100vw - 32px);
  display: inline-flex;
  align-items: stretch;
  gap: 10px;
}

.giftcheck-bar.giftcheck-visible {
  bottom: 0;
  transform: translate(-50%, 0);
  opacity: 1;
}

.giftcheck-inner {
  display: flex;
  flex-direction: column;
  align-items: center;   /* testo centrato */
  justify-content: center;
  gap: 8px;
  text-align: center;    /* testo centrato */
}

.giftcheck-line {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.giftcheck-btn {
  background: #ff6b6b;
  color: #fff;
  border-radius: 999px;
  padding: 10px 22px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.giftcheck-btn:hover {
  background: #ee5a52;
  color: #fff;
}

/* Pulsante X in alto a destra della barra */
.giftcheck-close {
  position: absolute;
  top: 6px;
  right: 8px;
  border: none;
  background: transparent;
  color: #ced4da;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.giftcheck-close:hover {
  color: #f8f9fa;
}

/* Mobile */
@media (max-width: 768px) {
  .verifica-modal-dialog {
    width: 95vw;
    margin: 8vh auto 0;
    padding: 24px 20px;
  }

  .verifica-msg-primary { font-size: 20px; }
  .verifica-msg-action { font-size: 16px; }
  .verifica-msg-urgency { font-size: 15px; padding: 14px 16px; }

  .giftcheck-bar {
    max-width: calc(100vw - 24px);
  }

  .giftcheck-line {
    white-space: normal;
  }
}

/* Stile Categorie nel tab Details*/

.productcats ul{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  list-style:none;
  padding:0;
  margin:0;
}

.productcats li{
  margin:0;
}

.productcats a{
  display:inline-block;
  padding:4px 10px;
  border:1px solid #ddd;
  border-radius:4px;
  font-size:13px;
  text-decoration:none;
}

.productcats a:hover {
  background: #000;
  color: #fff;
}

/* Nascondi Alert ultime disponibilità */
#product-availability {
  display: none;
}

/* ===== Clamp descrizione solo categorie e brand ===== */

#category-description,
#manufacturer-short_description{
  --clamp-lines: 3;
  --desc-bg: #fff;

  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--clamp-lines);
  overflow: hidden;
}

/* Fade in basso quando chiuso */

#category-description:not(.is-open)::after,
#manufacturer-short_description:not(.is-open)::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3.2em;
  background:linear-gradient(to bottom, rgba(255,255,255,0), var(--desc-bg));
  pointer-events:none;
}

/* Stato aperto */

#category-description.is-open,
#manufacturer-short_description.is-open{
  -webkit-line-clamp:unset;
}

#category-description.is-open::after,
#manufacturer-short_description.is-open::after{
  display:none;
}

.mdc-fab.mat-mdc-fab-base.mat-mdc-fab.mat-mdc-button-base.gmat-mdc-button.xap-inline-dialog-click.float-mv-button.ng-tns-c1772567107-0.mat-primary.gmat-mdc-fab-branded.ng-star-inserted {
  bottom: 20px !important;
  right: 80px !important;
  height: 40px !important;
}

#___ratingbadge_0 {
  display: none !important;
}

button.btn-primary[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
#paypal-checkout-17__container {
  display: none;
}

.lg-sub-html h4 {
  color: #fff;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  display: none;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 75px !important;
}

.product-flag.gmwaver-flag-16.vendita.solo-online {
  background: transparent;
  color: var(--sale-badge-background);
  box-shadow: inset 0 0 0 1px var(--sale-badge-background);
}
.product_image_thumbs_left .product-flags {
  left: 115px;
}

.nav-item.outlet.leo-1 .menu-title {
  color: var(--sale-badge-background);
  box-shadow: inset 0 0 0 1px var(--sale-badge-background);
  padding: 3px 6px;
  border-radius: 3px;
}

.payment-option:has(input[data-module-name="FASTCHECKOUT"]),
.payment-option:has(input[data-module-name="GOOGLEPAY"]),
.payment-option:has(input[data-module-name="ps_checkout-card"]) {
  display: none !important;
}

#submit-login {
  background: var(--btn-color);
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
}

#submit-login:hover {
  background: #000;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

#manufacturer .brand-count {
  display: none;
}
