
.hop-wrap{width:calc(100% - 32px);margin:0 auto;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;color:#102F4B}
.hop-heading{text-align:center;margin:0 auto 28px}
.hop-eyebrow{display:inline-block;color:#fff;font-weight:800;font-size:12px;letter-spacing:1.2px;padding:7px 15px;border-radius:999px}
.hop-title{font-size:38px;line-height:1.05;margin:12px 0 6px;font-weight:900}
.hop-heading p{margin:0;color:#607083;font-size:16px}
.hop-main{display:grid;grid-template-columns:minmax(300px, .72fr) minmax(0,1.75fr);gap:20px;align-items:stretch}
.hop-feature,.hop-offers,.hop-benefits,.hop-card{background:#fff;border:1px solid #d9e4ec;box-shadow:0 8px 25px rgba(16,47,75,.06);overflow:hidden}
.hop-feature{position:relative;display:flex;flex-direction:column}
.hop-feature-label{align-self:flex-start;color:#fff;font-weight:800;padding:12px 22px;border-radius:0 0 22px 0;position:absolute;z-index:2;top:0;left:0}
.hop-feature-img{height:270px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hop-feature-img img{width:100%;height:100%;object-fit:contain}
.hop-feature-body{padding:20px 24px 22px}
.hop-name{font-weight:800;line-height:1.22;margin:0 0 14px}
.hop-feature .hop-name{font-size:23px}
.hop-old{color:#6c7a89;font-size:13px;margin-bottom:7px}
.hop-price-row{display:flex;align-items:flex-end;gap:14px;margin:4px 0 10px}
.hop-price-row small{display:block;color:#2d5d88;font-weight:700;margin-bottom:2px}
.hop-price{font-weight:900;font-size:30px;line-height:1}
.hop-feature .hop-price{font-size:42px}
.hop-discount{display:inline-block;color:#fff;font-size:13px;font-weight:900;padding:5px 8px;border-radius:5px;white-space:nowrap}
.hop-shipping{font-weight:800;font-size:14px;margin:10px 0;color:#139B4A}
.hop-btn,.hop-card-btn{display:block;text-align:center;text-decoration:none;font-weight:800;border-radius:8px}
.hop-btn{color:#fff;padding:13px 15px;margin-top:14px}
.hop-offers{padding:22px 18px 18px;min-width:0}
.hop-offers-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 8px 18px}
.hop-offers-head h3{font-size:28px;margin:0;font-weight:900}
.hop-link{text-decoration:none;font-weight:800;font-size:14px}
.hop-slider{position:relative}
.hop-track{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:2px}
.hop-track::-webkit-scrollbar{display:none}
.hop-card{flex:0 0 calc((100% - 36px)/4);padding:12px;box-shadow:none;display:flex;flex-direction:column;min-width:190px}
.hop-card-img{height:205px;display:flex;align-items:center;justify-content:center;background:#fafcfd;margin-bottom:13px}
.hop-card-img img{width:100%;height:100%;object-fit:contain}
.hop-card .hop-name{font-size:16px;min-height:39px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hop-card-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:3px 0}
.hop-card .hop-price{font-size:24px}
.hop-card-btn{background:#edf5fb;color:#1767aa;padding:11px 8px;margin-top:auto}
.hop-prev,.hop-next{
position:absolute;top:42%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border-radius:50%;
border:1px solid #d9e4ec!important;background:#fff!important;color:#4183B3!important;
font-family:Arial,Helvetica,sans-serif!important;font-weight:400!important;font-size:30px;line-height:1;
box-shadow:0 5px 15px rgba(0,0,0,.10);cursor:pointer;display:flex;align-items:center;justify-content:center;
padding:0!important;appearance:none;-webkit-appearance:none;text-decoration:none!important;
}
.hop-prev{left:-18px}.hop-next{right:-18px}
.hop-benefits{margin-top:26px;padding:22px 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.hop-benefit{display:flex;align-items:center;justify-content:center;gap:13px;padding:6px 22px;border-right:1px solid #d9e4ec;font-size:14px}
.hop-benefit:last-child{border-right:0}
.hop-benefit-icon{width:44px;height:44px;border-radius:50%;background:#edf5fb;display:grid;place-items:center;color:#1767aa;flex:none}
.hop-benefit-icon svg{width:20px;height:20px;fill:currentColor}
.hop-empty{padding:80px 30px;text-align:center;color:#6c7a89}
@media(max-width:1024px){
 .hop-main{grid-template-columns:1fr}
 .hop-feature{display:grid;grid-template-columns:45% 55%}
 .hop-feature-label{grid-column:1}
 .hop-feature-img{height:100%;min-height:330px}
 .hop-feature-body{align-self:center}
 .hop-card{flex-basis:calc((100% - 24px)/3)}
 .hop-benefits{grid-template-columns:repeat(2,1fr)}
 .hop-benefit:nth-child(2){border-right:0}
}
@media(max-width:767px){
 .hop-wrap{width:calc(100% - 20px);padding-top:20px!important;padding-bottom:20px!important}
 .hop-title{font-size:27px}
 .hop-heading p{font-size:13px}
 .hop-main{gap:14px}
 .hop-feature{display:block}
 .hop-feature-img{height:220px;min-height:0}
 .hop-feature-body{padding:16px}
 .hop-feature .hop-name{font-size:19px}
 .hop-feature .hop-price{font-size:34px}
 .hop-offers{padding:16px 10px}
 .hop-offers-head{margin:0 4px 12px}
 .hop-offers-head h3{font-size:22px}
 .hop-link{font-size:12px}
 .hop-card{flex-basis:72%;min-width:0}
 .hop-card-img{height:165px}
 .hop-prev,.hop-next{display:none}
 .hop-benefits{grid-template-columns:1fr 1fr;padding:14px 8px;margin-top:14px}
 .hop-benefit{padding:10px 8px;font-size:11px;justify-content:flex-start}
 .hop-benefit:nth-child(odd){border-right:1px solid #d9e4ec}
 .hop-benefit:nth-child(even){border-right:0}
 .hop-benefit-icon{width:34px;height:34px}
}

.hop-prev:hover,.hop-next:hover,.hop-prev:focus,.hop-next:focus{
background:#fff!important;color:#4183B3!important;border-color:#d9e4ec!important;outline:none!important;
}
.hop-feature img,.hop-card img{max-width:100%;display:block}


/* v1.3.0 - Una tarjeta por medida/producto + colores disponibles */
.hop-card-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:7px;
    margin:7px 0 10px;
    min-height:20px;
}
.hop-card-meta .hop-shipping{margin:0;min-width:0}
.hop-colors{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:5px;
    margin-left:auto;
    white-space:nowrap;
}
.hop-colors-label{
    color:#6C7A89;
    font-size:9px;
    line-height:1;
    font-weight:700;
}
.hop-color-dots{display:flex;align-items:center;gap:3px}
.hop-color-dot{
    width:13px;height:13px;border-radius:50%;
    background:var(--hop-color,#C7D1D9);
    border:1px solid #D2DCE4;
    box-shadow:0 1px 2px rgba(0,0,0,.08);
    flex:none;
}
.hop-color-more{
    display:inline-flex;align-items:center;justify-content:center;
    min-width:17px;height:17px;padding:0 3px;border-radius:999px;
    background:#EEF5F9;color:#547084;font-size:7px;font-weight:800;
}
@media(max-width:767px){
    .hop-card-meta{gap:5px;margin:6px 0 9px}
    .hop-colors-label{display:none}
    .hop-color-dot{width:11px;height:11px}
    .hop-color-dots{gap:2px}
}


/* =========================================================
   v1.3.1 - Colores en oferta del día + metadatos compactos
   ========================================================= */

/* Oferta del día */
.hop-feature-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin:9px 0 12px;
}
.hop-feature-meta .hop-shipping{
    margin:0!important;
    white-space:nowrap;
}
.hop-feature-meta .hop-colors{
    margin-left:auto;
}

/* Tarjetas del carrusel: envío + colores en una sola línea compacta */
.hop-card-meta{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:5px!important;
    margin:6px 0 9px!important;
    min-height:18px!important;
}
.hop-card-meta .hop-shipping{
    margin:0!important;
    min-width:0!important;
    white-space:nowrap!important;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:10px!important;
    line-height:1.05!important;
}
.hop-card-meta .hop-colors{
    margin:0!important;
    gap:3px!important;
}
.hop-card-meta .hop-colors-label{
    display:none!important;
}
.hop-card-meta .hop-color-dot{
    width:10px!important;
    height:10px!important;
}
.hop-card-meta .hop-color-dots{
    gap:2px!important;
}
.hop-card-meta .hop-color-more{
    min-width:14px!important;
    height:14px!important;
    font-size:6px!important;
}

/* Oferta principal un poco más discreta */
.hop-feature-meta .hop-colors-label{
    font-size:9px!important;
}
.hop-feature-meta .hop-color-dot{
    width:12px!important;
    height:12px!important;
}

@media(max-width:767px){
    .hop-feature-meta{
        gap:6px;
        margin:7px 0 10px;
    }
    .hop-feature-meta .hop-shipping{
        font-size:11px!important;
    }
    .hop-feature-meta .hop-colors-label{
        display:none!important;
    }
    .hop-feature-meta .hop-color-dot{
        width:10px!important;
        height:10px!important;
    }

    .hop-card-meta .hop-shipping{
        font-size:9px!important;
    }
}
