/*========================================
DESTACADOS
========================================*/

.featured{
    padding:90px 0 20px;
    background:#fff;
    overflow:hidden;
}

.featured *{
    box-sizing:border-box;
}

.featured-tag{
    display:block;
    text-align:center;
    color:#ea4b3c;
    font-size:15px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:12px;
}

.featured-title{
    text-align:center;
    font-size:58px;
    font-weight:900;
    line-height:1;
    color:#222;
    margin-bottom:18px;
}

.featured-title span{
    color:#ea4b3c;
}

.featured-description{
    max-width:760px;
    margin:0 auto 60px;
    text-align:center;
    color:#666;
    line-height:1.7;
    font-size:18px;
}

.featured-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.featured-box{
    background:#fff;
    border:1px solid #ececec;
    border-radius:28px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    overflow:hidden;
}

.featured-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    margin-bottom:28px;
}

.featured-info{
    display:flex;
    gap:18px;
    align-items:flex-start;
}

.featured-icon{
    width:60px;
    height:60px;
    background:#fdeceb;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#ea4b3c;
    font-size:24px;
    flex-shrink:0;
}

.featured-header h3{
    margin:0;
    font-size:28px;
    line-height:1;
    font-weight:900;
    color:#222;
}

.featured-header h3 span{
    display:block;
    color:#ea4b3c;
}

.featured-header p{
    margin:8px 0 0;
    color:#777;
    font-size:15px;
    line-height:1.35;
}

.featured-header a{
    color:#ea4b3c;
    text-decoration:none;
    font-weight:800;
    white-space:nowrap;
    font-size:14px;
}

/*========================================
SWIPER DESKTOP
========================================*/

.featured-swiper{
    width:100%;
    overflow:hidden;
    padding:0 !important;
}

.featured-swiper .swiper-wrapper{
    align-items:stretch;
}

.featured-swiper .swiper-slide{
    height:auto;
}

.featured-swiper .swiper-button-prev,
.featured-swiper .swiper-button-next,
.featured-swiper .swiper-pagination{
    display:none;
}

/*========================================
CARD
========================================*/

.product-card{
    position:relative;
    border:1px solid #ececec;
    border-radius:22px;
    overflow:hidden;
    background:#fff;
    transition:.3s;
    display:flex;
    flex-direction:column;
    height:auto;
}

.product-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 35px rgba(0,0,0,.12);
}

.product-badge{
    position:absolute;
    top:14px;
    left:14px;
    background:#ea4b3c;
    color:#fff;
    padding:6px 12px;
    border-radius:30px;
    font-size:11px;
    font-weight:800;
    z-index:5;
}

.product-card img{
    width:100%;
    height:205px;
    object-fit:contain;
    padding:18px;
    display:block;
}

.product-line{
    height:4px;
    background:#ea4b3c;
    flex-shrink:0;
}

.product-card h4{
    text-align:center;
    font-size:16px;
    line-height:1.25;
    padding:18px 16px 10px;
    min-height:68px;
    color:#222;
    margin:0;
}

.old-price{
    text-align:center;
    color:#999;
    text-decoration:line-through;
    font-size:15px;
    min-height:20px;
}

.price{
    text-align:center;
    color:#ea4b3c;
    font-size:23px;
    font-weight:900;
    margin-top:6px;
}

.transfer{
    text-align:center;
    color:#ea4b3c;
    font-size:13px;
    padding:8px 16px;
    min-height:42px;
}

.rating{
    text-align:center;
    color:#ffc107;
    font-size:18px;
    padding:0 0 18px;
    margin-top:auto;
}

.rating span{
    color:#777;
    font-size:14px;
}

/*========================================
MOBILE
========================================*/

@media(max-width:991px){

    .featured{
        padding:60px 0;
    }

    .featured-tag{
        font-size:12px;
        padding:0 20px;
    }

    .featured-title{
        font-size:36px;
        line-height:1.1;
        padding:0 20px;
    }

    .featured-description{
        font-size:15px;
        padding:0 20px;
        margin-bottom:30px;
    }

    .featured-wrapper{
        grid-template-columns:1fr;
        gap:24px;
    }

    .featured-box{
        padding:18px;
        border-radius:22px;
    }

    .featured-header{
        flex-direction:column;
        gap:12px;
        margin-bottom:18px;
    }

    .featured-info{
        gap:14px;
        align-items:center;
    }

    .featured-icon{
        width:46px;
        height:46px;
        font-size:18px;
    }

    .featured-header h3{
        font-size:22px;
    }

    .featured-header p{
        font-size:13px;
        margin-top:4px;
    }

    .featured-header a{
        font-size:14px;
    }

    .featured-swiper{
        width:100%;
        padding-bottom:38px !important;
        overflow:hidden;
    }

    .product-card{
        width:100%;
        max-width:100%;
        min-height:0;
    }

    .product-card:hover{
        transform:none;
        box-shadow:none;
    }

    .product-card img{
        height:145px;
        padding:14px;
    }

    .product-card h4{
        font-size:15px;
        min-height:auto;
        padding:12px 14px 8px;
    }

    .old-price{
        font-size:13px;
    }

    .price{
        font-size:21px;
        margin-top:4px;
    }

    .transfer{
        font-size:12px;
        padding:6px 14px 10px;
        min-height:auto;
    }

    .rating{
        font-size:16px;
        padding-bottom:14px;
    }

    .rating span{
        font-size:12px;
    }

   .product-badge{
    top:10px;
    left:10px;
    font-size:10px;
    padding:5px 10px;
}

    .featured-swiper .swiper-button-prev,
    .featured-swiper .swiper-button-next{
        display:flex;
        width:34px;
        height:34px;
        border-radius:50%;
        background:#fff;
        color:#ea4b3c;
        box-shadow:0 5px 15px rgba(0,0,0,.15);
    }

    .featured-swiper .swiper-button-prev:after,
    .featured-swiper .swiper-button-next:after{
        font-size:15px;
        font-weight:900;
    }

    .featured-swiper .swiper-button-prev{
        left:8px;
    }

    .featured-swiper .swiper-button-next{
        right:8px;
    }

    .featured-swiper .swiper-pagination{
        display:block;
        bottom:0 !important;
    }

    .featured-swiper .swiper-pagination-bullet{
        width:8px;
        height:8px;
        background:#d8d8d8;
        opacity:1;
        transition:.25s;
    }

    .featured-swiper .swiper-pagination-bullet-active{
        width:24px;
        border-radius:20px;
        background:#ea4b3c;
    }
}
