/** Shopify CDN: Minification failed

Line 141:0 Unexpected "@"

**/
.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--type-base-size);
}


.btn-add-collection {
  width:100%;
  border-radius: 12px;
  margin-bottom:20px;
}

.btn-sold-out {
  cursor:default;
  color: #b6b6b6;
  background-color: #f6f6f6;
}
.btn-sold-out::hover {
  cursor:default;
  color: #b6b6b6;
  background-color: #f6f6f6;
}


.tick-mark{
  position: relative;
}
.tick-mark > span{
  opacity: 0;
}
.tick-mark::after {
  content: "Fatto 😋";
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%,-50%);
  color: white;
  /* font-size: 42px; */
}

@media (max-width: 768px) { 
.tick-mark::after {
font-size:15px;
}
}


.country-DE .tick-mark::after {
  content: "Hinzugefügt 😋" !important;
  font-size: 14px;
}

.country-ES .tick-mark::after{
  content: "Añadido 😋"  !important;
}
.country-FR .tick-mark::after {
  content: "Ajouté 😋"  !important;
}

.metafield-overlay {
    position: absolute;
    bottom: 20px;
    font-weight: 600;
    background-color: rgb(237, 178, 62);
    max-width: 100%;
    padding: 1% 5%;
    text-align: center;
    z-index: 1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
    margin-top: 2%;
    font-size: 16px;
}

@media (max-width: 768px) {
  .metafield-overlay {
    font-size: 10px; 
    bottom: 5px;
  }
}


.grid-product__image-wrap .metafield-overlay {
  bottom: 10px;
  font-size: 13px;
}

@media (max-width: 768px) {
  .grid-product__image-wrap .metafield-overlay {
    font-size: 10px;
    padding: 2%;
    bottom: 0px; 
  }
}

.metafield-overlay-new {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 800;
    background-color: green;
    max-width: 100%;
    padding: 1% 3%;
    text-align: center;
    z-index: 1;
    color: white;
    font-size: 14px;
}

@media (max-width: 768px) {
  .metafield-overlay-new {
    font-size: 13px;
    padding: 2% 4%; 
  }
}

.grid-product__image-wrap .metafield-overlay-new {
  top: 5px;
  right: 5px;
}

@media (max-width: 768px) {
  .grid-product__image-wrap .metafield-overlay-new {
    top: 5px;
    right: 5px;
    font-size: 13px;
    padding: 2% 4%; 
  }
}

@@media only screen and (min-width: 992px) {
.buy-quantity-button {
  padding-left: 45px;
}
}


.metafield-overlay-scadenza {
    position: absolute;
    bottom: 20px;
    left: 0px;
    font-weight: 600;
    background-color: #2E53A1;
    max-width: 100%;
    text-align: center;
    z-index: 1;
    color: white;
    margin-top: 2%;
    font-size: 16px;
    padding: 5px;
    padding-right: 10px;
    padding-left:10px;
}

@media (max-width: 768px) {
  .metafield-overlay-scadenza {
    font-size: 15px; 
    bottom: 5px;
    padding: 2px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.grid-product__image-wrap .metafield-overlay-scadenza {
  bottom: 10px;
  font-size: 13px;
}


@media (max-width: 768px) {
  .grid-product__image-wrap .metafield-overlay-scadenza {
    font-size: 10px; 
    padding: 2%; 
    bottom: 0px; 
  
  }
}

.bullet_grid {
  font-size:13px;
  margin-top:5px;
  line-height: 20px;
  font-weight: 700;
}

.grid-product__price--original {
  color:var(--color-text-savings);
    }

@media (min-width: 1024px) {
  .product-title-mobile { 
    display: none;
  }
}

@media (max-width: 1023px) {
  .product-title-desktop { 
    display: none;
  }
}

@media only screen and (max-width: 768px){
.scrollable-grid--small .grid-item {
flex: 0 0 50%;
  }
}

 .buy-quantity-button { 
  margin-bottom: 20px;
 }
   
@media only screen and (min-width: 992px) {
  .buy-quantity-button {
    padding-top: 35px;
  }
}


#buy-quantity-button form {
  display:flex;
  align-items:center;
}

#buy-quantity-button .add-to-cart-wrapper {
  width:100%;
  margin-left:30px;
}

@media only screen and (max-width: 768px) {
#buy-quantity-button .add-to-cart-wrapper {
  width:70%;
}
}

#buy-quantity-button .js-qty__adjust {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background-color: #f5f5f5; /* colore di sfondo chiaro */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.2rem; /* regola la dimensione del simbolo - / + */
  color: #333;       /* colore del simbolo */
}

/* Input per la quantità */
#buy-quantity-button .js-qty__num {
  text-align: center;  /* testo centrato */
  border: none;
  border-radius: 4px;
  padding: 0.5rem;
}

#buy-quantity-button .js-qty__wrapper {
  max-width:150px;
} 

@media only screen and (max-width: 768px){
#buy-quantity-button .js-qty__wrapper {
max-width: 170px;
}
}

#buy-quantity-button svg.icon.icon--line {
  stroke-width: 10px;
}

  
.btn--full {
border-radius:12px;
}

.slide-nav__image {
  display:none;
}

.slide-nav__image+span {
  padding-left:0px;
}

.btn {
  border-radius:12px;
}

@media screen and (max-width: 768px) {
  .cart__image {
    flex: 0 0 85px;
  }
  .img-w-text-grid {
    width:50%;
  }

  .collapsibles-wrapper .collapsible-content--all.is-open {
    padding: 0;
  }
}

.feature-row__image {
  border-radius:18px;
  }


 @media only screen and (max-width: 1024px) {
  .feature-row__item {
    max-width: 380px !important;
  }

    .feature-row--33 .feature-row__images {
      flex: 0 80%  !important;
    }
}

@media only screen and (max-width: 768px) {
    .collapsible-content__inner {
    padding-left:0px;
    }
}

@media only screen and (min-width: 960px) {
    .video-parent-section:not([data-subsection]) {
        width: 80%;
        margin: 0 auto;
        border-radius: 18px;
    }
}

@media only screen and (max-width: 959px) {
.video-parent-section:not([data-subsection]) {
    width: 100%;
    margin: 0 auto;
    border-radius: 18px;
    }
}

.hero__link .btn {
  color: white !important;
  background-color: #cd201a !important;
}

.rte .btn
{
  border-radius: 12px;
}

#collection-desc-wrapper{
    height: 70px;
    overflow: hidden;
  }

.product__price--compare
{
    color: #ba4444 !important;
    }

#featured_collection .new-grid {
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .collapsible-content__inner {
        padding: 0 17px 12px;
    }
}

.product__price {
    font-size: 28px;
}

@media only screen and (min-width: 1024px) {
[data-view=small] .grid-item {
  flex: 0 0 calc(100% / 5) !important;
}
  
[data-view=medium] .grid-item {
  flex: 0 0 calc(100% / 5) !important;
}
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
[data-view=xsmall] .grid-item, [data-view=small] .grid-item, [data-view=medium] .grid-item { 
  flex: 0 0 25% !important;
}
}

[data-view=custom-grid-item-width] .grid-item {
  flex: 0 0 16.6%;
}

@media screen and (max-width: 768px) {
    .new-grid {
        justify-content: normal !important;
    }
}

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

.grid-item__content {
  padding-bottom: 20px !important;
}

.collection-filter__item--right {
  display:none !important;
}

@media only screen and (min-width: 769px) {
    .collection-filter__sort {
   margin-right:0px;
    }
}

@media only screen and (max-width: 768px) {
    .collection-filter__inner {
   justify-content:right;
   padding-right:0px;
    }
}

@media only screen and (max-width: 768px) {
    .collection-filter__sort select {
     margin-right: 0px !important;
     margin-left: 0px !important;
    }
}

#fsb_background {
  display:none !important; 
}

.grid-product__image-wrap {
  margin:0px !important;
}


.grid-product__tags {
  margin-left:0px !important;
}

.cart__item-row.cart-recommendations > .new-grid {
  justify-content: normal !important;
}

.btn-add-collection {
margin-bottom: 5px !important;
}

.cart__item-row.cart-recommendations > .scrollable-grid .grid-item {
    min-width: 200px !important;
}


@media only screen and (min-width: 756px) { 
  .jdgm-carousel-item {  
    width:32%!important;  
  }  
}

@media only screen and (max-width: 756px) { 
  .jdgm-carousel-item {  
    width:94%!important;   
  }    
}
   
.jdgm-rev__icon::after, .jdgm-rev__buyer-badge {   
  background-color: #2e53a1!important;
}

.jdgm-rev.jdgm-rev {
      background: #EEEEEE; overflow: visible;border-top-right-radius: 32px;border-bottom-right-radius: 32px; border-bottom-left-radius: 32px;
}

.jdgm-rev.jdgm-rev {  
      background-color:#f7f7f7 !important;
}

.jdgm-all-reviews-page__wrapper { 
  margin-top: 24px !important;  
}
  
#judgeme_all_reviews_page {   
  overflow: hidden !important;   
}
   
.jdgm-all-reviews-text {
  cursor:pointer !important;
}

.jdgm-write-rev-link {
  background-color: #cd201a!important;
  color: white!important;
  font-weight: 700;
  border: none!important;
  border-radius: 20px;
  padding: 20px!important
}

.jdgm-ask-question-btn {
  background-color: white!important;
  color: #cd201a!important;
  font-weight: 700;
  border: none!important;
  border-radius: 20px;
  padding: 20px!important
}

.jdgm-star{
font-weight: 100 !important;
}

#judgeme_all_reviews_page > div > article > div.jdgm-shop-reviews__body > div > span {
    display: none !important;
}

.jdgm-carousel-item {
    background: white;
    padding: 20px!important;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    margin-left:10px!important;
    margin-right:10px!important;
}

.jdgm-all-reviews-text--style-branded
{
  margin-top:70px;
    }

.product-single__title {
margin-bottom:10px;
}

@media only screen and (max-width: 769px) {
.jdgm-all-reviews-widget {
  max-width: 100vw !important;
}
}

@media only screen and (min-width: 769px) {
section-main-content {
    padding-top: 0px;
}
  }

.badge-container {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}

.discount-badge {
  transform: rotate(-10deg);
  font-size: 20px;
  font-weight: 900;
  color: #ffffff; 
  text-shadow:
    -1px -1px 0 #e02121,
     1px -1px 0 #e02121,
    -1px  1px 0 #e02121,
     1px  1px 0 #e02121; 
  background: none;
  padding: 0;
  font-family: 'Arial Black', 'Impact', sans-serif;
}
