:root {
    --off-white: #FFFCF7;
    --cream: #FBF6EE;
    --cream-deep: #EFE7DB;

    --brown: #5A4636;
    --brown-muted: #9A8A79;

    --green: #B07A3C;
    --green-light: #CFA06A;
    --green-pale: #F6EEE4;

    --gold: #D6B676;
    --gold-dark: #B69055;

    --border: rgba(90, 70, 54, 0.12)
}
body {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
[lang=th-TH] body {
    font-family: "Noto Sans Thai", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
main {
    width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    min-height: calc(100vh - 500px);
}
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
#header {
    position: fixed;
    padding: 0 clamp(30px, 5vw, 60px);
    transition: background 0.5s;
    box-shadow: 0 1px 0 rgb(79, 107, 74, 0.15);
    background: var(--brown);
}
#index #header {
    box-shadow: none;
}
.scrolled #header ,
#index.scrolled #header {
    /*background: rgba(255, 255, 255, 0.95);*/
    backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 rgb(79 107 74 / .15)
}
.header-bottom .navbar-brand {
    transition: all .2s;
    max-width: 70px;
}
#header .container-md {
    max-width: 100%;
}
.header-bottom {
    border-bottom: none;
}
#wrapper {
    padding-top: 50px;
}
.ratio-homeSlider {
    height: 100vh;
}
.carousel .carousel-caption {
    z-index: 2;
}
.carousel .carousel-caption .caption-description {
    max-width: 700px;
}
.carousel .carousel-caption .caption-description .display-1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 5.5vw, 60px);
    font-weight: 300;
    line-height: 1.0;
    letter-spacing: -0.01em;
    color: white;
    margin-bottom: 24px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.carousel .carousel-caption .caption-description p {
    color: white;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    margin-top: 30px;
}
.hero-eyebrow,
.section-label,
.section-label p {
    font-size: 14px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--gold-dark);
    font-weight: 400;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.carousel .carousel-caption .hero-eyebrow {
    color: var(--gold);
    font-weight: 450;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.hero-eyebrow:before,
.section-label:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: var(--gold);
    flex-shrink: 0;
}
.section-label p {
    width: 100%;
    margin-bottom: 0;
}
.type_31 .section-label p {
    display: block;
}
.type_31 .section-label:before {
    content: none;
}
.section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(40px, 4.5vw, 66px);
    font-weight: 400;
    line-height: 1.05;
    margin-top: 0;
}
.section-title em {
    font-style: italic;
    color: var(--green);
}
h1 em, .h1 em, h2 em, .h2 em {
    font-style: italic;
    color: var(--green);
}
.featured-products {
    padding: clamp(60px, 8vw, 120px) 0;
    background: var(--off-white);
    position: relative;
}
.featured-products .products {
    margin-top: 60px;
}
.menu-desc {
    max-width: 400px;
    line-height: 1.85;
    color: #777;
    margin-top: 18px;
}
.products article .wishlist-button-add {
    display: none!important;
}
.featured-products .product-miniature .card {
    position: relative;
}
.featured-products .product-miniature .product-miniature__infos {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    justify-content: center;
}
.featured-products .product-miniature:hover .product-miniature__infos {
    opacity: 1;
    visibility: visible;
    background: rgba(20, 15, 10, 0.45);
}
.featured-products .product-miniature__infos__top {
    justify-content: center!important;
    align-content: center!important;
    border-radius: 6px 6px 0 0;
    height: auto;
}
.featured-products .product-miniature__infos__bottom {
    margin: 0;
    border-radius: 0 0 6px 6px;
    padding: 20px;
}
.featured-products .product-miniature__title {
    font-size: 22px;
    line-height: 1.3;
    color: var(--brown);
    margin-bottom: 10px;
}
.featured-products .product-miniature__prices {
    display: none;
}
.featured-products .featured-products-footer {
    padding-bottom: 0;
    padding-top: 2.5rem;
}
.btn-outline-primary {
    background: transparent;
    color: var(--brown);
    padding: 14px 38px;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    border: 1px solid rgba(58,42,34,0.25);
    cursor: pointer;
    font-family: 'Jost', 'Noto Sans Thai', sans-serif;
    font-weight: 400;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.btn-outline-primary:hover {
    border-color: var(--green);
    color: var(--green);
    background: transparent;
}
.gallery-bg {
    display: block;
    height: 100%;
    width: 100%;
}
#boixitem_1 {
    position: relative;
    overflow: hidden;
    padding: clamp(50px, 5vw, 100px) 0;
}
#boixitem_1:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/multibloc_1_bg.png") no-repeat center center / cover;
    pointer-events: none;
}
#boixitem_1 .description {
    max-width: 800px;
    margin: 40px auto auto;
    position: relative;
}
.section-inner {
    margin: 0 auto;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 425px;
    gap: 4px;
}
.gal-item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.gal-bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 78px;
    transition: transform 0.65s ease;
}
.gal-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.45));
    opacity: 0;
    transition: opacity 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}
.gal-overlay .js-video {
    width: 70px;
    height: 70px;
    border: 1.5px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    position: relative;
    color: var(--brown);
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}
.gal-item:hover .gal-overlay {
    opacity: 1;
}
.gal-caption {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    color: var(--cream);
}
.gal-item {
    grid-column: span 3;
}
.gal-item:nth-child(1) .gal-bg {
    background: url("../img/picto-ambience_1.jpg") no-repeat center center  / cover;
}
.gal-item:nth-child(2) .gal-bg {
    background: url("../img/picto-ambience_5.jpeg") no-repeat center center  / cover;
}
.gal-item:nth-child(3) .gal-bg {
    background: url("../img/picto-ambience_3.jpeg") no-repeat center center  / cover;
}
.gal-item:nth-child(4) .gal-bg {
    background: url("../img/picto-ambience_4.jpeg") no-repeat center center  / cover;
}
.carousel .carousel-item img {
    transition: all .7s ease-in-out;
}
#contact .wrapper > .container > .row {
    margin: 0 auto;
    padding: clamp(20px, 6vw, 60px);
    align-items: flex-start;
}
/*#contact .wrapper {*/
/*    background:*/
/*        radial-gradient(circle at top left, rgba(214, 182, 118, 0.12), transparent 35%),*/
/*        linear-gradient(180deg, #fffdfa 0%, #f9f4ed 100%);*/
/*}*/
#contact .page-content {
    color: var(--brown);
}
.store-name-block {
    padding: 8px 0 28px;
    margin-bottom: 22px;
    position: relative;
    overflow: hidden;
}
.contact__details .contact__title {
    font-family: 'Cormorant Garamond',serif;
    font-size: clamp(30px, 2.6vw, 38px);
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.1;
    color: #4f3d31;
    margin-bottom: 8px;
}
.store-tagline {
    font-size: 15px;
    font-style: normal;
    font-family: 'Jost',sans-serif;
    font-weight: 350;
    letter-spacing: 0.04em;
    color: #7a6858;
}
.info-block {
    margin-bottom: 36px;
}
.info-block-title {
    font-size: 14px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Jost', 'Noto Sans Thai', sans-serif;
    font-weight: 500;
}
.info-block-title:before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--gold);
    flex-shrink: 0;
}
.contact__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(176,122,60,0.14);
    text-decoration: none;
    color: inherit;
    transition: color .3s;
}
.contact__details i {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    color: var(--gold-dark);
    border: 1px solid rgba(176,122,60,0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: background .3s, color .3s;
    background: #fcf7ef;
    border-radius: 12px;
}
.info-label {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #9a7d58;
    display: block;
    margin-bottom: 6px;
}
.contact__info,
.contact__info a {
    font-family: 'Jost',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5b4a3a;
    line-height: 1.75;
    transition: color .3s;
}
.contact__info a:hover {
    color: var(--gold-dark);
}
.contact-form .h2 {
    font-family: 'Cormorant Garamond',serif;
    font-size: clamp(34px,3.5vw,52px);
    font-weight: 400;
    color: #4d3a2f;
    line-height: 1.08;
    letter-spacing: 0.01em;
}
.contact-form .contact-note {
    font-size: 15px;
    color: #7b6959;
    line-height: 1.9;
    margin-top: 14px;
    max-width: 520px;
    margin-bottom: 32px;
}
.contact-form form {
    background: rgba(255, 252, 247, 0.7);
    border: 1px solid rgba(214, 182, 118, 0.2);
    border-radius: 20px;
    padding: clamp(26px, 4vw, 38px);
    box-shadow: 0 18px 40px rgba(90, 70, 54, 0.06);
}
.contact-form .mb-3 {
    margin-bottom: 1.6rem !important;
}
.form-control,
.form-select,
.modal.product-comment-modal .form-control,
.modal.product-comment-modal textarea {
    background: rgba(255, 252, 247, 0.95);
    border: 1px solid rgba(176,122,60,0.22);
    color: #4f3d31;
    font-family: 'Jost',sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    padding: 14px 18px;
    outline: none;
    transition: border-color .3s, background .3s, box-shadow .3s;
    width: 100%;
    appearance: none;
    border-radius: 14px;
}
.form-control:focus,
.form-select:focus,
.modal.product-comment-modal .form-control:focus,
.modal.product-comment-modal textarea:focus {
    border-color: var(--gold-dark);
    background: #fffdf9;
    box-shadow: 0 0 0 4px rgba(214,182,118,0.14);
}
.form-label {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8c745d;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}
.form-text {
    color: #8c7b6b;
    font-size: 12px;
    margin-top: 6px;
}
.form-footer {
    margin-top: 8px;
}
.form-footer .btn-primary {
    background: linear-gradient(135deg, #b88a4d 0%, #9b6f36 100%);
    color: #fffaf3;
    padding: 15px 34px;
    min-width: 132px;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(176,122,60,0.18);
}
.form-footer .btn-primary:hover,
.form-footer .btn-primary:focus {
    background: linear-gradient(135deg, #c69757 0%, #a8793b 100%);
    transform: translateY(-1px);
}
.contact__map {
    box-shadow: 0 14px 30px rgba(90, 70, 54, 0.08);
}
.opening-hours {
    background: rgba(255, 252, 247, 0.8);
    border: 1px solid rgba(214, 182, 118, 0.18);
    border-radius: 16px;
    padding: 16px 18px;
}
.opening-hours__row {
    gap: 18px;
    margin: 0;
    padding: 8px 0;
}
.opening-hours__row p {
    margin: 0;
}
.opening-hours__row p:last-child {
    color: #7d654d;
    font-weight: 500;
}
.contact-form textarea.form-control {
    min-height: 138px;
    resize: vertical;
}
.contact-form .form-control::placeholder,
.contact-form .form-select,
.contact-form input[type="file"] {
    color: #9c8a79;
}
.breadcrumb {
    align-items: baseline;
}
.map-section-address iframe {
    width: 100%;
    height: 220px;
    margin-bottom: 44px;
    border-radius: 18px;
}
.bccms-cat-card__title {
    font-family: 'Cormorant Garamond',serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--brown);
    margin-bottom: 10px;
    transition: color .3s;
}
.bccms-cat-card__body .card-text {
    font-size: 13px;
    line-height: 1.8;
    color: var(--brown-muted);
    margin-bottom: 20px;
    flex: 1;
}
.bccms-cat-card__thumb {
    position: relative;
}
.bccms-cat-card__thumb:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: var(--gold);
    transition: width .5s ease;
    z-index: 2;
}
.bccms-cat-card:hover .bccms-cat-card__thumb:after {
    width: 100%;
}
.bccms-cat-card:hover .bccms-cat-card__title {
    color: var(--gold);
}
.bccms-cat-card__arrow {
    color: var(--gold);
}
.bccms-cat-card__arrow svg {
    stroke: var(--gold);
}
/*.bccms-cat-list li:not(:first-child) .bccms-cat-card__thumb {*/
.bccms-cat-list li .bccms-cat-card__thumb {
    max-height: 260px;
}
.page-header h1 {
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 400;
    margin: 10px 0;
    font-family: 'Cormorant Garamond',serif;
    line-height: 1;
    color: var(--bs-gray-800);
}
.blog-desc {
    font-size: clamp(14px, 1.2vw, 18px);
    color: var(--brown-muted);
    max-width: 520px;
    line-height: 1.7;
}
body#cms .page-header.col-md-6 .h4 {
    max-width: 550px;
}
.breadcrumb a,
.breadcrumb-item + .breadcrumb-item {
    font-size: 11px;
    letter-spacing: 0.12em;
}
.rich-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    color: #666;
}
blockquote {
    margin: 44px 0;
    padding: 30px 36px;
    border-left: 3px solid var(--gold);
    background: #F0E4C8;
    position: relative;
}
blockquote > * {
    font-family: 'Cormorant Garamond',serif;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: var(--brown);
    line-height: 1.55;
    margin: 0 !important;
}
blockquote:before {
    content: '"';
    font-family: 'Cormorant Garamond',serif;
    font-size: 80px;
    line-height: 1;
    color: var(--gold);
    opacity: 0.4;
    position: absolute;
    top: -10px;
    left: 20px;
}
#bccustomcms-banner {
    position: relative;
}
#bccustomcms-banner img {
    width: 100%;
    border-radius: 6px;
}
#bccustomcms-banner:before {
    content: '"';
    line-height: 1;
    color: var(--gold);
    z-index: 999;
    font-size: 80px;
    opacity: 0.3;
    position: absolute;
    top: -20px;
    left: 0;
    font-family: serif;
}
.cms-other-pages {
    background: var(--off-white);
    margin-top: 60px;
    padding: 70px 0 20px;
    border-top: 1px solid rgba(201,169,106,0.28);
    clear:both;
}
#category #content-wrapper {
    width: 100%;
}
#products .products-selection {
    display: none;
}
.footer {
    --footer-background-color: #3c2d24
}
.footer__logo {
    text-align: center;
    margin-bottom: 4rem;
}
.footer__logo .navbar-brand {
    width: fit-content;
    margin: auto;
}
.footer h3 {
    font-family: 'Cormorant Garamond',serif;
    font-size: 20px;
    line-height: 1.05;
    color: #F5F1EC;
    text-align: center;
}
.footer p {
    font-size: 14px;
    line-height: 1.85;
    color: var(--cream-deep);
    margin-top: 18px;
    opacity: .75;
    letter-spacing: .3px;
}
.text-center {
    text-align: center!important;
}
.footer__main .col-md-12 a {
    color: var(--gold);
}
.blog__crown {
    height: clamp(80px, 12vw, 140px);
    width: 100%;
    transform: rotate(180deg);
}
#index #content-wrapper .page-footer {
    display: none;
}
.cms-other-card:hover .cms-other-title {
    color: var(--gold);
}
.block-category {
    text-align: center;
}
#subcategories {
    justify-content: center;
}
.subcategory__wrapper {
    width: fit-content;
}
.subcategory {
    padding: 13px 20px;
    justify-content: center;
}
.subcategory__image {
    display: none;
}
.subcategory__name {
    margin-left: 0;
}
.product-miniature .product-miniature__infos__top {
    padding: 20px;
}
#products {
    margin-top: clamp(20px, 5vw, 60px);
}
.product-miniature .product-miniature__infos {
    flex-grow: inherit;
}
.product-miniature .product-miniature__infos__top {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.product-miniature .product-miniature__title {
    font-family: 'Cormorant Garamond' , 'Noto Sans Thai' ,serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1.4;
    color: var(--bs-gray-800);
    transition: color .3s;
    margin-bottom: 0;
}
.product-miniature .product-miniature__price {
    font-size: 16px;
    font-weight: 500;
    color: var(--gold);
    transition: color .3s;
    align-content: center;
    margin: 0 !important;
}
.product-miniature .product-miniature__infos__bottom {
    margin-top: 0;
}
.product__description-short p,
.product__description-short ul {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.05px;
    color: #777;
    line-height: 1.6;
}
.product__description-short {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#category #left-column {
    display: none;
}
.product-miniature .card:hover {
    filter: none;
}
.product-miniature .card:hover .product-miniature__title {
    color: var(--gold);
}
.product-miniature .product-miniature__image-container {
    padding: 15px;
    position: relative;
}
#index .product-miniature .product-miniature__image-container {
    padding: 0;
}
.product-miniature .product-miniature__image-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: var(--gold);
    transition: width .5s ease;
    z-index: 2;
}
.product-miniature .card:hover .product-miniature__image-container::after {
    width: 100%;
}
.product-flags,
.page-product .product__tax-info {
    display: none!important;
}
#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    padding: 9px 12px;
    border-radius: 50%;
    background-color: var(--gold-dark);
    color: white;
    border: none;
    opacity: .8;
    transition: opacity .25s ease
}
#backToTop:hover {
    opacity: 1;
}
.subcategory.active {
    border-color: var(--gold);
    background: var(--gold);
}
.subcategory.active p {
    color: white;
}
.pagination-number {
    display: none;
}
.cms-other-card__nav .go_to_next,
.cms-other-card__nav .go_to_prev {
    font-size: 24px;
    color: #7a7a7a;
}
.btn-primary {
    background: var(--green);
    color: var(--cream);
    border: none;
    padding: 15px 48px;
    font-family: 'Jost', 'Noto Sans Thai', sans-serif;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    align-items: center;
    gap: 10px;
}
#home-slider .carousel-content {
    position: relative;
}
#home-slider .carousel-content:not(.non-overlay):before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%
    );
}
.header .header-menu-link a {
    border: 2px solid rgba(200,169,106,0.7);
    text-transform: uppercase;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    font-size: 12px;
    letter-spacing: 1.5px;
    transition: all .3s ease;
    font-weight: 500;
    color: var(--gold)!important;
}
.header .header-menu-link a:hover {
    background: rgba(200,169,106,0.6);
    color: #fff!important;
}
.bcsm-hamburger span {
    border-radius: 2px;
}
.header a:not(.dropdown-item):not(.btn):hover,
.header a:not(.dropdown-item):not(.btn):hover i {
    color: var(--cream-deep);
    opacity: 0.8;
    transition: .2s linear all;
}
.product-miniature .product-miniature__infos .js-quickview {
    padding-left: 0;
    color: #777;
}
.product-miniature .product-miniature__quickview-inline {
    margin-top: 14px;
}
.product-miniature .product-miniature__more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    color: var(--brown);
    font-family: 'Jost', 'Noto Sans Thai', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
}
.product-miniature .product-miniature__more::after {
    content: "";
    display: block;
    width: 46px;
    height: 1px;
    background: rgba(176, 122, 60, 0.45);
    transition: width .25s ease, background-color .25s ease;
}
.product-miniature .product-miniature__more:hover,
.product-miniature .product-miniature__more:focus {
    color: var(--gold-dark);
    text-decoration: none;
}
.product-miniature .product-miniature__more:hover::after,
.product-miniature .product-miniature__more:focus::after {
    width: 56px;
    background: var(--gold-dark);
}
.product-miniature .product-miniature__more-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(176, 122, 60, 0.22);
    border-radius: 999px;
}
.product-miniature .product-miniature__more-icon::before {
    content: "+";
    display: block;
    font-size: 14px;
    padding-bottom: 2px;
    padding-left: 2px;
}
.quickview .modal-dialog {
    max-width: 34rem;
}
.quickview .modal-content {
    background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(251, 246, 238, 0.98) 100%);
    border: 1px solid rgba(182, 144, 85, 0.14);
    border-radius: 24px;
    box-shadow: 0 20px 48px rgba(67, 44, 19, 0.18);
    overflow: hidden;
}
.quickview .modal-header {
    align-items: flex-start;
    padding: 16px 16px 0;
    border-bottom: 0;
}
.quickview .modal-header .btn-close {
    margin: 0 0 0 auto;
    opacity: .65;
}
.quickview .modal-body {
    padding: 0 24px 24px;
}
.quickview .quickview__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 4px;
}
.quickview .quickview__eyebrow {
    font-size: 11px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold-dark);
    font-weight: 500;
}
.quickview .quickview__headline {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(182, 144, 85, 0.18);
}
.quickview .quickview__title {
    margin-bottom: 0;
    color: var(--brown);
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}
.quickview .quickview__price-wrap .product-prices {
    margin-bottom: 0;
}
.quickview .quickview__price-wrap .product__current-price {
    color: var(--gold-dark);
    font-size: 28px;
    font-weight: 600;
}
.quickview .quickview__price-wrap .tax-shipping-delivery-label,
.quickview .quickview__price-wrap .product-discount,
.quickview .quickview__price-wrap .regular-price {
    color: var(--brown-muted);
}
.quickview .quickview__description,
.quickview .quickview__description p,
.quickview .quickview__description ul {
    color: rgba(90, 70, 54, 0.86);
    font-size: 15px;
    line-height: 1.8;
}
.quickview .quickview__description p:last-child {
    margin-bottom: 0;
}
.modal-body.page-product > .row > div:first-child {
    display: none;
}
#home-slider {
    height: 100% !important;
}
.carousel-indicators {
    padding-bottom: clamp(15px, 3vw, 30px);
}
.carousel .carousel-indicators button {
    height: 7px;
    width: 7px;
}
#_desktop_language_selector {
    position: relative;
    width: auto;
    order: 3;
    padding-left: 20px;
    padding-right: 0;
    margin-left: 5px;
}
.language-selector__wrapper select {
    border: none;
    padding: 7px;
    color: white;
    background: var(--brown);
}
.language-selector__wrapper svg {
    color: white;
}
.language-selector__wrapper select option{

    background: var(--brown);
    color: white;
}
.language-selector__wrapper select:focus {
    border-color: transparent;
    background: none;
    background: var(--brown);
    box-shadow: none;
}
.header-bottom i {
    font-size: 16px;
}
.main-menu__tree > li .menu-container {
    background-color: #fffcf7;
    border-top: 1px solid #EFE7DB;
}
.email-subscription .email-subscription__content__inputs input[type="email"] {
    background: white;
    color: #4f3d31;
}
.email-subscription .email-subscription__content__infos p {
    line-height: normal;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
.email-subscription .email-subscription__content__inputs .btn-primary:hover,
.email-subscription .email-subscription__content__inputs .btn-primary:active,
.email-subscription .email-subscription__content__inputs .btn-primary:focus {
    background: var(--green-light);
}
.carousel .carousel-indicators button.active {
    background-color: #f9f9f9;
}
.cta-call {
    font-size: 13px;
    font-weight: 500;
    padding: 7px 12px;
    border-radius: 50px;
    background: var(--cream-deep);
    color: var(--brown) !important;
    line-height: normal;
}
.cta-line {
    font-size: 13px;
    font-weight: 500;
    padding: 7px 12px;
    border-radius: 50px;
    background: var(--cream-deep);
    color: var(--brown) !important;
    margin-left: 10px;
    line-height: normal;
}
.page-link {
    color: var(--bs-body-color);
}
.page-link:hover {
    color: var(--gold);
}
.alert-success {
    color: #003600;
}
.main-menu__tree > li > a {
    padding: .95rem 1rem;
}
.main-menu__tree > li:hover .menu-container {
    display: none;
}
.subcategory {
    transition: all .2s ease;
    border: 1px solid var(--gold);
}
.subcategory:hover {
    background: var(--gold);
    border-color: var(--gold);
}
.subcategory:hover .subcategory__name {
    color: white;
}
.carousel .carousel-inner {
    max-height: calc(100vh - 50px);
}
.carousel .carousel-item img {
    max-height: calc(100vh - 50px);
}
#category,
.category-id-3,
.category-id-parent-3 {
    position: relative;
    background-color: #f6efe4;
    background-image: url("../img/menu-page-bg.png");
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
}
.category-id-3:before,
.category-id-parent-3:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 248, 240, 0.45);
    pointer-events: none;
    z-index: -1;
}
.product-miniature .card {
    border: 1px solid rgba(201, 164, 106, 0.18);
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    box-shadow: 0 6px 18px rgba(80, 52, 24, 0.05), 0 2px 6px rgba(80, 52, 24, 0.04);
}
.product-miniature .product-miniature__infos {
    padding-left: 10px;
    padding-right: 10px;
}
.disabled > .page-link, .page-link.disabled {
    background-color: #fff;
}
.page-item.active .page-link {
    color: var(--gold-dark);
}


@media (min-width: 768px) {
    .header-top {
        display: none;
    }
    .page-header.col-md-6 {
        float: left;
    }
    #bccustomcms-banner.col-md-6 {
        float: right;
        padding: 0 40px;
    }
    .page-header.col-md-6,
    #bccustomcms-banner.col-md-6 {
        margin-top: 4rem;
    }
    .quickview .modal-dialog {
        max-width: 36rem;
    }
}

@media (max-width: 767.98px) {
    .quickview .modal-dialog {
        margin: 16px;
    }
    .quickview .modal-body {
        padding: 0 18px 18px;
    }
    .quickview .quickview__title {
        font-size: 28px;
    }
    .quickview .quickview__price-wrap .current-price {
        font-size: 24px;
    }
    .quickview .quickview__description,
    .quickview .quickview__description p,
    .quickview .quickview__description ul {
        font-size: 14px;
        line-height: 1.7;
    }
}


/*
@media (min-width: 992px) {
    .bccms-cat-list li:first-child {
        width: 66.66%;
    }
    .bccms-cat-list li:first-child .bccms-cat-card {
        display: grid;
        grid-template-columns: 55% 45%;
        min-height: 320px;
        border: 1px solid rgba(201,169,106,0.3);
        position: relative;
    }
    .bccms-cat-list li:first-child .bccms-cat-card__thumb {
        aspect-ratio: 1/1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bccms-cat-list li:first-child .bccms-cat-card__thumb img {
        max-height: 470px;
        width: auto;
    }
    .bccms-cat-list li:first-child .bccms-cat-card__body {
        padding: 40px 40px;
        border-bottom: none;
    }
    .bccms-cat-list li:first-child .bccms-cat-card__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .bccms-cat-list li:first-child .bccms-cat-card__arrow {
        position: absolute;
        bottom: 20px;
        right: 20px;
        border-top: 0;
    }

}
*/


@media (min-width: 1200px) {
    .featured-products article {
        width: 33.33%;
    }
    #category .products {
        gap: 30px;
    }
    #category .product-miniature {
        width: calc(33.33% - 30px);
    }
    .main-menu {
        justify-content: center;
    }
    .header-bottom div.logo {
        position: absolute;
        right: 30px;
        top: 15px;
        width: auto;
        z-index: 1046;
    }
    .header a:not(.dropdown-item):not(.btn) {
        color: white;
    }
    #top-menu {
        position: relative;
    }
    .main-menu__tree > li:hover .menu-container {
        top: 68px;
        width: 100%;
        left: 0;
        padding: 30px;
    }
    .main-menu__tree > li:hover .menu-container ul > li {
        width: 50%;
        margin-bottom: 10px;
    }
    .main-menu__tree > li .menu-container a[data-depth="1"] {
        font-weight: 400;
        color: var(--brown);
        transition: all .25s ease;
    }
    .main-menu__tree > li .menu-container a[data-depth="1"]:hover {
        color: var(--brown);
        padding-left: 4px;
    }
    .header-bottom__row {
        justify-content: center;
    }
    #_desktop_language_selector:before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        top: 50%;
        bottom: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 12px;
        background: var(--brown-muted);
        margin-right: 2px;
    }
    .header-bottom__row {
        min-height: unset;
    }
    .header .dropdown-toggle:after {
        content: none;
    }
    #index .header-bottom .navbar-brand {
        max-width: 100px;
    }
    #index.scrolled .header-bottom .navbar-brand {
        max-width: 70px;
    }
}


@media (max-width: 1199px) {
    .gallery-grid {
        grid-template-rows: 240px;
    }
    .layout-left-column #left-column {
        padding-right: 0;
    }
    .header-block__icon {
        color: white;
    }
    .header-bottom .navbar-brand {
        max-width: 55px;
    }
    #wrapper {
        padding-top: 64px;
    }

}

@media (max-width: 991px) {
    .gallery-grid {
        grid-template-rows: 240px 240px;
    }
    .gal-item {
        grid-column: span 6;
    }
    .gal-overlay {
        opacity: 1;
    }
    .footer__logo {
        margin-bottom: 3rem;
    }
    .footer__main > .container > .row {
        gap: 30px;
    }
    .footer h3 {
        margin-bottom: 0;
    }
    .footer p {
        font-size: 14px;
        line-height: normal;
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    body#cms .page-header {
        padding-top: 14px;
        padding-bottom: 24px;
    }
    body#cms .page-content.page-general .rich-text {
        font-size: 15px;
    }
    #header {
        padding: 5px 15px;
    }
    .header-bottom .navbar-brand,
    .scrolled .header-bottom .navbar-brand {
        max-width: 50px!important;
    }
    #wrapper {
        padding-top: 59px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .carousel .carousel-caption {
        left: 0;
        right: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    #contact .wrapper > .container > .row {
        padding: 24px 0 40px;
        gap: 24px;
    }
    .contact-form form {
        padding: 22px 18px;
        border-radius: 18px;
    }
    .contact__details .contact__title {
        letter-spacing: 0.12em;
    }
    .store-tagline {
        font-size: 14px;
    }
    .map-section-address iframe {
        height: 200px;
        margin-bottom: 32px;
    }
    .opening-hours__row {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 2px;
    }
    .form-footer .btn-primary {
        width: 100%;
    }
    .language-selector__wrapper {
        margin-bottom: 0;
    }
    #subcategories {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: auto;
        scrollbar-width: none;
    }
    .product-miniature .product-miniature__infos__top {
        display: block;
    }
    .product-miniature .product-miniature__prices {
        margin-top: 10px;
    }

}


@media (max-width: 455px) {
    .subcategory {
        padding: 0 20px;
    }
    .link__app {
        display: none!important;
    }
    .subcategory__name {
        font-size: 14px;
    }
}

@media (min-width: 767px) {
    .five_col .col-xs-12{
        float:left;
        width:20%;
        text-align:center;
    }
}
.table-cell .description img{
    max-width:100%;
    height:auto;
}
