/* BIOBEY FR SINGLE PRODUCT — loaded only on individual product pages */

/* =========================================================
   8. PRODUCT USP's
   ========================================================= */

.single-product .entry-summary .bb-usps ul,
.single-product .entry-summary form.cart + ul,
.single-product .entry-summary form.cart + div ul {
    list-style: none !important;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid rgba(0,0,0,.08);
}

.single-product .entry-summary .bb-usps li,
.single-product .entry-summary form.cart + ul li,
.single-product .entry-summary form.cart + div ul li {
    list-style: none !important;
    position: relative;
    margin: 6px 0;
    padding-left: 0;
    line-height: 1.35;
    color: #222;
}

.product-usps {
    font-size: 14px;
    padding-left: 18px;
    margin: 10px 0;
    line-height: 1.55;
}

.product-usps li {
    display: block;
    line-height: 1.55;
    margin-bottom: 9px;
    word-break: break-word;
}

@media (max-width: 480px) {

    .product-usps {
        font-size: 13px;
        line-height: 1.55;
        padding-left: 15px;
    }

    .product-usps li {
        margin-bottom: 10px;
    }
}

/* =========================================================
   10. REVIEWS
   ========================================================= */

.woocommerce-product-rating,
.oceanwp-star-rating {
    display: none !important;
}

#reviews .commentlist li .comment_container {
    padding-left: 0 !important;
}

#reviews .commentlist li .comment-text {
    margin-left: 0 !important;
}

#reviews.woocommerce-Reviews {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}

#reviews .biobey-reviews-title {
    font-size: 24px;
    margin: 0 0 25px;
    color: #1a1a1a;
    font-weight: 600;
}

#reviews .biobey-rating-summary {
    background: #f9f9f9;
    border-radius: 0;
    padding: 20px;
    text-align: center;
    margin: 0 0 30px;
}

#reviews .biobey-rating-score {
    font-size: 32px;
    font-weight: 700;
    color: #2f6f57;
    margin: 0 0 5px;
    line-height: 1.1;
}

#reviews .biobey-rating-score small {
    font-size: 18px;
    color: #555;
    font-weight: 400;
}

#reviews .biobey-rating-meta {
    font-size: 14px;
    color: #555;
    margin: 0;
}

#reviews .biobey-review {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

#reviews .biobey-review-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin: 0 0 10px;
}

#reviews .biobey-review-author {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    display: block;
}

#reviews .biobey-review-date {
    color: #1a1a1a;
    font-size: 13px;
    white-space: nowrap;
}

#reviews .biobey-review-text {
    color: #444;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}


/* Load more reviews */

#biobey-load-more-fr {
    display: block;

    margin: 30px auto;
    padding: 12px 30px;

    background: #fff;
    color: #2f6f57;

    border: 2px solid #2f6f57;
    border-radius: 0;

    cursor: pointer;

    font-weight: 600;
    font-size: 15px;

    transition: all .2s ease;
}

#biobey-load-more-fr:hover {
    background: #2f6f57;
    color: #fff;
}

#biobey-load-more-fr:disabled {
    opacity: .5;
    cursor: not-allowed;
}


/* Review formulier */

#reviews .biobey-form-wrap {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 2px solid #e0e0e0;
}

#reviews .biobey-form-title {
    font-size: 16px;
    margin: 0 0 20px;
    color: #1a1a1a;
    font-weight: 600;
}

#reviews .comment-form-author,
#reviews .comment-form-email,
#reviews .comment-form-comment,
#reviews .comment-form-rating {
    margin-bottom: 15px;
}

#reviews .comment-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #1a1a1a;
}

#reviews .comment-form input[type="text"],
#reviews .comment-form input[type="email"],
#reviews .comment-form textarea,
#reviews .comment-form select {
    width: 100%;
    padding: 10px;

    border: 1px solid #ddd;
    border-radius: 0;

    font-size: 14px;
}

#reviews .comment-form input[type="submit"] {
    background: #2f6f57;
    color: #fff;

    border: none;
    border-radius: 0;

    padding: 12px 30px;

    cursor: pointer;

    font-weight: 600;
    font-size: 15px;
}

#reviews .comment-form input[type="submit"]:hover {
    background: #25594a;
}


/* Custom rating stars */

#reviews .biobey-stars,
.biobey-stars-top {
    --rating: 0;
    --percent: calc(var(--rating) * 20%);

    display: inline-block;

    width: 96px;
    height: 18px;

    background:
        linear-gradient(
            90deg,
            #E6A800 var(--percent),
            #1a1a1a var(--percent)
        );

    -webkit-mask:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 24'%3E%3Cpath d='M12 0l3.1 7.4L23 8l-6 5.2L18.6 21 12 17l-6.6 4L7 13.2 1 8l7.9-.6L12 0zm24 0l3.1 7.4L47 8l-6 5.2L42.6 21 36 17l-6.6 4L31 13.2 25 8l7.9-.6L36 0zm24 0l3.1 7.4L71 8l-6 5.2L66.6 21 60 17l-6.6 4L55 13.2 49 8l7.9-.6L60 0zm24 0l3.1 7.4L95 8l-6 5.2L90.6 21 84 17l-6.6 4L79 13.2 73 8l7.9-.6L84 0zm24 0l3.1 7.4L119 8l-6 5.2L114.6 21 108 17l-6.6 4L103 13.2 97 8l7.9-.6L108 0z'/%3E%3C/svg%3E")
        no-repeat;

    mask:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 24'%3E%3Cpath d='M12 0l3.1 7.4L23 8l-6 5.2L18.6 21 12 17l-6.6 4L7 13.2 1 8l7.9-.6L12 0zm24 0l3.1 7.4L47 8l-6 5.2L42.6 21 36 17l-6.6 4L31 13.2 25 8l7.9-.6L36 0zm24 0l3.1 7.4L71 8l-6 5.2L66.6 21 60 17l-6.6 4L55 13.2 49 8l7.9-.6L60 0zm24 0l3.1 7.4L95 8l-6 5.2L90.6 21 84 17l-6.6 4L79 13.2 73 8l7.9-.6L84 0zm24 0l3.1 7.4L119 8l-6 5.2L114.6 21 108 17l-6.6 4L103 13.2 97 8l7.9-.6L108 0z'/%3E%3C/svg%3E")
        no-repeat;

    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;

    vertical-align: middle;
}

/* =========================================================
   14. PRODUCT META
   ========================================================= */

.single-product .product_meta {
    display: none !important;
}

/* Product headings — intentionally a little stronger than the global editorial 500 */
.single-product h1.product_title,
.single-product .summary h1,
.single-product .woocommerce-Tabs-panel h2,
.single-product .entry-content h2,
.single-product .entry-content h3 {
    font-weight: 600;
}
