/*
Theme Name: Miniture Child
Theme URI: http://miniture.novaworks.net
Description: This is a child theme for Miniture Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: miniture
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

/* Import des polices personnalisées */
@font-face {
    font-family: 'Univers LT Pro';
    src: url('fonts/UniversLTPro-55Roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers LT Pro';
    src: url('fonts/UniversLTPro-65Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Général */
.e-con {
    --container-max-width: 9999px;
    --container-default-padding-top: 0px;
    --container-default-padding-right: 30px;
    --container-default-padding-bottom: 0px;
    --container-default-padding-left: 30px;
}

body {
    font-family: 'Univers LT Pro', sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Univers LT Pro', sans-serif;
    font-weight: 700;
}

h1.elementor-heading-title {
    padding-top: 1px !important;
}

a:hover {
    text-decoration: underline !important;
}

a.underlined {
    display: inline-block;
    border-bottom: 2px solid black;
    padding-bottom: 2px;
    height: 20px;
    transition: none !important;
}

a.underlined:hover {
    text-decoration: none !important;
    border-color: transparent;
}

a.underlined.white {
    border-color: white;
    color: white;
}

/* Header & Menu */
#website_header {
    box-shadow: none !important;
}

.header-cart-box i {
    margin-top: -6px;
}

.kitify-search__popup-trigger-icon {
    margin-top: -4px;
}

.elementor-location-header .menu > li:first-child {
    padding-left: 0px !important;
}

.elementor-location-header .menu > li > a {
    font-size: 14px !important;
}

.cpel-switcher__list .cpel-switcher__lang:not(:first-child)::before {
    content: "/";
    margin: 0 0 0 3px;
    color: inherit;
}

a#js_header_search_modal svg {
    margin-right: 10px;
}

.main-navigation>ul>li.current-menu-item>a {
    color: black;
}

/* Menu off-canvas mobile - alignement avec la sidebar catégories */
.site-canvas-menu .header-mobiles-primary-menu {
    padding: 40px;
}

.site-canvas-menu .mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-canvas-menu .mobile-menu > li {
    padding: 0 30px !important;
}

.site-canvas-menu .mobile-menu > li > a {
    display: block;
    padding: 0px 0;
    font-size: 1rem !important;
    font-weight: 500;
    color: var(--site-text-color, #333);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: color 0.2s, padding-left 0.2s;
    letter-spacing: normal;
    text-transform: none !important;
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li>a {
    padding-left: 0px;
}

.site-canvas-menu .mobile-menu > li > a:hover {
    color: #000;
    padding-left: 5px;
}

.site-canvas-menu .mobile-menu > li > a span {
    font-size: inherit;
    text-transform: none !important;
}

/* Bouton de fermeture du menu off-canvas */
.site-canvas-menu .close-button {
    position: absolute;
    top: 40px;
    right: 40px;
    left: auto;
    background-color: transparent;
    color: var(--dropdown-text-color, #000);
    border: none;
    padding: 0;
    width: 20px;
    height: 20px;
    transition: transform 0.3s;
    cursor: pointer;
    font-size: 0;
}

/* Masquer le SVG sprite du thème et dessiner un X propre en CSS */
.site-canvas-menu .close-button svg.nova-close-canvas {
    display: none;
}

.site-canvas-menu .close-button::before,
.site-canvas-menu .close-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 1px;
    background-color: currentColor;
}

.site-canvas-menu .close-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.site-canvas-menu .close-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.site-canvas-menu .close-button:hover {
    transform: rotate(90deg);
}

#collection_text p {
    margin-bottom: 9px !important;
}

/* Page d'accueil */
#home_slider {
    padding-left: 0px !important;
    padding-right: 0px !important;
    cursor: pointer !important;
}

#home_slider a {
    transition: border-color 0.3s !important;
}

#home_slider a:hover {
    text-decoration: none !important;
    border-color: transparent !important;
}

.kitify-bannerlist__link:hover .kitify-bannerlist__image-instance {
    transform: none !important;
}

#home_preorder_button {
    margin-left: -70px;
    margin-top: -20px;
}

#home_preorder_button_en {
    margin-left: -45px;
    margin-top: -20px;
}

#home_preorder_button a:hover ,
#home_preorder_button_en a:hover {
    text-decoration: none !important;
}

/* #home_slider_pics .swiper-slide.col-desk-3 {
    width: calc(100% / 3.3) !important;
    max-width: calc(100% / 3.3) !important;
    flex-shrink: 0 !important;
} */

/* Footer */
[data-elementor-type="footer"] img {
    max-width: 100% !important;
}

/* Pages de contenus */
.elementor-widget-text-editor ul > li {
    margin-bottom: 0 !important;
}

.elementor-widget-text-editor ul > li > p {
    margin-bottom: 0 !important;
}

.elementor hr {
    margin-bottom: 40px !important;
}

.gl_contact_socials a {
    display:inline-block;
    margin-right: 20px;
}

.gl_contact_socials a:last-child {
    margin-right: 0;
}

.gl-meetings-form .gl-form-actions > button {
    margin: 0 auto !important;
}

/* ========================================== */
/* LIGHTBOX GEORGES LAURENCE - VERSION SIMPLE */
/* ========================================== */


.kitify-images-layout__inner {
    height: 100%;
}

.kitify-images-layout__image-instance {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Description sous l'image en mode carousel */
#collection_gallery .gl-carousel-description {
    margin-top: 20px;
    padding: 60px 20px 15px;
    text-align: center;
    color: var(--site-text-color, #333);
    font-family: 'Univers LT Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid black;
}

.elementor-lightbox .dialog-widget-content {
    width: 90vw !important;
    height: 95vh !important;
    max-width: 1400px;
    max-height: none;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: #000;
}

.elementor-lightbox .swiper-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 20px;
}

.elementor-lightbox .swiper-slide .swiper-zoom-container {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 95%;
    margin-bottom: 0;
}

.elementor-lightbox .swiper-slide .elementor-lightbox-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.elementor-lightbox .gl-content-wrapper {
    flex: 0 0 auto;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    color: #fff;
    text-align: center;
    width: 100%;
}

.elementor-lightbox .gl-center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.elementor-lightbox .gl-counter {
    font-family: 'Univers LT Pro', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    opacity: 0.8;
}

.elementor-lightbox .gl-description {
    display: none !important;
}

.elementor-lightbox .swiper-slide .swiper-zoom-container {
    max-height: unset !important;
}

.elementor-lightbox .elementor-lightbox-item {
    padding: 10px 70px !important;
}

.elementor-lightbox .dialog-lightbox-close-button {
    position: fixed !important;
    top: 20px;
    right: 20px;
    color: #fff !important;
    opacity: 0.8;
    z-index: 9999;
}

.elementor-lightbox .dialog-lightbox-close-button:hover {
    opacity: 1;
}

.elementor-lightbox .elementor-swiper-button,
.elementor-lightbox.elementor-slideshow--ui-hidden .elementor-swiper-button {
    color: #fff !important;
    opacity: 1 !important;
    display: flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 100 !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    cursor:pointer;
    border-radius: 50%;
    transition: all 0.3s;
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline: none !important
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: -60px !important;
}

.elementor-lightbox .elementor-swiper-button-next {
    right: -60px !important;
}

.elementor-lightbox .elementor-swiper-button svg {
    fill: #fff !important;
    width: 30px;
    height: 30px;
}

.elementor-lightbox .elementor-slideshow__header,
.elementor-lightbox .elementor-slideshow__footer {
    display: none !important;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/

/* ============================================== */
/* Contact form (Contact page - Contact Form 7) */
/* Utilise les mêmes classes que GL Meetings pour
   une apparence cohérente (gl-form-row / gl-form-control)
   et s'adapte aux petits écrans. */

.wpcf7-form .gl-form-row.gl-inline {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 15px;
    align-items: center;
    margin-bottom: 0px;
}

/* Cases à cocher - Style générique pour tous les formulaires */
.wpcf7-form input[type="checkbox"],
.gl-newsletter-form input[type="checkbox"],
.gl-meetings-form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
    flex-shrink: 0;
}

.wpcf7-form input[type="checkbox"]:checked,
.gl-newsletter-form input[type="checkbox"]:checked,
.gl-meetings-form input[type="checkbox"]:checked {
    background-color: #000;
}

.wpcf7-form input[type="checkbox"]:checked::after,
.gl-newsletter-form input[type="checkbox"]:checked::after,
.gl-meetings-form input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wpcf7-form .wpcf7-list-item label,
.gl-newsletter-form .gl-checkbox-wrapper label,
.gl-meetings-form .gl-checkbox-wrapper label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    margin: 0;
}

.wpcf7-form .wpcf7-list-item-label,
.gl-newsletter-form .gl-checkbox-label,
.gl-meetings-form .gl-checkbox-label {
    line-height: 1.5;
    font-size: 0.9rem;
}

.wpcf7-list-item {
    margin-left: 0 !important;
}

.wpcf7-list-item-label {
    padding-top: 2px;
}

.wpcf7-form .gl-form-group > label {
    margin: 0;
    text-transform: none;
    font-weight: 500;
    font-size: 0.9rem;
}

.wpcf7-form .gl-form-section-title {
    display: block;
    font-size: 22px;
    font-weight: 300;
    margin: 30px 0 15px;
    color: var(--site-heading-color, #000);
}

.wpcf7-form .gl-form-control {
    width: 100%;
    padding: 12px 15px;
    font-size: 0.95rem;
    border: 1px solid #000 !important;
    border-radius: 0;
    background-color: #fff;
    color: var(--site-text-color, #333);
    font-family: inherit;
    transition: border-color 0.2s;
}

.wpcf7-form input[type="text"].gl-form-control,
.wpcf7-form input[type="email"].gl-form-control,
.wpcf7-form input[type="tel"].gl-form-control {
    height: 2.8rem;
    line-height: 2.8rem;
}

.wpcf7-form .gl-form-control:focus {
    outline: none;
    border-color: var(--site-heading-color, #000);
}

.wpcf7-form .gl-form-actions {
    margin-top: 30px;
}

.wpcf7-form .gl-btn-primary,
.wpcf7-form input[type="submit"] {
    background-color: transparent !important;
    color: #000 !important;
    width: auto;
    display: block;
    border: none !important;
    border-bottom: 2px solid #000 !important;
    border-radius: 0 !important;
    text-transform: none !important;
    letter-spacing: 0.05em;
    padding: 12px 10px 8px;
    cursor: pointer;
    margin: 0 auto;
}

.wpcf7-form .gl-btn-primary:hover,
.wpcf7-form input[type="submit"]:hover {
    background-color: #000 !important;
    color: #fff !important;
}

/* ============================================== */
/* GALLERY / VIDEO CAROUSEL VIEW SWITCHER        */
/* ============================================== */

.gl-view-switcher {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 20px 0;
}

/* Bouton toggle unique */
.gl-view-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: transparent;
    border: 1px solid #000;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 40px;
    height: 40px;
    margin-right: 80px;
}

.gl-view-toggle-btn:hover {
    background: #000;
}

.gl-view-toggle-btn img {
    width: 24px;
    height: 24px;
    filter: brightness(0);
    transition: filter 0.3s ease;
}

.gl-view-toggle-btn:hover img {
    filter: brightness(0) invert(1);
}

/* Deux boutons séparés (héritage — conservé si utilisé ailleurs) */
.gl-view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: transparent;
    border: 1px solid #000;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
}

.gl-view-btn:hover  { background: #000; }
.gl-view-btn.active { background: #000; }

.gl-view-btn img {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.gl-view-btn:not(.active) img { filter: brightness(0); }
.gl-view-btn.active img,
.gl-view-btn:hover img        { filter: brightness(0) invert(1); }

/* Vue grille : 3 colonnes, les vidéos s'adaptent en hauteur auto */
.kitify-carousel.gl-grid-view .swiper-wrapper {
    overflow: visible !important;
}
.kitify-carousel.gl-grid-view .kitify-carousel__item {
    width: auto !important;
    max-width: 100%;
}
.kitify-carousel.gl-grid-view .kitify-carousel__item-media--video video,
.kitify-carousel.gl-grid-view .kitify-carousel__item-video {
    width: 100%;
    height: auto;
}

/* Styles pour la vue grille */
.kitify-images-layout.grid-view .kitify-images-layout__list.grid-mode {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
}

/* Colonnes de la vue grille carousel vidéo (#collection_gallery) */
.gl-grid-columns {
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
    .gl-grid-columns {
        grid-template-columns: repeat(2, 1fr);
    }

    .gl-view-toggle-btn {
        margin-right: 45px;
    }
}
@media (max-width: 719px) {
    .gl-grid-columns {
        grid-template-columns: repeat(1, 1fr);
    }
}

.kitify-images-layout.grid-view .kitify-images-layout__item {
    width: 100% !important;
}


.kitify-images-layout__item:hover .kitify-images-layout__content {
    opacity: 0 !important;
}

.kitify-images-layout__inner:hover .kitify-images-layout__image {
    transform : none !important;
}

/* SHOP */
.site-wrapper .site-content-wrapper .site-content {
    padding-top: 0 !important;
}

body.archive .shop_header_placeholder .woocommerce-result-count ,
body.archive .shop_header_placeholder .nova-custom-view {
    display: none !important;
}

body.archive .widget_product_tag_cloud {
    display: none !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    background: transparent !important;
    border: 1px solid black !important;
    border-radius : 0 !important;
    transition: all 0.15s ease !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover {
    transform: translateY(-2px);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background: black !important;
    color: white !important;
}

.woocommerce-message {
    background: transparent;
    border: 1px solid black;
    color: black;
    margin: 0 30px;
}

.product-template-default .woocommerce-message .wc-forward {
    text-transform: none !important;
}

body.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a:hover,
.product-template-default .woocommerce-message .wc-forward:hover ,
.woocommerce-info a:hover {
    text-decoration: none !important;
    border-color: transparent !important;
}

.single_add_to_cart_button {
    border-radius : 0 !important;
    text-transform: none !important;
}

.kitify-offcanvas h2.title .count-item-canvas {
    line-height: 20px;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons .button {
    padding: 1rem !important;
    border-radius: 0 !important;
    text-transform: none !important;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons.buttons {
    justify-content: space-around !important;
}

.wc-block-cart__main .wc-block-cart-items td {
    border-top: none !important;
}

.wc-block-components-quantity-selector {
    border-radius: 0 !important;
}

.woocommerce-info {
    background-color: black !important;
}

.woocommerce-info:before {
    line-height: 1.2rem;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr {
    border: none;
    border-top: 1px solid #D1D1D6 !important;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table thead tr {
    border:none !important;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table tr th {
    background-color: white !important;
    color: black !important;
}

body.woocommerce-checkout .woocommerce table.woocommerce-checkout-review-order-table td {
    background:white ;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .button {
    border-radius : 0 !important;
}

.woocommerce-MyAccount-content .woocommerce-info .wc-forward {
    display: none !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-weight: 500 !important;
    text-transform: uppercase;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
    display: none !important;
}

.woocommerce-breadcrumb {
    display:none !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p:last-of-type {
    margin-bottom : 0 !important;
}

.woocommerce-MyAccount-content button ,
.woocommerce-form-login button ,
.woocommerce-ResetPassword button {
    border-radius: 0 !important;
}

.nova-login-wrapper .nova-form-container {
    justify-content: center !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    padding-top: 5px !important;
}

[data-wvstooltip]:hover:before ,
[data-wvstooltip]:hover:after {
    opacity: 0 !important;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__empty-message:before {
    display: none !important;
}

.woocommerce-table.woocommerce-table--order-details th ,
.woocommerce-table.woocommerce-table--order-details td {
    border: 1px solid #000 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address .woocommerce-Address-title .edit,
.woocommerce-account.woocommerce-orders .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a {
    border-bottom: none !important;
    text-decoration: underline !important;
}

.woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address .woocommerce-Address-title .edit:hover,
.woocommerce-account.woocommerce-orders .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions .button:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a:hover {
    text-decoration: none !important;
}

.woocommerce-account.woocommerce-edit-address .addresses .woocommerce-Address .woocommerce-Address-title .edit:before {
    display: none !important; 
}

.woocommerce-cart article.page .entry-content > p {
    display: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-content button ,
.woocommerce-form-login button {
    text-transform:  none !important;
}

#more_products_carousel .kitify-arrow {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.mollie-components .mollie-component {
    padding-top: 6px !important;
    padding-left: 5px !important;
}

body.product-template-default #panel_description li {
    margin-bottom: 0 !important;
}

body.product-template-default #panel_description li > p {
    margin-bottom: 0px !important;
}

.widget .novaapf-layered-nav ul li:not(.chosen) ,
.widget .novaapf-layered-nav ul li:not(.chosen) > a {
    padding-left: 0 !important;
}

.widget.widget_novaapf-category-filter ul li a:before {
    display: none !important;
}

.woocommerce-shop.archive .shop-display-type {
    display:none !important;
}

.kitify-toggle-sidebar.kitify-active-sidebar-toggle .kitify-toggle-sidebar__container {
    top: 4px !important;
}

.kitify-toggle-sidebar__inner {
    padding-right: 10px !important;
}

ul.products .product .product-item .woocommerce-loop-product__title {
    font-family: 'Univers LT Pro', sans-serif !important;
}

#shortcode_category_title {
    width: 100%;
}

#shortcode_category_title h1 {
    font-size: 24px !important;
    text-transform: uppercase !important;
}

#shortcode_category_title h1 ,
#shortcode_category_title p {
    text-align: center;
}

.page-header-content h1 {
    font-size: 24px !important;
    text-align: center;
    text-transform: uppercase !important;
    margin-top: 5px;
}

body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering {
    border-radius: 0 !important;
    border-color : transparent !important;
    padding-right: 0;
    padding-left: 0;
}

body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 .select2-selection,
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .woocommerce-ordering .select2 {
    padding-right: 0 !important;
}

html[lang^="fr"] .woocommerce-ordering .select2-selection__rendered::before {
    content: "Trier par : ";
}

html[lang^="en"] .woocommerce-ordering .select2-selection__rendered::before {
    content: "Sort by: ";
}

body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-product-filter {
    margin-right: 0;
}

body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .select2 {
    padding-top: 2px !important;
}

.product_desc p ,
.product_desc li {
    font-size: 14px !important;
}

body.single-product #panel_description-label ,
.kitify-toggle-sidebar__toggle {
    display:none !important;
}

body.single-product .nova-woocommerce-tabs .tabs {
    display:none !important;
}

body.single-product .nova-woocommerce-tabs .tabs-content {
    margin-top: 50px;
}

.gl-bespoke-item {
    width: auto !important;
    height: auto !important;
    margin: 4px 0 0 4px !important;
}

.gl-bespoke-item .variable-item-contents {
    width: auto !important;
    height: auto !important;
}

.gl-bespoke-button {
    display: inline-block;
    width: auto !important;
    padding: 10px 10px 6px;
    background-color: white;
    color: black !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 1px;
    text-decoration: none !important;
    transition: all 0.15s ease !important;
    border: 1px solid #000;
}

.gl-bespoke-button:hover {
    transform: translateY(-2px);
    text-decoration: none !important;
}

body.single-product .kitify-product-images .woocommerce-product-gallery__wrapper img {
    width: 100% !important;
    height: auto !important;
}

/* .kitify-product-images .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    width: 100%;
} */

svg.miniture-search-product-icon {
    display:none;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label ,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 14px !important;
    font-weight:bold !important;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item strong {
    font-size: 14px;
}

.wc-block-components-totals-item__label,
body .is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 14px;
}

.woocommerce .product .woocommerce-product-details__short-description p {
    font-size: 16px !important;
}


/* ============================================== */
/* SIDEBAR DE FILTRES CACHÉE PAR DÉFAUT (TOUTES LES TAILLES) */
/* ============================================== */

/* Anti-FOUC : masquer et pré-positionner le container hors écran tant que le JS n'a pas activé le toggle */
/* Position identique à Kitify (-400px) + transition désactivée pour éviter l'animation au chargement */
.kitify-toggle-sidebar:not(.kitify-active-sidebar-toggle) .kitify-toggle-sidebar__container {
    position: fixed !important;
    transform: translate3d(-400px, 0, 0) !important;
    -webkit-transform: translate3d(-400px, 0, 0) !important;
    visibility: hidden !important;
    transition: none !important;
    -webkit-transition: none !important;
}

.kitify-toggle-sidebar:not(.kitify-active-sidebar-toggle) .kitify-toggle-sidebar__overlay,
.kitify-toggle-sidebar:not(.kitify-active-sidebar-toggle) .toggle-column-btn__wrap {
    visibility: hidden !important;
    transition: none !important;
    -webkit-transition: none !important;
}

/* Ne PAS masquer le widget sidebar avec display:none car ça empêche le toggle de fonctionner */
/* À la place, réduire sa taille à 0 et masquer uniquement ce qui n'est pas du toggle */
body.woocommerce-shop .elementor-widget-kitify-sidebar,
body.elementor-editor-active .elementor-widget-kitify-sidebar {
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Masquer les containers parents de la sidebar pour qu'ils ne prennent pas d'espace */
body.woocommerce-shop #products_filters_sidebar,
body.elementor-editor-active #products_filters_sidebar {
    display: flex !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    flex: 0 0 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Masquer uniquement le contenu inline de la sidebar (pas les éléments en position fixed) */
body.woocommerce-shop .kitify-toggle-sidebar > div:not(.kitify-toggle-sidebar__container):not(.kitify-toggle-sidebar__overlay):not(.toggle-column-btn__wrap),
body.elementor-editor-active .kitify-toggle-sidebar > div:not(.kitify-toggle-sidebar__container):not(.kitify-toggle-sidebar__overlay):not(.toggle-column-btn__wrap) {
    display: none !important;
}

/* S'assurer que les éléments de toggle sont bien visibles */
body.woocommerce-shop .kitify-toggle-sidebar__container,
body.woocommerce-shop .kitify-toggle-sidebar__overlay,
body.woocommerce-shop .toggle-column-btn__wrap,
body.elementor-editor-active .kitify-toggle-sidebar__container,
body.elementor-editor-active .kitify-toggle-sidebar__overlay,
body.elementor-editor-active .toggle-column-btn__wrap {
    display: block !important;
}

/* Supprimer tout gap du conteneur parent */
body.woocommerce-shop .e-con:has(#products_filters_sidebar),
body.elementor-editor-active .e-con:has(#products_filters_sidebar) {
    gap: 0 !important;
    column-gap: 0 !important;
}

/* Forcer la colonne des produits à prendre toute la largeur */
body.woocommerce-shop .elementor-element-61267de6,
body.woocommerce-shop .e-con:has(.kitify-wooproducts),
body.elementor-editor-active .elementor-element-61267de6,
body.elementor-editor-active .e-con:has(.kitify-wooproducts) {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
    margin-left: 0 !important;
}

/* Forcer l'affichage du bouton Filtres sur toutes les tailles d'écran */
body.woocommerce-shop .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-product-filter,
body.elementor-editor-active .woocommerce-archive-header .woocommerce-archive-header-inside .woocommerce-archive-toolbar .nova-product-filter {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.woocommerce .product.product-type-variable .variations_form .variations td.value .reset_variations:before {
    margin-top: -2px !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
    margin-top: 20px;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    border-top: 1px solid black;
    padding-right: 0 !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main caption {
    display:none ;
}

.wc-block-components-sidebar-layout .wc-block-components-main thead tr {
    border-top: none !important;
}

/* ============================================== */

/* Page de recherche - Masquer certains widgets dans la sidebar */
.search .widget_categories,
.search .widget_archive,
.search .widget_calendar {
    display: none;
}

.search .entry-content__readmore {
    border-radius: 0 !important;
}

/* ============================================== */

/****************************************************************/
/*********************** RESPONSIVE (MEDIA QUERIES) *************/
/****************************************************************/

/* Tablettes et petits écrans (max-width: 1024px) */
@media (max-width: 1024px) {
    a#js_header_search_modal svg {
        margin-right: 0;
    }

    /* Lightbox */
    .elementor-lightbox .dialog-widget-content {
        width: 95vw !important;
        height: 95vh !important;
    }

    .elementor-lightbox .swiper-slide .swiper-zoom-container {
        max-height: 65%;
    }

    .elementor-lightbox .gl-description {
        font-size: 13px;
    }
}

/* Tablettes et petits écrans (max-width: 1023px) */
@media (max-width: 1023px) {
    /* Gallery view switcher */
    .gl-view-switcher {
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .kitify-images-layout.grid-view .kitify-images-layout__list.grid-mode {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }
}

/* Mobiles (max-width: 767px) */
@media (max-width: 767px) {
    #website_header {
        min-height: 120px !important;
    }

    .kitify-nova-cart .header-cart-box .count-badge {
        padding-top:2px;
    }

    /* Home slider */
    /* #home_slider_pics .swiper-slide.col-desk-3 {
        width: calc(100% / 1.3) !important;
        max-width: calc(100% / 1.3) !important;
    } */

    /* Lightbox */
    .elementor-lightbox .dialog-widget-content {
        width: 100vw !important;
        height: 100vh !important;
        max-width: none;
        max-height: none;
    }

    .elementor-lightbox .swiper-slide {
        padding: 30px 15px;
    }

    .elementor-lightbox .swiper-slide .swiper-zoom-container {
        max-height: 60%;
        margin-bottom: 20px;
    }

    .elementor-lightbox .gl-description {
        font-size: 12px;
        max-width: 90%;
    }

    .elementor-lightbox .gl-counter {
        font-size: 12px;
    }

    .elementor-lightbox .elementor-swiper-button {
        width: 50px;
    }
}

/* Mobiles (max-width: 766px) */
@media (max-width: 766px) {
    /* Gallery view switcher */
    .kitify-images-layout.grid-view .kitify-images-layout__list.grid-mode {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
}

/* Petits mobiles (max-width: 480px) */
@media (max-width: 480px) {
    /* Contact form */
    .wpcf7-form .gl-form-row.gl-inline {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* Fix tableau responsive user orders */
@media screen and (max-width: 768px) {
    table.shop_table_responsive.woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-number {
        display: block !important;
        text-align: right !important;
    }
    
    table.shop_table_responsive.woocommerce-orders-table tbody th.woocommerce-orders-table__cell-order-number::before {
        content: attr(data-title) ': ';
        font-weight: 700;
        float: left;
    }

    table.shop_table_responsive.woocommerce-orders-table tbody td ,
    table.shop_table_responsive.woocommerce-orders-table tbody th {
        padding: 5px 0px !important;
    }

    table.shop_table_responsive.woocommerce-orders-table tbody td:last-child {
        padding-bottom: 20px !important;
    }
}

/* Suppression de la bordure verte de validation WooCommerce */
.woocommerce-validated::before,
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row.woocommerce-validated::before,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .form-row.woocommerce-validated::before {
    background: transparent !important;
}

/* ============================================== */
/* Checkout — Sélecteur de mode de livraison      */
/* ============================================== */

/* Cache la ligne de livraison dans le tableau récapitulatif */
tr.woocommerce-shipping-totals { display: none !important; }

/* Wrapper (sous le formulaire de facturation) */
#gl-checkout-shipping-wrapper { margin: 24px 0 0; }
#gl-checkout-shipping-wrapper .gl-checkout-shipping-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* Switch — boutons côte à côte */
#gl-shipping-method-container ul#shipping_method {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;
}
#gl-shipping-method-container ul#shipping_method li {
    margin: 0;
    flex: 1;
}
/* Masquer le radio natif */
#gl-shipping-method-container ul#shipping_method li input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
/* Label = bouton */
#gl-shipping-method-container ul#shipping_method li label {
    display: block;
    padding: 10px 22px;
    cursor: pointer;
    font-size: .85rem;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
    background: #fff;
    color: #555;
    border: none;
    transition: background .2s, color .2s;
    user-select: none;
    margin: 0;
}
/* Séparateur entre les deux boutons */
#gl-shipping-method-container ul#shipping_method li + li label {
    border-left: 1px solid #d0d0d0;
}
/* État actif */
#gl-shipping-method-container ul#shipping_method li input[type="radio"]:checked + label {
    background: #111;
    color: #fff;
}
/* Hover sur les non-actifs */
#gl-shipping-method-container ul#shipping_method li input[type="radio"]:not(:checked) + label:hover {
    background: #f5f5f5;
    color: #111;
}

/* Adresse du salon (retrait) */
#gl-salon-address {
    margin-top: 16px;
    padding: 12px 16px;
    background: #f9f9f9;
    border-left: 3px solid #ccc;
    line-height: 1.7;
    font-size: .88em;
}

/* =====================================================================
   Kitify Advanced Carousel — Support vidéo
   ===================================================================== */

/* Conteneur vidéo (simple layout) */
.kitify-carousel__item-media,
.kitify-carousel__item-media--video {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Aspect-ratio par défaut 16/9 pour les iframes (YouTube, Vimeo) */
.kitify-carousel__item-video--iframe,
.kitify-banner__media--video .kitify-carousel__item-video--iframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.kitify-carousel__item-video--iframe iframe,
.kitify-banner__media--video .kitify-carousel__item-video--iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Vidéo auto-hébergée — sans contrôles, autoplay */
.kitify-carousel__item-video video {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    pointer-events: none; /* empêche le clic qui ferait apparaître les contrôles */
}

/* Sécurité : masquer les contrôles natifs quoi qu'il arrive */
.kitify-carousel__item-video video::-webkit-media-controls,
.kitify-carousel__item-video video::-webkit-media-controls-enclosure,
.kitify-carousel__item-video video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 0 !important;
}

/* Hauteur personnalisée (quand equal_custom_img_height est activé) */
.kitify-adv-custom-img-height-true .kitify-carousel__item-media--video,
.kitify-adv-custom-img-height-true .kitify-carousel__item-media--video video,
.kitify-adv-custom-img-height-true .kitify-banner__media--video {
    height: var(--kitify-banner-image-height, auto);
}

.kitify-adv-custom-img-height-true .kitify-banner__media--video video,
.kitify-adv-custom-img-height-true .kitify-carousel__item-media--video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Banner layout — conteneur vidéo positionné comme l'image */
.kitify-banner__media--video {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.kitify-banner .kitify-banner__overlay {
    pointer-events: none;
}

/* Overlay de lien pour les vidéos — couvre toute la surface cliquable */
.gl-video-link-overlay {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: block;
    cursor: pointer;
}

.gl-video-link-overlay:hover {
    text-decoration: none !important;
}


/* ============================================== */
/* GALERIE PRODUIT — BULLETS (miniatures masquées) */
/* ============================================== */

/* Conteneur des bullets : centré, espacé */
body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 0 4px !important;
    margin: 0 !important;
    list-style: none !important;
}

/* Chaque bullet : petit cercle gris */
body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 10px !important;
    min-width: 10px !important;
    max-width: 10px !important;
    height: 10px !important;
    min-height: 10px !important;
    max-height: 10px !important;
    border-radius: 50% !important;
    background-color: #ccc !important;
    cursor: pointer !important;
    overflow: hidden !important;
    flex: 0 0 10px !important;
    transition: background-color 0.25s ease !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    display: block !important;
    position: relative !important;
}

/* Rendre les images invisibles mais cliquables (flexslider écoute le clic sur img) */
body.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
}

/* Bullet actif : cercle noir */
body.single-product .woocommerce-product-gallery .flex-control-thumbs li:has(img.flex-active) {
    background-color: #000 !important;
}

/* Hover sur un bullet inactif */
body.single-product .woocommerce-product-gallery .flex-control-thumbs li:not(:has(img.flex-active)):hover {
    background-color: #888 !important;
}

.site-canvas-menu.position-left .header-mobiles-primary-menu .is-drilldown ul li:before {
    display: none !important;
}

/* ============================================================
   Skeleton Loader + Shimmer — Collection vidéos (#collection_gallery)
   ============================================================ */

/* Masquer la galerie dès le premier paint pour éviter le flash
   carousel → grid. Le JS la révèle une fois la vue grid prête. */
#collection_gallery {
    visibility: hidden;
}

/* Verrouiller les dimensions du conteneur vidéo dès le rendu,
   avant que l'iframe/video n'ait chargé, pour éviter le redimensionnement du skeleton. */
#collection_gallery .kitify-carousel__item-media--video {
    aspect-ratio: 16 / 9;
}

.gl-skeleton-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: #f4f4f4;
    overflow: hidden;
    transition: opacity 0.4s ease;
}

/* Icône play centrée */
.gl-skeleton-overlay::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 32px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.12);
    z-index: 3;
}
.gl-skeleton-overlay.gl-skeleton--hidden {
    opacity: 0;
    pointer-events: none;
}
.gl-skeleton-overlay.gl-skeleton--removed {
    display: none;
}
.gl-skeleton-shimmer {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.95) 50%,
        transparent 100%
    );
    background-size: 200% 100%;
    animation: gl-shimmer 1.6s ease-in-out infinite;
}
@keyframes gl-shimmer {
    0%   { background-position: -200% 0; }
    100% { background-position:  200% 0; }
}

.products_ajax_button.loading {
    background-color: transparent !important;
    display:none !important;
}

#home_pic_salon a {
    display:block !important;
}

#home_pic_salon ,
#home_pic_salon a,
#home_pic_salon img {
    width: 100% !important;
}