/* ── Jump & Joie – Custom Stylesheet ─────────────────────────────────────── */

/* ── Fonts & Root ─────────────────────────────────────────────────────────── */
:root {
  --jj-primary:    #e772a8;
  --jj-secondary:  #3264c3;
  --jj-accent:     #FF6B35;
  --jj-dark:       #1a2332;
  --jj-light:      #f8f9fa;
  --jj-green:      #28a745;
  --jj-border:     #D6DFE1;
  --jj-radius:     12px;
  --jj-shadow:     0 4px 20px rgba(0,0,0,.08);
  --jj-shadow-lg:  0 8px 40px rgba(0,0,0,.12);
  --jj-transition: all .25s ease;
  --jj-purple-color: #C062D0;
  --jj-teal-color: #00BBAE;
  --jj-lime-color: #71D863;
  --jj-cyan-color: #16C4E3;
}

* { box-sizing: border-box; }

body {
  font-family: 'Inter', sans-serif;
  color: #1a2332;
  background: #fff;
  font-size: 15px;
}

h1,h2,h3,h4,h5,h6,.fw-900 {
  font-family: 'Nunito', sans-serif;
}

.fw-900 { font-weight: 900 !important; }
a {
    color: var(--jj-secondary);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.purple-bg .hero-service-icon{ background: var(--jj-purple-color) !important; }
.teal-bg .hero-service-icon{ background: var(--jj-teal-color) !important; }
.lime-bg .hero-service-icon{ background: var(--jj-lime-color) !important; }
.cyan-bg .hero-service-icon{ background: var(--jj-cyan-color) !important; }
/* ── Site Header ──────────────────────────────────────────────────────────── */
.site-header {
  z-index: 1030;
}

.call-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    position: relative;
    padding-left: 24px;
    margin-left: 14px
}

.call-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 30px;
    width: 1px;
    background: var(--jj-border);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media (max-width: 575px) {
    .call-btn {
        padding:0 15px
    }
}

.call-btn .box-icon {
    color: var(--jj-light);
    font-size: 26px;
    background: #25d366;
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid var(--jj-light);
    position: relative
}

.call-btn .box-icon:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid #25d366;
    inset: -4px
}

.call-btn .box-icon i {
    
}

.call-btn .box-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--jj-dark)
}

@media (max-width: 575px) {
    .call-btn .box-title {
        font-size:16px
    }
}

.call-btn .box-subtitle {
    color: var(--jj-dark);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
    opacity: 0.8
}

.header-topbar {
  background: var(--jj-primary);
  font-size: .78rem;
}

.navbar-logo {
  display: block;
  width: auto;
  height: 46px;
  max-width: 190px;
  object-fit: contain;
}

#mainNav .nav-link {
  color: var(--jj-dark);
}

#mainNav .nav-link:focus,
#mainNav .nav-link:hover,
#mainNav .nav-link.active {
  color: var(--jj-primary) !important;
}

#mainNav .dropdown-menu {
  border: 1px solid rgba(26,35,50,.12);
  box-shadow: var(--jj-shadow);
}

#mainNav .dropdown-item {
  color: var(--jj-dark);
}

#mainNav .dropdown-item:focus,
#mainNav .dropdown-item:hover {
  color: var(--jj-primary);
  background: rgba(29,109,229,.08);
}

#mainNav .search-form .form-control,
#mainNav .d-lg-none .form-control {
  border: 1px solid #dee2e6 !important;
}

#mainNav .search-form .input-group {
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d6dfe1;
  border-radius: 999px;
}

#mainNav .search-form .form-control {
  min-height: 46px;
  padding: 0 20px;
  color: var(--jj-dark);
  background: #fff;
  border: 0 !important;
  border-radius: 999px 0 0 999px !important;
}

#mainNav .search-form .form-control::placeholder {
  color: #00263d;
  opacity: 1;
}

#mainNav .search-submit-btn {
  min-width: 62px;
  color: #00263d;
  background: #fff;
  border: 0;
  border-radius: 0 999px 999px 0;
}

#mainNav .search-submit-btn:hover,
#mainNav .search-submit-btn:focus {
  color: var(--jj-secondary);
  background: #fff;
}

.header-whatsapp {
  color: var(--jj-green);
  font-weight: 700;
  white-space: nowrap;
}

.header-whatsapp:hover,
.header-whatsapp:focus {
  color: #1f8a3a;
}

#mainNav .header-whatsapp-btn {
  color: var(--jj-green);
  border-color: var(--jj-green);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#mainNav .header-whatsapp-btn:hover,
#mainNav .header-whatsapp-btn:focus {
  color: #fff;
  background: var(--jj-green);
  border-color: var(--jj-green);
}

.nav-menu-row {
  background: var(--jj-secondary);
}

#navMenu .nav-link {
  color: #fff;
  padding: .7rem .85rem;
}

#navMenu .nav-link:focus,
#navMenu .nav-link:hover,
#navMenu .nav-link.active {
  color: var(--jj-secondary) !important;
  background: #fff;
  border-radius: 6px;
}

#navMenu .dropdown-menu {
  border: 0;
  box-shadow: var(--jj-shadow);
}

#navMenu .dropdown-item {
  color: var(--jj-dark);
}

#navMenu .dropdown-item:focus,
#navMenu .dropdown-item:hover {
  color: var(--jj-secondary);
  background: rgba(50,100,195,.08);
}

#navMenu form {
  padding-bottom: .75rem;
}

.mobile-side-menu {
  width: min(86vw, 340px);
  border: 0;
  background: #fff;
}

.mobile-side-menu-header {
  min-height: 82px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(26,35,50,.08);justify-content: space-between;
}

.mobile-side-menu-logo img {
  display: block;
  width: auto;
  height: 46px;
  max-width: 188px;
  object-fit: contain;
}

.mobile-side-menu .btn-close {
  width: 36px;
  height: 36px;
  margin: 0;
  border-radius: 50%;
  background-color: rgba(50,100,195,.08);
  opacity: 1;
}

.mobile-side-menu-body {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 82px);
  padding: 18px 18px 20px;
}

.mobile-side-menu-search {
  margin-bottom: 18px;
}

.mobile-side-menu-search .input-group {
  overflow: hidden;
  border: 1px solid var(--jj-border);
  border-radius: 999px;
  background: #fff;
}

.mobile-side-menu-search .form-control {
  min-height: 44px;
  padding-left: 18px;
  border: 0;
  box-shadow: none;
}

.mobile-side-menu-search .btn {
  width: 52px;
  color: var(--jj-dark);
  background: #fff;
  border: 0;
}

.mobile-side-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile-side-menu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--jj-dark);
  font-weight: 800;
  border-radius: 8px;
}

.mobile-side-menu-link i {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: var(--jj-secondary);
  background: rgba(50,100,195,.1);
  border-radius: 50%;
  font-size: .82rem;
}

.mobile-side-menu-link:hover,
.mobile-side-menu-link:focus,
.mobile-side-menu-link.active {
  color: var(--jj-secondary);
  background: rgba(50,100,195,.08);
}

.mobile-side-menu-section {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(26,35,50,.08);
}

.mobile-side-menu-title {
  margin: 0 0 8px;
  padding: 0 12px;
  color: #6b7685;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mobile-side-menu-sub-link {
  min-height: 40px;
  padding-left: 18px;
  color: #3f4b5d;
  font-size: .94rem;
  font-weight: 700;
}

.mobile-side-menu-sub-link:before {
  content: '';
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  background: var(--jj-primary);
  border-radius: 50%;
}

.mobile-side-menu-footer {
  margin-top: auto;
  padding-top: 20px;
}

.mobile-side-menu-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  margin-bottom: 14px;
  color: #fff;
  font-weight: 900;
  background: #25d366;
  border-radius: 999px;
}

.mobile-side-menu-call:hover,
.mobile-side-menu-call:focus {
  color: #fff;
  background: #1fb95a;
}

.mobile-side-menu-socials {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.mobile-side-menu-socials a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--jj-secondary);
  background: rgba(50,100,195,.08);
  border-radius: 50%;
}

.mobile-side-menu-socials a:hover,
.mobile-side-menu-socials a:focus {
  color: #fff;
  background: var(--jj-secondary);
}

.search-form .form-control {
  box-shadow: none;
  border: none;
}

.search-form .form-control:focus {
  box-shadow: none;
}

/* ── Hero Section ─────────────────────────────────────────────────────────── */
.hero-section {
  background: linear-gradient(135deg, #1a2332 0%, var(--jj-primary) 50%, #7b2ff7 100%);
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 80px 0 60px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(255,215,0,.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255,107,53,.08) 0%, transparent 50%);
  pointer-events: none;
}

.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.hero-wave svg { display: block; width: 100%; height: 60px; }

.min-vh-60 { min-height: 60vh; }

/* Hero illustration */
.hero-illustration {
  position: relative;
  width: 400px;
  height: 400px;
}

.hero-circle {
  position: absolute;
  inset: 40px;
  background: rgba(255,255,255,.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,.2);
}

.hero-emoji-fallback { font-size: 8rem; }

.toy-float {
  position: absolute;
  font-size: 2rem;
  animation: floatUpDown 3s ease-in-out infinite;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.3));
}
.toy-1 { top:  10%; left:  5%; animation-delay: 0s; }
.toy-2 { top:  5%;  right: 15%; animation-delay: .5s; }
.toy-3 { bottom: 20%; left: 10%; animation-delay: 1s; }
.toy-4 { bottom: 10%; right: 5%; animation-delay: 1.5s; }
.toy-5 { top: 50%; left: 0%; animation-delay: 2s; }

@keyframes floatUpDown {
  0%,100% { transform: translateY(0);   }
  50%      { transform: translateY(-15px); }
}

/* ── Section Headers ──────────────────────────────────────────────────────── */
.section-badge {
  display: inline-block;
  background: var(--jj-secondary);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 50px;
  margin-bottom: .75rem;
}

.section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  margin-bottom: .5rem;
  color: var(--jj-dark);
}

/* ── Age Cards ────────────────────────────────────────────────────────────── */
.age-card {
  transition: var(--jj-transition);
  border-radius: var(--jj-radius);
  padding: 1rem .5rem;
  background: #fff;
  box-shadow: var(--jj-shadow);
}

.age-card:hover { transform: translateY(-6px); box-shadow: var(--jj-shadow-lg); }

.age-card-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin: 0 auto 10px;
}

.age-card-label {
  font-weight: 700;
  font-size: .85rem;
  color: var(--jj-dark);
  text-align: center;
}

.bg-pink    { background: #ffe0f0; }
.bg-purple  { background: #ede0ff; }
.bg-blue    { background: #deedff; }
.bg-green   { background: #deffed; }
.bg-orange  { background: #ffe8d0; }
.bg-teal    { background: #d0fff8; }
.bg-red     { background: #ffd0d0; }
.bg-indigo  { background: #dde0ff; }

/* ── Product Cards ────────────────────────────────────────────────────────── */
.icon-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    background-color:  #f8f8f8;
    color: #103741;
    text-align: center;
    border-radius: 99px;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
}
.product-card {
  -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  border-radius: 20px;
  background: #fff;
  padding: 10px;
  border: 1px solid var(--jj-border);
  box-shadow: var(--jj-shadow);
  transition: var(--jj-transition);
 max-width: 300px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.product-card>a{
  text-decoration: none;
  color: var(--jj-dark);
  background: #F8F8F8;
    border-radius: 10px;
}
.product-card .actions {
    height: 100%;
    position: absolute;
    top: 16px;
    right: 16px;
    text-align: center;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: grid;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 40px;
}
.product-card:hover .actions {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.product-card .actions .icon-btn {
    --btn-size: 40px;
    font-size: 14px;
    border: 1px solid rgba(92, 112, 126, 0.3);
    color: #103741;
    border-radius: 99px;
    margin-bottom: 10px;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.product-card:hover .icon-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.product-card .product-img {
  background: #F8F8F8;
    border-radius: 10px;
    height: 236px;
    --space: 0px;
    overflow: hidden;
    position: relative;
    margin: 0 0 24px 0;
    text-align: center;
    z-index: 2;
}

.product-card .product-img a{
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
}

.product-card .product-img img {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    height: 100%;
    width: auto;
    max-width: 100%;
}
.product-card:hover .product-img img {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}




.product-card .product-info{
  padding: 0 14px 14px 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-card .product-info .product-content-inner{
  flex: 1;
}

.product-card .product-info > .d-flex:last-child {
  margin-top: auto;
}

.product-card .product-info .order-on-whatsapp {
  width: 100%;
}
a.order-on-whatsapp,
a.order-on-whatsapp.btn,
.product-card .order-on-whatsapp {
    background-color: #25d366;
    border-color: #25d366;
    color: #fff;
}
a.order-on-whatsapp:hover,
a.order-on-whatsapp:focus,
a.order-on-whatsapp.btn:hover,
a.order-on-whatsapp.btn:focus,
.product-card .order-on-whatsapp:hover,
.product-card .order-on-whatsapp:focus {
    background-color: #1ebe5d;
    border-color: #1ebe5d;
    color: #fff;
}
.product-card .order-on-whatsapp {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #25d366;
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 30px;
    min-width: 170px;
    border-radius: 50px;width: 100%;
}
.product-card .order-on-whatsapp:before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #1ebe5d;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: inherit;
}
.product-card .order-on-whatsapp:hover {
    color: #fff;
}
.product-card .order-on-whatsapp:hover::before, .product-card .order-on-whatsapp.active::before {
    width: 100%;
}


.product-card  .product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e53935;
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
  z-index: 2;
}

.product-card  .product-badge-featured {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--jj-secondary);
  color: var(--jj-dark);
  font-size: .7rem;
  padding: 4px 6px;
  border-radius: 50%;
  z-index: 2;
}

.product-card  .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .88rem;
  line-height: 1.4;
}
.product-card  .product-title a{
  color: var(--jj-dark);
  text-decoration: none;
}
.product-card  .product-title a:hover { color: var(--jj-secondary); }



/* ── Product Detail ───────────────────────────────────────────────────────── */
.gallery-main { position: relative; overflow: hidden; border-radius: var(--jj-radius);background: #F8F8F8;
    border-radius: 10px; }
.gallery-main-img { border-radius: var(--jj-radius); transition: transform .4s ease; cursor: zoom-in; }

.gallery-zoom-hint {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,.5);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  opacity: 0;
  transition: opacity .2s;
}

.gallery-main:hover .gallery-zoom-hint { opacity: 1; }

.gallery-thumb {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #e0e0e0;
  cursor: pointer;
  transition: var(--jj-transition);
}

.gallery-thumb:hover, .gallery-thumb.active {
  border-color: var(--jj-primary);
  box-shadow: 0 0 0 2px rgba(29,109,229,.3);
}

.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }

.qty-control { background: #fff; }
.qty-control .btn-link { color: var(--jj-dark) !important; text-decoration: none !important; }

/* ── Brand Chips ──────────────────────────────────────────────────────────── */
.brand-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  background: #fff;
  color: var(--jj-dark);
  font-weight: 600;
  font-size: .85rem;
  transition: var(--jj-transition);
  text-decoration: none;
}

.brand-chip:hover {
  background: var(--jj-primary);
  color: #fff;
  border-color: var(--jj-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(29,109,229,.3);
}

.brand-chip img { height: 24px; width: auto; object-fit: contain; }

/* ── Collection Cards ─────────────────────────────────────────────────────── */
.collection-card {
  border-radius: var(--jj-radius);
  overflow: hidden;
  box-shadow: var(--jj-shadow);
  transition: var(--jj-transition);
}

.collection-card:hover { transform: translateY(-5px); box-shadow: var(--jj-shadow-lg); }

.collection-img {
  position: relative;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--col-color), rgba(0,0,0,.4));
  overflow: hidden;
}

.collection-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.collection-card:hover .collection-img img { transform: scale(1.08); }

.collection-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
}

.shop-category-section {
  background: #fff;
}

.shop-category-card {
  color: var(--jj-dark);
  transition: var(--jj-transition);
}

.shop-category-card:hover {
  color: var(--jj-secondary);
  transform: translateY(-6px);
}

.shop-category-blob {
  display: grid;
  place-items: center;
  width: min(100%, 210px);
  aspect-ratio: 1;
  margin: 0 auto 18px;
  background: var(--category-bg);
  border-radius: 48% 52% 45% 55% / 54% 43% 57% 46%;
  color: var(--category-color);
  font-size: clamp(3.4rem, 7vw, 5.8rem);
  transition: var(--jj-transition);
}

.shop-category-card:hover .shop-category-blob {
  transform: scale(1.04);
}

.shop-category-blob .btn {
  display: none;
}

.shop-category-card h3 {
  margin: 0;
  color: var(--jj-dark);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.3;
}

/* ── Feature Cards ────────────────────────────────────────────────────────── */
.feature-card {
  border-radius: var(--jj-radius);
  background: #fff;
  box-shadow: var(--jj-shadow);
  transition: var(--jj-transition);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--jj-shadow-lg);
}

.feature-icon { transition: transform .3s ease; }
.feature-card:hover .feature-icon { transform: scale(1.15); }

/* ── Filter Sidebar ───────────────────────────────────────────────────────── */
.filter-scroll {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 4px;
}

.filter-scroll::-webkit-scrollbar { width: 4px; }
.filter-scroll::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
.filter-scroll::-webkit-scrollbar-thumb { background: var(--jj-primary); border-radius: 10px; }

/* ── Legacy Placeholders ──────────────────────────────────────────────────── */
.legacy-button-placeholder {
}

.legacy-badge-placeholder {
}

.legacy-item-placeholder {
}

.legacy-item-placeholder img {
}

/* ── Checkout Steps ───────────────────────────────────────────────────────── */
.checkout-steps { gap: 0; }

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: .78rem;
  font-weight: 600;
  color: #aaa;
  position: relative;
}

.step .step-num,
.step i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0e0e0;
  font-size: .85rem;
  color: #999;
  transition: var(--jj-transition);
}

.step.active .step-num, .step.active i {
  background: var(--jj-primary);
  color: #fff;
}

.step.done .step-num, .step.done i {
  background: var(--jj-green);
  color: #fff;
}

.step.active, .step.done { color: var(--jj-dark); }

.step-line {
  flex: 1;
  height: 2px;
  background: #e0e0e0;
  align-self: center;
  margin: 0 4px;
  min-width: 40px;
  margin-bottom: 20px;
  transition: var(--jj-transition);
}

.step-line.done { background: var(--jj-green); }

/* ── About Page ───────────────────────────────────────────────────────────── */
.about-hero { min-height: 400px; display: flex; align-items: center; padding: 80px 0; }

.about-emoji-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 280px;
  margin: auto;
}

.toy-emoji {
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.15);
  border-radius: 12px;
  padding: 12px;
  animation: floatUpDown 3s ease-in-out infinite;
}

.toy-emoji:nth-child(2n) { animation-delay: .5s; }
.toy-emoji:nth-child(3n) { animation-delay: 1s; }

.focus-card { transition: var(--jj-transition); }
.focus-card:hover { transform: translateY(-4px); box-shadow: var(--jj-shadow-lg) !important; }

.stat-card { transition: var(--jj-transition); }
.stat-card:hover { transform: scale(1.05); }

/* ── Footer ───────────────────────────────────────────────────────────────── */
.site-footer { }

.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,.6); text-decoration: none; font-size: .88rem; transition: color .2s; }
.footer-links a:hover { color: var(--jj-secondary); }
.footer-links li:not(:has(a)) { color: rgba(255,255,255,.6); font-size: .88rem; }

.social-icon {
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: var(--jj-transition);
}

.social-icon:hover {
  background: var(--jj-secondary) !important;
  border-color: var(--jj-secondary) !important;
  color: var(--jj-dark) !important;
  transform: translateY(-2px);
}

/* ── Star Rating ──────────────────────────────────────────────────────────── */
.star-rating { display: inline-flex; gap: 1px; font-size: .85rem; }

/* ── Utility ──────────────────────────────────────────────────────────────── */
.text-white-75 { color: rgba(255,255,255,.75) !important; }

/* ── Payment Option ───────────────────────────────────────────────────────── */
.payment-option { cursor: pointer; transition: var(--jj-transition); }
.payment-option.selected { border-color: #28a745 !important; }

/* ── Toast ────────────────────────────────────────────────────────────────── */
.toast.bg-success { background-color: #198754 !important; color: #fff !important; }
.toast.bg-danger  { background-color: #dc3545 !important; color: #fff !important; }

/* ── Button Loading ───────────────────────────────────────────────────────── */
.btn.loading {
  pointer-events: none;
  opacity: .7;
}

/* ── Navbar Active ────────────────────────────────────────────────────────── */
#mainNav .nav-link.active,
#mainNav .nav-link:hover { color: var(--jj-primary) !important; }

/* ── Pagination ───────────────────────────────────────────────────────────── */
.page-link { border-radius: 8px !important; margin: 0 2px; border: 1px solid #dee2e6; color: var(--jj-primary); }
.page-item.active .page-link { background: var(--jj-primary); border-color: var(--jj-primary); }

/* ── Offcanvas ────────────────────────────────────────────────────────────── */
.offcanvas { max-width: 100%; }

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .hero-section { padding: 60px 0 40px; min-height: auto; }
  .hero-service-row { display: none; }
  .navbar-logo { height: 30px; max-width: 150px; }
  .section-title { font-size: 1.5rem; }
  .featured-products-scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 0 12px 0;
  }
  .featured-products-scroll .featured-product-slide {
    flex: 0 0 62%;
    max-width: 62%;
    scroll-snap-align: start;
  }
  .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .featured-products-scroll .product-card {
    max-width: none;
    height: 100%;
  }
  .product-card {
    max-width: none;
    padding: 7px;
    border-radius: 12px;
  }
  .product-card>a {
    border-radius: 8px;
  }
  .product-card .product-img {
    height: 145px;
    margin-bottom: 10px;
    border-radius: 8px;
  }
  .product-card .product-img img {
    transform: scale(0.9);
  }
  .product-card:hover .product-img img {
    transform: scale(0.9);
  }
  .product-card .product-info {
    padding: 0 6px 8px;
  }
  .product-card .product-title {
    font-size: .78rem;
    line-height: 1.3;
    min-height: 2.05rem;
    margin-bottom: 6px;
  }
  .product-card .product-meta {
    overflow: hidden;
    margin-bottom: 3px !important;
    font-size: .68rem;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-card .product-price {
    margin-bottom: 7px !important;
    font-size: .84rem;
  }
  .product-card .star-rating {
    font-size: .68rem;
  }
  .product-card .product-info .d-flex.align-items-center {
    margin-bottom: 6px !important;
  }
  .product-card .badge {
    max-width: 100%;
    overflow: hidden;
    font-size: .62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-card .product-badge {
    top: 7px;
    left: 7px;
    font-size: .58rem;
    padding: 2px 6px;
  }
  .product-card .product-badge-featured {
    top: 7px;
    right: 7px;
    font-size: .58rem;
    padding: 3px 5px;
  }
  .product-card .actions {
    top: 8px;
    right: 8px;
    width: 32px;
  }
  .product-card .actions .icon-btn,
  .icon-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }
  .product-card .order-on-whatsapp {
    min-width: 0;
    padding: 9px 10px;
    font-size: .78rem;
  }
  .featured-products-scroll::-webkit-scrollbar {
    height: 4px;
  }
  .featured-products-scroll::-webkit-scrollbar-thumb {
    background: var(--jj-primary);
    border-radius: 99px;
  }
  .checkout-steps { overflow-x: auto; padding-bottom: 8px; }
  .step-line { min-width: 20px; }
}

/* ── Scrollbar ────────────────────────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: var(--jj-primary); border-radius: 10px; }

/* ── Lazy Load Placeholder ────────────────────────────────────────────────── */
/* img[loading="lazy"] {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
} */

@keyframes shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Marketplace Hero */
.hero-market {
  display: block;
  min-height: 0;
  padding: 24px 0 46px;
  background: #fff;
}

.hero-category-panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5eaf0;
  border-radius: 0 0 14px 14px;
  box-shadow: var(--jj-shadow);
}

.hero-category-title {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 20px;
  color: #fff;
  background: var(--jj-primary);
  font-weight: 900;
}

.hero-category-list { display: grid; }

.hero-category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 18px;
  color: var(--jj-dark);
  text-decoration: none;
  border-bottom: 1px solid #edf1f4;
  transition: var(--jj-transition);
}

.hero-category-item:last-child { border-bottom: 0; }
.hero-category-item:hover { color: var(--jj-primary); background: rgba(231,114,168,.08); }

.hero-promo-main,
.hero-promo-side {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  border-radius: 18px;
}

.hero-promo-main {
  display: flex;
  align-items: center;
  padding: 44px 42px;
  background:
    radial-gradient(circle at 18% 86%, rgba(255,255,255,.35) 0 110px, transparent 111px),
    linear-gradient(135deg, #22c8e8 0%, var(--jj-secondary) 100%);
  color: #fff;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 390px;
}

.hero-offer-badge,
.hero-side-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  margin-bottom: 18px;
  background: #fff;
  color: var(--jj-primary);
  border-radius: 7px;
  font-weight: 900;
}

.hero-copy h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 2.55rem;
  line-height: 1.08;
}

.hero-copy p {
  max-width: 330px;
  margin-bottom: 24px;
  color: rgba(255,255,255,.86);
}

.hero-product-img {
  position: absolute;
  right: 26px;
  bottom: 0;
  z-index: 1;
  width: min(42%, 260px);
  max-height: 86%;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.18));
}

.hero-banner-only {
  display: block;
  min-height: 0;
  padding: 0;
  background: transparent;
}

.hero-banner-only .hero-product-img {
  position: static;
  display: block;
  width: 100%;
  max-height: none;
  opacity: 1;
  object-fit: cover;
  filter: none;
}

.hero-promo-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  background:
    radial-gradient(circle at 90% 20%, rgba(255,255,255,.25) 0 70px, transparent 71px),
    linear-gradient(160deg, var(--jj-primary) 0%, #d92f64 100%);
  color: #fff;
}

.hero-promo-side h2 {
  max-width: 250px;
  color: #fff;
  font-size: 1.65rem;
  line-height: 1.2;
}

.hero-promo-side p { color: rgba(255,255,255,.85); }
.hero-service-row { margin-top: 34px; }

.hero-service-card {
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 22px;
}
.hero-service-card:after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 30px;
    opacity: 0.15;
}
.hero-service-card.purple-bg:after {
    background: var(--jj-purple-color);
}
.hero-service-card.teal-bg:after {
    background: var(--jj-teal-color);
}
.hero-service-card.lime-bg:after {
    background: var(--jj-lime-color);
}
.hero-service-card.cyan-bg:after {
    background: var(--jj-cyan-color);
}

.hero-service-card.purple-bg,
.hero-service-card.teal-bg,
.hero-service-card.lime-bg,
.hero-service-card.cyan-bg {
  color: #fff;
}

.hero-service-icon {
  display: grid;
  place-items: center;
  flex: 0 0 78px;
  width: 78px;
  height: 78px;
  color: #fff;
  background: var(--jj-primary);
  border-radius: 16px;
  font-size: 1.75rem;
}

.hero-service-card h3 {
  margin: 0 0 4px;
  color: var(--jj-dark);
  font-size: 1.2rem;
  font-weight: 900;
}

.hero-service-card p {
  margin: 0;
  color: #5C707E;
}

@media (max-width: 991.98px) {
  .hero-product-img {
    opacity: .22;
    right: -10px;
    width: 52%;
  }

  .hero-copy h1 {
    font-size: 2rem;
  }
}
