.woocommerce-checkout ul.payment_methods li label{flex-wrap:wrap !important;white-space:normal !important;gap:.5rem !important;}
.woocommerce-checkout .payment_method_vivacom_smart > label{white-space:normal !important;flex-wrap:wrap !important;}
.woocommerce-checkout .payment_method_vivacom_smart > label img{max-width:min(100%,190px) !important;height:auto !important;flex:0 1 auto !important;}
.woocommerce-checkout ul.payment_methods li img{max-width:100% !important;height:auto !important;}
.woocommerce-checkout ul.payment_methods{overflow:visible !important;}

/* ===== Κουτί δώρου — ειδοποίηση μέσα στο side cart ===== */
.xoo-wsc-footer .bbay-gsc{
display:flex;align-items:center;gap:11px;
margin:0 0 12px;padding:11px 13px;
background:#fff;border:1px solid #F3C9D8;border-radius:12px;
text-align:left;
}
.xoo-wsc-footer .bbay-gsc__ic{
flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;
width:34px;height:34px;border-radius:50%;background:#FBEFF2;color:#C2456F;
}
.xoo-wsc-footer .bbay-gsc__tx{display:flex;flex-direction:column;gap:1px;min-width:0;line-height:1.35;flex:1 1 auto;}
.xoo-wsc-footer .bbay-gsc__amt{flex:0 0 auto;white-space:nowrap;font-size:13.5px;font-weight:700;}
.xoo-wsc-footer .bbay-gsc__amt .amount,.xoo-wsc-footer .bbay-gsc__amt bdi{font-size:13.5px !important;font-weight:700 !important;}
.xoo-wsc-footer .bbay-gsc-row .xoo-wsc-ft-amt-label{font-weight:400 !important;}
.xoo-wsc-footer .bbay-gsc__tx strong{font-size:13.5px;font-weight:700;color:#2E241F;}
.xoo-wsc-footer .bbay-gsc__tx strong em{font-style:normal;color:#C2456F;}
.xoo-wsc-footer .bbay-gsc__tx a{font-size:12.5px;color:#C2456F !important;text-decoration:underline;text-underline-offset:2px;}
.xoo-wsc-footer .bbay-gsc--on{border-color:#BFE0C6;}
.xoo-wsc-footer .bbay-gsc--on .bbay-gsc__ic{background:#EFF7F0;color:#3E7A4E;}

/* Κινητό: το footer του side cart δεν πρέπει να «τρώει» τη λίστα προϊόντων.
   Το .xoo-wsc-body έχει flex-grow:1 + overflow:auto, οπότε μπορεί να συρρικνωθεί
   στο 0 όταν το footer ψηλώσει. Εδώ του εγγυόμαστε ελάχιστο ύψος και κάνουμε
   το footer πιο συμπαγές. Μόνο οπτικό — καμία αλλαγή σε λογική/λειτουργία. */
@media (max-width:768px){
html body .xoo-wsc-container .xoo-wsc-body{flex:1 1 auto !important;min-height:32vh !important;}
html body .xoo-wsc-container .xoo-wsc-footer{flex:0 0 auto !important;max-height:56vh !important;overflow-y:auto !important;padding:8px 14px !important;}
html body .xoo-wsc-footer,html body .xoo-wsc-footer a,html body .xoo-wsc-footer .amount{font-size:15px !important;}
html body .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn{padding:9px 12px !important;}
html body .xoo-wsc-footer .bbay-gsc{margin:0 0 8px !important;padding:8px 10px !important;gap:9px !important;}
html body .xoo-wsc-footer .bbay-gsc__ic{width:28px !important;height:28px !important;}
html body .xoo-wsc-footer .bbay-gsc__tx strong{font-size:12.5px !important;}
html body .xoo-wsc-footer .bbay-gsc__tx a{font-size:11.5px !important;}
}

/* ===== Υπαναχώρηση — σύνδεσμος footer ===== */
html body .bbay-ft__withdraw{
display:inline-block;margin-top:10px;padding:9px 14px;
border:1px solid rgba(255,255,255,.45);border-radius:8px;
font-weight:600 !important;letter-spacing:.01em;
}
html body .bbay-ft__withdraw:hover{border-color:rgba(255,255,255,.85);}

/* ===== Υπαναχώρηση — φόρμα ===== */
.bbay-wd{display:flex;flex-direction:column;gap:16px;max-width:720px;margin:24px 0 0;}
.bbay-wd label{display:flex;flex-direction:column;gap:6px;font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#5A4A42;}
.bbay-wd label small{font-weight:400;letter-spacing:0;text-transform:none;color:#8A7268;font-size:.8rem;}
.bbay-wd__req{color:#C2456F;}
.bbay-wd input[type="text"],.bbay-wd input[type="email"],.bbay-wd input[type="tel"],.bbay-wd textarea{
width:100%;box-sizing:border-box;min-height:50px;padding:13px 15px;
font-size:15px;font-weight:400;color:#3A2E29;
background:#fff;border:1px solid #E4DCD3;border-radius:10px;
transition:border-color .18s ease,box-shadow .18s ease;
}
.bbay-wd textarea{min-height:auto;line-height:1.55;resize:vertical;}
.bbay-wd input:focus,.bbay-wd textarea:focus{border-color:#C2456F;box-shadow:0 0 0 3px rgba(194,69,111,.12);outline:none;}
.bbay-wd__row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.bbay-wd__hp{position:absolute !important;left:-9999px !important;width:1px !important;height:1px !important;opacity:0 !important;}
.bbay-wd__note{font-size:.88rem;line-height:1.6;color:#6B584E;margin:0;}
.bbay-wd__submit{
align-self:flex-start;min-height:52px;padding:0 30px;
background:#C2456F;color:#fff;border:1px solid #C2456F;border-radius:10px;
font-size:.82rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;
transition:background-color .18s ease,border-color .18s ease;
}
.bbay-wd__submit:hover{background:#A93A5D;border-color:#A93A5D;}
.bbay-wd__ok,.bbay-wd__err{border-radius:12px;padding:18px 20px;margin:0 0 20px;line-height:1.6;}
.bbay-wd__ok{background:#EFF7F0;border:1px solid #BFE0C6;color:#2C5134;}
.bbay-wd__err{background:#FBEFF2;border:1px solid #F2A9C9;color:#7A2942;}
.bbay-wd__ok p,.bbay-wd__err p{margin:8px 0 0;}
@media(max-width:600px){
.bbay-wd__row{grid-template-columns:1fr;}
.bbay-wd__submit{width:100%;text-align:center;}
}