/**
* 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
*/
.tvcmssingle-block {
    position: relative;
    padding: 53px 0;
}
.tv-single-block-image {
    display: inline-block;
}
.tv-single-block-content {
    text-align: center;
}
.tv-single-block-content h3 {
    color: #294D5C;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 22px;
    text-transform: capitalize;
}
.tvsingle-block-title {
    color: #222;
    font-family: Outfit;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.296875;
    text-transform: capitalize;
}
.tv-single-block-content-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #696969;
    width: 80%;
    text-transform: capitalize;
}
.tv-single-block-content-wrapper p:nth-child(1) {
    margin-bottom: 22px;
}
.tv-single-block-image img {
    object-fit: cover !important;
}
.tvsingle-block-wrapper {
    padding-inline-start: 0;
}
.tvcms-singleblock-link {
    margin-top: 41px;
}
.tvall-inner-btn.tvcms-singleblock-link {
    text-align: left;
    border: 1px solid #f15a26;
    background-color: transparent;
    display: inline-block;
    min-width: 150px;
    min-height: 40px;
    border-radius: 3px;
    padding: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    line-height: 0;
}
.tvall-inner-btn.tvcms-singleblock-link span {
    color: #f15a26;
}
.tvall-inner-btn.tvcms-singleblock-link:hover span {
    color: #000;
}
.tvcms-singleblock-link:hover a {
    /*color: #ffffff;*/
}
.lang-rtl .tv-single-block-content-wrapper {
    text-align: right;
}
.lang-rtl .tvcmssingle-block {
    background-position: 10% 96%;
}
.tvcmssingle-block .tvproduct-wrapper .lazy,
.tvcmssingle-block img.lazy {
    background-color: transparent;
    width: auto;
}
.tvsingle-block .tvall-inner-btn {
    background-color: #294D5C;
}
.tvsingle-block .tvall-inner-btn:hover {
    background-color: #DB5735;

}
.tv-single-block-content h1 {
    font-size: calc(20px + (52 - 20) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 700;
    line-height: 0.8;
    color: #000;
    margin-bottom: 41px;
    text-transform: capitalize;
    letter-spacing: 0;
}

.tvsingle-block-subtitle {
    border-radius: 10px;
    background: linear-gradient(90deg, #FFF 0.05%, #FFA9B8 0.06%, #F6E2C2 96.03%);
    padding: 7px 40px;
    margin-bottom: 15px;
    color: #000;
    font-family: Outfit;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 0.66px;
    text-transform: uppercase;
    display: inline-block;
}
@media (max-width: 1440px) {
    .tv-single-block-content-wrapper p {
        width: 100%;
    }
    .tvcms-singleblock-link {
        margin-top: 20px;
    }
}
@media (max-width: 1340px) {
    .tv-single-block-content-wrapper p {
        font-size: 14px;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-family: Poppins, sans-serif;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}
@media (max-width: 1280px) {
    .tvsingle-block-title {
        font-size: calc(20px + (64 - 20) * ((100vw - 280px) / (1440 - 280)));
    }
    .tv-single-block-content h1 {
        margin-bottom: 25px;
    }
    .tv-single-block-content h3 {
        font-size: 22px;
        margin-bottom: 17px;
    }
}
@media (max-width: 1280px) {
    .tv-single-block-content-wrapper p {

        -webkit-line-clamp: 2;
        overflow: hidden;
        font-family: Poppins, sans-serif;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}
@media (max-width: 991px) {
    .tv-single-block-content-wrapper p {
        margin-bottom: 10px;
    }
    .tv-single-block-content h1 {
        margin-bottom: 15px;
    }
}
@media (max-width: 850px) {
    .tvcmssingle-block .tvsingle-block {
        display: block;
    }
}
@media (max-width: 768px) {
    .tvcmssingle-block{
        padding: 40px 0;
    }
    .tvcmssingle-block .tvsingle-block {
        display: block;
    }
    .tvsingle-block-subtitle{
        font-size: calc(14px + (33 - 14) * ((100vw - 280px) / (1600 - 280)));
        border-radius: 10px;
    }
    .tv-single-block-content-wrapper p {
        -webkit-line-clamp: 3;
        overflow: hidden;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}