.blackfriday-2025-banner{padding-bottom: 20px;}
.blackfriday-2025-container{padding: 50px 0; background: #000f23; text-align: center; color: #fff;}
.blackfriday-2025-container .title_text{font-size: 30px; font-weight: 700; padding-bottom: 40px;}
.blackfriday-2025-products{ display: flex; align-content: center; flex-wrap: wrap; gap: 30px}
.blackfriday-2025-products a{color: #fff; display: block; width: 100%;}
.blackfriday-2025-products .prd-box{width: calc((100% - 90px) / 4); margin: 0; background: url(/images/Them-2025/blackfriday-nov/prd-box.png) repeat-x center 0 #081c37; border-radius: 30px; padding: 15px 0 10px 0; transition: 0.5s ease all; color: #fff;}
.blackfriday-2025-products .prd-box img{width: 86%; margin: 0 auto; display: block;}
.blackfriday-2025-products .prd-box span.shop-now{display: inline-block; width: 90%; border-radius: 50px; line-height: 40px; color: #000f23; font-size: 16px; font-weight: 600; margin: 10px 0; background: #ff6100; position: relative; overflow: hidden;transition: 0.5s ease all; }
.blackfriday-2025-products .prd-box span.shop-now::before{content: ''; position: absolute; top: -20px; left: -60px; background: #fff; width: 50px; height: 190%; transform: rotate(-30deg); transition: 0.5s ease all; opacity: 0.8;}
.blackfriday-2025-products .prd-box p{font-size: 8px; line-height: normal; color: #fff;}

.blackfriday-2025-products .prd-box:hover{box-shadow: 0 0 20px rgba(255,255,255,0.8);}
.blackfriday-2025-products .prd-box:hover span.shop-now{color: #fff;}
.blackfriday-2025-products .prd-box:hover span.shop-now::before{left: 110%; opacity: 0;}
/*
.blackfriday-2025-products .prd-box:hover img{animation-name:shakeUpDown;animation-duration: 0.6s;}
@keyframes shakeUpDown{
0% {transform: translate3d(0, 0, 0);}
20% {transform: translate3d(0, -4px, 0);}
40% {transform: translate3d(0, 4px, 0);}
60% {transform: translate3d(0, -3px, 0);}
80% {transform: translate3d(0, 3px, 0);}
100% {transform: translate3d(0, 0, 0);}
}
*/



@media only screen and (max-width:900px),(max-width:999px){
.blackfriday-2025-products .prd-box:hover{box-shadow: unset;}
.blackfriday-2025-products .prd-box:hover span.shop-now{color: #000f23;}
.blackfriday-2025-products .prd-box:hover span.shop-now::before{display: none;}

.blackfriday-2025-products{gap: 20px;}
.blackfriday-2025-products .prd-box{width: calc((100% - 40px) / 3); border-radius: 20px;}
.blackfriday-2025-products .prd-box span.shop-now{line-height: 35px;}

}

@media only screen and (max-width:420px),(max-width:499px) {
.blackfriday-2025-products{gap: 10px; justify-content:space-between;}
.blackfriday-2025-products .prd-box{width: calc((100% - 10px) / 2); border-radius: 15px;}
.blackfriday-2025-products .prd-box span.shop-now{font-size: 14px; line-height: 30px;}
.blackfriday-2025-products .prd-box p{padding: 0 10px; text-align: center; font-size: 10px;}

}

@media only screen and (max-width:400px),(max-width:419px) {

}
