.tced-box{margin:18px 0;border:1px solid #dfe7f1;border-left:4px solid #ff7900;border-radius:12px;padding:17px;background:#fff;color:#17375e;font-family:inherit}.tced-heading{display:flex;align-items:center;gap:10px;margin-bottom:13px}.tced-heading strong{font-size:15px}.tced-heading>span{margin-left:auto;font-size:10px;color:#63758b;background:#edf3fa;border-radius:12px;padding:4px 8px}.tced-content p{font-size:12px;line-height:1.5;color:#637185;margin:9px 0}.tced-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tced-option{padding:13px;background:#f6f8fc;border-radius:9px;display:flex;flex-direction:column;gap:6px}.tced-option strong{font-size:12px;color:#17375e}.tced-option b{font-size:16px;color:#092e64}.tced-option span{font-size:12px;line-height:1.5;color:#795016}.tced-content small{display:block;font-size:10px;line-height:1.5;color:#6d7989;margin-top:10px}@media(max-width:500px){.tced-options{grid-template-columns:1fr}.tced-heading{flex-wrap:wrap}.tced-box{padding:14px}.tced-heading strong{font-size:14px}}
.tced-above-price{margin:16px 0 20px;clear:both;width:100%;box-sizing:border-box}.tced-above-price .tced-options{gap:8px}.tced-above-price .tced-option{padding:10px 12px}
.tced-box{border-radius:15px;padding:19px;background:linear-gradient(135deg,#fff,#f7faff);box-shadow:0 5px 18px #092e6408}.tced-heading strong{font-size:17px}.tced-options{gap:12px}.tced-option{background:#fff;border:1px solid #dbe5f1;border-radius:11px;padding:15px!important}.tced-option strong{font-size:13px;color:#092e64}.tced-option b{font-size:18px;line-height:1.35;letter-spacing:-.025em}.tced-option>span{font-size:11px;color:#66788d}.tced-express{background:#fff5eb;border-color:#ffd4b1}.tced-dispatch{border-top:1px solid #e0e8f2;padding-top:12px;color:#17375e!important;font-weight:600}.tced-postcode{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap;margin-bottom:14px}.tced-postcode label{display:flex;flex-direction:column;gap:5px;margin:0;font-size:11px;color:#64738a;flex:1}.tced-postcode input{width:100%;max-width:200px;box-sizing:border-box;border:1px solid #cbd7e6;border-radius:7px;background:#fff;color:#17375e;padding:9px 11px;font:inherit;font-size:13px;min-width:0}.tced-postcode button{border:0;border-radius:7px;background:#092e64;color:white;padding:10px 13px;font-size:12px;font-weight:600;cursor:pointer}.tced-postcode button:hover{background:#16477e}.tced-postcode-error{flex-basis:100%;font-size:11px;color:#a12a16}.tced-postcode-error:empty{display:none}.tced-postcode input:focus-visible,.tced-postcode button:focus-visible{outline:2px solid #df700e;outline-offset:2px}@media(max-width:500px){.tced-option b{font-size:17px}.tced-heading strong{font-size:15px}}

/* =========================================================
   TCE DELIVERY - DISEÑO COMPACTO FICHA PRODUCTO
   24/09/2026
   ========================================================= */

.tced-box {
    padding: 12px 14px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-radius: 12px !important;
}

.tced-heading {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 0 9px 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}

.tced-heading svg {
    width: 20px !important;
    height: 20px !important;
    flex: 0 0 20px !important;
}

.tced-heading strong {
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.tced-heading > span {
    display: none !important;
}

.tced-postcode {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tced-postcode label {
    flex: 1 1 auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;

    /* Oculta "Entrega en España" pero mantiene el input */
    font-size: 0 !important;
    line-height: 0 !important;
}

.tced-postcode input {
    display: block !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 13px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    line-height: 42px !important;
    border-radius: 8px !important;
}

.tced-postcode button {
    flex: 0 0 auto !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 17px !important;
    white-space: nowrap !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    line-height: 42px !important;
}

.tced-postcode-error {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
}

/* MÓVIL */
@media (max-width: 767px) {
    .tced-box {
        padding: 11px 12px !important;
    }

    .tced-heading strong {
        font-size: 15px !important;
    }

    .tced-postcode {
        flex-wrap: wrap !important;
        gap: 7px !important;
    }

    .tced-postcode label {
        flex: 1 1 100% !important;
        width: 100% !important;
    }

    .tced-postcode button {
        width: 100% !important;
    }
}

/* TCE - BLOQUE ENTREGA COMPACTO DESKTOP */
@media (min-width:769px){

.tced-above-price.tced-box{
    margin:7px 0 9px!important;
    padding:10px 12px!important;
    border-radius:10px!important;
}

.tced-above-price .tced-heading{
    margin-bottom:5px!important;
    gap:6px!important;
}

.tced-above-price .tced-heading svg{
    width:18px!important;
    height:18px!important;
}

.tced-above-price .tced-heading strong{
    font-size:15px!important;
    line-height:1.15!important;
}

.tced-above-price .tced-postcode{
    margin-bottom:5px!important;
    gap:6px!important;
    flex-wrap:nowrap!important;
}

.tced-above-price .tced-postcode input{
    height:36px!important;
    min-height:36px!important;
    padding:5px 10px!important;
    font-size:13px!important;
}

.tced-above-price .tced-postcode button{
    height:36px!important;
    padding:5px 12px!important;
    font-size:11px!important;
}

.tced-above-price .tced-content > p:first-child{
    display:none!important;
}

.tced-above-price .tced-preparation{
    display:block!important;
    margin:2px 0 5px!important;
    font-size:11px!important;
    line-height:1.2!important;
}

.tced-above-price .tced-options{
    gap:7px!important;
}

.tced-above-price .tced-option{
    padding:8px 10px!important;
    gap:2px!important;
    border-radius:8px!important;
}

.tced-above-price .tced-option strong{
    font-size:12px!important;
}

.tced-above-price .tced-option strong + span{
    display:none!important;
}

.tced-above-price .tced-option b{
    font-size:15px!important;
    line-height:1.22!important;
}

.tced-above-price .tced-option > span{
    font-size:10px!important;
    line-height:1.2!important;
}

.tced-above-price .tced-dispatch{
    margin:6px 0 0!important;
    padding-top:6px!important;
    font-size:10.5px!important;
    line-height:1.2!important;
}

.tced-above-price .tced-content small{
    display:none!important;
}

}
