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

/*!* SWIPER *!*/

/*.swiper-max-width {*/
/*    max-width: 100vw;*/
/*    margin-inline: auto;*/
/*    padding: 1rem;*/

/*    .swiper-container {*/
/*        position: relative;*/
/*        padding-left: 0;*/
/*        padding-right: 0;*/

/*        .swiper {*/
/*            position: static;*/

/*            .swiper-button-prev,*/
/*            .swiper-button-next {*/
/*                color: var(--primary-color);*/
/*                font-weight: 900;*/
/*                border-radius: 100%;*/
/*                border: 1px solid var(--gray);*/
/*                width: 35px;*/
/*                height: 35px;*/
/*                top: 41%;*/

/*                @media (max-width: 586px) {*/
/*                    display: none;*/
/*                }*/

/*                &:after {*/
/*                    font-size: 14px;*/
/*                    font-weight: 900;*/
/*                    -webkit-text-stroke: 3px var(--primary-color);*/
/*                }*/

/*                &.swiper-button-lock {*/
/*                    & + .swiper-pagination {*/
/*                        display: none;*/
/*                    }*/
/*                }*/
/*            }*/

/*            .swiper-button-prev {*/
/*                left: -65px;*/
/*            }*/

/*            .swiper-button-next {*/
/*                right: -65px;*/
/*            }*/

/*            .swiper-slide {*/
/*                .swiper-content-wrapper {*/
/*                    width: 100%;*/
/*                    height: 248px;*/
/*                    border-radius: 8px;*/
/*                    position: relative;*/
/*                    box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);*/

/*                    @media (max-width: 586px) {*/
/*                        aspect-ratio: 3 / 2;*/
/*                    }*/

/*                    img {*/
/*                        position: absolute;*/
/*                        top: 0;*/
/*                        left: 0;*/
/*                        width: 100%;*/
/*                        height: 100%;*/
/*                        object-fit: cover;*/
/*                        border-radius: 8px;*/
/*                    }*/

/*                    .text-wrapper {*/
/*                        position: absolute;*/
/*                        width: calc(100% - 4rem);*/
/*                        z-index: 10;*/
/*                        background-color: var(--primary-color);*/
/*                        left: 0;*/
/*                        bottom: 1.5rem;*/
/*                        padding: 0 1rem;*/
/*                        border-radius: 0 8px 8px 0;*/
/*                        min-height: 100px;*/
/*                        display: flex;*/
/*                        flex-direction: column;*/
/*                        justify-content: center;*/
/*                        align-items: flex-start;*/


/*                        p {*/
/*                            color: var(--white);*/
/*                            font-size: 0.8rem;*/
/*                            margin-bottom: 0;*/


/*                            &.title {*/
/*                                font-size: 1.5rem;*/
/*                                text-transform: uppercase;*/
/*                                margin-bottom: 0.5rem;*/
/*                            }*/
/*                        }*/
/*                    }*/
/*                }*/
/*            }*/

/*            .swiper-pagination {*/
/*                display: flex;*/
/*                position: relative;*/
/*                gap: 0.6rem;*/
/*                width: max-content !important;*/
/*                margin: 30px auto 0 auto;*/
/*                padding: 10px 16px;*/
/*                border: 1px solid var(--primary-color);*/
/*                border-radius: 100px;*/

/*                .swiper-pagination-bullet {*/
/*                    border: 1px solid var(--primary-color);*/
/*                    width: 12px;*/
/*                    height: 12px;*/
/*                    margin: 0;*/
/*                    background-color: var(--white);*/
/*                    opacity: 1 !important;*/

/*                    &.swiper-pagination-bullet-active {*/
/*                        background-color: var(--primary-color);*/
/*                    }*/
/*                }*/
/*            }*/
/*        }*/
/*    }*/
/*}*/
