/* General Styles */
* {
    font-family: 'Merriweather', serif; /* A more literary and elegant font */
    box-sizing: border-box;
}

body {
    font-family: 'Merriweather', serif;
    line-height: 1.8;
    color: #3a3a3a; /* Darker text for better readability */
    background-color: #f5f3f0; /* Warm, soft background */
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.3s ease;
    font-size: 18px;
    color: #8b735b; /* Muted, earthy tone */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #6b5a4a; /* Darker shade for hover */
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #3a3a3a;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
    font-family: 'Playfair Display', serif; /* Elegant, serif font for headings */
    font-weight: 600;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 48px;
    color: #5a4a3a; /* Rich, earthy tone */
    line-height: 1.3;
}

h2 {
    font-size: 36px;
    line-height: 1.4;
    color: #5a4a3a;
}

h3 {
    font-size: 28px;
    line-height: 1.4;
    color: #8b735b;
}

h4 {
    font-size: 24px;
    line-height: 1.4;
    color: #3a3a3a;
}

li {
    color: #3a3a3a;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
}

strong {
    font-weight: 700;
}

/* Header and Navigation */
.page_page_blog_header > div {
    align-items: center;
    display: flex;
    color: #8b735b;
    font-size: 32px;
}

#mainmenu > li > a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Merriweather', serif;
    color: #5a4a3a;
}

#mainmenu > li.menu_item_plus > ul > li a {
    font-size: 15px;
    font-family: 'Merriweather', serif;
    color: #5a4a3a;
}

.catmenu_lvl2 a {
    font-size: 15px;
    font-weight: 400;
    color: #5a4a3a;
}

/* Buttons and Forms */
input[type=submit],
input[type=button],
input[type=reset],
button,
#page_artdet_inquire a {
    background: #8b735b;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    border-radius: 4px; /* Rounded corners for a modern look */
}

input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover,
#page_artdet_inquire a:hover {
    background: #6b5a4a; /* Darker shade */
}

button.box_search_button:hover {
    background: #8b735b;
}

.box_cart_itemlist .box_cart_button input {
    background: #8b735b;
}

label {
    padding-right: 10px;
    padding-left: 7px;
    font-size: 16px;
    color: #3a3a3a;
}

/* Blog and Article Styles */
.page_page_blog_next a,
.page_page_blog_back a {
    background: #8b735b;
    color: #fff;
    padding: 12px 24px;
    display: inline-block;
    margin: 10px 0;
    border-radius: 4px;
}

.page_page_blog_title h1,
.page_page_blog_title a {
    color: #5a4a3a;
}

.page_artlist_name a {
    color: #3a3a3a;
    line-height: 21px;
}

.page_artdet_1_name h1 {
    margin-bottom: 70px;
    margin-top: 0px;
}

.page_artdet_param_value {
    font-weight: 400; /* Slightly bolder for better readability */
}

/* Layout and Containers */
#container,
#header_bottom_wrap,
#header_bottom {
    background-color: #f5f3f0;
}

#newsletter_wrap {
    margin-top: 200px;
}

#partners {
    background: #f5f3f0;
    padding: 40px 0;
}

/* Footer */
.footer_menu ul li a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 2;
    color: #5a4a3a;
}

.footer_menu ul li a:hover {
    color: #8b735b;
}

/* Media Queries */
@media screen and (max-width: 768px) {
    .slider-pro p.sp-layer.sp-big,
    .slider-pro p.sp-layer.sp-big a,
    .slider-pro p.sp-layer.sp-medium,
    .slider-pro p.sp-layer.sp-medium a,
    .slider-pro p.sp-layer.sp-small,
    .slider-pro p.sp-layer.sp-small a {
        display: none !important;
    }

    #body_title h1,
    #title_content {
        font-size: 32px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .page_content_item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 600px) {
    .page_content_item {
        text-align: justify;
        clear: both;
        padding-left: 100px;
        padding-right: 100px;
    }
}

/* Custom Content Styles */
.custom-content .reading-content p {
    margin: 0 0 25px;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    line-height: 1.8;
    color: #3a3a3a;
    text-align: justify;
    hyphens: auto;
}

.custom-content .reading-content p + p {
    margin-top: 1.5em;
}

.custom-content .reading-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px; /* Rounded corners for a modern look */
}

/* Title Styles */
#body_title h1,
#title_content {
    color: #5a4a3a;
    text-align: center;
    font-size: 48px;
    margin-top: 100px;
    margin-bottom: 100px;
    line-height: 1.3;
    text-transform: none;
}