/*=========================================================================
    TESTED OK ELECTRONICS
    HOT DEALS
    PART 1
=========================================================================*/

.tok-hot-deals{

    position:relative;

    padding:110px 0;

    background:#071A33;

    overflow:hidden;

}

.tok-hot-deals::before{

    content:"";

    position:absolute;

    top:-250px;
    right:-250px;

    width:500px;
    height:500px;

    border-radius:50%;

    background:rgba(30,99,233,.08);

}

.tok-hot-deals::after{

    content:"";

    position:absolute;

    bottom:-220px;
    left:-220px;

    width:420px;
    height:420px;

    border-radius:50%;

    background:rgba(237,28,36,.08);

}

.tok-hot-deals .tok-container{

    position:relative;

    z-index:2;

}

/*==================================================
HEADER
==================================================*/

.tok-hot-header{

    display:flex;

    justify-content:space-between;

    align-items:flex-end;

    gap:60px;

    margin-bottom:55px;

}

.tok-hot-heading{

    max-width:650px;

}

.tok-hot-heading .tok-section-tag{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 20px;

    background:#ED1C24;

    color:#fff;

    border-radius:50px;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.tok-hot-heading h2{

    margin:0 0 16px;

    color:#fff;

    font-size:48px;

    font-weight:800;

    line-height:1.1;

}

.tok-hot-heading h2 span{

    color:#1E63E9;

}

.tok-hot-heading p{

    margin:0;

    color:rgba(255,255,255,.82);

    font-size:17px;

    line-height:1.8;

}

/*==================================================
RIGHT SIDE
==================================================*/

.tok-hot-tools{

    display:flex;

    flex-direction:column;

    align-items:flex-end;

    gap:24px;

}

.tok-hot-tools .tok-view-all{

    display:inline-flex;

    align-items:center;

    gap:12px;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.tok-hot-tools .tok-view-all:hover{

    color:#1E63E9;

}

.tok-hot-tools .tok-view-all i{

    transition:.3s;

}

.tok-hot-tools .tok-view-all:hover i{

    transform:translateX(6px);

}

/*==================================================
COUNTDOWN
==================================================*/

.tok-hot-countdown{

    display:flex;

    flex-direction:column;

    align-items:flex-end;

    gap:14px;

}

.tok-hot-countdown small{

    color:rgba(255,255,255,.8);

    font-size:13px;

    letter-spacing:1px;

    text-transform:uppercase;

}

.tok-countdown{

    display:flex;

    gap:16px;

}

.tok-time{

    width:78px;

    height:78px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    background:#fff;

    border-radius:18px;

    box-shadow:0 15px 35px rgba(0,0,0,.18);

}

.tok-time span{

    font-size:28px;

    font-weight:800;

    color:#071A33;

    line-height:1;

}

.tok-time label{

    margin-top:8px;

    font-size:11px;

    font-weight:700;

    color:#64748B;

    text-transform:uppercase;

}

/*==================================================
LAYOUT
==================================================*/

.tok-hot-layout{

    display:grid;

    grid-template-columns:380px 1fr;

    gap:34px;

    align-items:stretch;

}

/*==================================================
PROMO CARD
==================================================*/

.tok-hot-promo{

    position:relative;

    overflow:hidden;

    border-radius:24px;

    min-height:720px;

    box-shadow:0 28px 70px rgba(0,0,0,.35);

}

.tok-hot-promo img{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.tok-hot-promo:hover img{

    transform:scale(1.08);

}

.tok-hot-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(

        180deg,

        rgba(7,26,51,.10) 0%,

        rgba(7,26,51,.55) 40%,

        rgba(7,26,51,.95) 100%

    );

    z-index:2;

}





/*==================================================
PROMO CONTENT
==================================================*/

.tok-hot-content{

    position:absolute;

    inset:0;

    z-index:3;

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    padding:42px;

}

.tok-promo-pill{

    align-self:flex-start;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 20px;

    margin-bottom:26px;

    background:#ED1C24;

    color:#fff;

    font-size:12px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

    border-radius:50px;

    box-shadow:0 12px 25px rgba(237,28,36,.35);

}

.tok-discount{

    margin-bottom:24px;

}

.tok-discount small{

    display:block;

    margin-bottom:8px;

    color:rgba(255,255,255,.85);

    font-size:16px;

    font-weight:700;

    letter-spacing:4px;

    text-transform:uppercase;

}

.tok-discount h3{

    margin:0;

    font-size:82px;

    line-height:.9;

    font-weight:800;

    color:#fff;

}

.tok-discount span{

    display:block;

    margin-top:8px;

    color:#fff;

    font-size:22px;

    font-weight:700;

    letter-spacing:3px;

}

.tok-hot-content h4{

    margin:0 0 18px;

    color:#fff;

    font-size:34px;

    font-weight:700;

}

.tok-hot-content p{

    margin:0 0 30px;

    color:rgba(255,255,255,.9);

    font-size:17px;

    line-height:1.8;

}

.tok-promo-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    align-self:flex-start;

    padding:16px 30px;

    background:#1E63E9;

    color:#fff;

    font-size:15px;

    font-weight:700;

    text-decoration:none;

    border-radius:14px;

    transition:.35s;

}

.tok-promo-btn:hover{

    background:#ED1C24;

    color:#fff;

    transform:translateY(-4px);

}

.tok-promo-btn i{

    transition:.35s;

}

.tok-promo-btn:hover i{

    transform:translateX(5px);

}

/*==================================================
PRODUCT SLIDER
==================================================*/

.tok-hot-products{

    min-width:0;

}

.tok-hot-swiper{

    overflow:hidden;

    padding:12px 4px 30px;

}

.tok-hot-swiper .swiper-slide{

    height:auto;

}

/*==================================================
NAVIGATION
==================================================*/

.tok-hot-navigation{

    display:flex;

    justify-content:center;

    gap:16px;

    margin-top:18px;

}

.tok-hot-navigation button{

    width:54px;

    height:54px;

    border:none;

    border-radius:50%;

    background:#fff;

    color:#071A33;

    cursor:pointer;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.18);

}

.tok-hot-navigation button:hover{

    background:#1E63E9;

    color:#fff;

    transform:translateY(-4px);

}

/*==================================================
EMPTY PRODUCTS
==================================================*/

.tok-hot-products .tok-empty-products{

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    min-height:500px;

    text-align:center;

    background:#fff;

    border-radius:24px;

    padding:40px;

}

.tok-hot-products .tok-empty-products h3{

    margin-bottom:12px;

    color:#071A33;

}

.tok-hot-products .tok-empty-products p{

    color:#64748B;

    max-width:320px;

    line-height:1.8;

}






/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:1400px){

    .tok-hot-layout{

        grid-template-columns:340px 1fr;

        gap:28px;

    }

    .tok-hot-promo{

        min-height:680px;

    }

}

@media (max-width:1200px){

    .tok-hot-heading h2{

        font-size:42px;

    }

    .tok-hot-layout{

        grid-template-columns:320px 1fr;

    }

    .tok-discount h3{

        font-size:72px;

    }

    .tok-hot-content{

        padding:34px;

    }

}

@media (max-width:992px){

    .tok-hot-deals{

        padding:80px 0;

    }

    .tok-hot-header{

        flex-direction:column;

        align-items:flex-start;

        gap:35px;

    }

    .tok-hot-tools{

        width:100%;

        align-items:flex-start;

    }

    .tok-hot-countdown{

        align-items:flex-start;

    }

    .tok-hot-layout{

        grid-template-columns:1fr;

    }

    .tok-hot-promo{

        min-height:520px;

    }

    .tok-hot-content{

        padding:36px;

    }

}

@media (max-width:768px){

    .tok-hot-deals{

        padding:65px 0;

    }

    .tok-hot-heading h2{

        font-size:34px;

    }

    .tok-hot-heading p{

        font-size:16px;

    }

    .tok-countdown{

        flex-wrap:wrap;

        gap:12px;

    }

    .tok-time{

        width:66px;

        height:66px;

    }

    .tok-time span{

        font-size:24px;

    }

    .tok-hot-promo{

        min-height:460px;

        border-radius:20px;

    }

    .tok-hot-content{

        padding:28px;

    }

    .tok-discount h3{

        font-size:60px;

    }

    .tok-discount span{

        font-size:18px;

    }

    .tok-hot-content h4{

        font-size:28px;

    }

    .tok-hot-content p{

        font-size:15px;

        margin-bottom:24px;

    }

    .tok-promo-btn{

        width:100%;

        justify-content:center;

    }

    .tok-hot-navigation{

        margin-top:25px;

    }

}

@media (max-width:576px){

    .tok-hot-heading .tok-section-tag{

        font-size:11px;

        padding:8px 16px;

    }

    .tok-hot-heading h2{

        font-size:30px;

    }

    .tok-hot-heading p{

        font-size:15px;

        line-height:1.7;

    }

    .tok-hot-promo{

        min-height:420px;

    }

    .tok-hot-content{

        padding:24px;

    }

    .tok-discount small{

        font-size:14px;

        letter-spacing:3px;

    }

    .tok-discount h3{

        font-size:52px;

    }

    .tok-discount span{

        font-size:16px;

    }

    .tok-hot-content h4{

        font-size:24px;

    }

    .tok-hot-content p{

        font-size:14px;

        line-height:1.7;

    }

    .tok-countdown{

        width:100%;

        justify-content:flex-start;

    }

    .tok-time{

        width:60px;

        height:60px;

    }

    .tok-time span{

        font-size:20px;

    }

    .tok-time label{

        font-size:10px;

    }

    .tok-hot-navigation button{

        width:48px;

        height:48px;

    }

}

/*==================================================
ANIMATIONS
==================================================*/

.tok-hot-promo,
.tok-hot-products{

    animation:tokFadeUp .8s ease both;

}

.tok-hot-products{

    animation-delay:.15s;

}

@keyframes tokFadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

/*==================================================
SWIPER POLISH
==================================================*/

.tok-hot-swiper .swiper-wrapper{

    align-items:stretch;

}

.tok-hot-swiper .swiper-slide{

    display:flex;

    height:auto;

}

.tok-hot-swiper .tok-product-card{

    width:100%;

}

/*==================================================
END
==================================================*/








