.swiper-accordion {
    overflow-y: auto;
    height: calc(100% - 60px);
    flex-grow: 1;
}

.group-title {
    color: #33A0BE;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 13px;
    margin: 0;
}

.group-elements {
    margin-top: 3px;
    margin-left: 2px;
    padding: 15px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 3px 2px -2px #E3E2E2;
    margin-right: 25px;
    transition: background-color 0.3s ease;
}

.group-element-title {
    color: black;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-block: 0.2rem;
    margin-left: 13px;
}

.big-group {
    margin-bottom: 30px;
}

.big-group a {
    text-decoration: none;
}

.group-elements:hover {
    background-color: rgba(3, 74, 94, 0.05);
    border-radius: 10px;
    text-decoration: none;
}

.footer-swiper-login-container {
    width: 100%;
    margin-top: auto;
}

.footer-swiper-login {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 14px;
    padding: 11px 0;
    display: flex;
    flex-direction: column;
    background-color: #F9F9F9;
    border-radius: 10px;
}

.social-media-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer-swiper-login p {
    text-align: center;
    padding-top: 10px;
    font-family: Ubuntu, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

/*                  COMPTE CLIENT               */


/*              BASKET               */

.cart-product-wrapper-container {
    margin-top: 3rem;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

.cart-title {
    color: #282828;
    font-size: 0.9375rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

/*            ADD SELECTION BASKET          */
#close-swiper-from-plus {
    cursor: pointer;
}
.add-selection-icon {
    display: flex;
    border: 1px solid #ff9894;
    justify-content: center;
    align-items: center;

}

.cart-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1.125rem;
    background-color: #FFFAFA;
    border-radius: 10px;
}

.cart-item .add-selection-layer {
    margin-right: 0;
}

.cart-item .js-del-select {
    flex-shrink: 0;
}

.cart-item-text {
    flex: 1 1 auto;
    min-width: 0;
    align-content: center;
}

.cart-submit-btn {
    width: fit-content !important;
    font-size: 1.5rem !important;
    height: 50px !important;
    font-weight: 500 !important;
    margin: 0 auto !important;
}

.add-selection-layer {
    width: 80px;
    height: 70px;
    border-radius: 10px;
    flex-shrink: 0;
    margin-right: 1.25rem;
}

/*            ADD SELECTION STYLE BASKET          */

.selection-style-icon {
    border: 1px solid #D5D5D5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.selection-style-icon-inner {
    width: 30px;
    height: 16px;
    flex-shrink: 0;
    background: #f5f5f5;
}

.selection-style-text {
    width: 163px;
    height: 16px;
    flex-shrink: 0;
    background: #f5f5f5;
}

.footer-swiper-filters-container {
    background: #F9F9F9;
    padding: 1.25rem;
    display: flex;
    justify-content: space-between;
    margin: 0 -0.9375rem;
}

/*        SWIPER SLIDEABLE – LOGIQUE        */

.swiper-slideable-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, margin-top 0.3s ease;
    z-index: 1021;
}

.swiper-slideable-overlay.active {
    opacity: 1;
    visibility: visible;
}

.swiper-slideable-overlay.active .swiper-slideable-menu {
    transform: translateX(0);
}

.swiper-slideable-menu {
    position: absolute !important;
    display: flex;
    right: 0;
    height: 100vh;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.swiper-slideable-menu-left {
    width: 70px;
    height: 100%;
    border-radius: 30px 0 0 30px;
    flex-shrink: 0;
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s ease, background 0.3s ease;
}

.swiper-slideable-menu-left.account {
    background-color: #034A5E;
}

.swiper-slideable-menu-left.account #show-account svg path {
    fill: #034A5E;
}

.swiper-slideable-menu-left.basket {
    background-color: #ff9894;
}

.swiper-slideable-menu-left.basket #show-basket svg path {
    fill: #ff9894;
}

.swiper-slideable-menu-left.filters {
    position: relative;
    background: linear-gradient(180deg, #33a0be 0%, #1BCEC8 54%, #01FED3 100%);
    transition: background-color 0.3s ease;
}

.swiper-slideable-menu-left.filters #show-filters svg path {
    fill: #33a0be;
}

.swiper-slideable-menu-left-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 60px);
}

.swiper-slideable-menu-right {
    display: flex;
    flex-direction: column;
    padding: 26px 15px 0 15px;
    background: #ffffff;
    z-index: 0;
}

.swiper-slideable-menu-right-container {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    height: 0;
    overflow: hidden;
}

.swiper-slideable-menu-right.account .swiper-slideable-menu-right-account,
.swiper-slideable-menu-right.basket .swiper-slideable-menu-right-basket,
.swiper-slideable-menu-right.filters .swiper-slideable-menu-right-filters {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: 100%;
    overflow: visible;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.swiper-slideable-menu-right-title {
    font-size: 1.25rem;
    font-weight: 700;
}

.swiper-slideable-menu-tabs {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 55px;
}

.swiper-slideable-menu-tabs-btn {
    background: rgba(255, 255, 255, 0.40);
    padding: 10px;
    margin-bottom: 20px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.swiper-slideable-menu-tabs-btn svg {
    transition: fill 0.2s ease, transform 0.2s ease;
}

.swiper-slideable-menu-tabs-btn.active {
    background-color: #ffffff;
    border-radius: 15px 0 0 15px;
    padding-right: 15px;
    margin-left: 10px;
}

.swiper-slideable-menu-tabs-btn.active::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 0 15px 15px 0;
}

.swiper-slideable-menu-tabs-btn.active svg {
    fill: #034A5E;
    transform: translateX(-4px);
}

.swiper-slideable-menu-crisp-btn {
    background-image: url("https://image.crisp.chat/process/thumbnail/?url=https%3A%2F%2Fstorage.crisp.chat%2Fusers%2Favatar%2Foperator%2F-%2Fe%2F8%2F8%2F1%2Fe881d9f0e8a4e000%2Fcrisp2_wbgira.png&width=120&height=120&1745924123244") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-bottom: 20px;
}

.swiper-slideable-menu-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 31px;
    margin-right: 20px;
    background: transparent;
    border: none;
    color: black;
    cursor: pointer;
}

.swiper-slideable-menu-close-btn svg {
    width: 100%;
    height: 100%;
    display: block;
}
