/** Shopify CDN: Minification failed

Line 85:0 Unexpected "}"

**/
.mmfull{
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

.ctsize > .megamenu{
	box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}

.d-none{
	display: none;
}

.btnsearch-in-header{
	cursor: pointer;
}

.backtoshopping{
	background-color: #c9c9c9;
	color:#000;
}

.backtoshopping:hover{
	background-color: #dddddd;
}

.btn:hover {
	/* transform: scale(1.1); */
	/* box-shadow: 4px 2px 5px #000; */
	border-bottom:7px solid #000;
	border-right:6px solid #000; 
}

.flbarCount {
  text-align: left;
}


input[type=search] {
	border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 30px;
}


.search-icon-jp-header{
	margin-top:-50px;
}

#cloud_search_filters_root{
	max-width: 1200px;
	margin: 0 auto;
}


@media only screen and (max-width: 1024px){
	#search-form-in-header{
		display: none;
	}
}

.lbl.on-sale {
  font-size: 18px;       /* cambia qui la dimensione a piacere */
  padding: 2px 8px;      /* padding interno per migliorarne la leggibilità */
  line-height: 1;
  border-radius: 5px;    /* opzionale: angoli leggermente arrotondati */
  font-family: Work Sans;
  height: 23px;
}

@media only screen and (max-width: 768px) {
  .lbl.on-sale {
    font-size: 16px;       /* più piccolo su mobile */
    height: auto;          /* lascia l’altezza adattarsi */
    line-height: normal;   /* reset vertical alignment */
    padding: 2px 6px;
  }
  }
}
