/*
Theme Name:   Somentra Child
Theme URI:    https://themeforest.net/user/greatives
Description:  Somentra Child Theme
Version:      2.1.0
Author:       Greatives Team
Author URI:   https://greatives.eu
Template:     impeka
*/
*,
*::before,
*::after {
    box-sizing: border-box !important;
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 0 !important;
}

.content-container {
    max-width: 680px;
    margin: auto;
    width: 100% !important;
}

.title-h1,
.title-h1 * {
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.title-h2,
.title-h2 * {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.title-h3,
.title-h3 * {
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
}

.title-h4,
.title-h4 * {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.title-h5,
.title-h5 * {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

@media only screen and (max-width: 767px) {

    .title-h1,
    .title-h1 * {
        font-size: 38px;
        line-height: 135%;
    }

    .title-h2,
    .title-h2 *,
    h1.grve-page-title span {
        font-size: 32px;
        line-height: 125%;
    }

    .title-h3,
    .title-h3 * {
        font-size: 28px;
        line-height: 110%;
    }

    .title-h4,
    .title-h4 * {
        font-size: 24px;
        line-height: 120%;
    }

    .title-h5,
    .title-h5 * {
        font-size: 24px;
        line-height: 120%;
    }

    .subtitle,
    .subtitle * {
        font-size: 14px;
    }
}

p,
a {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.text-link a:hover {
    text-decoration: underline !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.subtitle,
.subtitle * {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.text-large,
.text-large p {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
}

.uppercase {
    text-transform: uppercase !important;
}

.medium {
    font-weight: 500 !important;
}

.radius {
    border-radius: 12px !important;
    overflow: hidden;
}

.radius-sm {
    border-radius: 8px !important;
    overflow: hidden;
}

#grve-theme-wrapper .grve-padding-top-3x {
    padding-top: 96px !important;
}

#grve-theme-wrapper .grve-padding-bottom-3x {
    padding-bottom: 96px !important;
}

/* BUTTON */
.btn a,
input.btn {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid #43332A;
    transition: 0.3s;
    color: #43332A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    height: 44px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn {
    display: inline-flex !important;
    padding: 12px 24px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    border-radius: 999px !important;
    border: 1px solid #43332A !important;
    transition: 0.3s !important;
    color: #43332A !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    height: 44px !important;
    letter-spacing: -0.32px !important;
    text-transform: uppercase !important;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    border-bottom: 1px solid #43332A !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{
     border: 1px solid #43332A !important;
     border-radius: 8px !important;
}

.btn a:hover,
input.btn:hover {
    background: #43332A;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn:hover {
    background: #43332A !important;
    color: #fff !important;
}

.btn-secondary a {
    border: 1px solid #FFF;
    color: #FFF;
}

.btn-secondary a:hover {
    background: white !important;
    color: #43332A !important;
}

.btn-tierciary a {
    border: 1px solid #CCA995;
    background-color: #CCA995 !important;
    color: #43332A;
}

.btn-tierciary * {
    text-align: right !important;
}

.btn-tierciary a:hover {
    background-color: #43332A !important;
    color: #fff !important;
}

@media screen and (max-width:767px) {
    .btn-tierciary * {
        text-align: left !important;
    }
}

/*HEADER*/
.grve-logo-inner {
    margin: auto;
}

.grve-logo {
    padding: 0;
}


@media only screen and (max-width: 1200px) {
    #grve-main-header .grve-logo:not(.grve-logo-text) a {
        height: 80px !important;
    }
}

@media only screen and (max-width: 960px) {
    #grve-main-header .grve-logo:not(.grve-logo-text) a {
        height: 60px !important;
    }
}

@media only screen and (max-width: 767px) {
    #grve-main-header .grve-logo:not(.grve-logo-text) a {
        height: 40px !important;
    }
}

.grve-header-row.grve-custom-layout {
    display: grid !important;
    grid-template-columns: 1fr 200px 1fr;
    text-transform: uppercase;
}

.grve-left-area {
    padding: 0 2rem 0 5rem;
}

.grve-header-elements {
    padding: 0 5rem 0 2rem;
}

.icon-menu {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.icon-menu {
    opacity: 0.6;
}

.search-icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 1.5rem;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

.search-icon:hover {
    opacity: 0.6;
}

.search-icon span.btn-text {
    padding-top: 4px;
}

.grve-header-elements .grve-header-element {
    margin-right: 1.5rem;
}

.grve-header-elements .grve-header-element .grve-item svg path {
    fill: none;
}

.btn-boutiques,
.grve-header-text-element .grve-item {
    display: flex !important;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    transition: 0.3s;
    font-size: 14px;
}

.indicator-boutiques {
    position: relative;
    width: 8px;
    height: 8px;
    background-color: currentColor;
    margin: 8px;
    border-radius: 50px;
}

@keyframes grow40 {
    0% {
        width: 0;
        height: 0;
    }

    100% {
        width: 40px;
        height: 40px;
    }
}

@keyframes grow24 {
    0% {
        width: 0;
        height: 0;
    }

    100% {
        width: 24px;
        height: 24px;
    }
}

.indicator-boutiques::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 24px;
    height: 24px;
    opacity: 0.2;
    background-color: currentColor;
    border-radius: 50px;
    animation: grow24 1.5s infinite alternate;
}

.indicator-boutiques::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    height: 40px;
    opacity: 0.1;
    background-color: currentColor;
    border-radius: 50px;
    animation: grow40 1.5s infinite alternate;
}

.grve-skin-light {
    color: #FFF;
    backdrop-filter: blur(2.5px);
    position: sticky;
}


.grve-skin-light .btn-boutiques {
    color: #FFF;
}

/*TOP BAR*/
.grve-top-bar-items {
    margin: auto;
}

.grve-top-bar-row .grve-left-area {
    width: 100%;
}

.grve-top-bar-row .grve-right-area {
    display: none !important;
}

#grve-top-bar .grve-top-bar-row .grve-top-bar-items * {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 400;
    text-align: center;
    line-height: 125% !important;
}

@media screen and (max-width: 767px) {
    #grve-top-bar .grve-top-bar-row .grve-top-bar-items * {
        font-size: 10px !important;
    }
}

/*MENU*/
.side-menu:before {
    content: "";
    background: #000;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0%;
    left: 300px;
    transition: 0.3s opacity;
}

.side-menu.open:before {
    width: 100vw;
    height: 100vh;
    opacity: 25%;
}

.side-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background-color: #F9F4EE;
    z-index: 9999;
    transform: translateX(-100%);
    transition: transform 0.3s linear;
    text-transform: uppercase !important;
}

.side-menu.open {
    transform: translateX(0);
}

.side-menu-inner {
    display: flex;
    flex-direction: column;
    padding: 24px;
    height: 100%;
    justify-content: space-between;
}

.side-menu a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #43332A;
    transition: 0.3s;
}

.side-menu a:hover {
    opacity: 0.6;
}

.side-menu .close-menu {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #43332A;
    text-align: left;
    cursor: pointer;
    margin-bottom: 5rem;
    padding: 0;
}

.side-menu-sub-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 80%;
}

.sub-links .side-menu-sub-list li {
    margin-bottom: 0.75rem;
}

.sub-links .side-menu-sub-list li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-menu-sub-list li a::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background-image: url('/wp-content/themes/impeka-child/assets/icons/chevron.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* MAIN MENU */
.side-menu-main-list,
.submenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.side-menu-main-list {
    gap: 1.5rem;
}

.side-menu-main-list li a {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: none !important;
}

.side-menu-main-list li.has-submenu a::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background-image: url('/wp-content/themes/impeka-child/assets/icons/chevron.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.submenu-list {
    gap: 1.5rem;
}

.submenu-list li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    text-transform: uppercase;
}

.submenu-panel {
    position: absolute;
    left: 300px;
    top: 0;
    width: 300px;
    height: 100%;
    background: #F9F4EE;
    padding: 1.5rem;
    transform: translateX(-10px);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: opacity 0.2s linear, transform 0.2s linear;
    border-left: 1px solid #D7C5B6;
}

.submenu-panel.active {
    transform: translateX(0);
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
}

.submenu-header {
    display: none;
    margin-bottom: 3rem;
    margin-top: 1rem;
}

.submenu-back {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    cursor: pointer;
    color: #43332A;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

/*Reponsive header*/
@media only screen and (max-width: 960px) {
    .grve-left-area {
        padding: 0 2rem 0 3rem;
    }

    .grve-header-elements {
        padding: 0 3rem 0 2rem;
    }

    .grve-header-row.grve-custom-layout {
        grid-template-columns: 1fr 100px 1fr;
    }

    .search-icon .btn-text {
        display: none;
    }

    .grve-header-element.grve-header-text-element {
        display: none;
    }

    #grve-main-header .grve-logo:not(.grve-logo-text) a {
        height: 60px;
    }

    #header-search-bar {
        top: 124px !important;
    }
}

@media only screen and (max-width: 767px) {

    .grve-left-area,
    .grve-header-elements {
        padding: 0 2rem;
    }

    .side-menu {
        width: 100vw;
    }

    .side-menu:before {
        display: none !important;
    }

    .submenu-panel {
        left: 0;
        width: 100vw;
        height: 100%;
        background: #F9F4EE;
        padding: 1.5rem;
        transform: translateX(200%);
        border-left: 1px solid transparent;
        transition: 0.5s;
    }

    .submenu-header {
        display: block;
    }

    .side-menu .close-menu {
        margin-bottom: 2rem;
    }

    .grve-left-area {
        padding-right: 1.5rem;
    }

    .grve-header-elements.grve-position-right {
        padding-left: 1.5rem;
    }

    #header-search-bar input.search-field {
        padding: 0.5rem;
    }

    #grve-main-header .grve-logo:not(.grve-logo-text) a {
        height: 40px;
    }

    #header-search-bar {
        top: 104px !important;
    }

}

/* BLOCK CATEGORIES */



.category-slider-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.category-slider-scroll {
    display: flex;
    min-width: 100%;
    overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.category-slide {
    position: relative;
    flex: 1 1 auto;
    flex-shrink: 0;
    min-width: 450px;
    max-width: 100%;
    height: 650px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: inherit;
    transform: scale(1);
    transition: transform 0.4s ease;
    z-index: 0;
}

.category-slide:hover::before {
    transform: scale(1.02);
}

.category-slide::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(73, 35, 0, 0) 0%, rgba(73, 35, 0, 1) 100%);
    opacity: 40%;
    inset: 0;
    z-index: 1;
}

.category-slide-content {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.category-slide-content h3 {
    color: #FFF;
    font-size: 48px;
    font-weight: 400;
    line-height: 150%;
}

.category-slide-button {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid #FFF;
    transition: 0.3s;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    height: 44px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

.category-slide-button:hover {
    background: white;
    color: #43332A;
}
.category-slider-scroll {
  cursor: grab;
  user-select: none;
}
.category-slider-scroll.dragging {
  cursor: grabbing;
}
/*Reponsive block categorie*/

@media only screen and (max-width: 960px) {


    .category-slide-content h3 {
        font-size: 32px;
    }

    .category-slide {
        min-width: 350px;
        height: 550px;
    }
}

@media only screen and (max-width: 767px) {
    .category-slide {
        min-width: 295px;
        height: 450px;
    }

    .category-slide-content h3 {
        font-size: 24px;
    }
}

/*SLIDER HOME*/

.vc-hero-slider {
    width: 100%;
    height: calc(100vh - 32px);
    position: relative;
    overflow: hidden;
}

.vc-hero-slider .swiper-slide {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 32px 80px;
    color: white;
    position: relative;
}

.vc-hero-slider .swiper-slide::before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.38) 100%);
    z-index: -1;
}

.vc-hero-slider .slide-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.vc-hero-slider .slide-info {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.vc-hero-slider .slide-content h2 {
    margin: 0;
    color: white;
    line-height: 46px;
}

.vc-hero-slider .slide-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
}

.vc-hero-slider .slide-price {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    align-self: end;
}

/*CUSTOM HEADER TITLE*/
.search .title-header,
.search .grve-section.grve-row-section.grve-fullwidth.grve-padding-bottom-3x.grve-with-bg-transparent {
    display: none !important;
}

.title-header {
    position: relative;
    min-height: calc(100vh - 32px);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 32px 80px;
    color: #fff;
}

.title-header::before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.75) 100%);
    opacity: 0.5;
    z-index: 0;
}

.title-header .title-h1 {
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 46px;
}

.title-header-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 1;
}

.title-header-description {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    position: relative;
    z-index: 1;
}

/* RESONSIVE SLIDER + HEADER TITLE*/

@media only screen and (max-width: 960px) {

    .vc-hero-slider .swiper-slide,
    .title-header {
        padding: 32px 48px;
    }
}

@media only screen and (max-width: 767px) {

    .vc-hero-slider .swiper-slide,
    .title-header {
        padding: 32px;
        min-height: 40vh;
    }

    .vc-hero-slider .slide-content {
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
    }

    .title-header-content {
        gap: 8px;
    }

    .vc-hero-slider .slide-info {
        gap: 8px;
        width: 100%;
    }

    .vc-hero-slider .slide-price {
        align-self: flex-start;
    }
}

/*CARD PRODUIT*/
span.onsale {
    background-color: #43332A !important;
}

.grve-product-item-inner .grve-content {
    margin-top: 16px !important;
}

.card-content .grve-product-title,
.woocommerce-Price-amount bdi {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
}

@media (min-width: 767px) {
    .woocommerce-Price-amount bdi {
        display: block;
        min-width: 96px;
        text-align: end;
    }
}

.card-content .product-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card-content-info {
    flex: 1 1 auto;
    min-width: 0;
}

.product-title-price .grve-price {
    flex-shrink: 0;
}

.card-content p.stock {
    display: none !important;
}

.grve-product-container .grve-product-title {
    margin-bottom: 0 !important;
}
.cart-item-content {
    width: 100%;
}
.single-product .woocommerce-variation-price {
    display: none !important;
}
.single-product td.value {
    width: 100% !important;
}
.product-title-price {
    display: flex;
    justify-content: space-between;
    align-items: top;
    margin-bottom: 0;
}

.grve-media.grve-image-hover {
    border-radius: 8px;
    overflow: hidden;
}

.card-produit-large .grve-media {
    aspect-ratio: 2 / 1;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {

    .card-content .grve-product-title,
    .woocommerce-Price-amount bdi {
        font-size: 18px;
    }

    .card-content .product-description {
        font-size: 12px;
    }

    .product-title-price {
        flex-direction: column;
        justify-content: flex-start;
    }

    .card-produit-large .grve-media {
        aspect-ratio: 1 / 1;
    }
}

ul.products.grve-products.grve-product-container {
    margin: 0 !important;
}

.product-slide {
    overflow: visible !important;
}

/*PAGE PRODUIT*/

li:has(.flex-active) {
    display: none !important;
}

.variations label {
    text-transform: uppercase;
}

.variations .label {
    padding: 0 !important;
}

.variations td.value {
    padding: 0 !important;
    margin: 0 !important;
    padding-top: 4px !important;
}

.grve-link-text,
#cancel-comment-reply-link,
.grve-anchor-menu .grve-anchor-wrapper .grve-container>ul>li>a,
.grve-anchor-menu .grve-anchor-wrapper .grve-container ul.sub-menu li a {
    text-transform: none !important;
}

/*OVERFLOW GAP*/

.grve-row.grve-columns-gap-default {
    margin-left: -12px !important;
    margin-right: -12px !important;
}

.grve-row.grve-columns-gap-default .grve-column {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

/* REASSURANCE BLOCK */

.reassurance {
    position: relative;
}

.reassurance .grve-h5 {
    margin: 16px 0 !important;
}

.reassurance::before,
.reassurance::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.reassurance::before {
    top: -98px;
    left: -40px;
    background-image: url('assets/icons/Asset-contour.svg');
}

.reassurance::after {
    bottom: -98px;
    right: -40px;
    background-image: url('assets/icons/Asset-contour-2.svg');
}

@media only screen and (max-width: 767px) {

    .reassurance::before,
    .reassurance::after {
        width: 124px;
        height: 124px;
    }

    .reassurance::before {
        top: -56px;
        left: -8px;
        background-image: url('assets/icons/Asset-contour.svg');
    }

    .reassurance::after {
        bottom: -56px;
        right: -8px;
        background-image: url('assets/icons/Asset-contour-2.svg');
    }
}

/* AVIS CLIENT */

.avis-client-section {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.avis-client-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    background: linear-gradient(270deg, rgba(249, 244, 238, 0) 0%, rgba(249, 244, 238, 1) 100%);
    z-index: 10;
}

.avis-client-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    background: linear-gradient(90deg, rgba(249, 244, 238, 0) 0%, rgba(249, 244, 238, 1) 100%);
    z-index: 10;
}

.avis-titre-central {
    height: 128px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.avis-titre-central h2 {
    text-align: center;
    font-size: 58px;
    line-height: 1;
}

.avis-row.avis-marquee.bottom {
    display: flex;
    justify-content: flex-end;
}

.avis-row {
    overflow: hidden;
}

.avis-track {
    display: inline-flex;
    gap: 64px;
    animation: scrollLeft 30s linear infinite;
}

.avis-marquee.bottom .avis-track {
    animation: scrollRight 30s linear infinite;
}


.avis-card {
    display: flex;
    width: 360px;
    padding: 48px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    border-radius: 12px;
    flex-shrink: 0;
    background-color: #FFF;
}

.avis-card p {
    text-align: left;
    margin: 0;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-50% - 32px));
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(50% + 32px));
    }
}

@media screen and (max-width:767px) {
    .avis-titre-central h2 {
        font-size: 30px;
        padding: 0 16px;
    }

    .avis-card {

        width: 300px;
    }

    .avis-client-section::before,
    .avis-client-section::after {
        width: 48px;
    }
}

/* COLLECTION SHOP HEADER */

.boutique-toolbar {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
}

.grve-result-count-wrapper {
    margin-bottom: 1.5rem !important;
}

.categories-desktop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.categories-desktop a {
    text-transform: uppercase;
    color: #43332A;
    text-decoration: none;
}

.categories-desktop a.active {
    font-weight: 500;
}

.trait-separateur {
    display: inline-block;
    height: 1px;
    width: 52px;
    background-color: #43332A;
    vertical-align: middle;
}

.categories-mobile {
    display: none;
}

select {
    background-color: transparent !important;
    background-image: url('assets/icons/chevron-down.png') !important;
    background-position: calc(100%) center !important;
    border: none;
    background-repeat: no-repeat !important;
    padding: 16px 20px !important;
    padding-left: 0 !important;
    font-weight: 300 !important;
    text-transform: uppercase;
}

input,
textarea,
label,
.wc-blocks-components-select__container {
    color: #43332A !important;
    font-weight: 300 !important;
    background-color: transparent !important;
}

select#billing-country {
    padding-left: 16px !important;
    background: transparent !important;
    border-color: #d7c5b6 !important;
}

.alignwide {
    width: 100% !important;
    margin: 0 !important;
}

.wc-block-components-text-input label {
    top: -2px;
    left: 16px !important;
}

.boutique-filtres {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-result-count {
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .categories-desktop {
        display: none;
    }

    .categories-mobile {
        display: block;
    }

    .select-wrapper {
        position: relative;
        display: inline-block;
    }

    .select-wrapper select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-right: 32px !important;
        font-size: 1rem;
        border: none;
        font-weight: 500;
        background-color: transparent;
    }
}

/* PAGINATION */

a.prev.page-numbers svg {
    transform: rotate(0deg);
}

.page-numbers li .page-numbers:not(.prev, .next) {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #43332A;
}

.page-numbers li .page-numbers.current {
    color: #fff !important;
    background-color: #43332A;
}

.woocommerce-pagination ul {
    gap: 24px;
}

.grve-pagination ul li,
.woocommerce-pagination ul li {
    margin: 0;
}

nav.woocommerce-pagination {
    margin-top: 48px;
}

/* MINI CART */

#grve-cart-area {
    border-radius: 12px;
}

.grve-empty-cart a {
    text-transform: uppercase;
}

.cart-item-content .woocommerce-Price-amount bdi {
    font-size: 16px;
}

span.grve-purchased-items {
    font-size: 7px !important;
}


#grve-cart-area .grve-cart-item .remove:hover {
    background-color: #F9F4EE;
    transform: none;
    color: #43332A;
}

#grve-cart-area .grve-cart-item .remove {

    color: #fff;
    border: 1px solid #43332A;
    background-color: #43332A;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}

.grve-buttons-wrapper .grve-woo-btn {
    border-width: 1px !important;
    border-radius: 999px;
    padding: 12px 24px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 44px !important;
}

.grve-buttons-wrapper .grve-woo-btn span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

a.grve-woo-btn.grve-view-cart-btn.grve-link-text.grve-btn-outline.grve-round.grve-border-primary-1.grve-bg-hover-primary-2.grve-border-hover-primary-2.grve-text-primary-1.grve-text-hover-white:hover {
    background-color: #43332A !important;
    border: 1px solid #43332A !important;
}

a.grve-woo-btn.grve-checkout-btn.grve-link-text.grve-round.grve-bg-primary-1.grve-bg-hover-primary-2.grve-text-white.grve-text-hover-white:hover {
    background-color: transparent !important;
    border: 1px solid #43332A !important;
    color: #43332A !important;
}


/* PANIER */

#grve-cart-area .grve-cart-item {
    align-items: flex-start;
}

.wc-block-components-product-metadata * {
    text-align: left !important;
}

.grve-title-content-wrapper:not(.grve-bg-none) {
    box-shadow: none;
}

.wc-block-components-button.wp-element-button div {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    color: #fff;
}

td.wc-block-cart-item__product {
    text-align: left !important;
}

.wc-block-components-checkout-place-order-button__text {
    color: #fff !important;
}

.wc-block-components-button.wp-element-button {
    color: #fff !important;
    border-width: 1px !important;
    border-radius: 999px;
    padding: 12px 24px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 44px !important;
    background-color: #43332A !important;
    border: 1px solid #43332A !important;
}

.wc-block-components-button.wp-element-button:hover {
    background-color: transparent !important;
    border: 1px solid #43332A !important;
    color: #43332A !important;
}

.wc-block-components-button.wp-element-button:hover .wc-block-components-checkout-place-order-button__text {
    color: #43332A !important;
}

.woocommerce-Button,
.woocommerce-button,
a.button.wc-forward {
    font-family: 'Nohemi' !important;
    text-transform: uppercase !important;
    color: #fff !important;
    border-width: 1px !important;
    border-radius: 999px !important;
    padding: 12px 24px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 44px !important;
    background-color: #43332A !important;
    border: 1px solid #43332A !important;
}

.woocommerce-Button:hover,
.woocommerce-button:hover,
a.button.wc-forward:hover {
    background-color: transparent !important;
    border: 1px solid #43332A !important;
    color: #43332A !important;
}

/* COMPTE */

.woocommerce-Address-title h2,
.woocommerce-MyAccount-content h2 {
    font-size: 24px !important;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    display: flex;
    flex-direction: column;
}

.col2-set .col-1.woocommerce-Address,
.col2-set .col-2.woocommerce-Address {
    width: 100%;
}

.woocommerce-message {
    background-color: #F9F4EE;
    border: 1px solid #D7C5B6;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    gap: 8px;
}

#grve-my-account-wrapper .u-columns .u-column1 {
    background-color: #F9F4EE;
    border: 1px solid #F9F4EE;
    border-radius: 0px;
}

/* SINGLE PRODUCT */

.single-product #grve-main-content .grve-main-content-wrapper {
    padding: 0 !important;
}

.single-product .grve-product-area-inner p.stock {
    margin-bottom: -16px !important;
}

body.single-product,
body.page {
    overflow: visible !important;
}
body.home{
    overflow: hidden !important;
}

@media (min-width: 767px) {

    #grve-product-area>.grve-container {
        width: 100%;
    }

    .woocommerce #grve-product-area .grve-product-area-inner .grve-product-image-wrapper {
        flex-basis: 50%;
        max-width: 50%;
    }

    .woocommerce #grve-product-area .grve-product-area-inner .summary.entry-summary {
        margin-top: 80px;
        max-width: 100%;
        flex-basis: 50%;
        padding: 0 150px;
        position: relative;
    }

    .summary.entry-summary .sticky-inner {
        position: sticky;
        top: 224px;
        z-index: 10;
    }

    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-2.images {
        margin-bottom: 0;
    }
}

@media (max-width: 1200px) {
    .woocommerce #grve-product-area .grve-product-area-inner .summary.entry-summary {
        padding: 0 3.750rem;
    }
}

@media (max-width: 767px) {
    #grve-cart-area {
        width: calc(100Vw - 64px) !important;
        max-width: none;
    }

    .woocommerce #grve-product-area .grve-product-area-inner .summary.entry-summary {
        padding: 0;
    }

    .no-mobile {
        display: none;
    }
}

.product-categories .trait-separateur {
    display: inline-block;
    margin: 0 12px;
}

.product-categories {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 125%;
    text-transform: uppercase;
    margin-bottom: 64px;
}

.product-categories a.active {
    font-weight: 500;
}

#grve-product-area .product_title {
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 24px !important;
}

.woocommerce #grve-product-area .grve-form-wrapper {
    margin: 2rem 0;
    padding: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.product_meta {
    display: none;
}

.woocommerce #grve-product-area .woocommerce-product-details__short-description,
.woocommerce #grve-product-area .woocommerce-product-details__short-description p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
}

.woocommerce #grve-product-area .grve-add-to-cart-wrapper {
    gap: 32px;
}

.product .cart .quantity {
    border: 1px solid #43332a !important;
    border-radius: 6px !important;
}

.row-quantity-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.row-quantity-price .price-container * {
    font-size: 32px;
    font-weight: 500;
}

button.single_add_to_cart_button.button {
    width: 100%;
    color: #fff !important;
    border-width: 1px !important;
    border-radius: 999px !important;
    padding: 12px 24px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 44px !important;
    background-color: #CCA995 !important;
    border: 1px solid #CCA995 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    color: #43332A !important;
    transition: 0.3s !important;
}

button.single_add_to_cart_button.button:hover {
    background-color: #43332A !important;
    color: #fff !important;
}

.woocommerce p.subtitle {
    margin-bottom: 48px;
}

.subtitle p {
    text-align: center;
}

@media screen and (max-width: 767px) {
    #grve-product-area .product_title {
        font-size: 32px;
    }

    .woocommerce #grve-product-area .woocommerce-product-details__short-description,
    .woocommerce #grve-product-area .woocommerce-product-details__short-description p {
        font-size: 14px;
    }

    .product-categories,
    .product-categories a {
        margin-bottom: 48px;
        font-size: 14px;
    }

    .product-categories a {
        font-size: 14px;
    }

    .subtitle p {
        font-size: 14px;
    }

    .text.title-h3 {
        font-size: 24px;
    }

    .mc4wp-form-fields>div {
        flex-direction: column;
    }
}

/* RELATED PRODUCT */

.grve-related-area.grve-padding-top-4x.grve-margin-top-4x.grve-border.grve-border-top {
    padding: 96px 0px !important;
    margin: 0 !important;
    border: none !important;
}

/* ACCORDION */

.accordion {
    border-bottom: 1px solid #43332A;
    cursor: pointer;
    padding: 20px 0;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.accordion-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    text-transform: uppercase;
    margin: 0;
}

.accordion svg {
    transition: transform 0.3s ease;
}

.accordion[data-open="true"] svg {
    transform: rotate(45deg);
}

.accordion[data-open="true"] .accordion-underline {
    transform: translateY(10px);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    margin-top: 0px;
    transition: 0.5s linear;
}

.accordion[data-open="true"] .accordion-content {
    max-height: 500px;
    margin-top: 8px;
}

.accordion-content .grve-container {
    margin: 0;
    width: 100%;
}

/* FOOTER */

#grve-footer .grve-footer-column.grve-footer-column-1-4 {
    width: 100% !important;
}

.widget,
.widgets,
.widget p {
    margin: 0;
    line-height: 150%;
}

hr.wp-block-separator.has-text-color.has-primary-1-color.has-alpha-channel-opacity.has-primary-1-background-color.has-background {
    width: 100%;
    margin: 0;
    max-width: 100%;
}

#grve-footer a {
    font-size: inherit !important;
    transition: 0.3s;
}

#grve-footer a:hover {
    opacity: 0.6;
}

#grve-footer :where(.is-layout-flex) {
    gap: 1.5rem;
}

#grve-footer #block-4 :where(.is-layout-flex) {
    gap: .5rem;
}

ul#menu-menu-footer {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

ul#menu-menu-footer li {
    margin: 0;
}

ul#menu-menu-footer li a {
    font-size: 24px !important;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
}

ul#menu-menu-footer li a::before {
    content: "";
    background-color: #43332A;
    width: 52px;
    height: 1px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 12px;
}

#grve-footer .mc4wp-form-theme input[type=email] {
    border: none;
    border-bottom: 1px solid !important;
    padding: 16px 24px 16px 0px !important;
    outline: 0 !important;
    color: inherit !important;
    margin: 0 !important;
    width: 100% !important;
    background: 0 0 !important;
    border-radius: 0 !important;
    border-color: inherit !important;
    min-height: 42px !important;
    max-width: none !important;
    line-height: 1 !important;
    font-family: 'Nohemi';
}

#grve-footer input.btn {
    display: inline-flex !important;
    padding: 12px 24px !important;
    border-radius: 999px !important;
    border: 1px solid #43332A !important;
    color: #43332A !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    font-family: 'Nohemi';
    height: 44px !important;
    background-color: transparent !important;
}

#grve-footer input.btn:hover {
    background: #43332A !important;
    color: #fff !important;
}

.mc4wp-form-fields>div {
    display: flex;
    gap: 24px;
    align-items: center;
}

@media (max-width: 1024px) {
    ul#menu-menu-footer li a::before {
        width: 24px;
    }
}

@media (max-width: 860px) {
    ul#menu-menu-footer li a::before {
        width: 52px;
    }

    ul#menu-menu-footer {
        flex-direction: column;
        justify-content: flex-start;
        gap: 48px;
    }
}

@media (max-width: 767px) {
    .reverse-flex {
        flex-direction: column-reverse;
    }

    .reverse-flex .is-content-justification-right {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }
}

/*SECTION ESPRIT*/

.esprit-section {
    overflow: hidden;
    position: relative;
}

.esprit-section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 390px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 0;
    bottom: -20px;
    left: -20px;
    background: url("assets/icons/palmier-g.svg");
}

.esprit-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 390px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 0;
    bottom: -20px;
    right: -20px;
    background: url("assets/icons/palmier-d.svg");
}

@media (max-width: 767px) {
    .esprit-section::before {
        width: 205px;
        height: 225px;
        left: -100px;
    }

    .esprit-section::after {
        width: 205px;
        height: 225px;
        right: -100px;
    }
}

.title-anim {
    display: block;
    overflow: hidden;
}

/*SECTION PROCESS CREA*/

.creation-process {
    position: relative;
}

.creation-step {
    display: flex;
    padding: 24px 0;
    justify-content: space-between;
    position: sticky;
    top: 96px;
    background-color: #F9F4EE;
}

.creation-step:not(:first-child) {
    border-top: 1px solid #43332A;
}

.creation-step_number {
    padding: 32px;
}

p.creation-step_text {
    margin: 0;
    margin-top: 80px;
}

.creation-step_content {
    width: 66%;
    display: flex;
    align-items: flex-end;
}

.creation-step_icon {
    padding: 8px 32px;
}

.creation-step_content-container {
    padding: 8px 32px;
}

.creation-step_image {
    width: 230px;
}

.creation-step_image img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px !important;
    overflow: hidden;
}

@media (max-width: 1080px) {
    .creation-step_content {
        width: 50%;
    }
}

@media (max-width: 960px) {
    .creation-step_content {
        width: 100%;
        flex-direction: column;
    }

    .creation-step {
        flex-direction: column;
    }

    .creation-step_image img {
        height: auto;
    }

    .creation-step_icon {
        padding: 0 32px;
        width: 100%;
        text-align: right;
    }

    .creation-step_content-container {
        padding: 24px 0px;
    }

    .creation-step_number {
        padding: 24px 0;
    }

    p.creation-step_text {
        margin: 0;
        margin-top: 24px;
    }
}

/*SECTION INTRO*/

.intro-scroll-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.intro-scroll-wrapper {
    position: relative;
    height: 100%;
}

.intro-scroll-text {
    font-size: 56px;
    font-weight: 400;
    text-align: center;
    opacity: 0;
    width: 100%;
    padding: 0 80px;
    max-width: 1140px;
}

.intro-scroll-indicator {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 2;
}

.dot {
    width: 20px;
    height: 4px;
    background: #D7C5B6;
    border-radius: 99px;
    transition: 0.3s;
}

.dot.active {
    background: #43332A;
}

@media (max-width: 767px) {
    .intro-scroll-text {
        padding: 0 32px;
    }

    .intro-scroll-indicator {
        right: 0px;
    }

    .text-large,
    .text-large p {
        font-size: 14px;
    }
}

/*FAQ*/
.page .accordion-title {
    font-size: 18px;
    text-transform: none;
}

.page .accordion {
    margin: 20px 0;
}

.post-655 .grve-column-content,
.container-content {
    max-width: 650px;
    margin: auto;
}

a.sbi_photo {
    border-radius: 8px;
    overflow: hidden;
}

/* VARIATIONS */

.variations tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border: none !important;
}

.variations td.label {
    border: none !important;
    border-bottom-width: 0 !important;
}

.wapf-product-totals div span:first-child,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
strong {
    font-weight: 500 !important;
}

ins {
    text-decoration: none !important;
}

span.price-apd {
    font-size: 12px;
    line-height: 1;
    text-align: right;
    font-weight: 300 !important;
    display: block;
}

@media (max-width: 767px) {
    span.price-apd {
        text-align: left;

    }
}