.elementor-menu-cart--shown .elementor-menu-cart__main {
	
	overflow-y: scroll !important;
	
}

.pc-cart-weight-message {
    font-size: 14px;
    margin: 12px 0;
	font-family: "Cocco Stampatello", Sans-serif;
	font-size:17px;
}

.pc-cart-weight-message--error {
    color: #b30000;
    font-weight: 600;
	font-family: "Cocco Stampatello", Sans-serif; 
	font-size:17px;
}

.pc-cart-weight-message--ok {
    color: #2f7a2f;
    font-weight: 600;
	font-family: "Cocco Stampatello", Sans-serif;
	font-size:17px;
}

/* Stile del bottone “Pagamento” quando non cliccabile */
.pc-checkout-disabled {
    background-color: #ccc !important;
    color: #666 !important;
    border: none !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}

/* Barra avanzamento peso nel mini-cart */
.pc-cart-weight-progress-wrapper {
    margin-top: 8px;
}

.pc-cart-weight-progress-track {
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: #e5e5e5;
    overflow: hidden;
}

.pc-cart-weight-progress-fill {
    width: 0;
    height: 100%;
    border-radius: 999px;
    background: #b5873b;
    transition: width 0.25s ease;
}

.pc-cart-weight-progress-text {
    margin-top: 3px;
    font-size: 12px;
    color: #444;
}

.pc-suggestion-box{
    margin-top:12px;
    padding:12px;
    background:white;
    border:1px solid #e5e5e5;
    border-radius:6px;
}

.pc-sugg-carousel{
    display:flex;
    overflow-x:auto;
    gap:10px;
    padding-bottom:6px;
}

.pc-sugg-slide{
    min-width:140px;
    background:#fafafa;
    border:1px solid #ddd;
    border-radius:6px;
    padding:10px;
    text-align:center;
	font-family:"Cocco Stampatello", Sans-serif;
}

.pc-sugg-img{
    width:100%;
    border-radius:6px;
    margin-bottom:6px;
}

.pc-sugg-add{
    background:#b5873b;
    color:white;
    border:none;
    padding:6px 10px;
    margin-top:6px;
    border-radius:4px;
    cursor:pointer;
    width:100%;
}

/* Blocca scroll pagina quando il mini-cart è aperto */
body.pc-cart-scroll-locked{
  width: 100%;
  overflow: hidden !important;
  left: 0;
  right: 0;
}

.elementor-menu-cart__main{
    touch-action: manipulation;
}

.pc-sugg-badge{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.04em;
    margin-bottom:4px;
    display:inline-block;
}

.pc-sugg-badge--combo{
    background:#000;
    color:#fff;
    padding:2px 6px;
    border-radius:4px;
}

.pc-sugg-combo-imgs{
    display:flex;
    gap:4px;
    justify-content:center;
}

.pc-sugg-combo-imgs img{
    width:40px;
    height:auto;
    border-radius:4px;
}