/*
Theme Name: Pokiddo Theme
Theme URI: https://pokiddokw.com
Author: Team
Author URI: http://pokiddokw.com
Description: WordPress theme for Pokiddo – a children’s play area. Supports WooCommerce for activity bookings, event packages, and online reservations. Built with Bootstrap 5 and jQuery for a responsive and fun design.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: pokiddo-theme
*/
body {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    overflow-x:hidden;
}

/* Optional: headings can be extra playful */
h1, h2, h3, h4, h5, h6 {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
}
/* Default state */
.site-header {
  position: relative;
  z-index: 999;
}
.park-inner p {
    color: #fff;
    max-width: 520px;
    margin-top: 20px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-left: 100px;
}
/* Fixed navbar on scroll */
.site-header.sticky .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; 
  animation: slideDown 0.3s ease;
}
textarea.form-control {
    max-height: calc(5.75rem + calc(var(--bs-border-width) * 2));
}
/* Hide top bar when sticky */
.site-header.sticky .top-bar {
  display: none;
}
.site-header.sticky a.navbar-brand img {
    height: 35px;
    background: #fff;
    border-radius: 42px;
    padding: 5px 10px;
}
/* Smooth animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* Prevent content jump */
body.has-sticky {
  padding-top: 90px; /* adjust to navbar height */
}

.top-bar {
    background: #2d3037;
    color: #fff;
}
.top-bar a {
    color: #fff;
    text-decoration: none;
}
nav.navbar {
    padding: 0px;
}
nav.navbar.navbar-expand-lg .container-fluid {
    padding-right: 0px;
}
.navbar-nav ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start; 
    list-style: none;
    margin-bottom: 0px;
}
.navbar .container-fluid{
        align-items: flex-start;
}
li.menu-item a {
    color: #fff;
    text-decoration: none;
}
li.menu-item {
    background: #ffa709;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom: 4px solid #fff !important;
    padding: 5px 10px 10px;
    width: 100px;
    text-align: center;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}
nav.navbar {
    padding: 0px;
    position: fixed !important;
    z-index: 9 !important;
    width: 100%;
    background: transparent !important;
}


    .swiper {
    width: 100%;
    height: 500px;
    }
    
    .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    background-size: cover;
    background-position: center;
    }
 
    
  
    /* Pagination dots */
    .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
    }
    
    .swiper-pagination-bullet-active {
    opacity: 1;
    }
    
    
    
 
/* Custom arrows */
.swiper-button-prev:after {
    content: ' ';
  width: 50px;
  height: 50px;
  background: url("assets/images/slide-leftarrow.png") no-repeat center;
  background-size: contain;
}

/* Rotate for right arrow */
.swiper-button-next:after {
    content: ' ';
  width: 50px;
  height: 50px;
  background: url("assets/images/slide-leftarrow.png") no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
}

/* Remove default bullet style */
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: url("assets/images/slide-buttons.png") no-repeat center;
  background-size: contain;
  opacity: 0.5;
  margin: 0 6px !important;
}

/* Active bullet */
.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}
.swiper-pagination { 
    text-align: left; 
    padding-left: 50px;
}

.banner-caption {
    width: 100%;
    text-align: right;
    padding-right:50px;
}

.banner-caption h2 {
   font-weight:bold;
   font-size:42px;
}

 
/* Layout */
.welcome-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Character image */
.welcome-image img {
  max-width: 300px;
  height: auto;
}

/* Text content */
.welcome-content {
    color: #fff; 
}
.welcome-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: CENTER;
}

.welcome-content p {
  font-size: 18px;
  line-height: 1.7;
  text-align: CENTER;
}
/* Strip section */
.characters-strip {
  position: relative;
  background: #f7b500; /* yellow border */
  padding: 12px 0;
  z-index: 5;
}

/* Image wrapper */
.characters-wrap {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    right: 0px;
    bottom: 0px;
}
/* Characters image */
.characters-wrap img {
    max-width: 100%;
    height: 105px;
    margin-top: -45px;
    z-index: 10;
    width: auto;
}


.welcome-section {
    position: relative;
    background: url(assets/images/bg-purple-wave.png) no-repeat center bottom;
    background-size: cover;
    padding: 30px 0 120px;
    margin-top: -5px;
    z-index: 9999;
}
.welcome-wrap {
    display: flex;
    align-items: center;
    gap: 60px;
}
 .welcome-image {
    position: ABSOLUTE;
    bottom: -50px;
}
 .attractions-section {
  padding: 60px 0;
  background: #fff;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #6a53a3;
}

/* Attraction card */
.attraction-item img {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 10px;
}

/* Text */
.attraction-item h6 {
  font-size: 18px;
  font-weight: 600;
  color: #6a53a3;
}

/* Hover effect (optional) */
.attraction-item:hover img {
  transform: translateY(-5px);
  transition: 0.3s ease;
}
.attractions-section .section-title {
    text-align: right !important;
    color: #5d4a9c;
}
.toy-store-section {
    position: relative;
    background: url(assets/images/bg_pattern_2.jpg) no-repeat center top;
    background-size: cover;
    padding: 100px 0 30px;
    overflow: hidden;
}

/* Left image */
.toy-left img {
  max-width: 100%;
  height: auto;
}

/* Content */
.toy-content {
  color: #fff;
}

.toy-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.toy-content p {
  font-size: 16px;
  margin-bottom: 25px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

/* Button */
.btn-toy {
  background: #6a53a3;
  color: #fff;
  padding: 10px 26px;
  border-radius: 30px;
  font-weight: 600;    border: 3px solid #fff;
    box-shadow: -2px -1px 10px rgb(0 0 0 / 27%);
    width: 100%;    margin-top: 10px;
}

.btn-toy:hover { 
  color: #fff; background-color: #ffa709;
 border: 3px solid #fff;
    box-shadow: -2px -1px 10px rgb(0 0 0 / 27%);
    width: 100%;
}
.toy-left img {
    width: 100%;
}
section.footer-banner-section img {
    width: 100%;
    object-fit: cover !important;
}
.location-section {
  background: #6a53a3;
  padding: 80px 0;
}

.section-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

/* Form box */
.location-form {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  height: 100%;
}

.location-form h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.location-form .form-control {
  border-radius: 6px;
}

/* Submit button */
.btn-submit {
  background: #6a53a3;
  color: #fff;
  padding: 8px 26px;
  border-radius: 20px;
}

.btn-submit:hover {
  background: #5a4592;
  color: #fff;
}

/* Map */
.location-map {
  height: 100%;
  min-height: 350px;
  border-radius: 12px;
  overflow: hidden;
}
.site-footer {
    background: #cfcfcf;
    padding: 40px 50px 20px;
    font-size: 14px;
}
.site-footer h6 {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #000;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Bottom bar */
.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid rgba(0,0,0,0.15);
  padding-top: 10px;
  font-size: 12px;
}



.park-section { 
    padding:80px 0 0px;
    position: relative;
    z-index: 1;
}
.header-image {
    background: url(assets/images/footer-banner.jpg) center / cover no-repeat;
    padding: 80px 0 0px;
    position: relative;
    z-index: 1;
    height: 400px;
    margin-top: -50px;
}
 
.header-wave {
    background: url(assets/images/bg-purple-wave.png) center / cover no-repeat;
    padding: 80px 0 0px;
    position: absolute;
    z-index: 1;
    height: 430px;
    width: 100%;
      top: -50px;
}
/* Inner wrapper */
.park-inner {
    position: relative;
    background: transparent;
    padding: 20px 40px 20px;
    border-radius: 20px;
}
.container-fluid.inner-banner-area {
    padding: 0px;
}
/* Yellow strip */
.park-strip {
    background: #ffb000;
    padding: 20px 40px;
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 8;
}
.park-strip h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    font-family: 'Comic Sans MS', 'Poppins', cursive;
    text-align: right;
    padding-right: 100px;
}

/* Text */
.park-inner {
    position: relative;
    background: transparent;
    padding: 20px 40px 20px;
    border-radius: 20px;
    margin-top: 120px;
    z-index: 9999;
}
/* Characters */
.park-char-left {
    position: absolute;
    left: 50px;
    top: -80px;
    width: 240px;
    z-index: 99999;
}
 
.park-text {
    color: #fff;
    max-width: 520px;
    margin-top: 20px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-left: 100px;
}
 
.title-character {
    position: ABSOLUTE;
    right: 0px;
    bottom: 0px;
    height: 156px;
    /* top: -100px; */
} 
.btn-primary {
    background-color: #6b57b2;
    border-color: #6b57b2;
    border-radius: 25px;
    padding: 8px 24px;
}

.btn-secondary {
    background-color: #8b78d6;
    border-color: #8b78d6;
    border-radius: 25px;
    padding: 8px 24px;
}

 
ul.about-buttons li a {
    border: 3px solid #fff;
    box-shadow: -2px -1px 10px rgb(0 0 0 / 27%);
    width: 100%;
}
ul.about-buttons li {
    width: 33.33%;
}
ul.about-buttons {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}
ul.about-buttons li a:hover {
    background-color: #ffa709;
 border: 3px solid #fff;
    box-shadow: -2px -1px 10px rgb(0 0 0 / 27%);
    width: 100%;
}
a.btn.btn-outline-light.btn-sm {
    background: #6b57b2;
    background-color: #6b57b2;
    border: 3px solid #fff;
    box-shadow: -2px -1px 10px rgb(0 0 0 / 27%);
    position: ABSOLUTE;
    right: 100px; #fff;
} 
a.btn.btn-outline-light.btn-sm:hover{
    background-color: #ffa709;
 border: 3px solid #fff;color:#fff;
    box-shadow: -2px -1px 10px rgb(0 0 0 / 27%);
  
}
.title-character img {
    height: 156px;
}
section.store-section {
    background: #6a53a3;
}
.store-menu {
    background: #ffa709;
    padding: 5px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    margin-top: 0px;
}
.store-menu ul {
    display: flex;
    list-style: none;
    gap: 15px;
}.store-menu ul li {
    border-right: 1px solid;
    padding-right: 15px;
    color: #fff;
}
nav.navbar.bg-purple {
    background: #6b57b2 !important;
}
.site-header {
    position: relative;
    z-index: 999;
    height: 100%;
    height: 125px;
}
a.navbar-brand {
    padding: 15px;
}
.top-category-bar {
    background: #f4b400;
    padding: 8px 15px;
    text-align: left;
}

.category-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 30px;
}

.category-menu li {
    position: relative;
    padding-right: 15px;
}
.category-menu li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-weight: 600;
}

.category-menu a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category-menu a:hover {
    text-decoration: underline;
}
.header-right a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.header-right {
    position: ABSOLUTE;
    bottom: 0px;
    z-index: 9;
    right: 0px;
    color: #fff;
    padding-bottom: 7px;
}

a.cart-link.position-relative {
    margin-left: -10px;
}
.header-right span.separator {
    padding: 0 10px;
}
 a.cart-link img {
    height: 25px;
}
/* HERO SECTION */
.store-hero {
    position: relative;
    background: url("assets/images/bg-store.jpg") center center / cover no-repeat;
    min-height: 350px;
}

/* Dark overlay */
.hero-overlay {
    position: ABSOLUTE;
    background: rgb(93 74 157 / 36%);
    /* height: 100%; */
    display: flex;
    align-items: center;
    width: 100%;
    bottom: 0px;
    padding: 30px;
}

/* Content */
.hero-content {
    display: flex;
    /* align-items: center; */
    
    justify-content: flex-start;
    width: 100%;
}
.hero-content h2 {
    color: #fff;
    font-weight: 700;
    margin: 0;
}

/* Button */
.hero-content .btn {
    border-radius: 25px;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 600;
}

/* WAVE SECTION */
.wave-section {
    background: url(assets/images/bg-purple-wave.png) bottom center / cover no-repeat;
    padding: 50px 0 50px;
}
.wave-section h3 {
    color: #fff;
    font-weight: 700;
    margin: 0;
}
li.menu-item.current-menu-item  {
    background: #6b57b2;
}
.site-header.no-height {
    height: 100%;
}
.footer-banner-section {
    background: url("https://pokiddo.dianafaria.com/wp-content/themes/pokiddo/assets/images/footer-banner.jpg")
                center center / cover no-repeat fixed;

    min-height: 350px; /* adjust height */
    width: 100%;
}

.attractions-section {
  padding: 60px 0;
}

/* Base style */
.attraction-item img {
 
  height: auto;
  border-radius: 18px;
  animation: float 6s ease-in-out infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Stagger animation timing */
.attraction-item:nth-child(1) img { animation-delay: 0s; }
.attraction-item:nth-child(2) img { animation-delay: 0.6s; }
.attraction-item:nth-child(3) img { animation-delay: 1.2s; }
.attraction-item:nth-child(4) img { animation-delay: 1.8s; }
.attraction-item:nth-child(5) img { animation-delay: 2.4s; }

/* Float animation */
@keyframes float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/* Hover effect */
.attraction-item:hover img {
  transform: scale(1.06); 
}

.attraction-item h6 {
  margin-top: 12px;
  font-weight: 600;
  color: #6b4cc2; /* adjust to brand */
}

/* SECTION BACKGROUND (optional) */
.toy-store-section {
    background: #ffb300;
    padding: 60px 0;
}

/* BAG WRAPPER */
.toy-bag-wrap {
    position: relative;
    display: inline-block;
    margin: 20px 0;
    width: 100%;
    text-align: CENTER;
}
/* TOY BAG FLOAT */
/* TOY BAG WIGGLE */
.toy-bag {
    width: 140px;
    position: relative;
    z-index: 2;
    transform-origin: bottom center;
    animation: bagGracefulWiggle  3.2s ease-in-out infinite;
}
@keyframes bagGracefulWiggle {
    0%   { transform: rotate(0) translateY(0); }
    12%  { transform: rotate(1.5deg) translateY(-2px); }
    24%  { transform: rotate(-1.5deg) translateY(-2px); }
    36%  { transform: rotate(1deg) translateY(-1px); }
    48%  { transform: rotate(-1deg) translateY(-1px); }
    60%  { transform: rotate(0) translateY(0); }
    100% { transform: rotate(0) translateY(0); }
}

/* Gentle wiggle keyframes */
@keyframes bagWiggle {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(3deg);
    }
    20% {
        transform: rotate(-3deg);
    }
    30% {
        transform: rotate(2deg);
    }
    40% {
        transform: rotate(-2deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* FLOATING BAG */
@keyframes bagFloat {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}

/* SPARKLES */
.sparkle {
    position: absolute;
  
    opacity: 0;
    animation: sparkleBlink 2.8s ease-in-out infinite;
}

/* Individual positioning */
.sparkle-left {  width: 150px;
    left: -25px;
    top: 20px;
    animation-delay: 0s;
}

.sparkle-right {
    right: -25px;
    top: 10px;
    animation-delay: 1.2s;width: 210px;
}

/* BLINK + SCALE */
@keyframes sparkleBlink {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }
    30% {
        transform: scale(1.1);
        opacity: 1;
    }
    60% {
        transform: scale(0.8);
        opacity: 0.8;
    }
    100% {
        transform: scale(0.6);
        opacity: 0;
    }
}

/* GLOW PULSE BEHIND BAG */
.toy-bag-wrap::after {
    content: "";
    position: absolute;
    inset: -10px;
    background: radial-gradient(circle, rgba(255,255,255,0.35), transparent 70%);
    z-index: 1;
    animation: glowPulse 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes glowPulse {
    0%   { opacity: 0.4; }
    50%  { opacity: 0.8; }
    100% { opacity: 0.4; }
}

/* BUTTON */
.btn-toy {
    background: #6b57b2;
    color: #fff;
    border-radius: 30px;
    padding: 8px 26px;
    font-weight: 600;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* ANIMATIONS */
 

.characters-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 0;
}

/* Base character style */
.character {
    width: 80px;
    transform: translateY(60px);
    animation: popUp 0.8s ease-out forwards, wiggle 3s ease-in-out infinite;
    transform-origin: bottom center;
}

/* Staggered delay */
.c1 { animation-delay: 0s, 1s; }
.c2 { animation-delay: 0.2s, 1.2s; }
.c3 { animation-delay: 0.4s, 1.4s; }
.c4 { animation-delay: 0.6s, 1.6s; }

/* Pop out from bar */
@keyframes popUp {
    from {
        transform: translateY(60px);
    }
    to {
        transform: translateY(0);
    }
}

/* Gentle wiggle */
@keyframes wiggle {
    0%   { transform: translateY(0) rotate(0deg); }
    25%  { transform: translateY(0) rotate(3deg); }
    50%  { transform: translateY(0) rotate(-3deg); }
    75%  { transform: translateY(0) rotate(2deg); }
    100% { transform: translateY(0) rotate(0deg); }
}


.welcome-image {
    position: relative;
}

/* Base character */
.welcome-character {
  width: 218px;
  display: block;
  transform-origin: bottom center;
  opacity: 0;
}

/* Triggered when visible */
.welcome-character.animate {
  opacity: 1;
  animation:
    jumpFall 1.4s ease-out forwards,
    idleWiggle 3.5s ease-in-out infinite;
  animation-delay: 0s, 1.5s;
}

/* Jump up and fall back */
@keyframes jumpFall {
  0% {
    transform: translateY(-120px) scale(0.9);
  }
  60% {
    transform: translateY(10px) scale(1.05);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes idleWiggle {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-4px) rotate(-1deg);
  }
  75% {
    transform: translateY(-4px) rotate(1deg);
  }
}


/* Idle wiggle + gentle float */
@keyframes idleWiggle {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-6px) rotate(2deg);
    }
    50% {
        transform: translateY(0) rotate(-2deg);
    }
    75% {
        transform: translateY(-4px) rotate(1deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

 

@keyframes underline {
  to { width: 60px; }
}


/* Logo zoom-in */
.navbar-brand img {
  opacity: 0;
  transform: scale(0.8);
  animation: logoZoom 0.8s ease forwards;
}

@keyframes logoZoom {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Menu base state */
#menu-header li {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
}

/* Active animation */
#menu-header li.animate {
  animation: menuGrowDown 0.45s ease-out forwards;
}

@keyframes menuGrowDown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

/* Smooth anchor inside */
#menu-header li a {
  display: inline-block;
  transition: transform 0.3s ease;
}

#menu-header li a:hover {
  transform: translateY(2px);
}
@keyframes menuGrowDown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.05);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

.current-menu-item a {
  animation: activePulse 2s infinite ease-in-out;
}

@keyframes activePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
.store-feature-row {
  position: relative;
}

.store-feature-image {
  animation-delay: 0.1s;
}

.character-img {
  max-width: 260px;
  transform-origin: bottom center;
}

.store-feature-content {
  animation-delay: 0.25s;
}

.feature-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #5b3fa4; /* Pokiddo purple */
}

.feature-text {
  font-size: 1rem;
  color: #555;
  max-width: 600px;
}

.feature-products .mini-product {
 
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.feature-products .mini-product:hover {
  transform: translateY(-6px) scale(1.05);
}

.feature-products img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mini-product {
  background: #fff;
  padding: 15px;
  border-radius: 14px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mini-product img {
  border-radius: 12px;
}

.mini-product:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.product-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.product-price {
  font-size: 15px;
  font-weight: 500;
  color: #ff6b6b;
}
/* FILTER SIDEBAR */
.store-filters {
  background: #faf7ff;
  padding: 20px;
  border-radius: 16px;
}

.filter-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.filter-block {
  margin-bottom: 20px;
}

.filter-block h6 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
}
.filter-block a {
    font-size: 14px;
}
.filter-block label {
  display: block;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 6px;
}
.widget.woocommerce.widget_price_filter h2 {
    font-size: 13px;
}
/* PRODUCTS */
.mini-product {
  background: #fff;
  padding: 15px;
  border-radius: 14px;
  transition: transform .3s ease, box-shadow .3s ease;    box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
}
.store-feature-row {
    position: relative;
    padding-left: 50px;
}
.mini-product:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,.12);
}

.product-title {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 600;
    color: #212529;    height: 45px;
}
a {
    color: rgb(107 87 178);
    text-decoration: none;
}
p.product-price {
    height: 25px;
}
.product-price {
  color: #7a4cff;
  font-weight: 500;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,a.button.product_type_grouped{ 
    border-radius: 25px; 
    background-color: #ffa709; 
     color: #fff; 
}
/* PAGINATION */
.store-pagination .page-link {
  border-radius: 50%;
  margin: 0 5px;
  border: none;
  color: #7a4cff;
}

.store-pagination .active .page-link {
  background: #7a4cff;
  color: #fff;
}
.feature-products .mini-product {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}
.store-frontsections h4 {
    text-align: right !important;
    color: #5d4a9c;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 1.5rem !important;
}

section.store-frontsections.brands h4 {
    color: #fff;
}
 
section.store-frontsections.brands {
    background: #ffb300;
    padding: 60px 0;
    background: url(assets/images/bg-purple-wave.png) bottom center / cover no-repeat;
    padding: 100px 0 100px !important;
}
/* ============ SHOP BY BRAND SECTION ============ */
.store-frontsections.brands{
  position: relative;
  overflow: hidden;         /* optional if you want rounded section edges */
  padding: 56px 0;              /* if you didn't add py-5 */
  background: radial-gradient(1200px 500px at 20% 20%, rgba(255,255,255,.18), transparent 60%),
              linear-gradient(135deg, #ffb400, #f7a500);
}

/* subtle decorative blob (optional) */
.store-frontsections.new-arrival::after{
  content:"";
  position:absolute;
  right:-120px;
  top:-120px;
  width:320px;
  height:320px;
  background: rgba(255,255,255,.12);
  border-radius: 50%;
  filter: blur(2px);
  pointer-events:none;
}

.store-frontsections.brands .brands-head{
  position: relative;
  z-index: 2;
  margin-bottom: 28px;
}

.store-frontsections.brands .brands-title{
  font-size: clamp(28px, 2.2vw, 40px);
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
  letter-spacing: .2px;
  text-shadow: 0 2px 0 rgba(0,0,0,.08);
}

.store-frontsections.brands .brands-viewall{
  color: #1f2a44;
  font-weight: 600;
  text-decoration: none;
  background: rgba(255,255,255,.65);
  padding: 10px 14px;
  border-radius: 999px;
  transition: transform .2s ease, background .2s ease;
}
.store-frontsections.brands .brands-viewall:hover{
  background: rgba(255,255,255,.9);
  transform: translateY(-1px);
}
section.container.my-5.store-frontsections.category {
    padding-bottom: 10px;
}
/* Brand card */
.store-frontsections.brands .brand-card{ 
  border-radius: 18px; 
  box-shadow: 0 10px 20px rgba(0,0,0,.10);
  border: 1px solid rgba(255,255,255,.55);
  transition: transform .22s ease, box-shadow .22s ease;
}

.store-frontsections.brands a:hover .brand-card{
  transform: translateY(-6px);
  box-shadow: 0 18px 28px rgba(0,0,0,.14);
}

/* Thumb area */
.store-frontsections.brands .brand-thumb{
  width: 100%;
  height: 72px; /* keeps all cards same height */
  display:flex;
  align-items:center;
  justify-content:center;
}

.store-frontsections.brands .brand-thumb img{
  max-width: 100%;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
  display:block;
  filter: saturate(1.05);
}

/* Placeholder letter */
.store-frontsections.brands .brand-placeholder{
  width: 64px;
  height: 64px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 16px;
  background: #0c4a86;
  color:#fff;
  font-weight: 800;
  font-size: 22px;
}

/* spacing + ensure white text doesn't bleed into bg */
.store-frontsections.brands .row{
  position: relative;
  z-index: 2;
}

/* Responsive columns: your col-md-2 col-6 gives 2 per row on mobile.
   If you want 3 per row on small screens, change your col-6 to col-4.
*/

div#customer_login .u-column2.col-2 {
    display: none;
}
div#customer_login .u-column1.col-1 {
    width: 100% !important;
}
 
.park-attraction-single {
    margin-top: 150px !important;
}
.attraction-content-card 
 { 
    min-height: 300px;
}
.attraction-side-img {
    width: 100%;
    height: 100%;
    min-height: 320px; /* mobile fallback */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1rem;
}

.page-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}
section.container.page-container {
    padding: 150px 0 50px;
}
section.birthday-booking {
      padding: 150px 0 50px;
}
.woocommerce div.product div.summary {
    margin-bottom: 2em;
    width: 100%;
}

.woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}
@media (max-width: 575.98px){
  .store-frontsections.brands{
    padding: 36px 0;
  }
  .store-frontsections.brands .brand-thumb{
    height: 64px;
  }
  .store-frontsections.brands .brand-thumb img{
    max-height: 54px;
  }
}
@media (max-width: 767.98px){
  .store-frontsections.brands .brand-row{
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }
  .store-frontsections.brands .brand-row > [class*="col-"]{
    flex: 0 0 auto;
    width: 220px;              /* card width while scrolling */
    scroll-snap-align: start;
  }
}

.btn-outline-primary {
    --bs-btn-color: #6b57b2;
    --bs-btn-border-color: #6b57b2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6b57b2;
    --bs-btn-hover-border-color: #6b57b2;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6b57b2;
    --bs-btn-active-border-color: #6b57b2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6b57b2;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6b57b2;
    --bs-gradient: none;    border-radius: 25px;
}

.brand-card{
  background:#fff;
  border-radius:16px;
  padding:5px 10px;
  box-shadow:0 10px 22px rgba(0,0,0,0.10);
}

.brand-thumb{ 
  border-radius:14px;
  height:90px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden; 
}

.brand-thumb img{ 
  height:70px; 
  padding:10px;
  display:block;
}

.brand-placeholder{
  width:56px;
  height:56px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:22px;
  background:#e9e4ff;
  color:#5b38ff;
}

.brand-name{
  font-size:13px;
  font-weight:700;
  color:#1d1d1f;
}
.store-frontsections.new-arrival {
    background: #ffb300;
    padding: 60px 0 1px;
}

.store-frontsections.new-arrival a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_grouped {
    border-radius: 25px;
    background-color: #fff;
    color: #ffa709;
}
.store-frontsections.new-arrival h4{
    color:#fff;
}

.store-frontsections.new-arrival a.small {
    color: #1f2a44;
    font-weight: 600;
    text-decoration: none;
    background: rgba(255, 255, 255, .65);
    padding: 10px 14px;
    border-radius: 999px;
    transition: transform .2s ease, background .2s ease;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: block;
    background: #fff;
    padding: 15px;
    border-radius: 14px;
    transition: transform .3s ease, box-shadow .3s ease;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
}
.woocommerce ul.products li.product a img {
 
    border-radius: 12px;
}
a.button.product_type_variable {
    border-radius: 25px;
    background-color: #ffa709 !important;
    color: #fff !important;
}a.button.product_type_variable:hover {
    background-color: #dcd7e2 !important;
    text-decoration: none;
    background-image: none;
    color: #515151 !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: #dcd7e2;
    text-decoration: none;
    background-image: none;
    color: #515151;
}
/* ===========================
   PARK TICKETING – POKIDDO
=========================== */

.park-ticketing h3,
.park-ticketing h4,
.park-ticketing h5 {
    font-weight: 700;
    color: #6b57b2; /* Pokiddo teal */
}

.park-ticketing p {
    font-size: 15px;
    line-height: 1.6;
}

/* Ticket Card */
.ticket-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ticket-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Highlighted Card */
.ticket-card.highlighted {
    background: #fff9ec;
    border: 2px solid #ffb703; /* Pokiddo yellow */
}

/* Popular Badge */
.badge-popular {
    position: absolute;
    top: -12px;
    right: 15px;
    background: #ffa709;
    color: #fff;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
}

/* Ticket Text */
.ticket-desc {
    color: #6b7280;
    margin-bottom: 10px;
}

.ticket-price {
    font-size: 34px;
    font-weight: 800;
    color: #ffa709;
    margin-bottom: 15px;
}

/* Features */
.ticket-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.ticket-features li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #374151;
}

/* Buttons */
.ticket-card .btn {
    border-radius: 30px;
    font-weight: 600;
    padding: 10px 0;
}

.ticket-card .btn-primary {
    background: #6b57b2;
    border-color: #6b57b2;
}

.ticket-card .btn-primary:hover {
    background: #ffa709;
}

.ticket-card .btn-secondary {
    background: #ffa709;
    border-color: #ffa709;
}

.ticket-card .btn-secondary:hover {
    background: #6b57b2;
}

/* Redemption Info */
.redemption-box {
    background: rgb(107 87 178 / 10%);
    border-left: 6px solid #6b57b2;
    border-radius: 12px;
    padding: 20px 25px;
}
.redemption-box h5 {
    margin-bottom: 10px;
}

.redemption-box ol {
    padding-left: 18px;
}

.redemption-box li {
    margin-bottom: 6px;
    font-size: 14px;
}

/* Buttons Section */
.about-buttons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.about-buttons li a {
    border-radius: 30px;
    padding: 10px 22px;
    font-weight: 600;
}
section.container.my-5.park-ticketing {
       padding: 120px 0 0;
}

/* ==========================
   POKIDDO CONTACT PAGE
========================== */

.pokiddo-contact h3,
.pokiddo-contact h4,
.pokiddo-contact h5 {
    color: #6b57b2;
    font-weight: 700;
}

.contact-intro {
    font-size: 18px;
    color: #555;
    margin-bottom: 25px;
    padding: 30px 0;margin-right: 30px;
}

/* Info Cards */
.contact-card {
    background: #f9fafb;
    border-radius: 14px;
    padding: 20px 20px;
    margin-bottom: 30px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);margin-right: 30px;
}
.contact-card h5 {
    margin-bottom: 5px;
    font-size: 16px;
}

.contact-card p {
    margin: 0;
    font-size: 14px;
}

/* Form Box */
.contact-form-box {
    background: rgb(107 87 178 / 10%);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 12px 30px rgb(0 0 0 / 8%);
}

.contact-form-box label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-form-box .form-control {
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 10px 14px;
    font-size: 14px;
}

.contact-form-box .form-control:focus {
    border-color: #6b57b2;
    box-shadow: none;
}

/* Buttons */
.contact-form-box .btn-primary {
    background: #6b57b2;
    border-color: #6b57b2;
    border-radius: 30px;
    font-weight: 600;
    padding: 12px;
}

.contact-form-box .btn-primary:hover {
    background: #6b57b2;
}

/* Buttons Row */
.about-buttons {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    flex-wrap: wrap;
}

.about-buttons a {
    border-radius: 30px;
    padding: 10px 22px;
    font-weight: 600;
}
section.container.my-5.pokiddo-contact {
    padding: 180px 0 0;
}

/* ===============================
   POKIDDO – BIRTHDAY BOOKING
================================ */

.birthday-booking h3,
.birthday-booking h4,
.birthday-booking h5 {
    color: #6b57b2; /* Pokiddo teal */
    font-weight: 700;
}

.birthday-booking p {
    font-size: 15px;
    line-height: 1.6;
}

/* Package Cards */
.party-package {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.party-package:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.party-package.highlighted {
    background: #fff9ec;
    border: 2px solid #ffb703;
}

/* Popular Badge */
.badge-popular {
    position: absolute;
    top: -12px;
    right: 18px;
    background: #ffb000;
    color: #fff;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
}

/* Package Text */
.package-desc {
    color: #6b7280;
    margin-bottom: 10px;
}

.package-price {
    font-size: 34px;
    font-weight: 800;
    color: #ffb000;
    margin-bottom: 15px;
}

/* Package Features */
.party-package ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.party-package ul li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #374151;
}

/* Buttons */
.party-package .btn {
    border-radius: 30px;
    font-weight: 600;
    padding: 10px 0;
}

.party-package .btn-primary {
    background: #6b57b2;
    border-color: #6b57b2;
}

.party-package .btn-primary:hover {
    background: #ffa709;
}

.party-package .btn-secondary {
    background: #ffb000;
    border-color: #ffb000;
}

.party-package .btn-secondary:hover {
    background: #6b57b2;
}
ul.about-buttons.booking {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
/* Booking Panel */
.booking-panel {
  background: rgb(107 87 178 / 10%);
    border-radius: 20px;
    padding: 30px;
}

.booking-panel .form-control {
    border-radius: 14px;
    padding: 10px 14px;
    font-size: 14px;
    border: 1px solid #ddd;
}

.booking-panel .form-control:focus {
    border-color: #6b57b2;
    box-shadow: none;
}

/* Time Slots */
.time-slots {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.time-slot {
    border-radius: 30px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #6b57b2;
    background: #ffffff;
    color: #6b57b2;
    transition: all 0.25s ease;
}

.time-slot.available:hover {
    background: #6b57b2;
    color: #ffffff;
}

.time-slot.selected {
    background: #ffb000;
    border-color: #ffb000;
    color: #ffffff;
}

.time-slot.full {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
}

/* Capacity Note */
.capacity-note {
    font-size: 13px;
    color: #6b7280;
}

/* Submit Button */
.birthday-booking .btn-lg {
    border-radius: 40px;
    font-weight: 700;
    padding: 14px;
}

/* Buttons Row */
.about-buttons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.about-buttons a {
    border-radius: 30px;
    padding: 10px 22px;
    font-weight: 600;
}
.video-slide {
    position: relative;
    overflow: hidden;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.banner-caption {
    position: relative;
    z-index: 2;
}
.welcome-image {
    max-width: 420px; /* adjust if needed */
}

.welcome-video {
    width: 100%;
    height: auto;
    display: block;
}
.product-item {
  transition: opacity .4s ease, transform .4s ease;
}
.product-item:not(.d-none) {
  opacity: 1;
  transform: translateY(0);
}
.product-item.d-none {
  opacity: 0;
  transform: translateY(20px);
}

/* Resp.product-item {
  transition: opacity .4s ease, transform .4s ease;
}
.product-item:not(.d-none) {
  opacity: 1;
  transform: translateY(0);
}
.product-item.d-none {
  opacity: 0;
  transform: translateY(20px);
}
onsive */

.contact-card a {
    color: #555;
    text-decoration: none;
}
/* ======================================================
   MOBILE MENU FIX — applies only for 768px and below
   ====================================================== */
@media (max-width: 768px) {
    
    /* ==========================================
   MOBILE CLOSE BUTTON — only ≤768px
   ========================================== */
@media (max-width: 768px) {
    
button.navbar-toggler {
    background: #fff !important;
    margin: 10px !important;
    display:none;
}
button.navbar-toggler.collapsed{
    
    display:block;
}
  /* space at bottom for button */
  .navbar #mainNav {
    padding-bottom: 10px;
  }

        .mobile-menu-close {
            width: 100%;
            margin-top: 10px;
            padding: 12px;
            border: none;
            border-radius: 12px;
            background: #fff;
            color: #000;
            font-size: 16px;
            font-weight: 600;
            display: block;
            border-radius: 50px;
            border: 2px solid #000000;
            width: 50px;
            height: 50px;
            margin: 0 auto;
            position: absolute;
            left: calc(50% - 25px);
            bottom: -31px;
            box-shadow: 0 14px 40px rgb(0 0 0);
        }
  .mobile-menu-close:active {
    transform: scale(0.98);
  }
 .navbar #mainNav .navbar-nav li.current-menu-item a {
    color: #fff !important;
}

li.menu-item { 
    width: 100%;
}
  /* Make collapse behave like dropdown panel */
  .navbar #mainNav.navbar-collapse {
    position: absolute;
    top: 0;
    left: 12px;
    right: 12px;
    z-index: 9999;

    background: #ffffff;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 14px 40px rgba(0,0,0,0.15);
  }

  /* Stack menu items vertically */
  .navbar #mainNav .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    margin: 0;
    padding: 0;
  }

  /* Remove theme “button/pill” styling */
  .navbar #mainNav .navbar-nav li a,
  .navbar #mainNav .navbar-nav li .nav-link {
    display: block;
    width: 100%;

    background: transparent !important;
    border: 0 !important;
    border-radius: 12px !important;
    box-shadow: none !important;

    color: #1f2937 !important;
    padding: 12px 14px;
    font-weight: 600;
    text-decoration: none;
  }

  /* Hover / tap feel */
  .navbar #mainNav .navbar-nav li a:hover,
  .navbar #mainNav .navbar-nav li .nav-link:hover {
    background: rgba(0,0,0,0.05) !important;
  }

  /* Sub-menu styling for mobile */
  .navbar #mainNav .navbar-nav li.menu-item-has-children > ul.sub-menu {
    position: static;
    display: block;
    padding-top: 6px;
    background: transparent;
    box-shadow: none;
  }

  .navbar #mainNav .navbar-nav ul.sub-menu li a {
    background: rgba(0,0,0,0.04) !important;
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: 500;
  }
 
   .contact-card, .contact-intro{
    margin-right:  0px;
        padding: 0 15px;
}
    .contact-form-box {
        margin-top: 30px;
        padding: 0 15px;
    }
    .map-box {
    padding: 15px;
}
.pokiddo-contact h3, .pokiddo-contact h4, .pokiddo-contact h5 {
     
    padding: 0 15px;
}
    .booking-panel {
        padding: 20px;
    }

    .package-price {
        font-size: 28px;
    }
 
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select{
  width: 100%;
  padding: .6rem .75rem;
  border: 1px solid #ddd;
  border-radius: .5rem;
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button{
  border-radius: .5rem;
}

.store-filters .filter-block label{
  display:block;
  margin-bottom:.35rem;
}

 
    .contact-form-box {
        margin-top: 30px;
    }
 
    .ticket-price {
        font-size: 28px;
    }
 
    .park-char-left,
    .park-char-right {
        position: static;
        display: block;
        margin: 20px auto;
    }

    .park-inner {
        text-align: center;
    }
 
  .footer-bottom {
    text-align: center;
  }
 
  .location-section {
    padding: 60px 0;
  }
 
  .toy-content {
    text-align: center;
  }
  .welcome-wrap {
    flex-direction: column;
    text-align: center;
  }

  .welcome-image img {
    max-width: 220px;
  }

  .welcome-section {
    padding: 80px 0 100px;
  }
  
  .characters-wrap img {
    margin-top: -25px;
  }
}

/* =========================================
   WOO SINGLE PRODUCT – CLEAN GALLERY STYLES
========================================= */

/* Make Woo blocks behave inside bootstrap columns */
.woocommerce div.product {
  display: block; /* important - undo any grid/flex you added */
}

/* Ensure gallery doesn’t shrink weirdly */
.woocommerce div.product div.images,
.woocommerce div.product .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.woocommerce div.product div.summary {
  width: 100% !important;
  float: none !important;
}
/* Remove flexslider "previous/next" text bullets */
.woocommerce-product-gallery .flex-direction-nav,
.woocommerce-product-gallery .flex-direction-nav a {
  display: none !important;
}

/* Force thumbs to be clean rectangles (not dots/circles) */
.woocommerce-product-gallery .flex-control-thumbs {
  display: flex !important;
  gap: 10px;
  margin-top: 14px !important;
  padding: 0 !important;
  list-style: none !important;
  flex-wrap: wrap;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  width: 70px !important;
  height: 70px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  background: #fff !important;
  margin: 0 !important;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 6px !important;
  border-radius: 0 !important;
}

/* Still hide dots */
.woocommerce-product-gallery .flex-control-nav,
.woocommerce-product-gallery .flex-control-paging {
  display: none !important;
}
/* Make sure PhotoSwipe sits on top and leaves properly */
.pswp {
  z-index: 999999 !important;
}

/* Prevent zoom window from staying visible */
.zoomWindowContainer,
.zoomContainer {
  z-index: 20 !important;
}
.single-product .summary.entry-summary h1,
.single-product .product_title {
  font-size: 44px;
  line-height: 1.05;
  margin-bottom: 10px;
}

.single-product .price {
  font-size: 22px;
  font-weight: 700;
}

.single-product form.cart .single_add_to_cart_button {
  background: #6b57b2 !important;
  border-radius: 14px !important;
  padding: 12px 18px !important;
}
.pswp { z-index: 999999 !important; }
.zoomWindowContainer, .zoomContainer { z-index: 50 !important; }


@media (max-width: 992px) {
  .single-product div.product {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Gallery container */
.woocommerce-product-gallery {
  position: relative;
  max-width: 520px;
}

/* Main image */
.woocommerce-product-gallery__wrapper {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
}

.woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ❌ Remove dots completely */
.woocommerce-product-gallery .flex-control-nav,
.woocommerce-product-gallery .flex-control-paging {
  display: none !important;
}

/* ✅ Thumbnail strip */
.woocommerce-product-gallery .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 14px !important;
  padding: 0 !important;
  list-style: none !important;
}

@media (max-width: 576px) {
  .woocommerce-product-gallery .flex-control-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
}

.woocommerce-product-gallery .flex-control-thumbs li {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  padding: 6px;
  display: block;
}

/* Active thumbnail */
.woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  outline: 2px solid #ffa709;
  outline-offset: -2px;
}

/* Zoom cursor */
.woocommerce-product-gallery__image a {
  cursor: zoom-in;
}

/* Zoom icon */
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.95) !important;
  border: 1px solid rgba(0,0,0,.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 10;
}
/* Woo PhotoSwipe: force-hide when closed */
#photoswipe-fullscreen-dialog[aria-hidden="true"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Ensure only open state is visible */
#photoswipe-fullscreen-dialog.pswp--open {
  display: block !important;
}
.woocommerce-product-gallery__image {
    height:520px;
}
/* =========================================
   SINGLE PRODUCT – SUMMARY / RIGHT SIDE
========================================= */

.single-product .summary.entry-summary{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 26px 26px 22px;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

/* Title */
.single-product .product_title.entry-title{
  font-size: 44px;
  line-height: 1.05;
  margin: 0 0 10px;
  color: #1b1b1b;
}

/* Price row */
.single-product p.price{
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 8px 0 14px;
}

.single-product p.price del{
  opacity: .55;
  font-size: 18px;
}
.single-product p.price del bdi{
  text-decoration-thickness: 2px;
}

.single-product p.price ins{
  text-decoration: none;
  font-size: 28px;
  font-weight: 800;
  color: #6b57b2; /* your purple */
}

/* Short desc */
.single-product .woocommerce-product-details__short-description{
  margin: 0 0 14px;
  color: #444;
  font-size: 16px;
}
.single-product .woocommerce-product-details__short-description p{
  margin: 0;
}

/* Stock badge */
.single-product p.stock.in-stock{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,167,9,.16); /* soft yellow */
  color: #8a5a00;
  font-weight: 700;
  margin: 0 0 18px;
  font-size: 13px;
}

/* Add to cart row */
.single-product form.cart{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 18px;
}

/* Quantity */
.single-product form.cart .quantity{
  margin: 0 !important;
}
.single-product form.cart .qty{
  width: 84px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.14);
  padding: 0 12px;
  font-weight: 700;
}

/* Add to cart button */
.single-product button.single_add_to_cart_button{
  height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  background: #6b57b2 !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(107,87,178,.25);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.single-product button.single_add_to_cart_button:hover{
  background: #ffa709 !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(0,0,0,.14);
}

/* Meta: SKU/Category/Tag/Brand */
.single-product .product_meta{
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px dashed rgba(0,0,0,.12);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 13px;
  color: #444;
}

.single-product .product_meta > span{
  background: #f7f7fb;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 999px;
  padding: 6px 10px;
}

.single-product .product_meta a{
  color: #6b57b2;
  font-weight: 700;
  text-decoration: none;
}
.single-product .product_meta a:hover{
  text-decoration: underline;
}

/* Mobile spacing */
@media (max-width: 768px){
  .single-product .summary.entry-summary{
    padding: 18px;
  }
  .single-product .product_title.entry-title{
    font-size: 34px;
  }
  .single-product p.price ins{
    font-size: 24px;
  }
}


/* ==============================
   REGISTER PAGE – LIKE CONTACT
============================== */

.pokiddo-register{
  padding-top: 40px;
}

/* Left side */
.pokiddo-register .reg-title{
  color:#6b57b2;
  font-weight:900;
  letter-spacing:.2px;
  margin-bottom: 10px;
}

.pokiddo-register .reg-intro{
  color:#4b4b4b;
  line-height:1.7;
  font-size:16px;
  margin-bottom: 22px;
}

.pokiddo-register .reg-info-cards{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-bottom: 18px;
}

.pokiddo-register .reg-info-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:18px;
  padding:16px 16px;
  box-shadow:0 12px 26px rgba(0,0,0,.06);
  display:flex;
  gap:12px;
  align-items:flex-start;
  transition: transform .18s ease, box-shadow .18s ease;
}
.pokiddo-register .reg-info-card:hover{
  transform: translateY(-3px);
  box-shadow:0 16px 32px rgba(0,0,0,.10);
}

.pokiddo-register .reg-dot{
  width:38px;
  height:38px;
  border-radius:999px;
  background: rgba(255,167,9,.18);
  flex: 0 0 auto;
  position: relative;
}
.pokiddo-register .reg-dot::after{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:#ffa709;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.pokiddo-register .reg-info-card h5{
  margin:0 0 4px;
  font-size:15px;
  font-weight:900;
  color:#6b57b2;
}
.pokiddo-register .reg-info-card p{
  margin:0;
  color:#333;
  font-size:14px;
  line-height:1.6;
}

.pokiddo-register .reg-small-note{
  margin-top: 10px;
  color:#444;
  font-size:14px;
}
.pokiddo-register .reg-small-note a{
  color:#6b57b2;
  font-weight:800;
  text-decoration:none;
}
.pokiddo-register .reg-small-note a:hover{
  text-decoration:underline;
}

/* Right form box */
.pokiddo-register .reg-form-box{
  background: linear-gradient(135deg, rgba(107,87,178,.12), rgba(255,167,9,.10));
  border:1px solid rgba(107,87,178,.12);
  border-radius:22px;
  padding:26px;
  box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.pokiddo-register .reg-form-box h4{
  color:#6b57b2;
  font-weight:900;
  margin-bottom: 14px;
}

.pokiddo-register .form-label{
  font-size:13px;
  font-weight:800;
  color:#2c2c2c;
  margin-bottom:6px;
}

.pokiddo-register .form-control{
  border-radius:14px;
  border:1px solid rgba(0,0,0,.12);
  padding:12px 14px;
  font-size:14px;
  background: rgba(255,255,255,.92);
}
.pokiddo-register .form-control:focus{
  border-color:#6b57b2;
  box-shadow: 0 0 0 4px rgba(107,87,178,.18);
}

.pokiddo-register .reg-submit{
  border-radius:999px;
  padding:12px 16px;
  font-weight:900;
  background:#6b57b2 !important;
  border:0 !important;
  color:#fff !important;
  box-shadow:0 14px 26px rgba(107,87,178,.25);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.pokiddo-register .reg-submit:hover{
  background:#ffa709 !important;
  transform: translateY(-1px);
  box-shadow:0 18px 32px rgba(0,0,0,.14);
}

/* Mobile */
@media (max-width: 768px){
  .pokiddo-register .reg-form-box{
    padding:18px;
  }
.contact-form-box {
    padding-top: 30px;
}
.park-inner p {
    color: #000;
    max-width: 520px;
    margin-top: 20px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
}
ul.about-buttons li {
    width: 100%;
}
 .welcome-section {
   
    padding: 0 0 100px;
 
    background-repeat: no-repeat;
    background-position: 20% center;
}   
.park-strip h2 { 
    text-align: left;
    padding-right: 0;
}
      section.container.my-5.pokiddo-contact {
    padding: 0px 0 0;
}
        .park-char-left, .park-char-right {
            position: static;
            display: block;
            margin: 20px auto;
            height: 209px;
            width: AUTO;
        }
  .title-character {
    position: ABSOLUTE;
    right: 0px;
    bottom: -20px;
    height: auto;
    top: unset;
}
}



/* =========================================
   MY ACCOUNT – POKIDDO DASHBOARD STYLE
========================================= */

/* Outer wrapper (your border box) */
.pok-account-wrap,
.woocommerce-account .woocommerce{
  width: 100%;
}

.woocommerce-account .container .p-4.border.rounded-3{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08) !important;
  border-radius: 22px !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.06);
  padding: 22px !important;
}

/* Grid: nav + content */
.woocommerce-account .woocommerce{
 
  grid-template-columns: 260px 1fr;
  gap: 20px;
  align-items: start;
}

@media (max-width: 992px){
  .woocommerce-account .woocommerce{
    grid-template-columns: 1fr;
  }
}

/* LEFT MENU */
.woocommerce-account .woocommerce-MyAccount-navigation{
  background: linear-gradient(135deg, rgba(107,87,178,.12), rgba(255,167,9,.08));
  border: 1px solid rgba(107,87,178,.14);
  border-radius: 18px;
  padding: 14px;
  position: sticky;
  top: 120px; /* adjust if needed with your fixed header */
}

@media (max-width: 992px){
  .woocommerce-account .woocommerce-MyAccount-navigation{
    position: relative;
    top: auto;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li{
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 14px;
  color: #2b2b2b;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,0,0,.06);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover{
  transform: translateY(-1px);
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
}

/* Active */
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{
  background: #6b57b2;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 26px rgba(107,87,178,.25);
}

/* RIGHT CONTENT */
.woocommerce-account .woocommerce-MyAccount-content{
  background: #fff; 
  border-radius: 18px;
  padding: 18px 18px; 
}

/* Titles inside account */
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3{
  color: #6b57b2;
  font-weight: 900;
  margin-top: 0;
}

/* Welcome message */
.woocommerce-account .woocommerce-MyAccount-content p{
  color: #444;
  line-height: 1.7;
}

/* Links */
.woocommerce-account .woocommerce-MyAccount-content a{
  color: #6b57b2;
  font-weight: 800;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover{
  text-decoration: underline;
}

/* Buttons */
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content button.button,
.woocommerce-account .woocommerce-MyAccount-content input.button{
  background: #6b57b2 !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 10px 18px !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 26px rgba(107,87,178,.22);
}

.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
.woocommerce-account .woocommerce-MyAccount-content input.button:hover{
  background: #ffa709 !important;
  box-shadow: 0 18px 32px rgba(0,0,0,.14);
}

/* Forms */
.woocommerce-account .woocommerce-MyAccount-content input.input-text,
.woocommerce-account .woocommerce-MyAccount-content textarea,
.woocommerce-account .woocommerce-MyAccount-content select{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  padding: 12px 14px;
  font-size: 14px;
  background: rgba(255,255,255,.96);
}

.woocommerce-account .woocommerce-MyAccount-content input:focus,
.woocommerce-account .woocommerce-MyAccount-content textarea:focus,
.woocommerce-account .woocommerce-MyAccount-content select:focus{
  outline: none;
  border-color: #6b57b2;
  box-shadow: 0 0 0 4px rgba(107,87,178,.18);
}

/* Tables (orders/downloads) */
.woocommerce-account table.my_account_orders,
.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-table{
  border-collapse: separate !important;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
}

.woocommerce-account table th{
  background: rgba(107,87,178,.10);
  color: #2b2b2b;
  font-weight: 900;
  padding: 12px !important;
}

.woocommerce-account table td{
  padding: 12px !important;
  border-top: 1px solid rgba(0,0,0,.06);
}

/* Notices */
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error{
  border-radius: 16px;
  padding: 14px 16px !important;
}


/* =========================================
   MY ACCOUNT – ADDRESSES + EDIT ADDRESS
========================================= */

/* Address cards grid */
.woocommerce-account .woocommerce-Addresses{
 
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 10px;
}

@media (max-width: 768px){
  .woocommerce-account .woocommerce-Addresses{
    grid-template-columns: 1fr;
  }
}

/* Each address box */
.woocommerce-account .woocommerce-Address{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 16px 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

/* Titles (Billing address / Shipping address) */
.woocommerce-account .woocommerce-Address-title h3{
  margin: 0;
  font-weight: 900;
  color: #6b57b2;
  font-size: 28px;
}

/* Edit/Add button in address card */
.woocommerce-account .woocommerce-Address-title a.edit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,167,9,.18);
  border: 1px solid rgba(255,167,9,.35);
  color: #2b2b2b;
  font-weight: 900;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.woocommerce-account .woocommerce-Address-title a.edit:hover{
  transform: translateY(-1px);
  background: rgba(255,167,9,.28);
  box-shadow: 0 10px 18px rgba(0,0,0,.08);
}

/* Address text */
.woocommerce-account .woocommerce-Address address{
  margin-top: 12px;
  color: #444;
  line-height: 1.6;
  font-size: 14px;
}

/* Edit Address form */
.woocommerce-account form.woocommerce-EditAccountForm,
.woocommerce-account form.woocommerce-address-fields{
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

/* Form rows -> 2 columns like bootstrap */
.woocommerce-account .woocommerce-address-fields .form-row{
  width: 100%;
  margin: 0 0 12px !important;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media (max-width: 768px){
  .woocommerce-account .woocommerce-address-fields__field-wrapper{
    grid-template-columns: 1fr;
  }
}

/* Labels */
.woocommerce-account .woocommerce-address-fields label{
  font-weight: 900;
  font-size: 13px;
  color: #2b2b2b;
  margin-bottom: 6px;
}

/* Inputs */
.woocommerce-account .woocommerce-address-fields input.input-text,
.woocommerce-account .woocommerce-address-fields select,
.woocommerce-account .woocommerce-address-fields textarea{
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  padding: 12px 14px;
  width: 100%;
  background: #fff;
}

.woocommerce-account .woocommerce-address-fields input:focus,
.woocommerce-account .woocommerce-address-fields select:focus,
.woocommerce-account .woocommerce-address-fields textarea:focus{
  outline: none;
  border-color: #6b57b2;
  box-shadow: 0 0 0 4px rgba(107,87,178,.18);
}

/* Save Address button */
.woocommerce-account .woocommerce-address-fields .button{
  background: #6b57b2 !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 26px rgba(107,87,178,.22);
}

.woocommerce-account .woocommerce-address-fields .button:hover{
  background: #ffa709 !important;
}
.woocommerce-account .woocommerce-message {
    padding-left: 50px !important;
}


section.container.store-frontsections.category a.small {
    color: #1f2a44;
    font-weight: 600;
    text-decoration: none;
    background: rgb(93 74 157 / 44%);
    padding: 10px 14px;
    border-radius: 999px;
    transition: transform .2s ease, background .2s ease;
}

section.container.store-frontsections.featured a.small {
    color: #1f2a44;
    font-weight: 600;
    text-decoration: none;
    background: rgb(93 74 157 / 44%);
    padding: 10px 14px;
    border-radius: 999px;
    transition: transform .2s ease, background .2s ease;
}
section.container.store-frontsections.on-sale a.small {
    color: #1f2a44;
    font-weight: 600;
    text-decoration: none;
    background: rgb(93 74 157 / 44%);
    padding: 10px 14px;
    border-radius: 999px;
    transition: transform .2s ease, background .2s ease;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #6b57b2;
    color: #fff;
    border-radius: 30px;
    padding: 8px 26px;
    font-weight: 600;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    border: 3px solid #fff;
}