.lote-botella-block{
    --lote-bg: #dcdcd3;
    --lote-verde: #2f6b3f;
    --lote-verde-oscuro: #1e2f22;
    --lote-gris-texto: #6b6b63;
    max-width: 640px;
    background: var(--lote-bg);
    padding: 40px;
    font-family: Georgia, 'Times New Roman', serif;
    color: var(--lote-verde-oscuro);
    box-sizing: border-box;
}
.lote-botella-block *{ box-sizing: border-box; }
.lote-label{
    font-family: 'Courier New', monospace;
    letter-spacing: 3px;
    font-size: 13px;
    color: var(--lote-verde);
    margin-bottom: 14px;
}
.lote-title{
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 30px 0;
    line-height: 1.15;
}
.lote-specs{
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(0,0,0,.15);
    margin-bottom: 30px;
}
.lote-spec{
    padding: 22px 0;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.lote-spec:nth-child(odd){ padding-right: 20px; }
.lote-spec-label{
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    font-size: 12px;
    color: var(--lote-gris-texto);
    margin-bottom: 8px;
}
.lote-spec-value{
    font-size: 24px;
    color: var(--lote-verde);
}
.lote-price-row{
    display: flex;
    align-items: baseline;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.lote-price{
    font-size: 40px;
    font-weight: 700;
}
.lote-price .woocommerce-Price-amount{ font-size: inherit; font-weight: inherit; }
.lote-shipping{
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: var(--lote-gris-texto);
}
.lote-progress{ margin-bottom: 26px; }
.lote-progress-info{
    display: flex;
    justify-content: space-between;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.lote-progress-bar-bg{
    height: 4px;
    background: rgba(0,0,0,.12);
    border-radius: 2px;
    overflow: hidden;
}
.lote-progress-bar-fill{
    height: 100%;
    background: var(--lote-verde);
}
.lote-add-to-cart form.cart{
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex-wrap: wrap;
}
.lote-add-to-cart .quantity{
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    display: flex;
    align-items: center;
}
.lote-add-to-cart .quantity input{
    border: none;
    width: 80px;
    padding: 14px;
    font-family: Georgia, serif;
    font-size: 16px;
}
.lote-add-to-cart button.single_add_to_cart_button,
.lote-whatsapp-button{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #2f6b3f !important;
    color: #fff !important;
    border: none;
    padding: 16px 24px;
    font-family: 'Courier New', monospace;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    min-width: 180px;
}
.lote-whatsapp-button:hover{ background: #255832 !important; color: #fff !important; }
.lote-footer-note{
    font-style: italic;
    font-size: 15px;
    color: var(--lote-verde-oscuro);
    margin-top: 18px;
}
@media (max-width: 480px){
    .lote-botella-block{ padding: 24px; }
    .lote-title{ font-size: 28px; }
    .lote-add-to-cart form.cart{ flex-direction: column; }
}
