/**
* 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 {
  position: relative;
  text-align: center;
}
.badofferbanner-img::before {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=100);
  content: "";
  left: 50%;
  right: 50%;
  position: absolute;
}
.badofferbanner-img::after {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  top: 50%;
  bottom: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  content: "";
  left: 0;
  right: 0;
  position: absolute;
}
.badofferbanner-img:hover::before {
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.badofferbanner-img:hover::after {
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.badofferbanner-block {
  background-color: var(--theme-background-color);
  padding: 80px 0;
  position: relative;
}
.badofferbanner-content-wrapper {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.badofferbanner-content {
  float: none;
  display: inline-block;
  text-align: center;
  width: 44%;
}
.offer-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer-banner-content-title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  margin: 15px 0;
}
.offer-banner-content-description {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  font-weight: 400;
}
.offer-banner-content-img,
.offer-banner-content-img2 {
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.offer-banner-content-img {
  height: 60px;
}
.offer-banner-content-img2 {
  margin-top: 15px;
  height: 110px;
}
.badofferbanner-content-wrapper img {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.badofferbanner-block .mobile-img {
  display: none;
}
@media (max-width: 1800px) {
  .bestsellerbanner::after {
    top: -26%;
    height: 476px;
    width: 479px;
  }
}
@media (max-width: 1700px) {
  .bestsellerbanner::after {
    left: -15%;
  }
}
@media (max-width: 1400px) {
  .offer-banner-content-title {
    font-size: 42px;
    line-height: 54px;
    margin: 10px 0;
  }
  .offer-banner-content-description {
    font-size: 16px;
    line-height: 25px;
  }
  .offer-banner-content-img2 {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .badofferbanner-block {
    padding: 50px 0;
  }
  .offer-banner-content-title {
    font-size: 30px;
    line-height: 40px;
  }
  .offer-banner-content-description {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 991px) {
  .badofferbanner-block {
    padding: 30px 0;
  }
  .offer-banner-content-img {
    height: 50px;
  }
  .offer-banner-content-img2 {
    margin-top: 0;
    height: 90px;
  }
  .offer-banner-content-description {
    display: none;
  }
}
@media (max-width: 767px) {
  .badofferbanner-content {
    text-align: center;
  }
  .badofferbanner-content {
    width: 40%;
  }
  .offer-banner-content-title {
    font-size: 20px;
    line-height: 26px;
  }
  .offer-banner-content-img {
    height: 40px;
  }
  .offer-banner-content-img2 {
    height: 80px;
  }
}
@media (max-width: 620px) {
  .offer-banner-content-img {
    height: 35px;
  }
  .offer-banner-content-img2 {
    height: 70px;
  }
}
@media (max-width: 575px) {
  .badofferbanner-block .mobile-img {
    display: block;
    width: 100%;
  }
  .badofferbanner-block .destop-img {
    display: none;
  }
  .badofferbanner-content {
    width: 90%;
  }
  .offer-banner-content-title {
    font-size: 32px;
    line-height: 42px;
    margin: 15px 0;
  }
  .offer-banner-content-description {
    display: block;
    font-size: 16px;
    line-height: 26px;
  }
  .offer-banner-content-img {
    height: 50px;
  }
  .offer-banner-content-img2 {
    height: 100px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .offer-banner-content-title {
    font-size: 28px;
    line-height: 40px;
    margin: 10px 0;
  }
  .offer-banner-content-description {
    display: none;
  }
  .badofferbanner-btn a {
    padding: 4px 10px;
    font-size: 11px;
  }
  .offer-banner-content-img2 {
    margin-top: 0;
  }
}
@media (max-width: 420px) {
  .badofferbanner-btn a {
    padding: 3px 10px;
    font-size: 10px;
  }
  .offer-banner-content-title {
    font-size: 24px;
    line-height: 34px;
  }
  .offer-banner-content-img {
    height: 35px;
  }
  .offer-banner-content-img2 {
    height: 70px;
  }
}
@media (max-width: 350px) {
  .offer-banner-content-title {
    font-size: 22px;
    line-height: 30px;
  }
}
