@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800&display=swap');

/* CSS Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
button,
input,
textarea,
select,
p,
span,
a,
li,
td,
th,
label,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

/* Khôi phục icon đánh giá của Flatsome */
.stars a,
.stars a::before,
.stars a::after {
    font-family: fl-icons !important;
}
/* =====================================
   HEADER TRANSPARENT CHỈ TRANG CHỦ
===================================== */

/* Header đè lên banner */
.home #header{
    position:absolute !important;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
}

/* Nền trong suốt */
.home .header-wrapper,
.home .header-main,
.home .header-bg-container,
.home .header-bg-color{
    background:transparent !important;
    box-shadow:none !important;
    border:none !important;
}

.home .top-divider{
    display:none !important;
}

/* Menu trắng trên banner */
.home .nav > li > a,
.home .header-nav-main .nav > li > a,
.home .icon-search,
.home .cart-icon{
    color:#fff !important;
}

/* Khi cuộn xuống */
.home .header-wrapper.stuck,
.home .header-wrapper.stuck .header-main,
.home .header-wrapper.stuck .header-bg-color{
    background:#fff !important;
    backdrop-filter:none !important;
    box-shadow:0 2px 15px rgba(0,0,0,.08) !important;
}

/* Chữ đen khi cuộn */
.home .header-wrapper.stuck .nav > li > a,
.home .header-wrapper.stuck .icon-search,
.home .header-wrapper.stuck .cart-icon{
    color:#111 !important;
}
/* CÁC TRANG KHÁC NGOÀI TRANG CHỦ */
body:not(.home) .header-wrapper,
body:not(.home) .header-main,
body:not(.home) .header-bg-color{
    background:#fff !important;
}

/* Menu đen */
body:not(.home) .nav > li > a,
body:not(.home) .header-nav-main .nav > li > a{
    color:#111 !important;
}

/* Icon đen */
body:not(.home) .icon-search,
body:not(.home) .cart-icon,
body:not(.home) .header-cart-link{
    color:#111 !important;
}
/* =====================================
   HEADER MENU DARUMA
===================================== */

/* Khoảng cách giữa các menu */
.header-nav-main > li{
    margin: 0 6px !important;
}

/* Chữ menu */
.header-nav-main > li > a.nav-top-link{
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: .5px !important;
    text-transform: uppercase;
    padding: 6px !important;
    line-height: 70px !important;
    transition: all .3s ease;
}

/* Hover */
.header-nav-main > li > a.nav-top-link:hover{
    color: #d4af37 !important;
}

/* Trang hiện tại */
.header-nav-main > li.current-menu-item > a.nav-top-link,
.header-nav-main > li.current_page_item > a.nav-top-link,
.header-nav-main > li.current-menu-ancestor > a.nav-top-link,
.header-nav-main > li.active > a.nav-top-link{
    color:#d4af37 !important;
}

/* Gạch dưới khi hover */
.header-nav-main > li > a.nav-top-link::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:18px;
    width:0;
    height:2px;
    background:#d4af37;
    transform:translateX(-50%);
    transition:.3s;
}

.header-nav-main > li > a.nav-top-link:hover::after,
.header-nav-main > li.current-menu-item > a.nav-top-link::after,
.header-nav-main > li.active > a.nav-top-link::after{
    width:60%;
}

/* Không làm ảnh hưởng tới icon */
.header-nav-main > li > a{
    position:relative;
}
/* Nút ĐẶT BÀN NGAY */
.header-button .button{
    background: #a61d1d !important;
    border: 2px solid #7a0f0f !important;
    color: #fff !important;
    border-radius: 99px !important;
    padding: 0 24px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    transition: all .3s ease;
}

.header-button .button span{
    color: #fff !important;
}
/* Hover */
.header-button .button:hover{
    background: #c62828 !important;
    border-color: #a61d1d !important;
    color: #fff !important;
}
/* ===========================
   Mô tả Banner
=========================== */
.daruma-desc{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
}

/* Chữ "trải nghiệm" */
.daruma-desc span{
    color: #b32020;
    font-style: italic;
    font-family: "Kaushan Script","Pacifico","Brush Script MT",cursive;
    font-size: 32px;
    font-weight: 400;
}
/* button trắng */
.button.white.is-outline {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

.button.white.is-outline,
.button.white.is-outline span {
    color: #fff !important;
    font-weight: 700 !important;
}

.button.white.is-outline:hover {
    background: #fff !important;
    color: #000 !important;
}

.button.white.is-outline:hover span {
    color: #000 !important;
}
/* ==========================================
   TIÊU ĐỀ PHONG CÁCH NHÀ HÀNG NHẬT
========================================== */

/* Tiêu đề */
.section-title .section-title-main{
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;

    /* Vàng kim */
    color: #d4af37 !important;
    text-shadow:
        0 1px 0 #fff6c7,
        0 2px 4px rgba(0,0,0,.35);
}

/* Hoa bên trái */
.section-title .section-title-main::before{
    content: "❀";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #9b1b1b;
    font-size: 30px;
    line-height: 1;
    text-shadow: 0 0 6px rgba(155,27,27,.3);
}

/* Hoa bên phải */
.section-title .section-title-main::after{
    content: "❀";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #9b1b1b;
    font-size: 30px;
    line-height: 1;
    text-shadow: 0 0 6px rgba(155,27,27,.3);
}

/* Đường kẻ hai bên */
.section-title-center b{
    display: inline-block;
    width: 90px;
    height: 2px;
    border-radius: 999px;
    vertical-align: middle;
    opacity: .8;
    background: linear-gradient(
        to right,
        transparent,
        #8b6b3f,
        #d4af37,
        #8b6b3f,
        transparent
    );
}

.section-title-center b:first-child{
    margin-right: 18px;
}

.section-title-center b:last-child{
    margin-left: 18px;
}

/* Hover */
.section-title:hover .section-title-main{
    color: #f2cf63 !important;
    transition: .3s ease;
}

.section-title:hover .section-title-main::before,
.section-title:hover .section-title-main::after{
    transform: translateY(-50%) scale(1.1);
    transition: .3s ease;
}

/* Mobile */
@media (max-width:768px){
    .section-title .section-title-main{
        padding: 0 45px;
        letter-spacing: 1px;
    }

    .section-title .section-title-main::before,
    .section-title .section-title-main::after{
        font-size: 24px;
    }

    .section-title-center b{
        width: 55px;
    }
}
/* =====================================
   MENU MOBILE - TRANG KHÁC
===================================== */

body:not(.home) .mfp-content,
body:not(.home) .off-canvas,
body:not(.home) .mobile-sidebar,
body:not(.home) .sidebar-menu{
    background:#fff !important;
}

/* Chữ menu */
body:not(.home) .nav-sidebar li>a{
    color:#111 !important;
    border-color:#ececec !important;
    font-weight:600;
}

/* Icon */
body:not(.home) .nav-sidebar .icon-angle-down{
    color:#111 !important;
}

/* Form tìm kiếm */
body:not(.home) .searchform input{
    background:#fff !important;
    color:#111 !important;
    border:1px solid #ddd !important;
}

body:not(.home) .searchform button{
    background:#d97745 !important;
    color:#fff !important;
}

/* Nút đặt bàn */
body:not(.home) .nav-sidebar .button{
    background:#b71c1c !important;
    color:#fff !important;
}
/* =========================================================
   DARUMA PRODUCT CARD
   ẢNH → TÊN → NÚT ĐẶT MÓN
========================================================= */


/* =========================
   CARD
========================= */

.product-small .box {
    background: #111 !important;
    border: 1px solid #c89b3c !important;
    border-radius: 14px !important;
    overflow: hidden !important;

    transition: all .3s ease;
}

.product-small:hover .box {
    transform: translateY(-5px);
    border-color: #e7c46a !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
}


/* =========================
   ẢNH
========================= */

.product-small .box-image {
    padding: 14px !important;
    background: #111 !important;
}

.product-small .box-image img {
    width: 100% !important;
    height: 230px !important;

    object-fit: cover;

    border-radius: 10px;

    opacity: 1 !important;
    filter: none !important;

    transition: transform .35s ease;
}

.product-small:hover .box-image img:first-child {
    transform: scale(1.04);
}


/* Tắt ảnh hover thứ 2 */

.product-small .image-fade_in_back img:nth-child(2),
.product-small .image-fade_in_back img.show-on-hover {
    display: none !important;
}


/* Tắt overlay */

.product-small .image-fade_in_back:before,
.product-small .image-fade_in_back:after {
    display: none !important;
}


/* =========================
   BOX TEXT
========================= */

.product-small .box-text {
    position: relative !important;

    display: block !important;

    padding: 0 15px 15px !important;

    background: #111 !important;
}


/* =========================
   ẨN CATEGORY
========================= */

.product-small .product-cat {
    display: none !important;
}


/* =========================
   TÊN SẢN PHẨM
========================= */

.product-small .product-title {
    min-height: 58px !important;

    margin: 0 !important;
    padding: 0 !important;
}

.product-small .product-title a {
    display: block !important;

    color: #fff !important;

    font-size: 18px !important;

    font-weight: 700 !important;

    line-height: 1.4 !important;

    text-decoration: none !important;
}

.product-small:hover .product-title a {
    color: #f3d37c !important;
}

/* =========================================================
   NÚT ĐẶT MÓN
   TẠO NÚT MỚI BẰNG CSS
========================================================= */

.product-small .box-text::after {

    content: "ĐẶT MÓN";

    display: block;

    width: 100%;

    box-sizing: border-box;

    margin-top: 12px;

    padding: 11px 0;

    background: #a32020;

    border: 1px solid #d8b25f;

    border-radius: 6px;

    color: #fff;

    font-size: 15px;

    font-weight: 700;

    line-height: 1.2;

    text-align: center;

    text-transform: uppercase;

    cursor: pointer;

    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;
}


/* Hover */

.product-small:hover .box-text::after {

    background: #c52a2a;

    border-color: #e7c46a;

    transform: translateY(-1px);
}


/* =========================================================
   ẨN QUICK VIEW CŨ
========================================================= */

.product-small .image-tools.grid-tools {
    display: none !important;
}

.product-small .quick-view {
    display: none !important;
}

.product-small .image-tools.top,
.product-small .image-tools.bottom {
    display: none !important;
}


/* =========================================================
   ẨN BADGE
========================================================= */

.product-small .badge-container {
    display: none !important;
}


/* =========================================================
   FLICKITY
========================================================= */

.flickity-prev-next-button {
    background: transparent !important;

    border: none !important;

    box-shadow: none !important;
}

.flickity-prev-next-button:hover {
    background: transparent !important;
}

.flickity-prev-next-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.flickity-button-icon {
    fill: #d7b25d !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .product-small .box-image {
        padding: 10px !important;
    }

    .product-small .box-image img {
        height: 180px !important;
    }

    .product-small .box-text {
        padding: 0 12px 12px !important;
    }

    .product-small .product-title {
        min-height: 50px !important;
    }

    .product-small .product-title a {
        font-size: 16px !important;
    }

    .product-small .box-text::after {
        margin-top: 10px;

        padding: 10px 0;

        font-size: 14px;
    }
}
/* ==========================================
   FOOTER - Vách ngăn cột
========================================== */

/* Không thay đổi layout của Flatsome */
#footer .row > .col{
    position: relative;
}

/* =========================
   Desktop
========================= */
@media (min-width: 850px){

    #footer .row > .col:not(:last-child)::after{
        content: "";
        position: absolute;
        top: 1%;
        right: 0;
        width: 2px;
        height: 85%;
        border-radius: 999px;
        pointer-events: none;

        background: linear-gradient(
            to bottom,
            transparent 0%,
            rgba(255,255,255,.08) 8%,
            rgba(255,220,170,.45) 50%,
            rgba(255,255,255,.08) 92%,
            transparent 100%
        );

        box-shadow:
            0 0 6px rgba(255,190,120,.18),
            0 0 12px rgba(255,255,255,.05);
    }
}

/* =========================
   Mobile & Tablet
========================= */
@media (max-width: 849px){

    #footer .row > .col{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    /* Đường kẻ ngang giữa các cột */
    #footer .row > .col:not(:last-child)::after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 80%;
        height: 2px;
        border-radius: 999px;
        pointer-events: none;

        background: linear-gradient(
            to right,
            transparent 0%,
            rgba(255,255,255,.08) 10%,
            rgba(255,220,170,.45) 50%,
            rgba(255,255,255,.08) 90%,
            transparent 100%
        );

        box-shadow:
            0 0 6px rgba(255,190,120,.18),
            0 0 12px rgba(255,255,255,.05);
    }

    /* Cột cuối không cần khoảng cách */
    #footer .row > .col:last-child{
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
/* =====================================
   BLOG DARUMA PREMIUM
===================================== */

/* Card */
.post-item .box-blog-post{
    position: relative;
    overflow: hidden;
    background: #111;
    border: 1px solid rgba(201,160,74,.7);
    border-radius: 12px;
    transition: border-color .3s, box-shadow .3s;
}

.post-item .box-blog-post:hover{
    border-color: #d8b15d;
    box-shadow: 0 8px 25px rgba(0,0,0,.35);
}

/* Ảnh */
.post-item .box-image{
    overflow: hidden;
}

.post-item .box-image img{
    width:100%;
    transition:transform .6s ease;
}

.post-item:hover .box-image img{
    transform:scale(1.05);
}

/* Overlay */
.post-item .overlay{
    background:linear-gradient(
        to top,
        rgba(0,0,0,.90) 0%,
        rgba(0,0,0,.45) 45%,
        rgba(0,0,0,.10) 100%
    ) !important;
}

/* Nội dung */
.post-item .box-text{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:5;
    padding:16px;
    background:none;
    text-align:left !important;
}

/* Tiêu đề */
.post-item h5.post-title{
    margin:0 0 8px;
    line-height:1.35;
}

.post-item h5.post-title a{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;

    color:#fff !important;
    font-size:15px !important;
    font-weight:700;
    line-height:1.4;
    text-decoration:none;
    transition:.3s;
}

.post-item:hover h5.post-title a{
    color:#d8b15d !important;
}

/* Ngày */
.post-item .post-meta{
    margin-top:6px;
    font-size:13px;
    color:#d7d7d7;
    opacity:.9;
}

/* Divider */
.post-item .is-divider{
    display:none;
}

/* Tag */
.post-item .box-image::before{
    content:"VĂN HÓA NHẬT BẢN";
    position:absolute;
    top:14px;
    left:14px;
    z-index:9;

    background:#b51212;
    color:#fff;

    padding:6px 12px;
    border-radius:4px;

    font-size:11px;
    font-weight:700;
    letter-spacing:.4px;
}

/* Xem thêm */
.post-item .blog-post-inner::after{
    content:"XEM THÊM →";
    display:inline-block;
    margin-top:10px;

    color:#d8b15d;
    font-size:13px;
    font-weight:700;
    letter-spacing:.4px;

    transition:.3s;
}

.post-item:hover .blog-post-inner::after{
    letter-spacing:1px;
}

/* Ẩn hiệu ứng hover mặc định của Flatsome */
.post-item .box,
.post-item .box-image,
.post-item .col-inner{
    transform:none !important;
}

/* Responsive */
@media (max-width:849px){

.post-item .box-text{
    padding:14px;
}

.post-item h5.post-title a{
    font-size:14px !important;
}

.post-item .post-meta{
    font-size:12px;
}

.post-item .box-image::before{
    font-size:10px;
    padding:5px 10px;
}

.post-item .blog-post-inner::after{
    font-size:12px;
}
}
/* ===========================
   SHOP SIDEBAR
=========================== */

#shop-sidebar .widget{
    margin-bottom:38px;
}

/* Tiêu đề */
#shop-sidebar .widget-title{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:20px;
    font-weight:700;
    color:#222;
    font-family:"Cormorant Garamond", serif;
    margin-bottom:22px !important;
    line-height:1.4;
}

#shop-sidebar .widget-title::before{
    content:"";
    width:4px;
    height:24px;
    background:#b88a2d;
    flex-shrink:0;
}

#shop-sidebar .is-divider{
    display:none;
}

/* Search */
#shop-sidebar .searchform{
    margin-bottom:0;
}

#shop-sidebar .search-field{
    height:52px !important;
    padding:0 18px !important;
    border:1px solid #ddd !important;
    background:#fafafa !important;
    font-size:15px !important;
    box-shadow:none !important;
}

#shop-sidebar .search-field:focus{
    border-color:#b88a2d !important;
    background:#fff !important;
}

#shop-sidebar .submit-button{
    width:52px !important;
    height:52px !important;
    background:#b88a2d !important;
    color:#fff !important;
    border:none !important;
    margin:0 !important;
}

/* Danh mục + bài viết */
#shop-sidebar ul{
    margin:0;
    padding:0;
}

#shop-sidebar li{
    list-style:none;
}

#shop-sidebar li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:13px 0;
    border-bottom:1px solid #eee;
    font-size:15px;
    color:#555;
    transition:.25s;
}

#shop-sidebar li:last-child a{
    border-bottom:none;
}

#shop-sidebar li a:hover{
    color:#b88a2d;
}