/**
* 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.
*/
.homecat.lazyloaded[data-bg] {
    background-image: attr(data-bg url); /* Ustawia tło, gdy lazyload jest aktywowane */
}

a.home-cat-link {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    border-radius: 0;
}

.homecat-tekst {
    color: white;
}

.homecat-tekst h3 {
    color: white;
}

.homecat-tekst p{
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);        
}
.product-miniature__title{
    padding: 0 5px;
}
.homecatprods {
    position: relative;
 /*  left: 13rem;*/
    min-height: 514px;
    margin-top: 5.2rem;
    margin-bottom: 1.2rem;
  /*  min-width: 1425px;*/
}


.homecat-pole {
    position: relative;
}

.homecat-title h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.homecatprods .product-slider {
    width: 84.3%;
    margin-left: 19%;
}

.homecatprods .featured-products__header {
    justify-content: right;
    display: flex;
    width: 102%;
}

.homecatprods .product-slider__item {
    height: 415px;
}

@media screen and (max-width: 767px) {
    .homecatprods .product-slider {
        width: 100%;
        margin-left: 0%;
    }
    .homecatprods{
        margin-top: 0;
    }
    .gpic.m-section-title__block{
        order: 1;
    }
    .gpic{
        order: 2;
    }
    .homecat-pole{
        top: 15px;
    }
    .page-home .homecat{
        min-height: 765px;
        margin: 0 -0.625rem;
        padding: 30px 10px 30px 25px;
    }

    #yc_homecat {
        padding-left: 25px;
        background-position: center;
    }
}

@media screen and (min-width: 768px) {
    #yc_homecat {
        padding: 50px 30px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.homecatprods .featured-products__navigation .swiper-button-custom {
    background: #202020;
}

