.owner-name {
    font-family: "Script MT Bold", "andale mono", arial, sans-serif;
    color: #d7a15b;
    font-size: 14pt;
}
.owner-role {
    font-family: arial, helvetica, sans-serif;
    font-size: 12pt;
    color: #ffffff;
}



.slide-desc {
    color: #ffffff;
    width: 400px;
    font-size: 12px;
    line-height: 15px;
}



#jf-showcase .news-item {
    margin-bottom: 18px;
}
#jf-showcase .news-title {
    margin: 0 0 6px 0;
    font-size: 15px;
    font-weight: 600;
}
#jf-showcase .news-date {
    font-weight: normal;
    color: #8a7a55;
    font-size: 12px;
    margin-left: 8px;
}



.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 20px 0 30px 0;
}
.product {
    width: 320px;
    text-align: center;
    font-weight: 600;
}
.product img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 10px 16px 0, rgba(0, 0, 0, 0.19) 0 6px 20px 0;
}
.product-name {
    margin-top: 14px;
    font-size: 15px;
}
.product-cat {
    font-weight: normal;
    color: #8a7a55;
    font-size: 12px;
}
.product-price {
    color: #953735;
    margin-top: 4px;
}
.product-desc {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    color: #555;
    margin-top: 8px;
}



.contact-form {
    max-width: 560px;
    margin-top: 30px;
}
.contact-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 8px;
    font-family: inherit;
    font-size: 13px;
}
.contact-form .hp {
    position: absolute;
    left: -9999px;
}
.contact-form button {
    background-color: #471518;
    color: #fff;
    border: 0;
    padding: 10px 22px;
    cursor: pointer;
    font-family: inherit;
}
.contact-form button:hover {
    background-color: #953735;
}
.form-msg {
    padding: 10px 14px;
    border-left: 4px solid #46962b;
    background: #f1f7ee;
}
.form-msg.err {
    border-left-color: #953735;
    background: #faeeee;
}



@media only screen and (max-width: 800px) {
    .slide-desc {
        width: auto;
    }
    .product {
        width: 45%;
    }
}
@media only screen and (max-width: 480px) {
    .product {
        width: 100%;
    }
}


#privacy-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: #471518;
    color: #f2e9e2;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.25);
}
#privacy-banner[hidden] {
    display: none;
}
.privacy-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.privacy-inner p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    flex: 1;
}
.privacy-inner a {
    color: #d7a15b;
    text-decoration: underline;
}
#privacy-ok {
    background: #d7a15b;
    color: #2b1012;
    border: 0;
    padding: 9px 20px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
#privacy-ok:hover {
    background: #e5b475;
}
@media only screen and (max-width: 640px) {
    .privacy-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 12px 16px;
    }
    #privacy-ok {
        width: 100%;
    }
}


body.ddb-lb-open {
    overflow: hidden;
}
#ddb-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    background: rgba(20, 8, 9, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
}
#ddb-lightbox[hidden] {
    display: none;
}
.ddb-lb-inner {
    position: relative;
    max-width: 900px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ddb-lightbox figure {
    margin: 0;
    max-width: 760px;
    text-align: center;
}
#ddb-lightbox img {
    max-width: 100%;
    max-height: 70vh;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    background: #fff;
}
#ddb-lightbox figcaption {
    color: #f2e9e2;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.6;
}
.ddb-lb-title {
    display: block;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
}
.ddb-lb-caption {
    display: block;
    max-width: 620px;
    margin: 0 auto;
}
#ddb-lightbox button {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    line-height: 1;
    border-radius: 50%;
}
#ddb-lightbox button:hover {
    background: rgba(215, 161, 91, 0.85);
    color: #2b1012;
}
#ddb-lightbox button[hidden] {
    display: none;
}
.ddb-lb-close {
    position: absolute;
    top: -34px;
    right: 0;
    width: 34px;
    height: 34px;
    font-size: 24px;
}
.ddb-lb-prev, .ddb-lb-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    font-size: 28px;
}
.ddb-lb-prev {
    left: -10px;
}
.ddb-lb-next {
    right: -10px;
}
@media only screen and (max-width: 640px) {
    #ddb-lightbox {
        padding: 60px 12px 20px 12px;
    }
    .ddb-lb-prev {
        left: -4px;
    }
    .ddb-lb-next {
        right: -4px;
    }
    #ddb-lightbox img {
        max-height: 55vh;
    }
}
