/**
* 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.
*/
#packaged{
    padding-top: 65px;
}
#packaged .title-head{
    padding-bottom: 30px;
}
#packaged h2,
#packaged h3{
    margin-bottom: 3px;
}
#packaged h2,
#packaged h3,
#packaged p{
    text-align: center;
}
#packaged h2,
#packaged h2 ~ p{
    max-width: 500px;
    margin: 0 auto;
}
#packaged h2{
    text-align: left;
    font-size: 24px;
    line-height: 28px;
}

#packaged .block-links .block h2{
    margin-bottom: 0;
    font-size: 40px;
    line-height: 34px;
    text-align: center;
}

#packaged h2 ~ p {
    font-size: 16px;
    line-height: 22px;
}
#packaged > div{
    scrollbar-color: var(--sp-orange) var(--grey);
    scrollbar-width: thin;
    padding-bottom: 16px;
}
#packaged > div::-webkit-scrollbar-track {
    background-color: var(--grey);
}
#packaged > div::-webkit-scrollbar {
    width: 10px;
    background-color: var(--sp-orange);
}
#packaged > div::-webkit-scrollbar-thumb {
    background-color: var(--sp-orange);
}
#packaged .block{
    position: relative;
    padding: 0 10px;
}
#packaged .img{
    text-align: center;
    height: 100%;
}
#packaged .img img{
    max-width: 100%;
    border-radius: 30px 30px 30px 0px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#packaged .text{
    width: 100%;
    padding: 0 15px;
    position: absolute;
    bottom: 15px;
    left: 0;
}
#packaged .text h3,
#packaged .text p{
    color: var(--grey-sp);
}
#packaged .block-fastpack .text{
    height: 100%;
    bottom: 0;
}
#packaged .block-fastpack .title,
#packaged .block-fastpack .content,
#packaged .block-fastpack .title div,
#packaged .block-fastpack .content div{
    height: 50%;
}
#packaged .block-fastpack .content div p{
    width: 50%;
}
#packaged .block-fastpack .title div:nth-child(1){
    padding-bottom: 30px;
    align-items: end;
    display: flex;
    justify-content: center;
}
#packaged a.btn{
    color: #434342;
    font-size: var(--text-m);
    line-height: var(--title-s);
    background: #fff;
    border: var(--border-1-black-sp);
    border-radius: 20px;
    width: fit-content;
    padding: 7px 40px;
    height: 40px;
}
@media(min-width: 992px) and (max-width: 1400px){
    #packaged .block-fastpack .clock{
        width: auto;
        height: 90%;
    }
}
@media(min-width: 992px){
    #packaged h2{
        margin-bottom: 10px;
        font-size: 38px;
        line-height: 38px;
        text-align: center;
    }
    #packaged .content p{
        font-size: 14px;
    }
    #packaged .block-links .block h2{
        margin-bottom: 0;
        font-size: 40px;
        line-height: 34px;
        text-align: center;
    }
}
@media(max-width: 991px){
    #packaged{
        padding: 30px 5px 0 5px;
    }
    #packaged h3{
        margin-bottom: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    #packaged .block{
        width: 50%;
        float: left;
        padding: 5px;
    }
    /* #packaged > .row > div{
        padding: 0 5px;
    } */
    #packaged p{
        font-size: var(--text-m);
    }
    #packaged .img img{
        border-radius: 10px 10px 10px 0px;
    }
    #packaged .block-fastpack .text-fastpack{
        height: 15px;
    }
    #packaged .block-fastpack .clock{
        width: 86px;
    }
    #packaged .block-fastpack .content div p{
        width: 100%;
    }
    #packaged .block-fastpack .title div:nth-child(1){
        padding-bottom: 10px;
        align-items: center;
        height: 40%;
    }
    #packaged .block-fastpack .title div:nth-last-child(1){
        height: 60%;
    }
    #packaged .block-fastpack .title{
        height: 70%;
    }
    #packaged .block-fastpack .content{
        height: 30%;
    }
    #packaged .block-fastpack .content div{
        height: 100%;
    }
    #packaged .block-fastpack .text{
        height: calc(100% - 10px);
    }
    #packaged .block-links .block h2{
        margin-bottom: 0;
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }
}