/**
* 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.
*/
.tvcmstwoofferbanners-one .tvofferbanner-two-inner {
    position: relative;
    text-align: center;
}
.tvtwoofferbanner-content {
    z-index: 1;
    max-width: 85%;
}
/*Left Align*/
.tvtwoofferbanner-content.left {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    left: 11%;
    text-align: left;
    /*-webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);*/
}
.tvtwoofferbanner-content.top-left {
    top: 16%;
    left: 11%;
    position: absolute;
    width: auto;
    text-align: left;
}
.tvtwoofferbanner-content.bottom-left {
    bottom: 5%;
    left: 11%;
    position: absolute;
    width: auto;
    text-align: left;
}
/*Right Align*/
.tvtwoofferbanner-content.right {
    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);*/
    right: 5%;
    text-align: right;
}
.tvtwoofferbanner-content.top-right {
    position: absolute;
    width: auto;
    top: 16%;
    right: 5%;
    text-align: right;
}
.tvtwoofferbanner-content.bottom-right {
    position: absolute;
    width: auto;
    bottom: 10%;
    right: 5%;
    text-align: right;
}
/*Center Align*/
.tvtwoofferbanner-content.center {
    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);*/
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.top-center {
    position: absolute;
    /*width: auto;*/
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.bottom-center {
    position: absolute;
    /*width: auto;*/
    bottom: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvcmstwoofferbanners-one .tvbanner-hover-wrapper {
    display: inline-block;
    position: relative;
}
.tvtwoofferbanner-content.none {
    display: none;
}
.tvtwoofferbanner-content h6 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 0.88889;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.tvtwoofferbanner-content h4 {
    color: #FFF;
    font-family: Segoe UI Variable;
    font-size: 53px;
    font-weight: 700;
    line-height: 1.094339;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 46px;
}
.tvtwoofferbanner-content p {
    margin-bottom: 38px;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    color: #464646;
}
.tvtwoofferbanner-content .tvall-inner-btn {
    padding: 15px 40px;
    line-height: 0;
    background-color: #fff;
}
.tvtwoofferbanner-content .tvall-inner-btn span {
    font-size: 18px;
    color: #000;
    letter-spacing: 0.06em;
    -webkit-text-stroke: 0.2px black;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn {
    color: #ffffff;
    padding: 14px 26px;
    border-radius: 6px;
    cursor: pointer;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn a {
    color: #ffffff;
}
.tvtwoofferbanner-content .tvtwoofferbaner-btn:hover a {
    color: #000000;
}
@media (max-width: 1600px) and (min-width: 768px) {
    .tvtwoofferbanner-content h4 {
        font-size: calc(25px + (53 - 25) * ((100vw - 768px) / (1920 - 768)));
        margin-bottom: calc(18px + (46 - 18) * ((100vw - 768px) / (1920 - 768)));
        -webkit-text-stroke-width: calc(0px + (0.5 - 0) * ((100vw - 768px) / (1920 - 768)));
    }
    .tvtwoofferbanner-content p {
        font-size: calc(9px + (14 - 9) * ((100vw - 768px) / (1920 - 768)));
        margin-bottom: calc(8px + (35 - 8) * ((100vw - 768px) / (1920 - 768)));
    }
    .tvtwoofferbanner-content h6 {
        font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1920 - 768)));
        margin-bottom: calc(10px + (14 - 10) * ((100vw - 768px) / (1920 - 768)));
    }
    .tvtwoofferbanner-content .tvall-inner-btn span {
        font-size: calc(12px + (18 - 12) * ((100vw - 768px) / (1920 - 768)));
    }
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding-block: calc(9px + (15 - 9) * ((100vw - 768px) / (1920 - 768)));
        padding-inline: calc(20px + (40 - 20) * ((100vw - 768px) / (1920 - 768)));
    }
}
@media(max-width:991px) {
    .tvcmstwoofferbanners-one {
        margin-bottom: 30px;
    }
    .tvtwoofferbanner-content.right,
    .tvtwoofferbanner-content.top-right,
    .tvtwoofferbanner-content.bottom-right {
        right: 5%;
    }
    .tvtwoofferbanner-content.left,
    .tvtwoofferbanner-content.top-left,
    .tvtwoofferbanner-content.bottom-left {
        left: 5%;
    }
    .tvtwoofferbanner-content.top-left,
    .tvtwoofferbanner-content.top-right {
        top: 10%;
    }
}
@media(max-width: 767px) {
    .tvcmstwoofferbanners-one .tvbanner-hover-wrapper {
        display: block;
    }
    .tvcmstwoofferbanners-one .tvbanner1 {
        margin-bottom: 20px;
    }
    .tvtwoofferbanner-content h4 {
        font-size: calc(20px + (53 - 20) * ((100vw - 280px) / (768 - 280)));
        margin-bottom: calc(15px + (46 - 15) * ((100vw - 280px) / (768 - 280)));
        -webkit-text-stroke-width: calc(0px + (0.5 - 0) * ((100vw - 280px) / (768 - 280)));
    }
    .tvtwoofferbanner-content p {
        font-size: calc(9px + (14 - 9) * ((100vw - 280px) / (768 - 280)));
        margin-bottom: calc(8px + (35 - 8) * ((100vw - 280px) / (768 - 280)));
    }
    .tvtwoofferbanner-content h6 {
        font-size: calc(12px + (18 - 12) * ((100vw - 280px) / (768 - 280)));
        margin-bottom: calc(10px + (14 - 10) * ((100vw - 280px) / (768 - 280)));
    }
    .tvtwoofferbanner-content .tvall-inner-btn span {
        font-size: calc(10px + (18 - 10) * ((100vw - 280px) / (768 - 280)));
    }
    .tvtwoofferbanner-content .tvall-inner-btn {
        padding-block: calc(7px + (15 - 7) * ((100vw - 280px) / (768 - 280)));
        padding-inline: calc(15px + (40 - 15) * ((100vw - 280px) / (768 - 280)));
    }
}