@import url('https://fonts.googleapis.com/css2?family=Red+Rose:wght@300..700&display=swap');
#product h1 {
    font-family: "Red Rose", serif;
}

:root {
    --bs-link-color-rgb: 0, 0, 0;
    --bs-link-hover-color: 0, 0, 0;
    --bs-heading-color-rgb: 0, 0, 0;
    --bs-primary: 0, 0, 0;
    --bs-link-color: #6f6658;
}

.current .ps-mainmenu__tree-link {
    background: #b5a994;
    color: #fff;
}

.ps-mainmenu__tree-link:focus {
    outline: none;
}

.btn-primary {
    background: #b5a994;
    border: #b5a994;
}

.btn.btn-primary:hover {
    background: #6f6658;
}

.btn-outline-primary {
    --bs-btn-color: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 11, 105, 246;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000;
    --bs-gradient: none;
}

.product-flags .badge.new {
    background-color: #b5a994 !important;
}

.ps-banner {
    background: #000;
}

#header .header-bottom__row {
    flex-direction: column;
}

.header-bottom .navbar-brand .logo {
    max-height: 5rem;
}

#top-menu {
    margin: 1rem 0
}

a.ps-mainmenu__tree-link {
    font-size: 0.95rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.5rem 0.75rem;
    border-radius: 1rem;
}

#header>div:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    overflow: hidden;
}

#header>div:last-child {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
}

#header>div {
    background-color: #f4eee7;
}

.carousel-inner {
    border-radius: 0.5rem;
}

#header,
#footer,
#wrapper {
    padding: 1rem;
}

.footerLogo {
    text-align: center;
}

.footerLogo img {
    max-height: 7rem;
    width: auto;
    margin-bottom: 2rem;
}

.footer__main {
    background: #6f6658;
    padding-bottom: 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.blockreassurance--dark {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.copyright {
    padding: 1rem 0;
    background: #444;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}


/****** PRODUCT ******/

.ps-featuredproducts .btn-outline-primary {
    background: #6f6658;
    transition: all 0.3s ease;
    border: #6f6658;
    color: #fff;
    border-radius: 1.5rem;
    padding: 0.85rem 5rem;
}

.ps-featuredproducts .btn-outline-primary:hover {
    background: #b5a994;
}

.product__right {
    background: #f4eee7;
    padding: 1rem;
    border-radius: 0.5rem;
}

.page-product .product__prices-block {
    flex-direction: row;
}


/****** RESPONSIVE ******/

@media (min-width: 768px) {
    .ps-mainmenu--desktop {
        order: 1;
    }
    .ps-mainmenu__desktop {
        display: block !important;
    }
    .ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__mobile-toggle {
        display: none;
    }
}

@media(max-width:767px) {
    .ps-mainmenu__desktop {
        display: none !important;
    }
    #index #header .header-bottom {
        margin-top: 0;
    }
    #header .header-bottom__row {
        flex-direction: row;
    }
    .header-bottom .navbar-brand .logo {
        max-height: 3rem;
        max-width: 8rem;
    }
}