/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.tvcmsofferbanners-one .tvbanner1 {
    position: relative;
}
/*Left Align*/
.tvofferbanner-content.left {
    position: absolute;
    width: 50%;
    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: 50%;
    text-align: left;
}
.tvofferbanner-content.bottom-left {
    bottom: 10%;
    left: 13%;
    position: absolute;
    width: 50%;
    text-align: left;
}
/*Right Align*/
.tvofferbanner-content.right {
    position: absolute;
    width: 50%;
    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: 2%;
    text-align: left;
}
.tvofferbanner-content.top-right {
    position: absolute;
    width: 50%;
    top: 10%;
    right: 13%;
    text-align: right;
}
.tvofferbanner-content.bottom-right {
    position: absolute;
    width: 50%;
    bottom: 10%;
    right: 13%;
    text-align: right;
}
/*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: 60%;
    top: 10%;
    right: 0;
    left: 0;
    text-align: center;
}
.tvofferbanner-content.bottom-center {
    position: absolute;
    width: 60%;
    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;
}
.tvcmsofferbanners-one .tvbanner-hover-wrapper{
    outline: 2px solid #fff;
    outline-offset: -43px;
}
.tvofferbanner-content>*:last-child {
    margin-bottom: 0;
}
.tvofferbanner-content h6 {
    font-size: calc(10px + (18 - 10) * ((100vw - 280px) / (1920 - 280)));
    color: #FFF;
    font-weight: 400;
    line-height: 1.1112;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.tvofferbanner-content h2 {
    font-size: calc(10px + (32 - 10) * ((100vw - 280px) / (1920 - 280)));
    color: #FFF;
    font-family: Outfit;
    font-weight: 600;
    line-height: 1.40625;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.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;
}
.tvall-inner-btn-link {
    margin-top: 13px;
    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: 22px;
    padding: 16px 32px;
}
.tvcmsofferbanners-one .tvall-inner-btn span {
    font-size: calc(9px + (15 - 9) * ((100vw - 280px) / (1920 - 280)));
}
@media (max-width:1440px) {
    .tvcmsofferbanners-one .tvall-inner-btn{
        margin-top: calc(6px + (22 - 6) * ((100vw - 280px) / (1920 - 280)));
        padding: calc(4px + (16 - 4) * ((100vw - 280px) / (1920 - 280))) calc(10px + (32 - 10) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvall-inner-btn-link {
        margin-top: calc(6px + (22 - 6) * ((100vw - 280px) / (1920 - 280)));
        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 {
        margin-bottom: calc(6px + (28 - 6) * ((100vw - 280px) / (1920 - 280)));
    }
    .tvcmsofferbanners-one .tvbanner-hover-wrapper{
        outline-offset: calc(-2px + (-40 - 2) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media (max-width:1140px) {
    .tvofferbanner-content.center {
        width: 65%;
    }
}
@media (max-width: 768px) {
    .tvofferbanner-content.center {
        width: 70%;
    }
}
@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;
    }
}
/* ARKOP TEST 2026-04-20: usunięcie białego paska / wewnętrznego obrysu bannera */
.tvcmsofferbanners-one .tvbanner-hover-wrapper{
    outline: none !important;
    outline-offset: 0 !important;
}
.tvcmsofferbanners-one .tvbanner-hover-wrapper img{
    display: block !important;
}
