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

.c-outlet {
    background: #303033;
    padding: 1em 0em 2em;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
  }
  .c-outlet .c-media-title {
    max-height: unset;
  }
  @media screen and (min-width: 768px) {
    .c-outlet {
      padding: 8em 0em 10em;
    }
  }
  .c-outlet:before {
    background: radial-gradient(50% 50% at 50% 50%, #FF9774 0%, rgba(255, 97, 43, 0) 100%);
    width: 90%;
    height: 700px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
  @media screen and (min-width: 576px) {
    .c-outlet:before {
      left: 65%;
    }
  }
  .c-outlet .container {
    z-index: 7;
    position: relative;
  }
  .c-outlet p {
    color: #FF612B;
  }
  .c-outlet .c-media-title {
    border-bottom: 1px solid #FF612B;
  }
  .c-outlet .c-product-grid-item {
    /* border: 1px solid #929295; */
  }
  
  .c-block-outlet {
    position: relative;
  }
  .c-block-outlet h3 {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
  }
  .swiper-outlet {
    width: 100%;
    padding-bottom: 57px;
    overflow: unset!important;
  }
  
  .swiper-scrollbar-drag {
    background: #FF612B !important;
  }
  
  .swiper-button-disabled {
    opacity: 0.2;
  }
  
  .swiper-button-outlet-prev, .swiper-button-outlet-next {
    width: 28px;
    height: 20px;
    background: #FF612B;
    border-radius: 4px;
  }
  
  .swiper-button-outlet-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 11L0.600468 6.23556C0.568609 6.20462 0.543378 6.16791 0.526145 6.12751C0.508867 6.08707 0.5 6.04373 0.5 6C0.5 5.95627 0.508867 5.91293 0.526145 5.87249C0.543378 5.83209 0.568609 5.79538 0.600468 5.76444L5.5 1' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .swiper-button-outlet-next {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 1L5.39953 5.76444C5.43139 5.79538 5.45662 5.83209 5.47386 5.87249C5.49113 5.91293 5.5 5.95627 5.5 6C5.5 6.04373 5.49113 6.08707 5.47386 6.12751C5.45662 6.16791 5.43139 6.20462 5.39953 6.23556L0.5 11' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .swiper-button-outlet {
    display: flex;
    gap: 0.5em;
    justify-content: flex-end;
    margin-top: 1.5em;
  }
  
  .row-outlet .col-6:nth-child(9), .row-outlet .col-6:nth-child(8), .row-outlet .col-6:nth-child(7) {
    display: none;
  }
  @media screen and (min-width: 992px) {
    .row-outlet .col-6:nth-child(9), .row-outlet .col-6:nth-child(8), .row-outlet .col-6:nth-child(7) {
      display: flex;
    }
  }
  .row-outlet .col-6:nth-child(10), .row-outlet .col-6:nth-child(11), .row-outlet .col-6:nth-child(12) {
    display: none;
  }
  @media screen and (min-width: 992px) {
    .row-outlet .col-6:nth-child(10), .row-outlet .col-6:nth-child(11), .row-outlet .col-6:nth-child(12) {
      display: flex;
    }
  }
  
  .c-outlet-text {
    transition: 0.3s;
    line-height: 22px;
  }
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}
  .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    bottom: 0;
    z-index: 50;
    height: 5px;
    width: calc(100% - 24px);
}
.c-block-outlet-wrapper .swiper-scrollbar-drag {
  background: #FF612B !important;
  cursor: grab;
}
.c-block-outlet-wrapper .swiper-scrollbar-drag:active {
  cursor: grabbing;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}