/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <contact@prestashop.com>
*  @copyright  2007-2024 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badofferbanner-img{
    padding: 0%;
}
.badofferbanner-block {
    position: relative;
    margin-bottom: 90px;
}
.badofferbanner-content-wrapper {
    position: absolute;
    bottom: 0;
    top: 41%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(0 , -50%);
    width: 60%;
    text-align: center;
}
.offerbanner-title {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: var(--badtheme-font-name-2);
    color: var(--theme-custom-color);
    font-weight: 500;
}
.offerbanner-desc h4 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
    font-family: var(--badtheme-font-name-2);
    color: #55360a;
    font-weight: 500;
}
.badofferbanner-inner-content{
    padding: 0;
}

.badofferbanner-content .badofferbanner-main-block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    top: 30%;
    left: -4%;
    width: 100%;
}
.badofferbanner-content-block {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.badofferbanner-block .badoffer-title {
    font-size: 28px;
    line-height: 10px;
    margin: 15px 0 20px;
    color: #000;
    font-weight: 600;
    font-family: var(--badtheme-font-name-1);
    text-transform: uppercase;
}

.badofferbanner-code-block {
    padding-left: 40px;
}
.badofferbanner-code-block .badoffer-code-title {
    color: #ff0000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 35px;
}

.badofferbanner-code-block .badoffer-code-sub-title {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    -webkit-line-clamp: 2;
}
.badofferbanner-content-wrapper img {
    position: relative;
    transition: all 0.5s ease-in-out;
}
.badofferbanner-img {
    position: relative;
}
.badofferbanner-img img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.badofferbanner-img:hover img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media(max-width: 1440px){
    .offerbanner-title {
        font-size: 51px;
        line-height: 55px;
    }
    .offerbanner-desc h4 {
        font-size: 50px;
        line-height: 55px;
    }
}
@media(max-width: 1299px){
    .offerbanner-title {
        font-size: 40px;
        line-height: 45px;
    }
    .offerbanner-desc h4 {
        font-size: 44px;
        line-height: 50px;
    }
}
@media(max-width: 1200px){
    .badofferbanner-block{
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .offerbanner-title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .offerbanner-desc h4 {
        font-size: 33px;
        line-height: 37px;
    }
    .badofferbanner-block{
        margin-bottom: 30px;
    }
}
@media(max-width: 768px){
    .offerbanner-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 7px;
    }
    .offerbanner-desc h4 {
        font-size: 24px;
        line-height: 26px;
    }
}
@media(max-width: 576px){
    .offerbanner-desc h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .offerbanner-title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 7px;
    }
}
@media(max-width: 400px){
    .offerbanner-desc h4 {
        font-size: 15px;
        line-height: 15px;
    }
    .offerbanner-title {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 5px;
    }
}
