/**
* Theme Name: Bocpak Child
* Description: This is a child theme of Bocpak, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: bocpak
* Version: 1.1.8
*/


.orapack-customize-card {
        
border: 1px solid #eee;
    padding: 25px 30px 15px;
    border-radius: 4px;
    margin-bottom: 28px;
}

.orapack-lumise-templates {
    margin: 20px 0 10px;
    border: 1px solid #eee;
    padding: 25px 30px 15px;
    border-radius: 4px;
    margin-bottom: 28px;
}

.orapack-lumise-templates h4 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
}

.orapack-lumise-templates-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Bigger items */
.orapack-lumise-template-item {
    width: 110px;
    text-align: center;
    font-size: 11px;
    line-height: 1.3;
}

/* Thumb container */
.orapack-lumise-template-thumb {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff;
}

/* Clickable image */
.orapack-lumise-template-thumb img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover effect */
.orapack-lumise-template-link:hover img {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.orapack-lumise-template-name {
    margin-top: 4px;
}



/* Carousel texte */
.orapack-customize-carousel {
    position: relative;
    margin-bottom: 18px;
    min-height: 70px;
}

.orapack-customize-slide {
    display: none;
}

.orapack-customize-slide.is-active {
    display: block;
}

.orapack-customize-slide strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
}

.orapack-customize-slide p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

/* Navigation carousel */
.orapack-carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
}

.orapack-carousel-prev,
.orapack-carousel-next {
    border: none;
    background: transparent;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 6px;
}

.orapack-carousel-dots {
    display: flex;
    gap: 4px;
}

.orapack-carousel-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #bbb;
    cursor: pointer;
}

.orapack-carousel-dot.is-active {
    background: #000;
}

/* Bouton Lumise plein largeur dans la carte */
.orapack-customize-card #lumise-customize-button {
    width: 100%;
    margin-top: 10px;
}

/* FAQ block after big description */
.orapack-faq {
    margin: 30px 0 20px;
    padding: 16px 20px;
    border-radius: 12px;

}

 .orapack-faq h3 {
    margin: 0 0 10px;
        font-size: 26px;
    font-weight: 600;
}

/* FAQ items */
.orapack-faq-item + .orapack-faq-item {
    margin-top: 6px;
}

/* Question button */
.orapack-faq-question {
    width: 100%;
    text-align: left;
    background: #eee;
    border: none;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color:#555;
    padding: 12px
}

.orapack-faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
}

.orapack-faq-question.is-open::after {
    content: '–';
}

/* Answer text */
.orapack-faq-answer {
    padding: 4px 0 8px;
    font-size: 13px;
    line-height: 1.5;
}



/* ORAPACK Conception & Documentation block */
.orapack-section.orapack-conception-doc {
    margin: 50px 0;
    padding: 30px;
  

}

/* Titles */
.orapack-conception-doc h2 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;
}

.orapack-conception-doc h3 {
    font-size: 20px;
    margin: 20px 0 10px;
}

.orapack-conception-doc h4 {
    font-size: 16px;
    margin: 15px 0 8px;
}

/* Text & lists */
.orapack-conception-doc p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.orapack-conception-doc ul {
    padding-left: 20px;
    margin-bottom: 12px;
}

.orapack-conception-doc ul li {
    font-size: 14px;
}

/* Divider */
.orapack-conception-doc hr {
    margin: 30px 0;
    border: none;
    border-top: 1px solid #ddd;
}






.single-product .orapack-customize-card h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
}

/* Onglets */
.orapack-customize-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.orapack-tab-button {
    flex: 1;
    border: 1px solid #ddd;
    background: #5c5c58;
    padding: 8px 10px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 6px;
}

.orapack-tab-button.is-active {
    background: #ffffff;
    border-color: #000;
    font-weight: 600;
    color:#000;
}

/* Contenu des onglets */
.orapack-tabs-content {
    border-radius: 8px;
  
    border: 1px solid #eee;
    padding: 12px 12px 4px;
}

.orapack-tab-panel {
    display: none;
}

.orapack-tab-panel.is-active {
    display: block;
}

.orapack-tab-intro {
    font-size: 13px;
    margin: 0 0 10px;
}

/* Bouton Lumise plein largeur dans l'onglet 2 */
#orapack-customize-slot #lumise-customize-button {
    width: 100%;
    margin-top: 8px;
}


.product_button {
    display: none !important;
}


#lumise-ai-toggle {
    margin-top: 10px;
    margin: 10px 35px; 
    text-transform: inherit;
    font-weight: normal;
    font-size: 15px;
    width: 80%;
    white-space: nowrap;
    float: left;
    padding: 10px 12px;
    border: none;
    cursor: pointer;
    background: #eee;
    outline: none !important; 
}


.orapack-category-header {
    margin-bottom: 1.5rem;
}

.orapack-category-title {
    font-size: 2rem;
    font-weight: 700;
}

.orapack-category-description-after {
    margin-top: 2rem;
    font-size: 0.95rem;
    line-height: 1.6;
}
