.elementor-998066 .elementor-element.elementor-element-c12627c{margin-top:20px;margin-bottom:20px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-998066 .elementor-element.elementor-element-a1ff9c6{width:var( --container-widget-width, 287.837px );max-width:287.837px;--container-widget-width:287.837px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-37a0f8e *//* MOOM FAMILY E-SHOP NAV - RESPONSIVE WIDGET */
    :root {
        --moom-terracotta: #E8A598;
        --moom-cream: #FAF3F0;
        --moom-dark: #333333;
        --moom-gray: #999999;
        --moom-white: #ffffff;
    }

    .moom-nav-container {
        font-family: 'Outfit', sans-serif;
        background: var(--moom-white);
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
        position: relative;
    }

    /* DESKTOP STYLES */
    .moom-desktop-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        height: 80px;
    }

    .moom-menu-list {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        height: 100%;
    }

    .moom-nav-item {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0 20px;
    }

    .moom-nav-link {
        text-decoration: none;
        color: var(--moom-dark);
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        transition: color 0.3s;
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

    .moom-nav-link.featured { color: var(--moom-terracotta); }
    .moom-nav-item:hover .moom-nav-link { color: var(--moom-terracotta); }

    .moom-nav-link i {
        font-size: 9px;
        margin-left: 8px;
        transition: transform 0.3s ease;
    }

    .moom-nav-item:hover .moom-nav-link i { transform: rotate(180deg); }

    /* Desktop Mega Dropdown */
    .moom-mega-dropdown {
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translateX(-50%) translateY(10px);
        width: 300px;
        background: var(--moom-white);
        border: 1px solid #f0f0f0;
        box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        border-radius: 20px;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
    }

    .moom-nav-item:hover .moom-mega-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }

    .moom-mega-link {
        display: block;
        text-decoration: none;
        padding: 12px;
        border-radius: 12px;
        transition: background 0.2s;
    }

    .moom-mega-link:hover { background: var(--moom-cream); }

    .moom-mega-title {
        display: block;
        font-weight: 700;
        font-size: 14px;
        color: var(--moom-dark);
        margin-bottom: 2px;
    }

    .moom-mega-desc {
        display: block;
        font-size: 11px;
        color: var(--moom-gray);
        line-height: 1.3;
    }

    /* MOBILE & TABLET STYLES */
    .moom-mobile-header {
        display: none;
        justify-content: center !important;
        align-items: center;
        padding: 15px 20px;
        height: 60px;
    }

    .moom-hamburger {
        background: none;
        border: none;
        font-size: 24px;
        color: var(--moom-dark);
        cursor: pointer;
          display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100%;
    }

    .moom-mobile-menu {
        display: none;
        background: var(--moom-white);
        padding: 0 20px 30px 20px;
        border-top: 1px solid #f9f9f9;
    }

    .moom-mobile-item {
        border-bottom: 1px solid #f9f9f9;
    }

    .moom-mobile-trigger {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
        background: none;
        border: none;
        font-family: inherit;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--moom-dark);
        cursor: pointer;
    }

    .moom-mobile-trigger.featured { color: var(--moom-terracotta); }

    .moom-mobile-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .moom-mobile-content.active {
        max-height: 500px;
        padding-bottom: 20px;
    }

    .moom-mobile-sublink {
        display: block;
        text-decoration: none;
        padding: 10px 0;
    }

    .moom-mobile-sub-title {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: var(--moom-dark);
    }

    .moom-mobile-sub-desc {
        display: block;
        font-size: 11px;
        color: var(--moom-gray);
    }

    @media (max-width: 1024px) {
        .moom-desktop-nav { display: none; }
        .moom-mobile-header { display: flex; }
        .moom-mobile-menu.open { display: block; }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1ff9c6 *//* ===== BÉBÉ & ENFANTS HERO SECTION ===== */

.moom-category-hero {
  display: flex;
  width: 100%;
  height: 380px; /* SAME HEIGHT FOR BOTH */
  margin: 0;
  padding: 0;
}

/* Shared column rules */
.moom-category-hero > div {
  flex: 1;
  height: 100%;
}

/* Text block */
.moom-category-text {
  background-color: #F6F2EF;
  padding: 50px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.moom-category-text h1 {
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 700;
  color: #8c7b6a;
  margin-bottom: 16px;
  font-family: Georgia, serif;
}

.moom-category-text p {
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.6;
  color: #555;
  max-width: 520px;
  margin: 0;
}

/* Image block */
.moom-category-image {
  overflow: hidden;
}

.moom-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Tablet */
@media (max-width: 1024px) {
  .moom-category-hero {
    height: 320px;
  }

  .moom-category-text {
    padding: 35px 30px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .moom-category-hero {
    flex-direction: column;
    height: auto; /* stack naturally */
  }

  .moom-category-text {
    padding: 30px 20px;
  }

  .moom-category-image {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87160e1 *//* Container styling */
.brand-carousel {
  overflow: hidden;
  width: 100%;
  background: white;
  padding: 10px 0;
  box-sizing: border-box;
}

/* Track that moves (animation) */
.brand-track {
  display: flex;
  width: calc(200%); /* double width for seamless loop */
  animation: scrollLeft 20s linear infinite;
}

/* Each logo container */
.brand-item {
  flex: 0 0 auto;
  width: 140px; /* increased width */
  margin: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

/* Logo images */
.brand-item img {
  max-height: 80px; /* increased size */
  width: auto;
  display: block;
  filter: grayscale(30%);
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* Hover effect */
.brand-item:hover {
  transform: scale(1.1);
  z-index: 10; /* brings hovered item on top */
}

.brand-item:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Keyframes for smooth scrolling */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .brand-item {
    width: 110px;
    margin: 0 10px;
  }
  .brand-item img {
    max-height: 60px;
  }
}/* End custom CSS */