/*
Theme Name: Juliette Child
Theme URI: http://juliette.novaworks.net
Description: This is a child theme for Juliette Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: juliette
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

/* Product Info Tabs */
.nova-product-info-tabs {
    margin: 0 0 4rem 0;
    padding: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.nova-product-info-tabs
/* Tab Navigation */
.nova-info-tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 3rem;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 3rem;
}

.nova-info-tabs-nav li {
    margin: 0;
    padding-bottom: 1rem;
    position: relative;
}

.nova-info-tabs-nav li a {
    color: #666;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nova-info-tabs-nav li.active {
    border-bottom: 2px solid #000;
    margin-bottom: -1px;
}

.nova-info-tabs-nav li.active a {
    color: #000;
}

.nova-info-tabs-nav li:hover a {
    color: #000;
}

/* Tab Content */
.nova-info-tabs-content {
    padding: 0 2rem;
}

.tab-panel {
    display: none;
    line-height: 1.8;
    color: #666;
    font-size: 1rem;
}

.tab-panel.active {
    display: block;
}

.tab-panel p {
    margin-bottom: 1.5rem;
}

/* Reviews Tab Styling */
.tab-panel.reviews #reviews {
    margin-top: 2rem;
}

#review_form_wrapper {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #e5e5e5;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.comment-form-rating {
    margin: 1.5rem 0;
}

.star-rating {
    margin: 0.5rem 0;
}

/* Review Form */
#review_form #respond {
    margin-top: 2rem;
}

#review_form #respond .comment-form-rating label {
    margin-right: 1rem;
    font-weight: 500;
}

#review_form #respond .stars {
    margin: 0 0 1.5rem;
}

#review_form #respond textarea {
    height: 150px;
    padding: 1rem;
    width: 100%;
    margin-bottom: 1.5rem;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

#review_form #respond input[type="submit"] {
    background-color: #000;
    color: #fff;
    padding: 1rem 2.5rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
}

#review_form #respond input[type="submit"]:hover {
    opacity: 0.8;
}

/* Remove original elements */
.product-canvas-panel,
.nova-product-info-mn,
.woocommerce-tabs {
    display: none !important;
}

/* Comments List Styling */
.commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.commentlist li {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}

.commentlist li:last-child {
    border-bottom: none;
}

.comment_container {
    display: flex;
    gap: 2rem;
}

.comment_container > img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.comment-text {
    flex: 1;
}

.comment-text .meta {
    margin-bottom: 0.5rem;
}

.woocommerce-review__author {
    font-weight: 500;
    color: #000;
}

.woocommerce-review__dash {
    margin: 0 0.5rem;
}

.woocommerce-review__published-date {
    color: #666;
}

.description p {
    margin-top: 1rem;
    line-height: 1.6;
}





/****************************************************************/
/****************************************************************/
/****************************************************************/
