/* TITULO */

.js-product-name{
    font-size:42px !important;
    font-weight:800 !important;
    line-height:1.1;
    color:#111;
    margin-bottom:15px;
}

/* BADGE */

.pe-badge{
    display:inline-block;
    background:#000;
    color:#fff;
    padding:10px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    margin-bottom:15px;
}

/* PRECIO */

.pe-price-box{
    background:#fff;
    border-radius:20px;
    padding:25px;
    margin:20px 0;
    border:1px solid #eee;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.js-price-display{
    font-size:48px !important;
    font-weight:900 !important;
    color:#000 !important;
}

/* AHORRO */

.pe-saving{
    background:#d4edda;
    color:#155724;
    padding:12px;
    border-radius:10px;
    font-weight:700;
    margin-top:15px;
}

/* BENEFICIOS */

.pe-benefits{
    margin-top:20px;
}

.pe-benefits div{
    padding:8px 0;
    font-size:15px;
    font-weight:500;
}

/* URGENCIA */

.pe-urgency{
    background:#fff3cd;
    color:#856404;
    padding:14px;
    border-radius:10px;
    margin-top:15px;
    font-weight:700;
    text-align:center;
}

/* WHATSAPP */

.pe-whatsapp{
    display:block;
    width:100%;
    text-align:center;
    margin-top:15px;
    background:#25D366;
    color:#fff !important;
    text-decoration:none;
    padding:18px;
    border-radius:14px;
    font-size:18px;
    font-weight:700;
    box-shadow:0 8px 20px rgba(37,211,102,.35);
}

/* BOTON COMPRAR */

.js-addtocart{
    height:60px !important;
    font-size:18px !important;
    font-weight:700 !important;
    border-radius:14px !important;
}

/* DESCRIPCION */

.pe-description-box{
    background:#fafafa;
    border:1px solid #eee;
    border-radius:16px;
    padding:25px;
    margin-top:30px;
}

.pe-description-title{
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
}

/* STICKY MOBILE */

.pe-mobile-buy{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:99999;
    background:#fff;
    box-shadow:0 -5px 20px rgba(0,0,0,.15);
    padding:10px;
    display:none;
}

.pe-mobile-buy button{
    width:100%;
    height:55px;
    border:none;
    border-radius:10px;
    background:#000;
    color:#fff;
    font-size:18px;
    font-weight:700;
}

@media(max-width:768px){

    .js-product-name{
        font-size:30px !important;
    }

    .js-price-display{
        font-size:36px !important;
    }

    .pe-mobile-buy{
        display:block;
    }

    body{
        padding-bottom:90px;
    }
}