/**
* 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.
*/

/* ── Section wrapper (margin/padding handled by .oss-seasonal-wrapper) ── */
.tvcmstwoofferbanners-one {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

/* ── 50/50 flex grid ── */
.tvcmstwoofferbanner-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: stretch;
}
.tvcmstwoofferbanners-one .tvofferbanner-two-inner {
    position: relative;
    text-align: center;
    flex: 1 1 0;
    min-width: 0;
    padding: 0;
}

/* ── Banner link + image fill ── */
.tvcmstwoofferbanners-one .oss-banner-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.tvcmstwoofferbanners-one .oss-banner-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 3px;
}

/* ── Caption overlay positioning ── */
.tvcmstwoofferbanners-one .tvtwoofferbanner-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    top: auto;
    bottom: auto;
    transform: none;
    text-align: left;
}
.tvcmstwoofferbanners-one .tvtwoofferbanner-content.none {
    display: none;
}
/* top positions */
.tvcmstwoofferbanners-one .tvtwoofferbanner-content.top-left {
    top: 30px; text-align: left;
}
.tvcmstwoofferbanners-one .tvtwoofferbanner-content.top-center {
    top: 30px; text-align: center;
}
.tvcmstwoofferbanners-one .tvtwoofferbanner-content.top-right {
    top: 30px; text-align: right;
}
/* center positions */
.tvcmstwoofferbanners-one .tvtwoofferbanner-content.left {
    top: 50%; transform: translateY(-50%); text-align: left;
}
.tvcmstwoofferbanners-one .tvtwoofferbanner-content.center {
    top: 50%; transform: translateY(-50%); text-align: center;
}
.tvcmstwoofferbanners-one .tvtwoofferbanner-content.right {
    top: 50%; transform: translateY(-50%); text-align: right;
}
/* bottom positions */
.tvcmstwoofferbanners-one .tvtwoofferbanner-content.bottom-left {
    bottom: 30px; text-align: left;
}
.tvcmstwoofferbanners-one .tvtwoofferbanner-content.bottom-center {
    bottom: 30px; text-align: center;
}
.tvcmstwoofferbanners-one .tvtwoofferbanner-content.bottom-right {
    bottom: 30px; text-align: right;
}

/* ── Caption typography ── */
.tvcmstwoofferbanners-one .tvtwoofferbanner-content h1,
.tvcmstwoofferbanners-one .tvtwoofferbanner-content h2,
.tvcmstwoofferbanners-one .tvtwoofferbanner-content h4,
.tvcmstwoofferbanners-one .tvtwoofferbanner-content h5,
.tvcmstwoofferbanners-one .tvtwoofferbanner-content h6 {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 50px;
    color: #ffffff;
    margin: 0;
}
.tvcmstwoofferbanners-one .tvtwoofferbanner-content h3 {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    margin: 15px 0 0 0;
}
.tvcmstwoofferbanners-one .tvtwoofferbanner-content h3 a {
    color: #ffffff;
    text-decoration: none;
}
.tvcmstwoofferbanners-one .tvtwoofferbanner-content .tvtwoofferbaner-btn,
.tvcmstwoofferbanners-one .tvtwoofferbanner-content .tvtwoofferbaner-btn:hover {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    background: none;
    border: none;
    padding: 0;
    display: inline-block;
    margin-top: 15px;
}
.tvcmstwoofferbanners-one .tvtwoofferbanner-content .tvtwoofferbaner-btn h1,
.tvcmstwoofferbanners-one .tvtwoofferbanner-content .tvtwoofferbaner-btn h2,
.tvcmstwoofferbanners-one .tvtwoofferbanner-content .tvtwoofferbaner-btn h3,
.tvcmstwoofferbanners-one .tvtwoofferbanner-content .tvtwoofferbaner-btn h4,
.tvcmstwoofferbanners-one .tvtwoofferbanner-content .tvtwoofferbaner-btn h5,
.tvcmstwoofferbanners-one .tvtwoofferbanner-content .tvtwoofferbaner-btn h6 {
    font-size: 20px;
    line-height: 27px;
}
.tvcmstwoofferbanners-one .tvtwoofferbanner-content .tvtwoofferbaner-btn a,
.tvcmstwoofferbanners-one .tvtwoofferbanner-content .tvtwoofferbaner-btn:hover a {
    color: #ffffff;
    text-decoration: none;
}

/* ── RTL support ── */
.lang-rtl .tvcmstwoofferbanner-grid {
    flex-direction: row-reverse;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .tvcmstwoofferbanners-one .tvtwoofferbanner-content h1,
    .tvcmstwoofferbanners-one .tvtwoofferbanner-content h2,
    .tvcmstwoofferbanners-one .tvtwoofferbanner-content h3,
    .tvcmstwoofferbanners-one .tvtwoofferbanner-content h4,
    .tvcmstwoofferbanners-one .tvtwoofferbanner-content h5,
    .tvcmstwoofferbanners-one .tvtwoofferbanner-content h6 {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .tvcmstwoofferbanner-grid {
        flex-wrap: wrap;
    }
    .tvcmstwoofferbanners-one .tvofferbanner-two-inner {
        flex: 0 0 100%;
    }
}

@media (max-width: 480px) {
    .tvcmstwoofferbanners-one .tvtwoofferbanner-content h1,
    .tvcmstwoofferbanners-one .tvtwoofferbanner-content h2,
    .tvcmstwoofferbanners-one .tvtwoofferbanner-content h3,
    .tvcmstwoofferbanners-one .tvtwoofferbanner-content h4,
    .tvcmstwoofferbanners-one .tvtwoofferbanner-content h5,
    .tvcmstwoofferbanners-one .tvtwoofferbanner-content h6 {
        font-size: 20px;
        line-height: 27px;
    }
    .tvcmstwoofferbanners-one .tvtwoofferbanner-content {
        padding: 0 15px;
    }
}