/* Yzee Kids Global Theme System */
:root {
  --yzee-font: 'Nunito', sans-serif;
  --yzee-ink: #1a1a2e;
  --yzee-text: #2d2d50;
  --yzee-blue: #2563eb;
  --yzee-sky: #0ea5e9;
  --yzee-teal: #0d9488;
  --yzee-yellow: #ffc107;
  --yzee-yellow-2: #ffd54a;
  --yzee-border: rgba(56,189,248,.35);
  --yzee-card: rgba(255,255,255,.82);
  --yzee-shadow: 0 8px 28px rgba(37,99,235,.11);
  --yzee-radius: 18px;
  --yzee-radius-lg: 26px;
}

body.yzee-global-theme,
body.yzee-global-theme button,
body.yzee-global-theme input,
body.yzee-global-theme select,
body.yzee-global-theme textarea,
body.yzee-global-theme .elementor-widget,
body.yzee-global-theme .woocommerce {
  font-family: var(--yzee-font) !important;
}

body.yzee-global-theme { color: var(--yzee-text); overflow-x: hidden; }
body.yzee-global-light.yzee-global-background {
  background: linear-gradient(160deg,#f0f9ff 0%,#fff8e1 40%,#e8f5ff 75%,#ecfeff 100%) fixed !important;
}
body.yzee-global-dark.yzee-global-background {
  --yzee-ink: #f5f5fa;
  --yzee-text: #e6e8f2;
  --yzee-card: rgba(255,255,255,.10);
  --yzee-border: rgba(125,211,252,.36);
  background: linear-gradient(150deg,#0f0c29 0%,#1a1a40 35%,#24243e 60%,#16213e 100%) fixed !important;
}

body.yzee-global-theme.yzee-global-background:before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    radial-gradient(ellipse 600px 400px at 10% 20%,rgba(165,243,252,.22) 0%,transparent 70%),
    radial-gradient(ellipse 500px 350px at 85% 70%,rgba(147,200,255,.20) 0%,transparent 70%),
    radial-gradient(ellipse 400px 300px at 50% 90%,rgba(255,220,130,.18) 0%,transparent 70%);
}
body.yzee-global-dark.yzee-global-background:before {
  background:
    radial-gradient(ellipse 650px 450px at 8% 15%,rgba(236,72,153,.23) 0%,transparent 70%),
    radial-gradient(ellipse 550px 400px at 90% 65%,rgba(56,189,248,.23) 0%,transparent 70%),
    radial-gradient(ellipse 500px 350px at 45% 95%,rgba(250,204,21,.18) 0%,transparent 70%),
    radial-gradient(ellipse 450px 350px at 60% 10%,rgba(45,212,191,.22) 0%,transparent 70%);
}

.yzee-global-decor { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.yzee-global-decor span { position: absolute; opacity: .12; font-size: 24px; color: var(--yzee-blue); }
.yzee-global-decor span:nth-child(1){left:4%;top:14%}.yzee-global-decor span:nth-child(2){right:7%;top:24%;color:var(--yzee-yellow)}
.yzee-global-decor span:nth-child(3){left:9%;bottom:18%;color:var(--yzee-teal)}.yzee-global-decor span:nth-child(4){right:12%;bottom:10%;color:#ec4899}
.yzee-global-decor span:nth-child(5){left:48%;top:8%;color:var(--yzee-sky)}.yzee-global-decor span:nth-child(6){left:55%;bottom:8%;color:var(--yzee-yellow)}
.yzee-global-animations .yzee-global-decor span { animation: yzeeFloat 7s ease-in-out infinite alternate; }
.yzee-global-animations .yzee-global-decor span:nth-child(even){animation-delay:-2.5s;animation-duration:9s}
@keyframes yzeeFloat { from{transform:translateY(0) rotate(0)} to{transform:translateY(-16px) rotate(14deg)} }

/* Typography */
body.yzee-global-theme h1, body.yzee-global-theme h2, body.yzee-global-theme h3,
body.yzee-global-theme h4, body.yzee-global-theme h5, body.yzee-global-theme h6,
body.yzee-global-theme .elementor-heading-title,
body.yzee-global-theme .woocommerce div.product .product_title,
body.yzee-global-theme .woocommerce-order-details__title,
body.yzee-global-theme .woocommerce-customer-details h2 {
  font-family: var(--yzee-font) !important;
  color: var(--yzee-ink);
  font-weight: 900 !important;
  letter-spacing: -.015em;
}
body.yzee-global-theme p, body.yzee-global-theme li, body.yzee-global-theme label { font-family:var(--yzee-font); }
body.yzee-global-theme a { transition: color .2s ease, transform .2s ease, box-shadow .2s ease; }

/* Elementor common cards/containers */
body.yzee-global-theme .yzee-card,
body.yzee-global-theme .elementor-widget-container.yzee-card,
body.yzee-global-theme .e-con.yzee-card {
  background: var(--yzee-card);
  border: 1.5px solid var(--yzee-border);
  border-radius: var(--yzee-radius);
  box-shadow: var(--yzee-shadow);
  backdrop-filter: blur(8px);
}

/* Buttons: Elementor + WooCommerce */
body.yzee-global-theme .elementor-button,
body.yzee-global-theme .woocommerce a.button,
body.yzee-global-theme .woocommerce button.button,
body.yzee-global-theme .woocommerce input.button,
body.yzee-global-theme .woocommerce #respond input#submit,
body.yzee-global-theme .wc-block-components-button,
body.yzee-global-theme button[type=submit]:not(.components-button),
body.yzee-global-theme input[type=submit] {
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg,var(--yzee-yellow-2),var(--yzee-yellow)) !important;
  color: #1a1a2e !important;
  font-family: var(--yzee-font) !important;
  font-weight: 900 !important;
  padding: 14px 26px !important;
  min-height: 48px;
  box-shadow: 0 6px 18px rgba(255,193,7,.38) !important;
  text-decoration: none !important;
}
body.yzee-global-animations .elementor-button:hover,
body.yzee-global-animations .woocommerce a.button:hover,
body.yzee-global-animations .woocommerce button.button:hover,
body.yzee-global-animations .wc-block-components-button:hover,
body.yzee-global-animations button[type=submit]:hover,
body.yzee-global-animations input[type=submit]:hover {
  transform: translateY(-2px) scale(1.025);
  box-shadow: 0 10px 25px rgba(255,193,7,.48) !important;
}

/* Inputs and form fields */
body.yzee-global-theme input[type=text], body.yzee-global-theme input[type=email],
body.yzee-global-theme input[type=tel], body.yzee-global-theme input[type=password],
body.yzee-global-theme input[type=number], body.yzee-global-theme input[type=search],
body.yzee-global-theme select, body.yzee-global-theme textarea,
body.yzee-global-theme .select2-container--default .select2-selection--single,
body.yzee-global-theme .select2-container--default .select2-selection--multiple,
body.yzee-global-theme .wc-block-components-text-input input,
body.yzee-global-theme .wc-block-components-combobox .wc-block-components-combobox-control input {
  background: rgba(255,255,255,.92) !important;
  color: #1a1a2e !important;
  border: 1.5px solid rgba(56,189,248,.45) !important;
  border-radius: 13px !important;
  min-height: 46px;
  padding: 10px 14px !important;
  box-shadow: 0 2px 10px rgba(37,99,235,.05);
  outline: none;
}
body.yzee-global-theme textarea { min-height: 120px; }
body.yzee-global-theme input:focus, body.yzee-global-theme select:focus, body.yzee-global-theme textarea:focus {
  border-color: var(--yzee-sky) !important;
  box-shadow: 0 0 0 4px rgba(14,165,233,.12) !important;
}

/* WooCommerce wrappers */
body.yzee-global-theme.woocommerce-page main,
body.yzee-global-theme.woocommerce-page .site-main,
body.yzee-global-theme.woocommerce-page .content-area,
body.yzee-global-theme .woocommerce {
  color: var(--yzee-text);
}
body.yzee-global-theme.woocommerce-page .site-main,
body.yzee-global-theme.woocommerce-page main.site-main {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}

/* Product page */
body.yzee-global-theme.single-product div.product {
  background: rgba(255,255,255,.62);
  border: 1.5px solid var(--yzee-border);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 12px 38px rgba(37,99,235,.11);
  backdrop-filter: blur(10px);
  overflow: visible;
}
body.yzee-global-dark.single-product div.product { background: rgba(255,255,255,.09); }
body.yzee-global-theme.single-product .woocommerce-product-gallery,
body.yzee-global-theme.single-product .summary { margin-bottom: 20px; }
body.yzee-global-theme.single-product .woocommerce-product-gallery__wrapper,
body.yzee-global-theme.single-product .woocommerce-product-gallery img {
  border-radius: 20px;
}
body.yzee-global-theme.single-product .price,
body.yzee-global-theme .woocommerce-Price-amount { color: var(--yzee-blue) !important; font-weight: 900; }
body.yzee-global-dark.single-product .price,
body.yzee-global-dark .woocommerce-Price-amount { color: #7dd3fc !important; }
body.yzee-global-theme.single-product .quantity .qty { width: 74px; text-align:center; }
body.yzee-global-theme.single-product .product_meta {
  margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(56,189,248,.25);
}
body.yzee-global-theme .woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; margin-bottom: 16px; }
body.yzee-global-theme .woocommerce div.product .woocommerce-tabs ul.tabs::before { border-bottom-color: rgba(56,189,248,.28); }
body.yzee-global-theme .woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1.5px solid var(--yzee-border); background: rgba(255,255,255,.72); border-radius: 999px !important; margin: 4px;
}
body.yzee-global-theme .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.yzee-global-theme .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display:none; }
body.yzee-global-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active { background:linear-gradient(135deg,#2563eb,#0ea5e9); }
body.yzee-global-theme .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color:#fff; }

/* Product grids */
body.yzee-global-theme ul.products li.product,
body.yzee-global-theme .wc-block-grid__product,
body.yzee-global-theme .wc-block-product {
  background: rgba(255,255,255,.72);
  border: 1.5px solid var(--yzee-border);
  border-radius: 20px;
  padding: 14px !important;
  box-shadow: var(--yzee-shadow);
  overflow: hidden;
}
body.yzee-global-dark ul.products li.product,
body.yzee-global-dark .wc-block-grid__product,
body.yzee-global-dark .wc-block-product { background:rgba(255,255,255,.09); }
body.yzee-global-theme ul.products li.product img,
body.yzee-global-theme .wc-block-grid__product-image img,
body.yzee-global-theme .wc-block-components-product-image img { border-radius: 14px; }
body.yzee-global-animations ul.products li.product:hover,
body.yzee-global-animations .wc-block-grid__product:hover { transform: translateY(-5px); box-shadow:0 14px 34px rgba(37,99,235,.16); }
body.yzee-global-theme ul.products li.product,
body.yzee-global-theme .wc-block-grid__product { transition:transform .25s ease,box-shadow .25s ease; }

/* Notices */
body.yzee-global-theme .woocommerce-message,
body.yzee-global-theme .woocommerce-info,
body.yzee-global-theme .woocommerce-error,
body.yzee-global-theme .wc-block-components-notice-banner {
  background: rgba(255,255,255,.88) !important;
  border: 1.5px solid var(--yzee-border) !important;
  border-left: 5px solid var(--yzee-teal) !important;
  border-radius: 16px !important;
  color: #2d2d50 !important;
  box-shadow: var(--yzee-shadow);
}
body.yzee-global-theme .woocommerce-error { border-left-color:#ef4444 !important; }

/* Cart */
body.yzee-global-theme table.shop_table,
body.yzee-global-theme .woocommerce-cart-form,
body.yzee-global-theme .cart_totals,
body.yzee-global-theme .wc-block-cart__main,
body.yzee-global-theme .wc-block-cart__sidebar {
  background: rgba(255,255,255,.76);
  border: 1.5px solid var(--yzee-border) !important;
  border-radius: 20px !important;
  box-shadow: var(--yzee-shadow);
}
body.yzee-global-theme table.shop_table { border-collapse: separate !important; overflow:hidden; }
body.yzee-global-theme table.shop_table th { font-weight:900; color:var(--yzee-ink); }
body.yzee-global-theme table.shop_table td, body.yzee-global-theme table.shop_table th { border-color:rgba(56,189,248,.16) !important; }
body.yzee-global-theme .cart_totals { padding:20px; }

/* Checkout */
body.yzee-global-theme.woocommerce-checkout form.checkout,
body.yzee-global-theme .wc-block-checkout {
  max-width: 1160px;
  margin: 0 auto;
}
body.yzee-global-theme.woocommerce-checkout #customer_details > div,
body.yzee-global-theme.woocommerce-checkout #order_review,
body.yzee-global-theme.woocommerce-checkout #order_review_heading,
body.yzee-global-theme .wc-block-checkout__main,
body.yzee-global-theme .wc-block-checkout__sidebar {
  background: rgba(255,255,255,.78);
  border: 1.5px solid var(--yzee-border);
  border-radius: 20px;
  padding: 20px;
  box-shadow: var(--yzee-shadow);
}
body.yzee-global-dark.woocommerce-checkout #customer_details > div,
body.yzee-global-dark.woocommerce-checkout #order_review,
body.yzee-global-dark .wc-block-checkout__main,
body.yzee-global-dark .wc-block-checkout__sidebar { background:rgba(255,255,255,.10); }
body.yzee-global-theme #payment,
body.yzee-global-theme .woocommerce-checkout-payment {
  background: rgba(240,249,255,.72) !important;
  border: 1.5px solid rgba(56,189,248,.30);
  border-radius: 16px !important;
}
body.yzee-global-theme #payment div.payment_box { background:rgba(255,255,255,.85) !important; border-radius:12px; color:#2d2d50; }
body.yzee-global-theme #payment div.payment_box::before { border-bottom-color:rgba(255,255,255,.85) !important; }
/* Intentionally do not style Razorpay iframes/popups. */
body.yzee-global-theme iframe[src*='razorpay'],
body.yzee-global-theme .razorpay-container { font-family: initial !important; }

/* My Account */
body.yzee-global-theme .woocommerce-MyAccount-navigation,
body.yzee-global-theme .woocommerce-MyAccount-content {
  background: rgba(255,255,255,.76);
  border: 1.5px solid var(--yzee-border);
  border-radius: 20px;
  padding: 18px;
  box-shadow: var(--yzee-shadow);
}
body.yzee-global-theme .woocommerce-MyAccount-navigation ul { list-style:none; margin:0; padding:0; }
body.yzee-global-theme .woocommerce-MyAccount-navigation li a { display:block; padding:10px 14px; border-radius:12px; font-weight:800; color:var(--yzee-text); }
body.yzee-global-theme .woocommerce-MyAccount-navigation li.is-active a,
body.yzee-global-theme .woocommerce-MyAccount-navigation li a:hover { background:linear-gradient(135deg,#2563eb,#0ea5e9); color:#fff; }

/* Breadcrumbs, pagination and links */
body.yzee-global-theme .woocommerce-breadcrumb { font-weight:700; color:#64748b; }
body.yzee-global-theme .woocommerce-pagination ul.page-numbers { border:0 !important; display:flex; gap:8px; }
body.yzee-global-theme .woocommerce-pagination ul.page-numbers li { border:0 !important; }
body.yzee-global-theme .woocommerce-pagination .page-numbers a,
body.yzee-global-theme .woocommerce-pagination .page-numbers span {
  width:38px; height:38px; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.78); border:1px solid var(--yzee-border);
}
body.yzee-global-theme .woocommerce-pagination .page-numbers .current { background:var(--yzee-blue); color:#fff; }

/* Header/footer compatibility: keep structure, unify typography */
body.yzee-global-theme header, body.yzee-global-theme footer { font-family:var(--yzee-font); }
body.yzee-global-theme .site-header a, body.yzee-global-theme .elementor-location-header a { font-weight:800; }

/* Dark readable text overrides */
body.yzee-global-dark .woocommerce,
body.yzee-global-dark .woocommerce p,
body.yzee-global-dark .woocommerce li,
body.yzee-global-dark .woocommerce label,
body.yzee-global-dark .woocommerce-breadcrumb { color:#e6e8f2; }
body.yzee-global-dark table.shop_table,
body.yzee-global-dark .woocommerce-cart-form,
body.yzee-global-dark .cart_totals,
body.yzee-global-dark .woocommerce-MyAccount-navigation,
body.yzee-global-dark .woocommerce-MyAccount-content { background:rgba(255,255,255,.09); }

/* Mobile */
@media (max-width: 900px) {
  body.yzee-global-theme.single-product div.product { padding:18px; border-radius:20px; }
  body.yzee-global-theme.woocommerce-page .site-main,
  body.yzee-global-theme.woocommerce-page main.site-main { padding-left:14px; padding-right:14px; }
  body.yzee-global-theme.woocommerce-checkout #customer_details > div,
  body.yzee-global-theme.woocommerce-checkout #order_review,
  body.yzee-global-theme .wc-block-checkout__main,
  body.yzee-global-theme .wc-block-checkout__sidebar { padding:15px; border-radius:16px; }
}
@media (max-width: 600px) {
  body.yzee-global-theme .elementor-button,
  body.yzee-global-theme .woocommerce a.button,
  body.yzee-global-theme .woocommerce button.button,
  body.yzee-global-theme .wc-block-components-button { width:100%; justify-content:center; text-align:center; }
  body.yzee-global-theme ul.products[class*=columns-] li.product { width:100% !important; margin-right:0 !important; }
}

@media (prefers-reduced-motion: reduce) {
  body.yzee-global-theme *, body.yzee-global-theme *::before, body.yzee-global-theme *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; }
}
