/*
 * Theme Name:  Shopfront Child
 * Theme URI:   https://codesupply.co/themes/shopfront/
 * Description: Shopfront Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    shopfront
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

.single-product .woocommerce-product-details__short-description {
    margin-top: 6px;
    font-size: 14px;
    color: #666;
}

.obaryk-product-subtitle {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

.obaryk-text-box {
    margin-top: 30px;
    padding: 25px 30px;
    background-color: #353E43;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    max-width: 100%;
}

.obaryk-text-box p {
    margin: 0;
    font-size: 18px;
    font-family: Lexend;
    color: #FDF9F3;
}

/**
 * Shortcode: display article tags (étiquettes) as text
 * Usage: [article_tags]
 */
function obaryk_display_article_tags() {
    $post_id = get_the_ID();

    if ( ! $post_id ) {
        return '';
    }

    $tags = get_the_terms( $post_id, 'post_tag' );

    if ( empty( $tags ) || is_wp_error( $tags ) ) {
        return '';
    }

    $output = '<div class="faq-section-tags">';

    foreach ( $tags as $tag ) {
        $output .= '<span class="faq-tag">' . esc_html( $tag->name ) . '</span>';
    }

    $output .= '</div>';

    return $output;
}
add_shortcode( 'article_tags', 'obaryk_display_article_tags' );


.faq-section-title {
  margin-top: 40px;
  font-size: 28px;
  font-weight: 600;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-content {
  padding: 10px 0;
}

.woocommerce span.onsale {
    background-color: #2E8B57; /* your brand color */
    color: #ffffff;
    font-weight: 600;
    border-radius: 50%;
}

/* Hide Woo description completely */
.woocommerce-Tabs-panel--description,
li.description_tab {
    display: none !important;
}

/* Hide duplicate Reviews title */
.woocommerce-Reviews-title {
    display: none !important;
}

/* Optional: cleaner reviews spacing */
#reviews {
    max-width: 800px;
    margin: 0 auto;
}



/* Remove bullet before "Reviews" */
.obaryk-reviews-only ul,
.obaryk-reviews-only li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

/* Style "Reviews" like an H3 */
.obaryk-reviews-only > h2,
.obaryk-reviews-only > h3,
.obaryk-reviews-only .woocommerce-Reviews-title {
    font-size: 1.5rem;   /* same as h3 */
    font-weight: 600;
    margin-bottom: 20px;
}

/* Safety: remove stray bullet markers */
.obaryk-reviews-only li::marker {
    content: "";
}

.woocommerce-Reviews-title {
    font-size: 1.5rem;
    line-height: 1.3;
}

Avis
Il n’y a pas encore d’avis.

★★★★★
[ review form ]

.page-id-42 .entry-title {
    display: none !important;
}

/* Fix header layout */
.elementor-location-header .elementor-container {
  display: flex;
  align-items: center;
}

/* Center the menu */
.elementor-location-header nav {
  margin-left: auto;
  margin-right: auto;
}

/* Keep icons on the right */
.elementor-location-header .elementor-widget-icon,
.elementor-location-header .elementor-widget-search {
  margin-left: auto;
}

.woocommerce-checkout .cs-entry__wrap,
.woocommerce-checkout .cs-entry__container {
  padding-top: 0;
  margin-top: 0;
}

.wc-block-checkout .with-scroll-to-top__scroll-point {
  display: none !important;
}

.with-scroll-to-top__scroll-point {
  position: absolute !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wc-block-components-notices,
.wc-block-components-notices__snackbar {
  min-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Fix checkout gap - force padding equal to header height */
body.woocommerce-checkout #primary {
    padding-top: 137px !important;
    margin-top: 0 !important;
}

/* Hide the empty entry header */
body.woocommerce-checkout div.cs-entry__header {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
}


body.woocommerce-checkout .cs-entry__header.cs-entry__header-standard {
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    background: none !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

body.woocommerce-checkout .cs-entry__header-inner {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
}