/** Shopify CDN: Minification failed

Line 444:14 Expected identifier but found whitespace
Line 444:15 Unexpected "400"

**/

/* .product-form .input-row,*/ /* il selettore seguente non è presente dalla  8.1.1, se non funziona qualcosa decommentalo */
/* .buy-buttons-row {
  margin: 25px 0;
  clear: both;
} */


/* .product-form .input-row input[name=quantity] {
  flex-shrink: 1;
  margin-right: 10px;
  margin-left: 10px;
} */


/* .buttoned-input {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--input-border-color);
  border-radius: var(--btn-border-radius);
  background: var(--input-background-color);
  color: rgb(var(--input-text-color));
}
.buttoned-input a {
  display: flex;
  align-items: center;
  height: 2.1em;
  padding: 0 3px;
  padding-inline-start: 8px;
  color: inherit;
  font-size: var(--input-text-size);
}
.buttoned-input a:last-child {
  padding-inline-start: 3px;
  padding-inline-end: 8px;
}
.buttoned-input svg {
  width: var(--input-text-size);
  height: var(--input-text-size);
}
.buttoned-input input {
  width: 2em;
  height: 2.1em;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}
.buttoned-input input:hover, .buttoned-input input:focus {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.buttoned-input input:first-child:last-child {
  width: 3em;
}
.buttoned-input .unusable {
  visibility: hidden;
  pointer-events: none;
} */

/* [dir=rtl] .countdown-divider-dot .countdown__item:not(:last-child) .countdown__number::after,
[dir=rtl] .countdown-divider-colon .countdown__item:not(:last-child) .countdown__number::after {
  right: 100%;
  left: auto;
} */

/* PB [MB] - nasconde un contatto whatsapp, altro codice lo mostra in pagina Vendi pelliccia */
#wa-chat-multiple-cs .list-cs:nth-of-type(2) {
  display:none;
}


.section-footer__row-container--with-localization .section-footer__payment-icons {
  margin-top: 0.9em;
}

/* .quantity-wrapper {
  display: flex;
  text-align: center;
}
.quantity-wrapper a {
  box-sizing: border-box;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid var(--input-border-color);
  border-radius: var(--btn-border-radius);
  background-color: var(--input-background-color);
  color: rgb(var(--input-text-color));
  font-size: inherit;
  line-height: 48px;
}
@media (hover: none) {
  .quantity-wrapper a:active {
    border-color: var(--input-border-color-hover);
  }
}
@media (hover: hover) {
  .quantity-wrapper a:hover {
    border-color: var(--input-border-color-hover);
  }
}
.quantity-wrapper a svg {
  margin-bottom: 4px;
}
.quantity-wrapper input[name=quantity] {
  width: 48px;
  height: 48px;
  padding: 0;
  text-align: center;
}

*/

/* .section-footer {
  --link-color: var(--footer-text-col);
  background: var(--footer-bg);
  color: rgb(var(--footer-text-col));
}
.section-footer .section-footer__title {
  color: rgb(var(--footer-heading-col));
}
.section-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgb(var(--link-color));
  text-decoration-thickness: 1px;
}
@media (max-width: 767.98px) {
  .section-footer .copyright .copy {
    white-space: normal;
  }
} */



/* PERFORMANCE BOUTIQUE - VARIOUS */

.main-search {

  background: linear-gradient(to bottom, 
    rgba(255, 255, 255, 1) 70%, 
    rgba(255, 255, 255, 0.4) 90%, 
    rgba(255, 255, 255, 0) 100%
  )!important;

  .main-search__input {
    background: rgb(var(--text-color)/0.07)!important;
  }
  
}

.pdp-ltd-edition-badge {
  padding: 10px 12px; background: #FDF6EB; position: absolute; z-index: 9; right: 0
}


.ep-cod-text-box {
  font-size:15px;
  text-align:center;
  font-weight:500;
  margin-bottom:0;
}

.ep-payment-methods-trust__wrapper {

  display:flex;
  gap: 10px;
  justify-content: center;

  padding-top:5px;
  padding-bottom:5px;
  
  .ep-payment-methods-trust__method {
    width: 45px;
  }

}

.custom-option__note {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}

.navigation .featured-link {
  font-weight:bold;
}

.navigation__item a[href*="/collections/ecopanerai"] {
    color: #7b9934;
    font-weight: bold;
}

.navigation__item a[href*="/collections/mystery-box"] {

  font-weight:bold!important;

  &::after {
    content: "NEW";
    font-size: 0.6em;
    background: #B11E17;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
  }
}

.navigation__item a[href*="/collections/outlet"] {
    color:#B11E17;
    font-weight: bold;
}

/*
PB [MP] - Accent color per promo, applicato a diversi elementi del sito.
Impostare in
- Theme > Settings > Colors > Product card / page - sale
- Theme > Settings > Colors > Reduction background
per avere la colorazione in
- nuovo prezzo (se barrato)
- label con % di sconto

Impostare manualmente la costante di --ep-promo-accent-color per averlo in altre parti non raggiunte dai settings (es. Voce di Menu)

*/

:root {
  --ep-promo-accent-color: #1A2FA0;
  --ep-promo-evidenza-color: #B11E17;
}

/* .navigation__item a[href*="/collections/black-friday-2025"] {
    background-color:black;
    color: white;
    font-weight: bold;

    &:hover {
      background-color:grey;
    }

    &::before {
      display:none;
    }
} */



/* ul.navigation__tier-1 > li:first-child a[href*="collections/abbigliamento"]  Più link con stesso URL */
.navigation__item a[href*="/collections/saldi-invernali-2026"] {
  color: var(--product-label-sale-text);
  font-weight: bold;
}
.product-price--large .price__current {
  font-size: 1.3rem;
  font-weight:600;
}
.collection-discount-badge,
.product-label--sale > span {
  background-color: var(--ep-promo-accent-color);
  color: white;
  padding-top:2px;
  padding-bottom:2px;
}

.promo-evidenza .product-label--sale>span {
  background-color: var(--ep-promo-evidenza-color);

  &::before,
  &::after {
    content: "★";
    color: white;
  }
  &::before {
    margin-right:4px;
  }
  &::after {
    margin-left:4px;
  }
}



.btn[disabled] {
  background-color:#AEAEAE;
}

                        /*  LASCIARE COMMENTATE COME DA VERSIONE 7.x
                        
                        .collection-max-discount {
                            color: #fb8b24;
                            padding: 0 15px 10px 15px;
                            text-align: center;
                            margin-bottom: 12px;
                        
                        .discount-badge {
                            font-size: 18px;
                            font-weight: bold;
                            line-height:1.2;
                            margin: 0;
                        }
                        
                        .discount-percentage {
                            font-size: 24px;
                            font-weight: bold;
                        }

                        } */
                        /*.collection-discount-badge {
                        position: absolute;
                        top: 10px;
                        right: 10px;
                        background: #fb8b24;
                        color: white;
                        padding: 6px 12px;
                        font-size: 12px;
                        font-weight: bold;
                        z-index: 10;
                        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
                        }*/

.discount-text {
  display: block;
  line-height: 1;
}

.product-block {
  position: relative;
}

.image-cont {
  position: relative;
}


/* PERFORMANCE BOUTIQUE - OMAGGI NASCOSTI IN COLLECTIONS/ALL */

.product-block[data-product-id="15173962137949"],
.product-block[data-product-id="15157102641501"],
.product-block[data-product-id="15019801346397"],
.product-block[data-product-id="9981232480605"] {
  display: none;
}



/* PERFORMANCE BOUTIQUE - VARIANTS APP HIDE WATERMARK */
/* .gpo-app .gpo-form__group.gpo-col-12 {
  display: none !important;
}

.template-product scalapay-widget {
  margin-bottom:-10px!important;
} */


/* PERFORMANCE BOUTIQUE - CUSTOM VARIANT SWITCHER PDP */
.ep-swatchers__cv_name {
  font-weight: bold;
}
.ep-swatchers__more-versions-text {
  margin-bottom:0.3em;
}
.ep-swatchers__grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  justify-content: start;
}

.ep-swatchers__image {
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0);
}

.ep-swatchers__url.active {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.3;
}


/* PERFORMANCE BOUTIQUE - CUSTOM ICONS PDP */

  .ep-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
    
    .ep-icons_box {
      min-width: 270px;
      background: #FDF6EB;
      border: solid 1px black;
      color: black;
      font-size: 22px;
      border-radius: 10px;
      padding: 15px;
    }

  }

  @media (max-width: 768px){
    .ep-icons {

      flex-direction: column;
      gap: 10px;

      .ep-icons_box {
        display: flex;
        gap: 10px;
        align-items: center;
        font-size: 16px;
        padding: 10px;

        p {
          margin: 0;
          padding: 0;
        }

      }

    }

  }

/* PB [MP] - TRUSTPILOT PDP BADGE */

.ep-trust-pdp {
  display:flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 400

  div{
    display:flex;
    max-width: 40%;
  }

  img{
    height: 20px;
  }

}
@media only screen and (max-width: 768px) {
    .ep-trust-pdp div{
        display:block;
    }
}

/* PB [MP] - AUMENTATO z-index PER WIDGET TRUSTPILOT */

#trustpilot-widget-trustbox-2-wrapper,
#trustpilot-widget-trustbox-1-wrapper,
#trustpilot-widget-trustbox-0-wrapper {
  z-index:300!important;
  position:relative;
}

.sticky-atc {
  z-index: 99999999!important;
}



/* PB [MP] - STICKY ATC MOBILE CORRECTIONS */

@media only screen and (max-width: 768px) {
  .sticky-atc {
    flex-direction: column;
    gap: 20px;
  }
  .sticky-atc__buttons {
    width: 100%;
  }
  .sticky-atc__buttons button {
    width: 100%;
  }

  .sticky-atc {
    visibility: visible !important;
    transform: none !important;
    opacity: 1 !important;
  }
}


/* PERFORMANCE BOUTIQUE - MARQUEE LOGHI SCORREVOLI */

#wrapper-checked {

  position: relative;
  margin:auto;
  max-width: var(--page-container-width);

  .pb-marquee {
      display: flex;
      overflow: hidden !important;
      user-select: none;
      gap: 20px;
  }
    
  .pb-marquee__group {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: space-around;
      gap: 50px;
      min-width: 100%;
      animation: pb-scroll-x 150s linear infinite;
      padding-block: 30px;
  }

  .pb-marquee__group img {
      width: 80px;
      object-fit: contain;
      margin-right: 10px;
      filter: invert(100%);
  }

  .pb-marquee__group img[gf] {
      filter: invert(0%);
  }

  .pb-marquee::before {
      position: absolute;
      top: 0;
      content: '';
      width: 72px;
      right: 0px;
      height: 100%;
      background: linear-gradient(89deg, #000 0%, rgba(252, 249, 246, 0) 100%);
      transform: rotate(180deg);
      z-index: 1;
  }

  .pb-marquee::after {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      width: 72px;
      height: 100%;
      background: linear-gradient(89deg, #000 0%, rgba(252, 249, 246, 0) 100%);
  }

}

@keyframes pb-scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


/* .price-label--sold-out {
  background-color: #bc3333;
  padding: 2px 6px;
  color: white;
} */


/* PB [MP]  - Vestibiltà taglia unica */

.pdp-prod-vestibilita-tu__wrapper {
  
  .pdp-prod-vestibilita-tu__button {
  
    display:inline-block;
    min-height: 48px;
    margin: 10px 0;
    padding: 11px 15px;
    border-radius: 4px;
    border: 1px #5C5C5C solid;
    box-shadow: 0 0 0 var(--input-active-shadow-width) var(--input-border-color-active);
    cursor: default;
  
    .prod-vestibilita-tu__label {
       font-weight:bold; 
    }
    
  }

  .prod-vestibilita-tu__nota {
     font-size: calc(var(--base-text-size) * 0.9);
  }
  
  .prod-vestibilita-tu__nota-dove {
    .quickbuy-container & {
      display:none;
    }
  }
}


/* PB [MP]  - Bannerino "Rischio Sold Out", html in product-inventory.liquid [RIMOSSO] */

/* .product-scarcity {
  padding: 15px;
  margin-bottom: -1em;
  border: 2px solid #F9F9F9;

  .product-scarcity__header {
    display:flex;
    align-items: center;
    justify-content:center;

    .product-scarcity__title {
      font-weight:bold;
      margin-bottom:0;
      text-transform:uppercase;
    }
  }

  .product-scarcity__text {
    margin-bottom:0;
    text-align:center;
    font-size: calc(var(--base-text-size) * .9);
  }
}

@media only screen and (max-width: 767.98px) {
  .product-scarcity {
    margin-bottom: 20px;
  }
} */


/* @media only screen and (max-width: 767.98px) {
  .section-footer__localization .localization__grid {
    align-items:center!important;
  }
} */

/* PB [MP] - PDP prezzo */
.price-container {
  margin-top: 10px;
}

/* PB [MP] - PDP box metodi pagamento */
div.trust-badge-66fbb0d6b1829-24181432-211727770838 div.giraffly-right-Bar-Preview-div-svg {
  width: 45px;
  display: inline-block;
  margin: 0 5px;
}

/* PB [MP] - PDP Box Promo */
.sconto-box {

  padding: 0.5rem;
  background-color: color-mix(in srgb, var(--ep-promo-accent-color) 65%, transparent);
  color:white;
  border-radius:6px;

  text-align:center;



  .title {

    font:normal 1rem/1 var(--base-font-family);
    color:white;

    margin-bottom:0;
  }

}



/* PB [MP] - Box in PDP per cross sell (Shopping Bag) */

.shopping-bag-addon {
  margin-top: 20px;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #f9f9f9;
  transition: all 0.3s ease;


    &:hover {
    background-color: #f0f0f0;
    }

    .shopping-bag-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 12px;
    }

    .shopping-bag-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
    }

    .shopping-bag-checkbox:checked {
    accent-color: #000;
    }

    .shopping-bag-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    }

    .shopping-bag-content {
    flex: 1;
    }

    .shopping-bag-title {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
    }

    .shopping-bag-price {
    font-size: 13px;
    color: #666;
    }

}

#shopping-bag-warning {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}


/* PB [MP] - Ricerca in menu mobile (drawer) */

.mobile-navigation-drawer {

  .mobile-navigation-drawer .navigation__mobile-header {
    border-bottom: 0;
  }

  .main-search__form {
    
    margin-left:10px;
    margin-right:12px;
    margin-bottom: 0;

    .search-suggestions {
      margin-top: 0.5em;
    }
    
    .search-suggestions__heading {
      display: block;
      opacity: 0.55;
    }
    
    .search-suggestions__results-list {

      display: flex;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      
      -webkit-overflow-scrolling: touch;
      scroll-behavior: smooth;
      
      scrollbar-width: none; 
      -ms-overflow-style: none; 

      &::-webkit-scrollbar {
        display: none;
      }
      
      & > li:first-child {
        margin-left: 0;
      }
      
    }
    .search-suggestions__item {
      text-decoration: underline!important;

      flex: 0 0 auto;
      white-space: nowrap;
    }
    
  }
  
}


/* PB [MP] - B2B */

.template-collection,
.template-product {
  
  .wsaio_vat_price {
    
    .money:first-child {
      font-size:0.8em!important;
    }
    
  }

}

/* flag fix by app devs */
.ws-registration-form { 
  
  .iti__flag{
    background-position: var(--iti-flag-offset) 0 !important;
    height :10px !important;
  }
  .iti__arrow{
    padding: 0 1px !important;
  }
  button.iti__selected-country div:empty {
    display: none !important;
  }
  input.iti__search-input {
    padding-left: 14px !important;
  }

}



