/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * 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 https://devdocs.prestashop.com/ for more information.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
 .brands-secotion {
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
}
.brands-secotion .main-section-title {
    margin: 0 0 17px;
}
 #brands {
    width: 100%;
    border: var(--border);
    border-radius: var(--global-border-radius);
    float: left;
}
#brands .brand-inner {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 16px 20px;
    border-left: var(--border);
}
#brands article.is-active .brand-inner {
    border-left: none;
}
.offer-desc {
    line-height: 22px;
    font-weight: 600;
    color: #DF1612;
    margin: 18px 0 0;
}

#brands .brand-inner .brand-desc .offer-title {
    margin-top: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #DF1612;
}
#brands .brand-inner .brand-desc .offer-subtitle {
    margin: 11px 0 7px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
#brands .brand-inner .brand-desc .offer-btn a {
    font-weight: 500;
    color: var(--global-palette3);
    margin-bottom: 10px;
    display: block;
}
#brands .brand-inner .brand-desc .offer-btn:hover a {
    color: var(--global-palette1);
}
.offer-btn-text {
    font-weight: 500;
    color: var(--global-palette1);
}

.offer-btn-text:hover {
    color: var(--global-palette3);
}
#brands .brand-inner .brand-image {
    margin-bottom: 15px;
}
#brands .brand-inner .brand-desc .offer-img {
    overflow: hidden;
    border-radius: var(--global-border-radius);
}
#brands .brand-inner:hover .brand-desc img {
    transform: scale(1.07);
}
#brands .brand-inner .brand-desc img{
    transition: transform 400ms ease-in-out;
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: var(--global-border-radius);
}

.brand-title a.brand-name {
    font-size: 16px;
    line-height: 22px;
	color: var(--global-palette3);
}
.brands .brand-image {
    text-align: center;
}

.brand-title{
	float: left;
	width: 100%;
	text-align: center;
}
#brands .brand-inner .brand-desc .offer-btn .btn-secondary:hover {
    color: var(--global-palette9);
    background-color: var(--global-palette3);
}
.brands #brand-carousel .splide__arrows {
    opacity: 0;
}
@media (max-width:1359px) {
    #brands .brand-inner .brand-desc .offer-btn .btn-secondary {
        padding: 8px 21px;
    }
    .brand-title {
        margin: 0;
    }
}
@media (max-width: 1199px) {
    .offer-desc{
        margin: 12px 0 0;
    }
    #brands .brand-inner .brand-desc .offer-title {
        margin-top: 15px;
    }
}
@media (max-width:991px) {
    .brands-secotion{
        padding: 40px 0 0 0;    
    }
	.brand-title a.brand-name {
		font-size: 14px;
		line-height: 20px;
	}

}
@media (max-width: 767px) {
    .brands-secotion .main-section-title {
        margin: 0 0 15px;
    }
    
    .brands-secotion{
        padding: 30px 0 0 0;
    }
    #brands .brand-inner{
        padding: 10px;
    }   
    .offer-desc{
        margin: 12px 0 0;
    } 
    #brands .brand-inner .brand-desc .offer-subtitle {
        margin: 5px 0 5px 0;
    }
}
@media (max-width: 543px) {
    .offer-desc {
        line-height: 18px;
        font-size: 13px;
        margin: 8px 0 0;
    }
    #brands .brand-inner .brand-desc .offer-title {
        font-size: 16px;
        line-height: 20px;
    }
    .offer-btn-text{
        font-size: 13px;
    }
}
@media (max-width: 479px) {
    #brands .brand-inner .brand-desc .offer-title {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
    #brands .brand-inner .brand-desc .offer-subtitle {
        margin: 7px 0;
        font-size: 16px;
        line-height: 17px;
    }
    #brands .brand-inner .brand-desc .offer-btn a{
        margin: 0;
    }
}