/*
Theme Name: Inside Web
Description: `Inside Web` 2025 - thème
Version: 2.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/

/* Bota Font Family */
@font-face {
  font-family: "Bota";
  src: url("../fonts/Bota-Light.woff2") format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bota";
  src: url("../fonts/Bota-LightItalic.woff2") format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bota";
  src: url("../fonts/Bota-Regular.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bota";
  src: url("../fonts/Bota-Italic.woff2") format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bota";
  src: url("../fonts/Bota-Bold.woff2") format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bota";
  src: url("../fonts/Bota-BoldItalic.woff2") format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bota";
  src: url("../fonts/Bota-ExtraBold.woff2") format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bota";
  src: url("../fonts/Bota-ExtraBoldItalic.woff2") format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --mont: "Montserrat", sans-serif;
    --bota: "Bota", sans-serif;
    --pink: #D20072;
    --transparent: transparent;
}

body{
    font-family: var(--mont);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--black);
    margin: 0;
    overflow-y: scroll;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* TYPOGRAPHY CLASSES */

/* Title Styles */
.title1 {
    font-family: var(--mont);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.title1Separator{
    font-family: var(--mont);
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 8px;
}

.title1House {
    font-family: var(--mont);
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.title1Bota {
    color: var(--black);
    text-align: center;
    font-family: var(--bota);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
    letter-spacing: 12px;
    text-transform: uppercase;
}

.title18 {
    font-family: var(--mont);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.title2 {
    font-family: var(--mont);
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 25%;
    text-align: center;
    text-transform: uppercase;
}

.title3 {
    font-family: var(--bota);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 7px;
}

.title4 {

}

.title5 {
    font-family: var(--mont);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.title5Forced {
    font-family: var(--mont) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}

.title6{
    color: var(--black);
    font-family: var(--mont);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 200% */
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.lienBread, .breadcrumb-item{
    font-family: var(--mont);
    font-weight: 700;
    font-style: Bold;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 25%;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.lienBread:hover{
    color: var(--pink) !important;
}

.font-weight-600{
    font-weight: 600 !important;
}

.text1{

}

.text2{

}

.mb-16{
    margin-bottom: 16px;
}

.mb-12{
    margin-bottom: 12px;
}

.mb-36{
    margin-bottom: 36px;
}

.mb-45{
    margin-bottom: 45px;
}

.mt-36{
    margin-top: 36px;
}

.mt-45{
    margin-top: 45px;
}

.hoverPink{
    transition: all 0.3s ease-in-out;
}

.hoverPink:hover{
    color: var(--pink);
}

.fontItalic{
    font-style: italic !important;
}

/* Mobile Responsive Versions */
@media only screen and (max-width: 768px) {
    .title1Separator{
        font-size: 14px;
        line-height: 20px;
    }
    .title1 {
        font-size: 23px;
        line-height: 30px;
    }

    .title2 {

    }

    .title3 {

    }

    .title4 {

    }

    .title5 {

    }
    .text1{

    }

    .text2{

    }
}
/* END TYPOGRAPHY CLASSES */

.color-white{
    color: var(--white);
}

.color-black{
    color: var(--black);
}

.color-pink{
    color: var(--pink) !important;
}

a {
    text-decoration: none;
}

a:hover {

}

img {
    width: 100%;
}

p:last-child {
    margin-bottom: 0;
}

input {
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* iOS: Prevent auto-zoom on input focus (requires 16px minimum) */
@supports (-webkit-touch-callout: none) {
    input:not([type="checkbox"]):not([type="radio"]),
    textarea,
    select {
        font-size: 16px;
    }
}

input:focus {
    outline: none;
}

.hide{
    display: none;
}

.btnSite, .single_add_to_cart_button{
    background-color: var(--pink) !important;
    color: var(--white) !important;
    text-align: center !important;
    font-family: var(--mont) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    padding: 10px 30px !important;
    border-radius: 50px !important;
    transition: all 0.3s ease-in-out !important;
    display: block !important;
    max-width: max-content !important;
    border: 0 !important;
}

.btnSite:hover, .single_add_to_cart_button:hover{
    background-color: var(--black) !important;
    color: var(--white) !important;
}

.lienSiteLien{
    color: var(--black);
    font-family: var(--mont);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 3px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.lienSiteLien:hover{
    color: var(--pink);
}

.lienSite{
    display: block;
    transition: all 0.3s ease-in-out;
    color: var(--white);
    font-family: var(--mont);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.lienSite:hover{
    color: var(--pink);
}

.imgBackground{
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: var(--black);
    position: relative;
    background-size: cover;
}

.imgBackground::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.imgBackground > *{
    position: relative;
    z-index: 2;
}

.imgLogo{
    max-width: 171px;
}

.space{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.space2{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.firstSection{
    margin-top: 140px;
}

.flexContentCenter{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.flexContentEnd{
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
}

.cardSpecialCollection{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
}

.imgAspect{
    aspect-ratio: 1;
    object-fit: cover;
}

.cardSpecialCollection img {
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 0.4s ease;
    object-fit: cover;
    filter: brightness(0.8);
}

.cardSpecialCollection .img-default {
    opacity: 1;
}

.cardSpecialCollection .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.cardSpecialCollection:hover .img-default {
    opacity: 0;
}

.cardSpecialCollection:hover .img-hover {
    opacity: 1;
}

.cardSpecialCollection .card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.cardSpecialCollection h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    width: 100%;
    pointer-events: none;
}

.cardSpecialCollection .card-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 60px));
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: auto;
    white-space: nowrap;
}

.cardSpecialCollection:hover .card-btn {
    opacity: 1;
}

.imgSeparator{
    height: 600px;
    object-fit: cover;
}

/* Categories Section - Desktop & Mobile Slider */
.categories-container {
    position: relative;
}

.categories-slider {
    display: flex;
    flex-wrap: wrap;
    --bs-gutter-y: calc(var(--bs-gutter-x) * 1);
}

.categories-slide .vertical {
    aspect-ratio: 3/4;
}

.categories-slide .horizontal {
    aspect-ratio: 4/3;
}

.categories-indicators,
.categories-section .slider-arrows {
    display: none;
}

.padding0{
    padding: 0;
}

@media (max-width: 991px) {
    .padding0Container{
        padding: 0 !important;
    }
    .padding0{
        padding-left: calc(var(--bs-gutter-x) * 1) ;
        padding-right: calc(var(--bs-gutter-x) * 1);
    }
    .navbar-brand{
        margin: 0;
    }
    .categories-slide .vertical {
        aspect-ratio: unset !important;
    }

    .categories-slide .horizontal {
        aspect-ratio: unset !important;
    }
    .offcanvas-social{
        justify-content: start !important;
    }
    
    .offcanvas-commande{
        padding: 0 !important;
    }
    
    .categories-container {
        overflow: hidden;
        position: relative;
    }

    .categories-slider {
        display: flex;
        flex-wrap: nowrap;
        overflow: visible;
        transition: transform 0.3s ease-out;
        will-change: transform;
    }

    .categories-slide {
        min-width: 100%;
        max-width: 100%;
        flex-shrink: 0;
        flex-basis: 100%;
        /* padding: 0; */
        box-sizing: border-box;
    }

    .categories-indicators {
        display: flex;
        justify-content: flex-start;
        gap: 4px;
        margin-top: 1.5rem;
        z-index: 10;
    }

    .categories-indicator {
        width: 20px;
        height: 2px;
        background-color: var(--black);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .categories-indicator:hover {
        background-color: var(--black);
    }

    .categories-indicator.active {
        background-color: var(--pink);
        height: 2px;
    }
    
    .categories-section .slider-arrows {
        display: flex;
    }
}

/* Products Section - Desktop & Mobile Slider */
.product-section {
    display: flex;
    flex-wrap: wrap;
}

.product-section .product-content-section {
    order: 1;
}

.product-section .products-container {
    order: 2;
}

/* Si le contenu doit être à droite en desktop */
@media (min-width: 992px) {
    .product-section.content-right .product-content-section {
        order: 2;
    }
    
    .product-section.content-right .products-container {
        order: 1;
    }
}

.products-container {
    position: relative;
}

.products-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.products-slide {
    flex: 0 0 calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
}

.products-indicators,
.products-container .slider-arrows {
    display: none;
}

@media (max-width: 991px) {
    .products-container {
        overflow: hidden;
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: relative;
    }

    .products-slider {
        display: flex;
        flex-wrap: nowrap;
        overflow: visible;
        transition: transform 0.3s ease-out;
        will-change: transform;
        gap: 0;
    }

    .products-slide {
        min-width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        flex-shrink: 0;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .slider-controls{
        display: flex;
        justify-content: space-between;
        align-content: center;
        margin-top: 12px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .products-indicators {
        display: flex;
        justify-content: flex-start;
        gap: 4px;
        margin-top: 1.5rem;
        /* position: absolute;
        bottom: 5rem;
        left: 1rem; */
        z-index: 10;
    }

    .products-indicator {
        width: 20px;
        height: 2px;
        background-color: var(--black);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .products-indicator:hover {
        background-color: var(--black);
    }

    .products-indicator.active {
        background-color: var(--pink);
        height: 2px;
    }
    
    .products-container .slider-arrows {
        display: flex;
        gap: 1rem;
        z-index: 10;
    }
    
    .products-container .slider-prev,
    .products-container .slider-next {
        background-color: var(--pink);
        border: 1px solid var(--white);
        color: var(--white);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 18px;
    }
    
    .products-container .slider-prev:hover,
    .products-container .slider-next:hover {
        background-color: var(--white);
        color: var(--pink);
        border-color: var(--pink);
    }
    
    .products-container .slider-prev:active,
    .products-container .slider-next:active {
        transform: scale(0.95);
    }
}

/* Separateur Content Section - Desktop & Mobile Slider */
.separateur-container {
    position: relative;
}

.separateur-slider {
    display: flex;
    flex-wrap: wrap;
}

.separateur-slide {
    /* Les classes col-lg-3 de Bootstrap gèrent déjà le responsive */
}

.separateur-indicators,
.separateur-container .slider-arrows {
    display: none;
}

@media (max-width: 991px) {
    .separateur-container {
        overflow: hidden;
        position: relative;
    }

    .separateur-slider {
        display: flex;
        flex-wrap: nowrap;
        overflow: visible;
        transition: transform 0.3s ease-out;
        will-change: transform;
    }

    .separateur-slide {
        min-width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        flex-shrink: 0;
        flex-basis: 100%;
        box-sizing: border-box;
    }

    .separateur-indicators {
        display: flex;
        justify-content: flex-start;
        gap: 4px;
        margin-top: 1.5rem;
        z-index: 10;
    }

    .separateur-indicator {
        width: 20px;
        height: 2px;
        background-color: rgba(0, 0, 0, 0.3);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .separateur-indicator:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .separateur-indicator.active {
        background-color: var(--pink);
        height: 2px;
    }
    
    .separateur-container .slider-arrows {
        display: flex;
        gap: 1rem;
        margin-top: 12px;
        justify-content: end;
        z-index: 10;
    }
    
    .separateur-container .slider-prev,
    .separateur-container .slider-next {
        background-color: var(--pink);
        border: 1px solid var(--pink);
        color: var(--white);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 18px;
    }
    
    .separateur-container .slider-prev:hover,
    .separateur-container .slider-next:hover {
        background-color: var(--white);
        color: var(--pink);
        border-color: var(--pink);
    }
    
    .separateur-container .slider-prev:active,
    .separateur-container .slider-next:active {
        transform: scale(0.95);
    }
}

/* Product Cards */
.cardProduct {
    position: relative;
}

.cardProduct .product-image-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    cursor: pointer;
}

.cardProduct .product-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.4s ease;
    aspect-ratio: 1;
    object-fit: cover;
}

.mt-24{
    margin-top: 24px;
}

.cardProduct .product-image-wrapper .img-default {
    opacity: 1;
}

.cardProduct .product-image-wrapper .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cardProduct:hover .product-image-wrapper .img-default {
    opacity: 0;
}

.cardProduct:hover .product-image-wrapper .img-hover {
    opacity: 1;
}

.cardProduct .product-info {
    text-align: left;
}

.cardProduct .product-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
    z-index: 10;
    white-space: nowrap;
}

.cardProduct:hover .product-btn {
    opacity: 1;
    pointer-events: auto;
}

.contentSticky {
    z-index: 10;
}

.bgPinkSeparateur{
    padding-top: 60px;
    padding-bottom: 60px;
    border: 5px solid var(--pink);
}

.bgPink{
    background-color: var(--pink);
}

@media (min-width: 992px) {
    .contentSticky {
        position: sticky;
        top: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #specialCollection .col-lg-4 {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

/* Special Collection Section with Scroll Effect */
@media (min-width: 992px) {
    #specialCollectionWrapper {
        position: relative;
        height: 200vh; /* Espace pour permettre le scroll */
    }

    #specialCollection {
        position: sticky;
        top: 0;
        height: 100vh;
        overflow: hidden;
        margin-top: 0;
        margin-bottom: 0;
    }

    #specialCollection .row {
        height: 100vh;
    }

    #specialCollection .col-lg-6:first-child {
        height: 100vh;
        display: flex;
        align-items: center;
    }

    #specialCollection .col-lg-6:last-child {
        height: 100vh;
        overflow: hidden;
        position: relative;
    }

    /* Desktop: show original, hide slider */
    .desktop-images {
        display: block;
    }

    .mobile-images {
        display: none;
    }

    #specialCollection .desktop-images {
        width: 100%;
        will-change: transform;
        transition: transform 0.1s ease-out;
    }

    #specialCollection .desktop-images > div {
        margin-bottom: 1.5rem;
    }

    #specialCollection .desktop-images > div:last-child {
        margin-bottom: 0;
    }

    #specialCollection .desktop-images img {
        width: 100%;
        height: auto;
        display: block;
    }

    #specialCollection .desktop-images .d-flex {
        gap: 1.5rem;
    }

    #specialCollection .desktop-images .d-flex img {
        width: calc(50% - 0.75rem);
    }
}

/* Mobile adjustments */
@media (max-width: 991px) {
    #specialCollectionWrapper {
        height: auto !important;
    }

    #specialCollection {
        position: relative !important;
        height: auto !important;
    }

    #specialCollection .col-lg-6:first-child {
        margin-bottom: 2rem;
    }

    #specialCollection .col-lg-6:last-child {
        height: auto !important;
        overflow: visible !important;
    }

    /* Mobile: hide original, show slider */
    .desktop-images {
        display: none !important;
    }

    .mobile-images {
        display: block !important;
    }

    #specialCollection .mobile-images {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-top: 3rem;
    }

    .images-scroll-container {
        overflow: hidden;
        position: relative;
    }

    .images-scroll-slider {
        display: flex;
        flex-wrap: nowrap;
        overflow: visible;
        transition: transform 0.3s ease-out;
        will-change: transform;
    }

    .images-scroll-slide {
        min-width: 100%;
        max-width: 100%;
        flex-shrink: 0;
        flex-basis: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .images-scroll-slide img {
        width: 100%;
        height: auto;
        display: block;
    }

    .images-scroll-indicators {
        display: flex;
        justify-content: flex-start;
        gap: 4px;
        margin-top: 1.5rem;
        /* position: absolute; */
        /* bottom: 5rem; */
        /* left: 1rem; */
        z-index: 10;
    }

    .images-scroll-indicator {
        width: 20px;
        height: 2px;
        background-color: var(--black);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .images-scroll-indicator:hover {
        background-color: var(--black);
    }

    .images-scroll-indicator.active {
        background-color: var(--pink);
        height: 2px;
    }

    /* Slider arrows */
    .slider-arrows {
        display: flex;
        gap: 1rem;
        z-index: 10;
        justify-content: end;
    }

    .slider-prev,
    .slider-next {
        background-color: var(--pink);
        border: 1px solid var(--white);
        color: var(--white);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 18px;
        border: 1px solid var(--pink);
    }

    .slider-prev:hover,
    .slider-next:hover {
        background-color: var(--white);
        color: var(--black);
    }

    .slider-prev:active,
    .slider-next:active {
        transform: scale(0.95);
    }
}


/* Carousel Section */
.carousel-section {
    position: relative;
    width: 100%;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-slider {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide {
    min-width: 100%;
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.aspect1{
    aspect-ratio: 1;
    object-fit: cover;
}

.carousel-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carousel-indicators {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    display: flex;
    justify-content: end;
    gap: 4px;
    z-index: 10;
    margin-right: 0;
    margin-left: 0;
}

.carousel-indicator {
    width: 20px;
    height: 2px;
    background-color: var(--white);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-indicator:hover {
    background-color: var(--white);
}

.carousel-indicator.active {
    background-color: var(--pink);
    height: 2px;
}

.carousel-controls {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    display: flex;
    gap: 1rem;
    z-index: 10;
}

.carousel-btn {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid var(--white);
    color: var(--white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-btn:hover {
    background-color: var(--white);
    color: var(--black);
}

.carousel-btn i {
    font-size: 18px;
}

@media (max-width: 768px) {
    .carousel-slide {
        min-height: 50vh;
    }
    
    .carousel-indicators {
        bottom: 1rem;
        right: 10%;
    }
}

/* Category Filters */
.category-filters-section {
    margin-top: 60px;
}

.category-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: start;
}

.category-filter-btn {
    color: var(--black);
    text-align: center;
    font-family: var(--mont);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background-color: var(--transparent);
    border: none;
    padding: 0;
}

.category-filter-btn:hover {
    color: var(--pink);
}

.category-filter-btn.active {
    color: var(--pink);
}

#products-container {
    min-height: 400px;
    position: relative;
    margin-top: 30px;
}

#products-container.loading {
    opacity: 0.5;
    pointer-events: none;
}

/* WooCommerce Product Images - Keep original dimensions */
.woocommerce ul.products li.product .woocommerce-loop-product__link img,
.woocommerce ul.products li.product img,
.woocommerce-product-gallery__image img,
.woocommerce .product .images img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 100%;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 1;
}

.woocommerce ul.products li.product .attachment-woocommerce_thumbnail {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0 !important;
    aspect-ratio: 1 !important;
}

/* Product Archive Card Hover Effect */
.product-archive-card {
    position: relative;
    width: 100%;
}

.product-archive-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

.product-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.4s ease;
}

.product-image-wrapper .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-archive-card:hover .product-image-wrapper img:not(.hover-image) {
    opacity: 0;
}

.product-archive-card:hover .product-image-wrapper .hover-image {
    opacity: 1;
}

.product-hover-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 10;
}

.listNone{
    list-style: none;
}

.product-archive-card:hover .product-hover-btn {
    opacity: 1;
}

.titreArchive {
    color: var(--black);
    font-family: var(--bota);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 7px;
    text-transform: uppercase;
    padding: 0 !important;
    overflow-wrap: break-word;
}

.sousTitreArchive, .archive .woocommerce-Price-amount {
    color: var(--black) !important;
    font-family: var(--mont) !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important; /* 166.667% */
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    padding: 0 !important;
}

/* Hide add to cart button on archive pages */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
    display: none !important;
}

/* Product Grid Spacing - 4 produits par ligne avec 15px gap, total = 100% */
.woocommerce ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    width: calc(25% - 15px) !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
}

.textAlignCenter{
    text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: calc((100% - 30px) / 3) !important;
        max-width: calc((100% - 30px) / 3) !important;
        flex: 0 0 calc((100% - 30px) / 3) !important;
    }
    .extra-menu .sub-menu{
        padding: 0 !important;
    }
    .category-filters-section{
        margin-top: 30px;
    }
    .textAlignCenter{
        text-align: start;
    }
}

@media (max-width: 767px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-right: 0 !important;
    }
}

/* Single Product Images Grid */
.single-product-images-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.main-product-image {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-product-image::before {
    content: '';
    display: block;
    padding-top: 56.25%; /* 16/9 ratio = 9/16 * 100 = 56.25% */
}

.main-product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-product-image a.glightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: zoom-in;
}

.secondary-product-images {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
}

.secondary-product-image {
    position: relative;
    overflow: hidden;
    flex: 1;
}

.secondary-product-image::before {
    content: '';
    display: block;
    padding-top: 100%; /* 1/1 ratio carré */
}

.secondary-product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.secondary-product-image a.glightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: zoom-in;
}

.secondary-product-image.placeholder img {
    opacity: 0.3;
}

.spaceBgGrey{
    background-color: rgba(0, 0, 0, 0.10);
    padding-top: 36px;
    padding-bottom: 36px;
}

.single-product .woocommerce-Price-amount{
    font-size: 24px !important;
}

.divInput{
    width: 100%;
    margin-bottom: 1.5rem;
}

.divInput input{
    width: 100%;
    border-radius: 0;
}

.divInput textarea{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 120px;
    padding: 12px 16px;
}

.divInput input:focus, .divInput textarea:focus{
    outline: none;
    border-color: var(--pink);
}

.divInput input::placeholder, .divInput textarea::placeholder, .divInput textarea, .divInput input{
    color: var(--black);
    font-family: var(--mont);
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 50%;
    text-transform: uppercase;
}

.invalidInput{
    font-family: var(--mont);
    font-weight: 700; 
    font-size: 9px;
    line-height: 20px;
    letter-spacing: 25%;
    text-transform: uppercase;
    margin-top: 5px;
}

/* File input styling */
.divInputFile {
    margin-bottom: 24px;
}

.divInputFile label {
    display: block;
    margin-bottom: 8px;
    font-family: var(--mont);
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 50%;
    text-transform: uppercase;
    color: var(--black);
}

.inputFile {
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: var(--mont);
    font-size: 10px;
    text-transform: uppercase;
}

.inputFile::-webkit-file-upload-button {
    padding: 8px 16px;
    border: none;
    border-radius: 25px;
    background-color: var(--pink);
    color: white;
    cursor: pointer;
    font-family: var(--mont);
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    margin-right: 12px;
    transition: background-color 0.3s ease;
}

.inputFile::-webkit-file-upload-button:hover {
    background-color: var(--black);
}

.inputFile:focus {
    outline: none;
}

/* Custom file upload button */
.custom-file-upload {
    display: flex;
    align-items: center;
    gap: 12px;
}

.file-upload-btn {
    padding: 8px 16px;
    border: none;
    border-radius: 25px;
    background-color: var(--pink);
    color: white;
    cursor: pointer;
    font-family: var(--mont);
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.file-upload-btn:hover {
    background-color: var(--black);
}

.file-name {
    font-family: var(--mont);
    font-size: 10px;
    text-transform: uppercase;
    color: var(--black);
    opacity: 0.7;
}

.titlePresse{
    color: var(--black);
    font-family: var(--mont);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#jobCategoriesAccordion .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dee2e6;
}
#jobCategoriesAccordion .accordion-item:last-child {
    border-bottom: 1px solid #dee2e6;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
    border: none;
}
.accordion-button .accordion-icon {
    transition: transform 0.2s ease-in-out;
    color: var(--pink);
    font-weight: 500;
}
.accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(45deg);
}
.accordion-button::after {
    display: none;
}
.accordion-body {
    background-color: transparent;
    border: none;
}

#jobCategoriesAccordion .accordion-button{
    padding: 8px 0 !important;
    color: var(--black);
    font-family: var(--mont);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
    letter-spacing: 6px;
    text-transform: uppercase;
}

.list-unstyled a{
    color: var(--black);
    font-family: var(--mont);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.list-unstyled a:hover{
    color: var(--pink);
}