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

:root{
    --primary: var(--primary-green-1);
}
/* ============================================================
  Cart sidebar
============================================================ */
#blockcart-modal,
.modal-backdrop.in {
    display: none !important;
}
.cart-sidebar-wrapper {
    width: 100%;
    height: 100vh;
    background: rgba(0 0 0 / 0.3);
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.cart-sidebar-wrapper.active {
    pointer-events: initial;
    opacity: 1;
}

.cart-sidebar {
    width: 650px;
    max-width: 100%;
    height: 100%;
    background-color: white;
    display: grid;
    grid-template-rows: auto 1fr auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    position: relative;
}

.cart-sidebar .close {
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    opacity: 1;
}

.cart-sidebar-wrapper.active .cart-sidebar {
    transform: translateX(0);
}

.cart-sidebar .header .title-wrapper {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.cart-sidebar .header .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-font-smoothing: auto;
}
.cart-sidebar .blockcart .header {
    padding: 0px
}
.cart-sidebar .header .cart-sidebar-cart-icon {
    position: relative;
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21.845" height="18.436" viewBox="0 0 21.845 18.436"><path id="Union_5" data-name="Union 5" d="M262.153,1991.435a3.533,3.533,0,0,1-3.38-2.539l-2.758-9.612a.41.41,0,0,1,.406-.52h3.807l2.6-5.53a.409.409,0,0,1,.755.035.407.407,0,0,1-.015.313l-2.436,5.179h11.592l-2.436-5.179a.41.41,0,0,1,.2-.544.409.409,0,0,1,.544.2l2.6,5.53h3.8a.409.409,0,0,1,.406.519l-2.748,9.6a3.55,3.55,0,0,1-3.38,2.551Zm-2.595-2.762a2.709,2.709,0,0,0,2.595,1.962H271.7a2.707,2.707,0,0,0,2.595-1.962l2.6-9.091H256.962Z" transform="translate(-256 -1973)"/></svg>');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.cart-sidebar .header .cart-sidebar-cart-icon span {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: var(--primary);
    border-radius: 50%;
    color: white;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.cart-sidebar .blockcart a:not(.btn) {
    display: none;
}

.cart-sidebar .header .cart-sidebar-footer,
.cart-sidebar .footer .cart-sidebar-header {
    display: none;
}

.cart-sidebar .remaining-free-delivery-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.cart-sidebar .remaining-free-delivery-wrapper p {
    margin-bottom: 0;
}

.cart-sidebar .remaining-free-delivery {
    font-weight: 700;
}

.cart-sidebar-meter-title {
    font-size: 14px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.cart-sidebar-meter-title p {
    margin: 0;
}

.cart-sidebar-meter {
    width: 100%;
    height: 4px;
    background-color: var(--grey-2);
}

.cart-sidebar-meter .meter {
    display: block;
    height: 100%;
    max-width: 100%;
    background-color: var(--primary);
}

.cart-sidebar .body {
    overflow: auto;
    padding: 20px 20px 0 20px;
}

.cart-sidebar .body .cart-item {
    padding-top: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
}

.cart-sidebar .body .cart-item:not(:last-child) {
    display: none;
}

.cart-sidebar .body .cart-item .product-line-grid {
    grid-template-columns: 125px 1fr;
    & > .extra-option-row {
        grid-column: 1/3;
        display: none;
    }
}

.cart-sidebar .body .cart-item .product-line-grid .product-line-grid-body {
    display: block;
}

.cart-sidebar .body .cart-item .product-line-grid-left.qty,
.cart-sidebar .body .cart-item .product-line-grid-body > div:has(.cart-product-line-right) {
    display: none;
}

.cart-sidebar .body .cart-item:first-child {
    border-bottom: none;
    margin-bottom: 0;
}

.cart-item-opener {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.cart-item-opener::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background: #d9d9d9;
}

.cart-item-opener span {
    position: relative;
    z-index: 3;
    background: white;
    padding: 8px 30px;
    border-radius: 100px;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    color: #959595;
    width: 285px;
    text-align: center;
}
.cart-item-opener--hide{
    display: none;
}
.cart-overview {
    overflow: hidden;
    transition: 300ms;
}
.cart-overview:has(.no-items) {
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.body:not(.open) .cart-overview .cart-item:last-child {
    border-bottom: 0px;
    transition-delay: 150ms;
}
ul.cart-items {
    display: flex;
    flex-direction: column-reverse;
}
.cart-sidebar .body .product-line-grid-left img {
    width: 100%;
    height: auto;
}

.cart-sidebar .body .product-line-grid-right {
    display: flex;
    align-items: center;
    gap: 40px;
}

.cart-sidebar .body .product-line-grid-right .qty {
    margin-left: 25px;
    margin-right: 25px;
}

.cart-sidebar .body .product-line-grid-right .qty .bootstrap-touchspin input.form-control {
    width: 40px;
    height: 30px;
    border: 1px solid var(--grey-3);
    border-radius: 40px;
    text-align: center;
    font-size: 14px;
}

.cart-sidebar
    .body
    .product-line-grid-right
    .qty
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-down,
.cart-sidebar
    .body
    .product-line-grid-right
    .qty
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-up {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
}

.cart-sidebar
    .body
    .product-line-grid-right
    .qty
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-down {
    left: -25px;
}

.cart-sidebar
    .body
    .product-line-grid-right
    .qty
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-up {
    right: -25px;
}

.cart-sidebar .footer {
    width: 100%;
    overflow: hidden;
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 16px;
    background: var(--extralightblue);
}

.cart-sidebar .footer .featured-products {
    padding: 30px;
    background-color: var(--grey-1);
}

.cart-sidebar .footer .featured-products .container {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.cart-sidebar .footer .featured-products .title {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    -webkit-font-smoothing: auto;
}

.cart-sidebar .footer .featured-products .products {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    transition-property: transform;
    box-sizing: content-box;
    gap: 0;
}

.cart-sidebar .footer .featured-products .products + .swiper-pagination {
    display: block;
    position: unset;
}

.cart-sidebar .footer .featured-products .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white;
    border: 1px solid var(--grey-3);
    border-radius: 10px;
    opacity: 1;
}

.cart-sidebar .footer .featured-products .swiper-pagination-bullet-active {
    background-color: black;
    border-color: black;
}

.cart-sidebar .footer .featured-products .products .product {
    border-style: solid;
    border-width: 0;
    overflow: hidden;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.cart-sidebar .footer .featured-products .products .product-miniature .product-add-to-cart {
    display: block;
}

.cart-sidebar .footer .featured-products .products .product-miniature .product-add-to-cart button {
    border: 0;
    border-radius: 45px;
    width: 45px;
    height: 45px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.cart-sidebar .footer .featured-products .products .product-miniature .thumbnail-container {
    display: grid;
    grid-template-columns: 90px 1fr auto;
    align-items: center;
    gap: 20px;
}

.cart-sidebar .footer .featured-products .products .product-miniature .thumbnail-container .product-thumbnail {
    border-radius: 0;
}

.cart-sidebar .footer .featured-products .products .product-miniature .thumbnail-container .thumbnail-overlay,
.cart-sidebar .footer .featured-products .products .product-miniature .product-flags {
    display: none;
}

.cart-sidebar .footer .featured-products .product-miniature .product-description {
    padding: 0;
}

.cart-sidebar .body .product-line-grid-body > .product-line-info a:hover {
    color: black;
}

.cart-sidebar .body .product-line-grid-body > .product-line-info > .label,
.cart-sidebar .body .product-line-grid-body > .product-line-info > .value {
    font-size: 14px;
    font-weight: 400;
}

.cart-sidebar .footer .featured-products .product-miniature .product-title,
.cart-sidebar .body .product-line-grid-body > .product-line-info.title > .label {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0;
}

.cart-sidebar .body .product-line-grid-body > .product-line-info.title > .label span,
.cart-sidebar .footer .featured-products .product-miniature .product-title span {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    -webkit-font-smoothing: auto;
}

.cart-sidebar .body .product-line-grid-body .product-line-info.price .price {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
}

.cart-sidebar .body .product-line-grid-body .product-line-grid-body.price {
    display: none;
}

.cart-sidebar .footer .featured-products .product-miniature .product-price-and-shipping,
.product-line-grid .product-price {
    font-size: 14px !important;
    font-weight: 600;
    color: black;
    -webkit-font-smoothing: auto;
}

.product-line-grid-body.price .regular-price {
    font-weight: 800;
    font-size: 12px;
    text-decoration: line-through;
    text-decoration-thickness: 0.07rem;
    opacity: 0.6;
}
Â· .cart-sidebar .footer .checkout {
    padding: 50px 30px 0 30px;
}

.cart-sidebar .footer a.btn {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    line-height: 15px;
    color: white;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    -webkit-font-smoothing: auto;
    text-transform: uppercase;
}

.cart-sidebar .footer a.btn:hover {
    background-color: var(--secondary);
    color: white;
}

.cart-sidebar .footer a.btn svg > g > path {
    animation: btn-arrow 0.8s linear infinite alternate-reverse;
}

.cart-sidebar .footer a.btn svg > g > path:nth-child(2) {
    animation-delay: 0.2s;
}

.cart-sidebar .footer a.btn svg > g > path:nth-child(3) {
    animation-delay: 0.4s;
}

.cart-sidebar .footer p {
    margin-top: 25px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}

.cart-sidebar-wrapper .cart-sidebar-mobile-popup {
    display: none;
}

.cart-sidebar-accessories {
    background: var(--extralightblue);
    padding: 30px 20px;
    margin: 0 -20px;
}

.cart-sidebar-accessories-title {
    font-family: 'new-spirit', sans-serif;
    font-size: 20px;
    text-align: center;
    color: var(--secondary);
    margin-bottom: 25px;
}

.cart-sidebar-accessories-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px;
}

.cart-sidebar-accessories-item + .cart-sidebar-accessories-item {
    margin-top: 15px;
}

.cart-sidebar-accessories-item form {
    position: relative;
}

.cart-sidebar-accessories-item .name,
.cart-sidebar-accessories-item .price,
.cart-sidebar-accessories-item .form-group {
    padding-right: 80px;
}

.cart-sidebar-accessories-item .name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--secondary);
    margin-bottom: 8px;
}

.cart-sidebar-accessories-item .price {
    font-size: 18px;
    color: var(--secondary);
    margin-bottom: 15px;
}

.cart-sidebar-accessories-item select.form-control {
    appearance: none;
    padding: 12px 20px;
    border-color: var(--lightblue);
    width: 100%;
    max-width: 280px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.875" height="4.503" viewBox="0 0 7.875 4.503"><path id="Icon_ionic-ios-arrow-down" data-name="Icon ionic-ios-arrow-down" d="M10.127,14.392l2.978-2.98a.56.56,0,0,1,.795,0,.568.568,0,0,1,0,.8l-3.374,3.376a.562.562,0,0,1-.776.016l-3.4-3.39a.563.563,0,0,1,.795-.8Z" transform="translate(-6.188 -11.246)" fill="%2318546a"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
}

.cart-sidebar-accessories-item .add-to-cart {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24.033" height="18.619" viewBox="0 0 24.033 18.619"><g id="Groupe_174428" data-name="Groupe 174428" transform="translate(-5.805 -968.262)"><path id="Union_8" data-name="Union 8" d="M17.157,16.724h-4.3a2.534,2.534,0,0,1-4.986-.644,2.4,2.4,0,0,1,.065-.544L4.755,1.291H.649A.671.671,0,0,1,0,.675.646.646,0,0,1,.174.217.653.653,0,0,1,.614,0H5.269a.661.661,0,0,1,.626.5l.488,2.2H23.391a.67.67,0,0,1,.626.8l-1.894,7.85a.657.657,0,0,1-.624.5H8.433l.485,2.176a2.528,2.528,0,0,1,1.49-.488,2.562,2.562,0,0,1,2.448,1.894h4.3a2.542,2.542,0,1,1,0,1.291Zm1.2-.644A1.249,1.249,0,1,0,19.6,14.827,1.236,1.236,0,0,0,18.357,16.079Zm-9.2,0a1.249,1.249,0,1,0,1.249-1.252A1.236,1.236,0,0,0,9.159,16.079Zm-1.018-5.52H20.993L22.575,4H6.675Z" transform="translate(5.804 968.261)" fill="%23fff"/></g></svg>');
    background-position: center;
    background-repeat: no-repeat;
}

.cart-sidebar-accessories-item .add-to-cart.added {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23.353" height="17.881" viewBox="0 0 23.353 17.881"><path id="Tracé_53907" data-name="Tracé 53907" d="M-114.521,390.629l8.529,8.469,13.716-16.654" transform="translate(115.049 -381.967)" fill="none" stroke="%23fff" stroke-linejoin="round" stroke-width="1.5"/></svg>');
    background-color: var(--secondary);
}

@media (max-width: 767px) {
    .cart-sidebar-wrapper {
        width: 100vw;
        height: 100dvh;
        position: fixed;
        right: 0px;
        left: unset;
        font-size: 12px;
        color: black;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .cart-sidebar-wrapper .cart-sidebar-mobile-popup {
        display: block;
    }
    .cart-sidebar {
        margin: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        transform: translateY(100%);
    }
    .cart-item-opener {
        margin-inline: 12px;
    }

    /* .cart-sidebar-header,
    .cart-sidebar-footer {
        display: none;
    } */

    .cart-sidebar-accessories-item .name,
    .cart-sidebar-accessories-item .price {
        padding-right: 70px;
    }

    .cart-sidebar-accessories-item .form-group {
        padding: 0;
    }

    .cart-sidebar-accessories-item .add-to-cart {
        width: 40px;
        height: 40px;
    }
}

/* gamification */
.shttGamification__grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    width: 100%;
}

.shttGamification__rode {
    height: 4px;
    width: 100%;
    background: #f2f2f2;
    align-self: center;
    grid-column: span 2;
}

.shttGamification__freeShipingIcon {
    margin: 0 auto;
}

.shttGamification__freeGiftIcon {
    margin: 0 auto;
}
.shttGamification__rodeInside {
    height: 100%;
    width: 0%;
    background-color: var(--primary);
    display: block;
}
.shttGamification__icon {
    position: relative;
    display: flex;
    align-items: center;
}

svg.shttGamification__iconCheck {
    position: absolute;
    right: -8px;
    top: -8px;
}
.shttGamification__freeShipingText {
    grid-column: 2/5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shttGamification__freeGiftText {
    grid-column: 5/8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shttGamification__rodeText {
    padding-top: 4px;
}
.shttGamification__rodeText p {
    margin: 0;
    font-size: 12px;
    color: #898989;
}

.shttGamification__rodeTextAmount {
    font-weight: bold;
}
.shttGamification__rodeTextCompleted p {
    color: var(--primary);
}
.cart-sidebar__title {
    color: white;
    font-size: 20px;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: bold;
}
p.shttGamification__title {
    font-size: 13px;
    text-align: center;
}
p.shttGamification__title span {
    color: var(--primary);
    font-weight: 700;
}
.shttGamification__grid.gamification-one {
    grid-template-columns: repeat(5, 1fr);
}
.shttGamification__grid.gamification-one .shttGamification__freeGiftText {
    grid-column: 2/5;
}
/* cart sidebar header */
.header__top {
    padding: 15px 20px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* recommanded product */
.cart-sidebar .featured-products .products {
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
    column-gap: 10px;
}

.cart-sidebar .featured-products .products .shttMC__action {
    width: 44px;
    height: 44px;
    margin: 0 8px 8px 0;
}

@media (min-width: 767px) {
    .cart-sidebar .featured-products .products .product-miniature .thumbnail-top {
        padding: 20px;
    }
}

.cart-sidebar .featured-products .title {
    text-align: center;
    color: black !important;
    text-transform: none !important;
    font-size: 20px !important;
}
.cart-sidebar .recommanded-products-title {
    color: var(--primary);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    padding: 52px 0 22px 0;
}
.cart-sidebar .featured-products {
    margin-top: 0px !important;
}
/* footer */
.cart-sidebar .disclaimer {
    color: #777777;
    font-size: 10px;
    text-align: center;
    line-height: 1.4em;
    display: block;
}
span.btn.btn-outline.close {
    width: 100%;
    height: auto;
    font-size: 15px;
    padding: 12px;
    font-weight: 400;
    border: 1px solid black;
    border-radius: 5px;
    padding: 14px;
}
.cart-sidebar .shttAttributesAvailable {
    display: none;
}
