.consent-cookie {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 100%;
    max-width: 320px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    text-align: center;
    padding: 15px;
    background: white;
    box-shadow: 0 5px 15px 0 #00000026;
    border-radius: 10px;
}

.consent-cookie h5 {
    margin-bottom: 15px;
    text-transform: none;
    font-size: 20px;
    line-height: 1;
}

.consent-cookie p {
    margin-bottom: 20px;
}

.consent-cookie .buttons button {
    background: none;
    color: black;
    border: 0;
    padding: 5px 10px;
}

.consent-cookie .buttons .accept-cookie {
    background: #e0bf8c;
    font-weight: bold;
    color: white;
}

.consent-cookie.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.consent-cookie .btn-toolbar, .consent-cookie .card-text {
    text-align: center;
}

.splide__slide img {
    object-fit: cover;
}

.dropdown-menu .dropdown-submenu .dropdown-item {
    text-transform: uppercase;
}

.__hero_pane::before,
.__hero_pane::after {
    max-width: 250px;
}

.__hero_pane .__hero_pane-content {
    position: relative;
    z-index: 1;
}

.preicon {
    filter: grayscale(1) brightness(0) invert(0.8);
}

.breadcrumb {
    background: #808c76;
}

#hero .hero-banner {
    overflow: hidden;
}

.product-miniature .thumbnail-container .thumbnail-top .product-thumbnail {
    padding-block: 25px;
}

footer#footer {
    position: relative;
    background: rgb(215, 218, 213);
}

footer#footer:before {
    content: '';
    width: 450px;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: url('../images/bg-footer-1.png') no-repeat center center/contain;
    filter: greyscale(1);
    opacity: 0.25;
}

footer#footer:after {
    content: '';
    width: 450px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background: url('../images/bg-footer-2.png') no-repeat center center/contain;
    filter: greyscale(1);
    opacity: 0.15;
}

section.cta-section.bg-light {
    background-size: 100% auto;
    position: relative;
}

section.cta-section.bg-light:before {
    content: '';
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: 0;
}

section.cta-section.bg-light .container {
    position: relative;
}

.btn.btn-primary {
    background: #808c76;
    border-color: #808c76;
}

.btn.btn-primary:hover {
    background: #84a376;
    border-color: #808c76;
}

.conditions-generales-de-vente li {
    color: #999;
}

.category-description p {
    margin-bottom: 0 !important;
}

#page-30 #cta-2 .bg-white{
    background-color:transparent!important;
}
@media (max-width: 991.98px) {
    footer#footer:before,
    footer#footer:after {
        display: none;
    }

    #hero, #hero .hero-wrapper > div{
        height:auto;
    }
    #category.page-category #left-column{
        display:none;
    }
    .navbar-icons{
        gap:15px;
    }
    .navbar-icons a.d-none{
        display:block!important;
    }
    #cart .card.cart-summary{
        padding:15px;
    }

    #cart .cart-items .cart-item{
        padding-inline:15px;
    }
    #cart .cart-items .cart-item .remove-from-cart{
        display:none;
    }
    body#checkout .cart-grid-right .card{
        padding:15px;
    }
}