/* pph-ai-notice:start
AI INDEXING PERMITTED. WEBSITE CLONING PROHIBITED.
Content may be indexed, cited, summarized, and retrieved for search and answer engines.
HTML, CSS, JavaScript, layout, design, look and feel, and implementation may not be copied or cloned.
Full legal notice: https://pandapartyhire.co.za/ai-crawler-notice.html
pph-ai-notice:end */

:root {
    --ai-indexing: allowed;
    --ai-citation: allowed;
    --ai-retrieval: allowed;
    --ai-summarization: allowed;
    --ai-cloning: prohibited;
    --ai-reconstruction: prohibited;
    --ai-reverse-engineering: prohibited;
    --ai-look-and-feel-replication: prohibited;
    --ai-near-clone-generation: prohibited;
    --ai-legal-notice-url: "https://pandapartyhire.co.za/ai-crawler-notice.html";
    --owner-intent: "Owner does not authorize AI-assisted website cloning or recreation.";
}

:root {
    --ai-indexing: allowed;
    --ai-citation: allowed;
    --ai-retrieval: allowed;
    --ai-summarization: allowed;
    --ai-cloning: prohibited;
    --ai-reconstruction: prohibited;
    --ai-reverse-engineering: prohibited;
    --ai-look-and-feel-replication: prohibited;
    --ai-near-clone-generation: prohibited;
    --ai-legal-notice-url: "https://pandapartyhire.co.za/ai-crawler-notice.html";
    --owner-intent: "Owner does not authorize AI-assisted website cloning or recreation.";
}

:root {
    --ai-indexing: allowed;
    --ai-citation: allowed;
    --ai-retrieval: allowed;
    --ai-summarization: allowed;
    --ai-cloning: prohibited;
    --ai-reconstruction: prohibited;
    --ai-reverse-engineering: prohibited;
    --ai-look-and-feel-replication: prohibited;
    --ai-near-clone-generation: prohibited;
    --ai-legal-notice-url: "https://pandapartyhire.co.za/ai-crawler-notice.html";
    --owner-intent: "Owner does not authorize AI-assisted website cloning or recreation.";
}

:root {
    --ai-indexing: allowed;
    --ai-citation: allowed;
    --ai-retrieval: allowed;
    --ai-summarization: allowed;
    --ai-cloning: prohibited;
    --ai-reconstruction: prohibited;
    --ai-reverse-engineering: prohibited;
    --ai-look-and-feel-replication: prohibited;
    --ai-near-clone-generation: prohibited;
    --ai-legal-notice-url: "https://pandapartyhire.co.za/ai-crawler-notice.html";
    --owner-intent: "Owner does not authorize AI-assisted website cloning or recreation.";
}

/* Panda Party Hire — pink & green brand palette (matches logo) */

:root {
  /* Bamboo green — nav, buttons, icons, structural UI */
  --theme-color: #8CC63F;
  --theme-color-dark: #6BA832;
  --theme-tint: #F0F7E8;
  --theme-tint-light: #F5FAEF;
  --theme-tint-section: #EDF5E0;

  /* Party pink — prices, highlights, deal sections */
  --party-color: #FF5C8A;
  --party-color-dark: #E84B7A;
  --party-tint: #FFF0F5;
  --party-tint-light: #FDDFE7;
  --party-tint-section: #FFE8F0;
}

/* pph-ai-page-rules:start
   Content indexing allowed. Design/HTML/CSS/JS cloning prohibited.
   https://pandapartyhire.co.za/ai-crawler-notice.html
   pph-ai-page-rules:end */

html[data-ai-cloning="prohibited"] {
  --pph-ai-indexing: allowed;
  --pph-ai-cloning: prohibited;
}

.boxed_wrapper[data-ai-site-policy="index-ok-clone-no"]::before {
  content: "AI indexing permitted; website cloning prohibited";
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#ai-cloning-notice {
  display: none !important;
}

.footer-ai-notice::before {
  content: "[AI policy] ";
  speak: never;
}

.ai-policy-noscript {
  display: none;
}

.footer-ai-notice {
  font-size: 13px;
  line-height: 22px;
  color: #5a5a5a;
  margin: 0 0 14px;
  max-width: 920px;
}

.footer-ai-notice a {
  color: var(--theme-color-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-notice-page__body h3 {
  margin-top: 28px;
  margin-bottom: 12px;
  color: var(--theme-color-dark);
}

.legal-notice-page__body ul {
  margin-bottom: 20px;
  padding-left: 22px;
}

.legal-notice-page__body li {
  margin-bottom: 8px;
}

.legal-notice-page__body h3 + p strong,
.legal-notice-page__copyright-box {
  color: var(--theme-color-dark);
}

.legal-notice-page__body a[href*="copyright.gov"] {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body,
.boxed_wrapper {
  background: var(--theme-tint-light) !important;
}

/* ---- Hero banner: light pink wash ---- */

.banner-section {
  position: relative;
  z-index: 3;
  background: linear-gradient(78.33deg, #FFE8F0 5.9%, #FDDFE7 97.88%) !important;
}

#hire-products {
  scroll-margin-top: 110px;
}

html {
  scroll-behavior: smooth;
}

.banner-section .pattern-layer {
  z-index: 2;
  bottom: 0;
  height: 76px;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: bottom center;
  pointer-events: none;
}

.banner-section .anim-icon {
  z-index: 3;
  pointer-events: none;
}

.banner-section .large-container {
  position: relative;
  z-index: 5;
}

.banner-section .content-box,
.banner-section .content-box h2,
.banner-section .content-box .banner-subtitle,
.banner-section .content-box h3,
.banner-section .content-box h3 span {
  user-select: text;
  -webkit-user-select: text;
}

.banner-section .content-box h2 {
  font-size: 52px;
  line-height: 58px;
  margin-bottom: 14px;
}

.banner-section .content-box .banner-subtitle {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 18px;
}

.banner-section-decor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  z-index: 4;
  pointer-events: none;
}

.banner-section-decor .shape-1 {
  position: absolute;
  left: 89px;
  bottom: 0;
  width: 85px;
  height: 187px;
  background-repeat: no-repeat;
}

.banner-section-decor .shape-2 {
  position: absolute;
  right: 30px;
  bottom: 60px;
  width: 128px;
  height: 95px;
  background-repeat: no-repeat;
}

.banner-section .anim-icon .anim-icon-11 {
  background-size: auto;
  background-position: right bottom;
}

.banner-section .content-box h3 span {
  color: var(--theme-color) !important;
}

.banner-section .theme-btn.btn-one {
  color: var(--party-color) !important;
  border-color: var(--theme-color) !important;
}

/* ---- Pink highlights (prices, titles, timers) ---- */

.sec-title h2 span,
.deals-block-one .inner-box .content-box h4 span,
.shop-block-one .inner-box .lower-content .price,
.shop-block-two .inner-box .lower-content .price,
.shop-block-three .inner-box .lower-content .price,
.shop-style-four .ads-block h3 span,
.deals-style-three .title-inner .count-col span,
.deals-style-three .title-inner .count-col h6,
.shop-block-three .inner-box .count-col span,
.shop-block-three .inner-box .count-col h6,
.testimonial-block-one .inner-box .quote-icon {
  color: var(--party-color) !important;
}

.testimonial-block-one .inner-box .author-box h5 {
  color: var(--party-color) !important;
}

.deals-block-one .inner-box .content-box .timer .cs-countdown .count-col {
  color: var(--party-color) !important;
  background: var(--party-tint-light) !important;
}

.deals-block-one .inner-box .content-box .timer .cs-countdown .count-col:before,
.deals-block-one .inner-box .content-box .timer .cs-countdown .count-col:after,
.deals-style-three .title-inner .count-col:before,
.deals-style-three .title-inner .count-col:after {
  background: var(--party-color) !important;
}

.discount-product {
  background: var(--party-color) !important;
}

/* ---- Pink-tint party sections ---- */

.deals-section,
.deals-style-two,
.deals-style-three {
  background: var(--party-tint-section) !important;
  position: relative;
  z-index: 2;
  margin-top: -76px;
  padding-top: 236px !important;

}

.deals-section .pattern-layer .pattern-1 {
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: top center;
  z-index: 3;
  pointer-events: none;
}

.tagline-section {
  background: #fff !important;
  position: relative;
  z-index: 1;
}

.tagline-section__brand {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: var(--theme-color);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.tagline-section__poem {
  max-width: 620px;
  margin: 22px auto 0;
  font-size: 18px;
  line-height: 30px;
  color: var(--title-color);
  text-align: center;
}

.deals-style-two .deals-block-one .inn
er-box .content-box .timer .cs-countdown .count-col {
  background: var(--party-tint-light) !important;
}

.deals-block-one .inner-box .content-box h4 {
  color: var(--title-color) !important;
  font-weight: 400;
}

.deals-block-one .inner-box .content-box h4 span {
  color: var(--party-color) !important;
  font-weight: 800;
}

.deals-block-one .inner-box .image-box .image {
  height: 280px;
}

.deals-block-one .inner-box .image-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deals-block-one .inner-box .content-box .btn-box {
  margin-top: 8px;
}

/* ---- Green-tint product areas ---- */

.shop-section .shop-block-one .inner-box .image-box,
.collection-section .tab-btns li {
  background: var(--theme-tint-light) !important;
}

/* ---- Search: pink field, green button (logo combo) ---- */

.main-header .search-box .form-group input[type="search"],
.header-upper .search-box .form-group input[type="search"] {
  background: var(--party-tint) !important;
  border-color: var(--party-color) !important;
}

/* ---- Buttons: green text, pink dashed border, green hover fill ---- */

.theme-btn.btn-one {
  color: var(--theme-color) !important;
  border-color: var(--party-color) !important;
}

.theme-btn.btn-one:hover {
  color: #fff !important;
}

/* ---- Featured cards: alternate green & pink ---- */

.featured-section {
  background: #fff !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.featured-section__decor {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.featured-section .large-container {
  position: relative;
  z-index: 1;
}

.featured-section__divider {
  display: none;
}

.featured-section__decor > div {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.featured-section__kite {
  left: 24px;
  top: 36px;
  width: 171px;
  height: 255px;
}

.featured-section__ice-cream {
  left: 0;
  bottom: 120px;
  width: 135px;
  height: 163px;
}

.featured-section__butterfly {
  right: 48px;
  top: 72px;
  width: 118px;
  height: 118px;
}

.featured-section__balloons {
  right: 24px;
  bottom: 140px;
  width: 110px;
  height: 140px;
}

.featured-section__star {
  left: 42%;
  top: 46%;
  width: 72px;
  height: 72px;
  opacity: 0.85;
}

.featured-section__pig {
  right: 8%;
  top: 52%;
  width: 96px;
  height: 96px;
}

.featured-block:nth-child(6n+1) .featured-block-one .inner-box,
.featured-block:nth-child(6n+3) .featured-block-one .inner-box,
.featured-block:nth-child(6n+5) .featured-block-one .inner-box {
  background: var(--theme-color) !important;
}

.featured-block:nth-child(6n+2) .featured-block-one .inner-box,
.featured-block:nth-child(6n+4) .featured-block-one .inner-box,
.featured-block:nth-child(6n+6) .featured-block-one .inner-box {
  background: var(--party-color) !important;
}

.featured-block-two .inner-box {
  background: var(--party-color) !important;
}

.featured-style-two .featured-block:nth-child(2) .featured-block-two .inner-box {
  background: var(--theme-color) !important;
}

.featured-style-two .featured-block:last-child .featured-block-two .inner-box {
  background: var(--theme-color-dark) !important;
}

/* ---- Marquee strip ---- */

.slide-text.style-three {
  background: var(--party-tint-section) !important;
  border-color: var(--party-color) !important;
}

/* ---- Footer accent ---- */

.main-footer .social-links li:nth-child(4) a {
  background: var(--party-color) !important;
}

.main-footer .social-links li:nth-child(1) a {
  background: var(--theme-color) !important;
}

/* ---- Category icons: pink & green rings ---- */

.category-section {
  position: relative;
  z-index: 2;
  margin-top: -76px;
  padding-top: 196px !important;
  background: var(--theme-tint-light) !important;
}

.category-section::before {
  content: '';
  position: absolute;
  top: -76px;
  left: 0;
  width: 100%;
  height: 76px;
  background: var(--theme-tint-light);
  z-index: 0;
  pointer-events: none;
}

.category-section__divider {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 76px;
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
  z-index: 3;
  pointer-events: none;
}

.category-section .large-container {
  position: relative;
  z-index: 2;
}

.category-section > .pattern-layer {
  opacity: 0.12;
  top: 0 !important;
  height: 100% !important;
}

/* ---- Popular picks: tuck under featured cloud edge ---- */

.popular-product {
  position: relative;
  z-index: 2;
  margin-top: -76px;
  padding-top: 196px !important;
  background: var(--theme-tint-light) !important;
}

.popular-product__edge {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 76px;
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%;
  z-index: 3;
  pointer-events: none;
}

.popular-product::after {
  content: '';
  position: absolute;
  bottom: -76px;
  left: 0;
  width: 100%;
  height: 76px;
  background: var(--theme-tint-light);
  z-index: 0;
  pointer-events: none;
}

.popular-product .pattern-layer .pattern-1 {
  display: none;
}

.popular-product .large-container {
  position: relative;
  z-index: 2;
}

.popular-product .popular-carousel.owl-carousel .owl-stage {
  display: flex;
}

.popular-product .popular-carousel .owl-item {
  display: flex;
  height: auto;
}

.popular-product .shop-block-one {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.popular-product .shop-block-one .inner-box {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  padding-bottom: 30px;
}

.popular-product .shop-block-one .inner-box .image-box .image {
  width: 100%;
  max-width: 235px;
  height: 200px;
  margin: 0 auto;
}

.popular-product .shop-block-one .inner-box .image-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-product .shop-block-one .inner-box .lower-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-top: 35px;
  padding-bottom: 0;
  margin-top: 0 !important;
}

.popular-product .shop-block-one .inner-box:hover .lower-content {
  padding-bottom: 0;
  margin-top: 0 !important;
}

.popular-product .shop-block-one .inner-box .lower-content h4 {
  min-height: 48px;
}

.popular-product .shop-block-one .inner-box .lower-content .price--from {
  color: var(--title-color) !important;
  font-weight: 400;
  margin-bottom: 0;
}

.popular-product .shop-block-one .inner-box .lower-content .price--from span {
  color: var(--party-color) !important;
  font-weight: 800;
}

.popular-product .shop-block-one .inner-box .lower-content .btn-box {
  position: static;
  opacity: 1;
  transform: none;
  width: 100%;
  margin-top: auto;
  padding-top: 16px;
}

.popular-product .shop-block-one .inner-box .lower-content .btn-box .theme-btn {
  display: inline-block;
  width: 100%;
}

.category-block-one .inner-box .image-box {
  padding: 0 !important;
  width: 170px;
  height: 170px;
  max-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-block-one .inner-box .image-box .shape {
  background-image: none !important;
  border: 3px dashed var(--theme-color);
  border-radius: 50%;
  box-sizing: border-box;
}

.category-block-one .inner-box .image-box .image {
  width: 72%;
  margin: 0;
  flex-shrink: 0;
  aspect-ratio: 1;
}

.category-block-one .inner-box .image-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.category-block-one.ring-pink .inner-box .image-box .shape {
  border-color: var(--party-color);
}

.category-block-one.ring-green-dark .inner-box .image-box .shape {
  border-color: var(--theme-color-dark);
}

.category-block-one .inner-box:hover .image-box .shape {
  border-style: solid;
}
