/**
* 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: 50%;
}
/*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: 13%;
    text-align: left;
}
.tvofferbanner-content.top-left {
    top: 10%;
    left: 13%;
    position: absolute;
    width: auto;
    text-align: left;
}
.tvofferbanner-content.bottom-left {
    bottom: 10%;
    left: 13%;
    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: 7%;
    text-align: center;
}
.tvofferbanner-content.right::before{
    position: absolute;
    content: '';
    width: 107px;
    height: 2px;
    background: linear-gradient(130deg, #007AF9 30%, #FF0045 100%);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tvofferbanner-content.top-right {
    position: absolute;
    width: auto;
    top: 10%;
    right: 7%;
    text-align: center;
}
.tvofferbanner-content.bottom-right {
    position: absolute;
    width: auto;
    bottom: 10%;
    right: 7%;
    text-align: center;
}
/*Center Align*/
.tvofferbanner-content.center {
    position: absolute;
    width: 60%;
    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: #000;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.111111;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.tvofferbanner-content h2 {
    color: #FFF;
    font-family: "Michroma";
    font-size: calc(1px + (50 - 11) * ((100vw - 280px) / (1920 - 280)));
    font-style: normal;
    font-weight: 600;
    line-height: 1.16;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
    text-shadow: 3px 2px 0px #007AF9;
    margin-top: 30px;
    letter-spacing: 6px;
}

.tvofferbanner-content p {
    font-size: calc(9px + (13 - 9) * ((100vw - 280px) / (1920 - 280)));
    color: #FFF;
    font-weight: 400;
    line-height: 1.6924;
    letter-spacing: 0.26px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.tvofferbanner-content {
    z-index: 1;
    padding: 0 15px;
}
.tvofferbanner-content .tvall-inner-btn-link {
    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;
}
.tvcmsofferbanners-one .tvall-inner-btn {
    margin-top: calc(9px + (55 - 9) * ((100vw - 280px) / (1920 - 280)));
    padding: 16px 37px 14px;
}
.tvcmsofferbanners-one .tvall-inner-btn span {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.04em;
    position: initial;
}
@media (max-width:1600px) {
    .tvall-inner-btn-link {
        font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvofferbanner-content h2 {
        margin-bottom: calc(0px + (10 - 0) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvofferbanner-content h6 {
        font-size: calc(8px + (27 - 8) * ((100vw - 280px) / (1920 - 280)));
        margin-bottom: calc(4px + (18 - 4) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcmsofferbanners-one .tvall-inner-btn span {
        font-size: calc(8px + (17 - 8) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcmsofferbanners-one .tvall-inner-btn span:before {
        width: calc(10px + (30 - 10) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcmsofferbanners-one .tvall-inner-btn {
        margin-top: calc(10px + (46 - 10) * ((100vw - 280px) / (1920 - 280)));
        padding-inline: calc(8px + (19 - 8) * ((100vw - 280px) / (1920 - 280)));
        padding-top: calc(4px + (18 - 4) * ((100vw - 280px) / (1920 - 280)));
        padding-bottom: calc(4px + (16 - 4) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media (max-width:1140px) {
    .tvofferbanner-content.center {
        width: 65%;
    }
}
@media (max-width: 768px) {
    .tvofferbanner-content.center {
        width: 70%;
    }
    .tvofferbanner-content h2{
        margin-top: 0;
        text-shadow: none;
    }
    .tvofferbanner-content.right::before{
        display: none;
    }
}
@media (max-width: 575px) {
    .tvofferbanner-content.center {
        width: 90%;
    }
    .tvall-inner-btn-link {
        padding-bottom: 5px;
    }
    .tvofferbanner-content p {
        line-height: 1.375;
    }
    .tvcmsofferbanners-one .tvall-inner-btn {
        line-height: 0.5;
    }
}
@media (max-width: 425px) {
    .tvall-inner-btn-link {
        padding-bottom: 2px;
    }
}
@media (max-width:375px) {
    .tvofferbanner-content p {
        display: none;
    }
}