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

.object-fit-cover {
    object-fit: cover;
    object-position: top;
}


.banner-container {
 
    margin: 0 auto; 
}

.right-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%; 
    height: 600px!important;
}


.left-container {
    height: 600px!important;
}

.banner-text {
    padding: 20px; 
    flex-grow: 1; 
    height: 35%;

}

.banner-text-personalizar {
    padding: 20px; 
    flex-grow: 1; 
    height: 35%;
    max-width: 685px;
}

.banner-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1; 
    height: 50%;
}

.banner-image-wrapper img {
    height: 100%;
    width: 100%;   
    object-fit: cover;
}

.banner-image {
     height: 100%;
     width: 100%;
}


.btn-custom {
    background-color: transparent; 
    border: 2px solid black; 
    border-radius: 50%; 
    padding: 10px; 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px; 
    height: 50px; 
}

.btn-custom svg {
    fill: black; 
}


/* Personalizar */

.postion-relative{
    position: relative;
}

.banner-container-personalizar {
    position: relative;
    z-index: 1;
}

.banner-container-personalizar::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 100px;
    right: 0;
    bottom: 35%;
    background-color: rgba(204, 189, 170, 0.5);
    z-index: -1;
}

.banner-wrapper-produto  {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
    
    gap:20px;
}



.banner-wrapper-produto img {
    height: 415px;
    max-height: 100%;
    max-width: 315px;
    width: 48%;
    object-fit: cover;
}

.banner-wrapper-produto img:last-child {
    margin-right: 0; 
}

.banner-text-single {
    padding: 50px;
    display: flex;
    flex-grow: 1;
    height: 100%;
    justify-content: space-around;
    box-sizing: border-box;
    flex-direction: column;
}

.banner-title{
    font-size: 30px;
    font-weight: 700;
    


}



.btn-ver-mais{
    font-weight: 500;
    font-size: 13px;
    text-decoration: underline;
}
  
.banner-descricao {
    font-size: 12px;
    font-weight: 400;
}

@media (max-width: 1199px ) {
    .banner-text-single {
        padding: 40px!important;
    }


}

@media (max-width: 991px) and (min-width: 768px) {
    .banner-text-single {
        padding: 20px;
    }
   
    .banner-text{
        height: 40%;
    }

    .banner-wrapper-produto {
       
        height: 60%;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .banner-container-personalizar::before{
        display: none;
    }

 
}
