.elementor-2415 .elementor-element.elementor-element-5dec113{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2415 .elementor-element.elementor-element-546de33{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-546de33 *//* WordPress: Appearance > Customize > Additional CSS */

.wp-product-gallery {
    --gallery-line: rgba(255, 255, 255, 0.58);
    --gallery-text: #ffffff;
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #111111;
}

.wp-product-gallery,
.wp-product-gallery * {
    box-sizing: border-box;
}

.wp-product-gallery__product {
    position: relative;
    z-index: 0;
    isolation: isolate;
    width: 100%;
    height: 360px;
    margin: 0;
    overflow: hidden;
    background-color: #171717;
    background-image: var(--main-image) !important;
    background-position: var(--main-position, center);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1 !important;
    filter: none !important;
}

.wp-product-gallery__grid {
    position: absolute;
    z-index: 3;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr);
    gap: 0;
    padding: 0;
    border-top: 1px solid var(--gallery-line);
    border-bottom: 1px solid var(--gallery-line);
    background: transparent !important;
}

.wp-product-gallery__cell {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 0 !important;
    border-left: 1px solid var(--gallery-line) !important;
    border-radius: 0 !important;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: inherit;
    font: inherit;
    cursor: pointer;
    perspective: 1200px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.wp-product-gallery__cell:last-child {
    border-right: 1px solid var(--gallery-line) !important;
}

.wp-product-gallery__cell::before,
.wp-product-gallery__cell::after {
    display: none !important;
    content: none !important;
}

.wp-product-gallery__flip {
    position: absolute;
    inset: 0;
    display: block;
    background: transparent;
    transform-style: preserve-3d;
    transition: transform 600ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.wp-product-gallery__face {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.wp-product-gallery__front {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

.wp-product-gallery__back {
    background-color: #171717;
    background-image: var(--hover-image, var(--main-image)) !important;
    background-position: var(--hover-position, center);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1 !important;
    filter: none !important;
    transform: rotateY(180deg);
}

.wp-product-gallery__cell:nth-child(1) {
    --hover-image: var(--image-1, var(--main-image));
    --hover-position: var(--image-1-position, center);
}

.wp-product-gallery__cell:nth-child(2) {
    --hover-image: var(--image-2, var(--main-image));
    --hover-position: var(--image-2-position, center);
}

.wp-product-gallery__cell:nth-child(3) {
    --hover-image: var(--image-3, var(--main-image));
    --hover-position: var(--image-3-position, center);
}

.wp-product-gallery__number {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.42);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.wp-product-gallery__caption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.58);
    color: #ffffff;
    font-family: inherit;
    font-size: clamp(0.56rem, 1.1vw, 0.78rem);
    line-height: 1.35;
    text-align: left;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.wp-product-gallery__intro {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: min(92%, 1050px);
    color: var(--gallery-text);
    text-align: center;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.wp-product-gallery__title {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: inherit;
    font-size: clamp(2.8rem, 8vw, 7rem);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 0.9;
    text-transform: uppercase;
    text-shadow:
        0 3px 10px rgba(0, 0, 0, 0.95),
        0 8px 30px rgba(0, 0, 0, 0.72);
}

.wp-product-gallery__description {
    max-width: 620px;
    margin: 22px auto 0;
    padding: 0 12px;
    color: #ffffff;
    font-family: inherit;
    font-size: clamp(0.72rem, 1.2vw, 0.95rem);
    font-weight: 500;
    line-height: 1.5;
    text-shadow:
        0 2px 5px rgba(0, 0, 0, 1),
        0 4px 14px rgba(0, 0, 0, 0.9);
}

@media (hover: hover) and (pointer: fine) {
    .wp-product-gallery__cell:hover
    .wp-product-gallery__flip,
    .wp-product-gallery__cell:focus-visible
    .wp-product-gallery__flip {
        transform: rotateY(180deg);
    }
}

.wp-product-gallery__cell:focus-visible {
    z-index: 5;
    outline: 3px solid #ffffff;
    outline-offset: -6px;
}

@media (hover: none), (pointer: coarse) {
    .wp-product-gallery__cell:focus
    .wp-product-gallery__flip {
        transform: rotateY(180deg);
    }
}


/* 1. ARGAN ROSEMARY */

.wp-product-gallery__product--argan-rosemary {
    --main-image:
        url("https://kigba.com/wp-content/uploads/2026/08/ARGAN.png");
    --image-1:
        url("https://kigba.com/wp-content/uploads/2026/08/Argan-1.png");
    --image-2:
        url("https://kigba.com/wp-content/uploads/2026/08/Argan-2.png");
    --image-3:
        url("https://kigba.com/wp-content/uploads/2026/08/Argan-3.png");
    --main-position: center;
}


/* 2. CLAYE */

.wp-product-gallery__product--claye {
    --main-image:
        url("https://kigba.com/wp-content/uploads/2026/08/CLAYE.png");
    --image-1:
        url("https://kigba.com/wp-content/uploads/2026/08/Claye-1.png");
    --image-2:
        url("https://kigba.com/wp-content/uploads/2026/08/Claye-2.png");
    --image-3:
        url("https://kigba.com/wp-content/uploads/2026/08/Claye-3.png");
    --main-position: center;
}


/* 3. GRVND */

.wp-product-gallery__product--grvnd {
    --main-image:
        url("https://kigba.com/wp-content/uploads/2026/08/GRVND.png");
    --image-1:
        url("https://kigba.com/wp-content/uploads/2026/08/GRVND-1.png");
    --image-2:
        url("https://kigba.com/wp-content/uploads/2026/08/GRVND-2.png");
    --image-3:
        url("https://kigba.com/wp-content/uploads/2026/08/GRVND-3.png");
    --main-position: center;
}


/* 4. KIGBA CHIPS */

.wp-product-gallery__product--kigba-chips {
    --main-image:
        url("https://kigba.com/wp-content/uploads/2026/08/KIGBA-CHIPS.png");
    --image-1:
        url("https://kigba.com/wp-content/uploads/2026/08/KIGBA-CHIPS-1.png");
    --image-2:
        url("https://kigba.com/wp-content/uploads/2026/08/KIGBA-CHIPS-2.png");
    --image-3:
        url("https://kigba.com/wp-content/uploads/2026/08/KIGBA-CHIPS-3.png");
    --main-position: center;
}


/* 5. MIMO */

.wp-product-gallery__product--mimo {
    --main-image:
        url("https://kigba.com/wp-content/uploads/2026/08/MIMO.png");
    --image-1:
        url("https://kigba.com/wp-content/uploads/2026/08/MIMO-1.png");
    --image-2:
        url("https://kigba.com/wp-content/uploads/2026/08/MIMO-2.png");
    --image-3:
        url("https://kigba.com/wp-content/uploads/2026/08/MIMO-3.png");
    --main-position: center;
}


/* 6. SHEA */

.wp-product-gallery__product--shea {
    --main-image:
        url("https://kigba.com/wp-content/uploads/2026/08/SHEA.png");
    --image-1:
        url("https://kigba.com/wp-content/uploads/2026/08/SHEA-1.png");
    --image-2:
        url("https://kigba.com/wp-content/uploads/2026/08/SHEA-2.png");
    --image-3:
        url("https://kigba.com/wp-content/uploads/2026/08/SHEA-3.png");
    --main-position: center;
}


/* 7. SULAS BAR */

.wp-product-gallery__product--sulas-bar {
    --main-image:
        url("https://kigba.com/wp-content/uploads/2026/08/SULAS.png");
    --image-1:
        url("https://kigba.com/wp-content/uploads/2026/08/SULAS-1.png");
    --image-2:
        url("https://kigba.com/wp-content/uploads/2026/08/SULAS-2.png");
    --image-3:
        url("https://kigba.com/wp-content/uploads/2026/08/SULAS-3.png");
    --main-position: center;
}


/* 8. VELDT */

.wp-product-gallery__product--veldt {
    --main-image:
        url("https://kigba.com/wp-content/uploads/2026/08/VELDT.png");
    --image-1:
        url("https://kigba.com/wp-content/uploads/2026/08/VELDT-1.png");
    --image-2:
        url("https://kigba.com/wp-content/uploads/2026/08/VELDT-2.png");
    --image-3:
        url("https://kigba.com/wp-content/uploads/2026/08/VELDT-3.png");
    --main-position: center;
}


/* 9. VELOUR */

.wp-product-gallery__product--velour {
    --main-image:
        url("https://kigba.com/wp-content/uploads/2026/08/VELOUR.png");
    --image-1:
        url("https://kigba.com/wp-content/uploads/2026/08/VELOUR-1.png");
    --image-2:
        url("https://kigba.com/wp-content/uploads/2026/08/VELOUR-2.png");
    --image-3:
        url("https://kigba.com/wp-content/uploads/2026/08/VELOUR-3.png");
    --main-position: 58% 100%;
}


/* 10. VITAMIN C */

.wp-product-gallery__product--vitamin-c {
    --main-image:
        url("https://kigba.com/wp-content/uploads/2026/08/VITAMIN-C.png");
    --image-1:
        url("https://kigba.com/wp-content/uploads/2026/08/VITAMIN-C-1.png");
    --image-2:
        url("https://kigba.com/wp-content/uploads/2026/08/VITAMIN-C-2.png");
    --image-3:
        url("https://kigba.com/wp-content/uploads/2026/08/VITAMIN-C-3.png");
    --main-position: center;
}


/* TABLET */

@media (max-width: 1024px) {
    .wp-product-gallery__product {
        height: 300px;
    }

    .wp-product-gallery__title {
        font-size: clamp(2.5rem, 9vw, 5.5rem);
    }

    .wp-product-gallery__description {
        max-width: 520px;
        margin-top: 18px;
        font-size: 0.82rem;
    }

    .wp-product-gallery__product--velour {
        --main-position: 60% 100%;
    }
}


/* MOBILE */

@media (max-width: 767px) {
    .wp-product-gallery__product {
        height: 230px;
    }

    .wp-product-gallery__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: minmax(0, 1fr);
    }

    .wp-product-gallery__intro {
        width: 94%;
    }

    .wp-product-gallery__title {
        font-size: clamp(1.8rem, 11vw, 4rem);
    }

    .wp-product-gallery__description {
        max-width: 88%;
        margin-top: 13px;
        font-size: 0.68rem;
        line-height: 1.4;
    }

    .wp-product-gallery__number {
        right: 6px;
        bottom: 6px;
        width: 26px;
        height: 26px;
        font-size: 0.58rem;
    }

    .wp-product-gallery__caption {
        right: 5px;
        bottom: 5px;
        left: 5px;
        padding: 5px 6px;
        font-size: 0.58rem;
    }

    .wp-product-gallery__product--velour {
        --main-position: 63% 88%;
    }
}


/* SMALL MOBILE */

@media (max-width: 380px) {
    .wp-product-gallery__product {
        height: 210px;
    }

    .wp-product-gallery__title {
        font-size: clamp(1.6rem, 10vw, 3rem);
    }

    .wp-product-gallery__description {
        max-width: 90%;
        margin-top: 11px;
        font-size: 0.61rem;
    }

    .wp-product-gallery__number {
        width: 24px;
        height: 24px;
    }

    .wp-product-gallery__product--velour {
        --main-position: 65% 86%;
    }
}


/* MOBILE HEADER AND HAMBURGER FIX */

@media (max-width: 1024px) {
    body header,
    body #masthead,
    body .site-header,
    body .elementor-location-header,
    body [data-elementor-type="header"] {
        z-index: 999999 !important;
        overflow: visible !important;
        isolation: isolate;
    }

    body header .elementor-menu-toggle,
    body .elementor-location-header .elementor-menu-toggle,
    body [data-elementor-type="header"] .elementor-menu-toggle,
    body header .menu-toggle,
    body header .mobile-menu-toggle,
    body header .nav-menu-toggle,
    body header .nav-toggle,
    body header .navbar-toggler,
    body header .hamburger,
    body header .hamburger-menu,
    body header [class*="menu-toggle"],
    body header [class*="nav-toggle"],
    body header button[aria-label*="menu" i],
    body header button[aria-controls*="menu" i],
    body .site-header button[aria-label*="menu" i],
    body .site-header button[aria-controls*="menu" i],
    body .elementor-location-header button[aria-label*="menu" i],
    body .elementor-location-header button[aria-controls*="menu" i],
    body [data-elementor-type="header"] button[aria-label*="menu" i],
    body [data-elementor-type="header"] button[aria-controls*="menu" i],
    body .wp-block-navigation__responsive-container-open {
        position: relative !important;
        z-index: 1000000 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        margin-left: auto !important;
        padding: 8px !important;
        border: 0 !important;
        background: transparent !important;
        color: #063b9c !important;
        box-shadow: none !important;
        transform: none !important;
    }

    body header .elementor-menu-toggle svg,
    body .elementor-location-header .elementor-menu-toggle svg,
    body [data-elementor-type="header"] .elementor-menu-toggle svg,
    body header [class*="menu-toggle"] svg,
    body header [class*="nav-toggle"] svg,
    body header button[aria-label*="menu" i] svg,
    body header button[aria-controls*="menu" i] svg,
    body .site-header button[aria-label*="menu" i] svg,
    body .site-header button[aria-controls*="menu" i] svg,
    body .elementor-location-header button[aria-label*="menu" i] svg,
    body .elementor-location-header button[aria-controls*="menu" i] svg,
    body .wp-block-navigation__responsive-container-open svg {
        display: block !important;
        visibility: visible !important;
        width: 24px !important;
        height: 24px !important;
        opacity: 1 !important;
        color: #063b9c !important;
        fill: currentColor !important;
        stroke: currentColor !important;
    }

    body header [class*="menu-toggle"] span,
    body header [class*="nav-toggle"] span,
    body .site-header [class*="menu-toggle"] span,
    body .site-header [class*="nav-toggle"] span,
    body .elementor-location-header .elementor-menu-toggle span,
    body [data-elementor-type="header"] .elementor-menu-toggle span {
        visibility: visible !important;
        opacity: 1 !important;
        color: #063b9c !important;
        border-color: #063b9c !important;
    }
}


/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
    .wp-product-gallery__flip {
        transition: none;
    }
}/* End custom CSS */