.p-to-cart-block .add-to-cart-button{
  border-radius: 16px;
}

.p-to-cart-block .add-to-cart-button:hover{
    background-color: #cfc203;
      border-color: #cfc203;
}

.p-to-cart-block .add-to-cart-button:hover{
transition: all 0.2s linear;
}
#simple-variants-select{
 appearance: none !important;
    -webkit-appearance: none !important; /* Přidej !important i sem pro mobily */
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 40px 10px 15px;
    font-size: 16px;
    color: #181818 !important;
    cursor: pointer;
    transition: all 0.3s linear;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    
    /* OPRAVA ZDE: */
    line-height: 1.5 !important; /* Nebo normal */
    height: auto !important;     /* Nech select, ať se přizpůsobí paddingu */
    display: block;
  
}
#simple-variants-select:focus-visible{
outline: none !important;
 border: 1px solid #000000ff;
}

.quantity:hover{
    box-shadow: none !important;
}