/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1763030075
Updated: 2025-11-13 10:34:35

*/

/* --- DESIGN VIGNETTES + INFOS TECHNIQUES (VERSION CORRIGÉE) --- */

.oria-product-meta-container {
    display: flex !important;
    flex-wrap: nowrap !important; /* Interdit le retour à la ligne global */
    align-items: center !important;
    gap: 15px !important; 
    margin: 25px 0;
    width: 100%;
}

/* Style des vignettes (Boisé, Frais, Fruité...) */
.oria-tag {
    background-color: #E7E3DA;
    color: #8B2645;
    padding: 10px 15px !important; /* Padding réduit de 25 à 15px */
    border-radius: 0px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px !important; /* Taille légèrement réduite */
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    white-space: nowrap !important;
}

.oria-tags-wrapper {
    display: flex !important;
    gap: 10px !important;
}

/* Style du bloc technique (500 ml | 3 mois) */
.oria-infos-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important; /* Interdit le retour à la ligne interne */
    gap: 20px !important; /* Espace autour de la barre verticale */
    align-items: center !important;
    white-space: nowrap !important;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    min-width: max-content;
}

.oria-info-item {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap !important;
}

/* La barre verticale séparatrice */
.oria-info-item + .oria-info-item::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #bbb;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* STYLE DU PRIX ORIA */
.price .woocommerce-Price-amount {
    font-family: 'Scheherazade New', serif !important;
    font-size: 32px; /* J'augmente un peu car cette police taille petit */
    font-weight: 500;
    color: #000000; /* Ta couleur noir */
}

/* STYLE DE LA TVA (Petit et discret) */
.woocommerce-price-suffix {
    font-family: 'Scheherazade New', serif !important;
    font-size: 12px !important;
    color: #999 !important;
    font-weight: 400 !important;
    margin-left: 8px;
    vertical-align: middle; /* Aligne le petit texte au milieu de la hauteur du prix */
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* --- ACCORDÉON LUXE / ÉPURÉ --- */

.elementor-accordion .elementor-accordion-item {
    border-top: 1px solid #d4d4d4 !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    background: transparent !important;
}

.elementor-accordion .elementor-accordion-item:last-child {
    border-bottom: 1px solid #d4d4d4 !important;
}

.elementor-accordion {
    border: none !important;
    box-shadow: none !important;
}

/* Supprime les bordures internes d'Elementor */
.elementor-accordion .elementor-tab-title, 
.elementor-accordion .elementor-tab-content {
    border: none !important;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* === ORIA – Masquer le lien "Voir le panier" + style du bouton "Découvrir" === */

a.added_to_cart {
    display: none !important;
}

.oria-discover-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

/* === ORIA – Masquer le message WooCommerce "a été ajouté au panier" === */

.woocommerce-notices-wrapper {
    display: none !important;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
// ===  SECTION ILLUSTRATION PYRAMIDE OLFACTIVE ORIA === 

.oria-illustration-olfactive {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 32px;
}

.oria-illustration-olfactive-img {
  width: 100%;
  max-width: 680px;
  aspect-ratio: 1 / 1;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(88, 68, 42, 0.18);
}
