/**
* 2007-2025 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-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.tvcmsofferbanners-one .tvbanner1 {
    position: relative;
}
.tvofferbanner-content {
    max-width: 42%;
}
/*Left Align*/
.tvofferbanner-content.left {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    left: 8%;
    text-align: left;
}

.tvofferbanner-content.top-left {
    top: 10%;
    left: 8%;
    position: absolute;
    width: auto;
    text-align: left;
}

.tvofferbanner-content.bottom-left {
    bottom: 10%;
    left: 8%;
    position: absolute;
    width: auto;
    text-align: left;
}

/*Right Align*/

.tvofferbanner-content.right {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    height: max-content;
    /*webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
    right: 8%;
    text-align: left;
}

.tvofferbanner-content.top-right {
    position: absolute;
    width: auto;
    top: 10%;
    right: 8%;
    text-align: right;
}

.tvofferbanner-content.bottom-right {
    position: absolute;
    width: auto;
    bottom: 10%;
    right: 8%;
    text-align: right;
}

/*Center Align*/

.tvofferbanner-content.center {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 0;
    left: 0;
    text-align: center;
}
.tvofferbanner-content.top-center {
    position: absolute;
    width: auto;
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}

.tvofferbanner-content.bottom-center {
    position: absolute;
    width: auto;
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvofferbanner-content.none {
    display: none;
}
.none.tvofferbanner-content {
    display: none;
}
.tvcmsofferbanners-one .tvbanner-hover-wrapper img {
    border-radius: 0;
    border: none;
}
.tvofferbanner-content>*:last-child {
    margin-bottom: 0;
}
.tvofferbanner-content h6 {
    color: #FFF;
    font-size: calc(10px + (16 - 10) * ((100vw - 280px) / (1920 - 280)));
    color: #000;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 9px;
}
.tvofferbanner-content h6:before {
    content: '';
    width: 39px;
    height: 1px;
    border-top: 3px dotted #000;
    display: inline-block;
    vertical-align: middle;
    margin-inline-end: 6px;
}
.tvofferbanner-content h2 {
    font-size: calc(13px + (73 - 13) * ((100vw - 280px) / (1920 - 280)));
    color: #000;
    font-family: Playfair Display;
    font-weight: 600;
    line-height: 1.1781;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.tvofferbanner-content p {
    font-size: calc(9px + (16 - 9) * ((100vw - 280px) / (1920 - 280)));
    color: #4E4E4E;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}
.tvcmsofferbanners-one .tvall-inner-btn {
    margin-top: calc(4px + (60 - 4) * ((100vw - 280px) / (1920 - 280)));
    background-color: #FAF0E4;
    padding: 14px 28px;
}
.tvcmsofferbanners-one .tvall-inner-btn span {
    font-size: calc(9px + (16 - 9) * ((100vw - 280px) / (1920 - 280)));
}
.tvofferbanner-content {
    z-index: 1;
    padding: 0 15px;
}
.tvall-inner-btn-link {
    margin-top: 44px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2143;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 9px;
}
@media (max-width:1440px) {
    .tvofferbanner-content{
        max-width: 46%;
    }
    .tvcmsofferbanners-one .tvall-inner-btn{
        padding: calc(6px + (14 - 6) * ((100vw - 280px) / (1920 - 280)))
                 calc(13px + (28 - 13) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvofferbanner-content h2{
        margin-bottom: calc(2px + (15 - 2) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvofferbanner-content h6{
        margin-bottom: calc(3px + (9 - 3) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media (max-width:1140px) {
    .tvofferbanner-content.left{
        left: 5%;
    }
}
@media (max-width:991px){
    .tvofferbanner-content p br{
        display: none;
    }
    .tvofferbanner-content.center {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .tvofferbanner-content{
        max-width: 60%;
    }
    .tvofferbanner-content p{
        display: none;
    }
    .tvofferbanner-content.left{
        left: 2%;
    }
}
@media (max-width: 575px) {
    .tvofferbanner-content.center {
        width: 70%;
    }
    .tvall-inner-btn-link {
        padding-bottom: 5px;
    }
    .tvofferbanner-content h6:before{
        display: none;
    }
}
@media (max-width: 425px) {
    .tvofferbanner-content.center {
        width: 80%;
    }
    .tvall-inner-btn-link {
        padding-bottom: 2px;
    }
}