/* REAL GRID PARENT (theme wrapper) */
.products.noo-row.product-grid.noo-product-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 2% !important;
    width: 100% !important;
}

/* GRID ITEMS */
.pdfcwoo-medium-3.pdfcwoo-columns {
    flex: 0 0 31% !important;
    box-sizing: border-box !important;
}

/* TILE CONTAINER */
.pdfcwoo-product-cat_inner {
    position: relative !important;
    height: 300px !important;
    overflow: hidden !important;
    background: #fff !important;
}

/* IMAGE WRAPPER */
.pdfcwoo-image-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.pdfcwoo-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .4s ease !important;
}

.pdfcwoo-product-cat_inner:hover .pdfcwoo-image-wrapper img {
    transform: scale(1.08) !important;
}

/* TITLE STRIP */
.pdfcwoo_title {
    position: absolute !important;
    bottom: 12px !important;
    left: 0 !important;
    width: 100% !important;
    height: 69px !important;
    background: rgba(255,255,255,0.9) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2 !important;
}

/* BADGE */
.pdfcwoo_count {
    position: absolute !important;
    bottom: 60px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #e74c3c !important;
    color: #fff !important;
    padding: 4px 10px !important;
    border-radius: 3px !important;
    font-weight: 700 !important;
    z-index: 3 !important;
}

/* PARENT: enable horizontal layout */
.pdfcwoo-product-cat {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 2% !important;
}

/* CHILDREN: 3 columns */
.pdfcwoo-medium-3.pdfcwoo-columns {
    flex: 0 0 31% !important;
    box-sizing: border-box !important;
}

/* --------------------------------------------------------------
   SUBCATEGORY HEADER
-------------------------------------------------------------- */
.pdfcwoo-subcat-header {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdfcwoo-subcat-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
    text-align: center;
    margin: 0;
}


/* --------------------------------------------------------------
   SUBCATEGORY HEADER TITLE — EXACT ORGANICI ANIMATION
-------------------------------------------------------------- */

.pdfcwoo-subcat-title {
    opacity: 0;
    transform: translateY(80px); /* same as Organici */
    transition: all 0.9s ease;   /* same timing and easing */
}

/* When JS adds .eff, the title animates upward */
.pdfcwoo-subcat-title.eff {
    opacity: 1;
    transform: translateY(0);
}


/* --------------------------------------------------------------
   Hide prettyPhoto image title
-------------------------------------------------------------- */

.pp_pic_holder .ppt,
.pp_pic_holder .pp_description {
    display: none !important;
}


/* --------------------------------------------------------------
 Replace old FontAwesome Instagram icon with modern glyph 
-------------------------------------------------------------- */

/* Replace FA Instagram icon with custom image */
.footer-2 .widget_noo_social .noo_social a.fa-instagram {
    font-size: 0 !important;      /* hide FA icon */
    line-height: 0 !important;
    color: transparent !important;
    overflow: hidden !important;

    width: 30px !important;
    height: 30px !important;
    display: inline-block !important;

    background-image: url('https://www.skipperclub.fr/wp-content/uploads/2026/05/R-scaled.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

    border-radius: 50% !important; /* optional: keep circle shape */
    background-color: transparent !important;
}

/* Prevent hover color override */
.footer-2 .widget_noo_social .noo_social a.fa-instagram:hover {
    background-color: transparent !important;
    color: transparent !important;
}
