:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #F2C230;
	--wd-alternative-color: rgb(13,13,13);
	--btn-default-bgcolor: rgb(245,184,0);
	--btn-default-bgcolor-hover: rgb(212,159,0);
	--btn-default-color: #0D0D0D;
	--btn-default-color-hover: rgb(245,184,0);
	--btn-accented-bgcolor: rgb(245,184,0);
	--btn-accented-bgcolor-hover: rgb(245,184,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(245,184,0);
	--wd-link-color-hover: rgb(245,184,0);
	--wd-link-decor-color: rgb(245,184,0);
	--wd-link-decor-color-hover: rgb(245,184,0);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://janadesoptionsinterior.com/wp-content/uploads/2026/04/Royal-set-30-Egypt-royal-20-Contemporaries-15-Accessories-5-800-x-582-px-1.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgba(255,255,255,0);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1300px;
--wd-form-brd-radius: 0px;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1300px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

}/* =========================
   JANADES FINAL HEADER SYSTEM
========================= */

/* BASE HEADER (ALL PAGES DEFAULT = SOLID) */
.home .whb-header {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    background: transparent;
}

/* NAV TEXT */
.whb-header .wd-nav > li > a {
    color: #ffffff;
    font-weight: 500;
}
/* 🔥 REMOVE GREY HEADER GAP */
.wd-header-wrapper {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
}


/* =========================
   HOMEPAGE ONLY (TRANSPARENT OVERLAY)
========================= */
.home .whb-header {
    position: absolute;
    top: 32px; /* fixes WP admin bar overlap */
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 999;
}
/* =========================
   DISABLE OVERLAP ON OTHER PAGES
========================= */

.single-product .whb-overcontent,
.woocommerce-shop .whb-overcontent,
.page:not(.home) .whb-overcontent {
    position: relative !important;
}

/* =========================
   STICKY HEADER (SCROLL)
========================= */

.whb-sticky-row {
    background: rgba(13,13,13,0.95) !important;
    backdrop-filter: blur(10px);
}

/* NAV COLOR ON STICK */
.whb-sticky-row .wd-nav > li > a {
    color: #F4C430 !important;
}

/* =========================
   HOVER EFFECT
========================= */

.whb-header .wd-nav > li > a:hover {
    color: #E6C56E;
}

/* =========================
   ICON COLORS
========================= */

.whb-header .wd-tools-icon {
    color: #ffffff;
}

/* REVEAL ANIMATION (FAST + LIGHT) */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* MOBILE: DISABLE FOR SPEED */
@media (max-width: 768px) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

.wd-categories img {
  max-width: 60px;
}/* CATEGORY ICON SIZE FIX */
.home .category img,
.home .category svg {
  max-width: 90px !important;
  width: 90px !important;
  height: auto;
}
/* CARD HEIGHT CONTROL */
.vento-cat-card {
  min-width: 130px;
  height: 130px; /* IMPORTANT */
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* REMOVE SMALL BOX LIMITATION */
.vento-icon {
  width: 100%;
  height: 80%; /* ICON TAKES MOST SPACE */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MAKE IMAGE FILL AREA */
.vento-icon img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  display: block;

  /* RESET ANY OLD STYLES */
  max-width: none;
  max-height: none;
}

  /* RESET ANY BROKEN RULES */
  filter: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* === CARD (MATCH VENTO LOOK) === */
.vento-cat-card {
  min-width: 130px;
  padding: 18px 12px;
  text-align: center;
  border-radius: 16px;
  background: #F5F5F5;
  transition: all 0.3s ease;
}

/* === TEXT === */
.vento-title {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #2B2B2B;
}

/* === HOVER (PREMIUM TOUCH) === */
.vento-cat-card:hover {
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.vento-cat-card:hover .vento-title {
  color: #F2C230;
}

.vento-cat-card:hover img {
  transform: scale(1.08);
}

/* === TRACK FIX (VERY IMPORTANT) === */
.vento-cat-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
}



/* ===== SAFE ICON SCALING FIX ===== */
.vento-cat-card {
  height: 140px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* REMOVE OLD LIMITATION */
.vento-icon {
  width: 100% !important;
  height: 75% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MAKE ICON FILL CARD */
.vento-icon img {
  width: 90% !important;
  height: 90% !important;
  object-fit: contain !important;

  max-width: none !important;
  max-height: none !important;
}

/* =========================================
   JANADES THANK YOU PAGE (LUXURY UI)
   Scope: ONLY Order Received Page
   ========================================= */

.woocommerce-order {
  background: #2B2B2B;
  padding: 40px 15px;
}

/* REMOVE FADED EFFECT */
.woocommerce-order * {
  opacity: 1 !important;
  text-shadow: none !important;
}
.jc-sub {
  font-size: 14px;
  line-height: 1.6;
  color: #0A0A0A;
}
/* =========================================
   MAIN CONTAINER
   ========================================= */

.woocommerce-order .woocommerce {
  max-width: 760px;
  margin: auto;
  background: #2B2B2B;
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  border: 1px solid #eee;
}

/* =========================================
   SUCCESS MESSAGE BOX (TOP CARD)
   ========================================= */

.woocommerce-order .woocommerce-notice,
.woocommerce-order .woocommerce-thankyou-order-received {

  background: #fafafa;
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  color: #2B2B2B

 !important;
  font-size: 20px;
  font-weight: 600;
}

/* GOLD EMPHASIS */
.woocommerce-order .woocommerce-thankyou-order-received strong,
.woocommerce-order .woocommerce-notice strong {
  color: #F2C230;
}

/* =========================================
   ORDER OVERVIEW (ORDER NUMBER / DATE ETC)
   ========================================= */

.woocommerce-order ul.woocommerce-order-overview {
  margin: 25px 0;
  padding: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.woocommerce-order ul.woocommerce-order-overview li {
  list-style: none;
  padding: 12px 0;
  font-size: 14px;
  color: #ffffff;
}

.woocommerce-order ul.woocommerce-order-overview strong {
  display: block;
  font-size: 15px;
  color: #F2C230;
  font-weight: 600;
}

/* =========================================
   HEADINGS
   ========================================= */

.woocommerce-order h2,
.woocommerce-order h3 {
  color: #F2C230 !important;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* =========================================
   ORDER TABLE (PRODUCTS)
   ========================================= */

.woocommerce-order table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

/* HEADER */
.woocommerce-order table th {
  text-align: left;
  font-size: 12px;
  color: #D4A81E;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/* ROWS */
.woocommerce-order table td {
  font-size: 14px;
  color: #ffffff !important;
  padding: 12px 0;
  border-top: 1px solid #f0f0f0;
}

/* PRODUCT NAME */
.woocommerce-order table td a {
  color: #F2C230 !important;
  font-weight: 500;
  text-decoration: none;
}

/* =========================================
   PRICE (IMPORTANT FIX)
   ========================================= */

.woocommerce-order .woocommerce-Price-amount,
.woocommerce-order .amount {
  color: #ffffff !important;
  font-weight: 600;
}

/* TOTAL ROW */
.woocommerce-order tfoot th,
.woocommerce-order tfoot td {
  color: #ffffff !important;
  font-weight: 600;
}

/* =========================================
   CUSTOMER DETAILS
   ========================================= */

.woocommerce-order .woocommerce-customer-details {
  margin-top: 25px;
}

.woocommerce-order .woocommerce-customer-details address {
  font-style: normal;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
}

/* =========================================
   BUTTON (WHATSAPP / ACTION)
   ========================================= */

.woocommerce-order .button,
.woocommerce-order a.button {

  background: #F2C230;
  color: #F2C230 !important;

  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;

  display: inline-block;
  margin-top: 15px;

  transition: all 0.25s ease;
}

/* HOVER */
.woocommerce-order .button:hover {
  background: #d4a81e;
  transform: translateY(-1px);
}

/* =========================================
   LINKS
   ========================================= */

.woocommerce-order a {
  color: #0A0A0A;
}

/* =========================================
   MOBILE OPTIMIZATION
   ========================================= */

@media (max-width: 480px) {

  .woocommerce-order {
    padding: 25px 10px;
  }

  .woocommerce-order .woocommerce {
    padding: 20px 15px;
  }

  .woocommerce-order h2,
  .woocommerce-order h3 {
    font-size: 16px;
  }

  .woocommerce-order table td,
  .woocommerce-order table th {
    font-size: 13px;
  }

  .woocommerce-order .woocommerce-notice {
    font-size: 16px;
  }
}

/* ===== VENTO CATEGORY SLIDER OVERRIDE ===== */
/* ===== VENTO CATEGORY SLIDER OVERRIDE (SAFE) ===== */

#ventoSlider.vento-cat-slider {
  position: relative;
  padding: 50px 0;
}

/* ===== VIEWPORT ===== */
#ventoSlider .vento-cat-viewport {
  overflow: hidden;
}

/* ===== TRACK ===== */
#ventoSlider .vento-cat-track {
  display: flex;
  gap: 22px;
  transition: transform 0.4s ease;
  will-change: transform;
}

/* ===== CARD ===== */
#ventoSlider .vento-cat-card {
  min-width: 110px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  flex-shrink: 0;
  transition: 0.3s ease;
}

/* ===== DEFAULT STATE (FIXED) ===== */
#ventoSlider .vento-icon {
  background: #F2C230;   /* GOLD default */
}

#ventoSlider .vento-icon img {
  filter: brightness(0); /* makes icon black */
}

#ventoSlider .vento-title {
  color: #000;           /* black text */
  font-weight: 500;
}

/* ===== HOVER (INVERT STYLE) ===== */
#ventoSlider .vento-cat-card:hover .vento-icon {
  background: #000;
}

#ventoSlider .vento-cat-card:hover img {
  filter: brightness(1); /* white icon */
}

#ventoSlider .vento-cat-card:hover .vento-title {
  color: #F2C230;
}

/* ===== ARROWS (SHOW ON HOVER ONLY) ===== */
#ventoSlider .cat-arrow {
  opacity: 0;
  transition: 0.3s ease;
}

#ventoSlider:hover .cat-arrow {
  opacity: 1;
}

/* ===== SMOOTH SNAP FEEL ===== */
#ventoSlider .vento-cat-track {
  scroll-behavior: smooth;
}

/* ===== ARROWS ===== */
#ventoSlider .cat-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  border: none;
  color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

#ventoSlider .cat-arrow.prev { left: -10px; }
#ventoSlider .cat-arrow.next { right: -10px; }

#ventoSlider .cat-arrow:hover {
  background: #F2C230;
  color: #000;
}

/* ===== MOBILE ===== */
@media(max-width:767px){

  #ventoSlider.vento-cat-slider {
    padding: 30px 0;
  }

  #ventoSlider .vento-cat-viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #ventoSlider .vento-cat-track {
    padding: 0 15px;
  }

  #ventoSlider .vento-cat-card {
    min-width: 85px;
  }

  #ventoSlider .vento-icon {
    width: 55px;
    height: 55px;
  }

  #ventoSlider .vento-icon img {
    width: 26px;
    height: 26px;
  }

  #ventoSlider .cat-arrow {
    display: none;
  }

}
/* ===== DEFAULT STATE ===== */
#ventoSlider .vento-icon {
  background: #F2C230;
  transition: all 0.3s ease;
}

#ventoSlider .vento-icon img {
  filter: brightness(0); /* black icon */
  transition: all 0.3s ease;
}

#ventoSlider .vento-title {
  color: #000;
  transition: all 0.3s ease;
}

/* ===== HOVER (PREMIUM INVERT) ===== */
#ventoSlider .vento-cat-card:hover .vento-icon {
  background: #000;
}

/* 🔥 MAKE ICON GOLD ON HOVER */
#ventoSlider .vento-cat-card:hover .vento-icon img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(66%) saturate(470%) hue-rotate(6deg) brightness(95%) contrast(95%);
}

/* GOLD TEXT */
#ventoSlider .vento-cat-card:hover .vento-title {
  color: #F2C230;
}
#ventoSlider .vento-cat-card:hover {
  transform: translateY(-6px) scale(1.03);
}


/* ===== BASE ANIMATION SYSTEM ===== */

/* hidden state */
[data-animate] {
  opacity: 0;
  transform: translateY(40px);
  transition: all .8s cubic-bezier(.22,.61,.36,1);
  will-change: transform, opacity;
}

/* visible state */
[data-animate].in-view {
  opacity: 1;
  transform: translateY(0);
}

/* directions */
[data-animate="left"] {
  transform: translateX(-60px);
}
[data-animate="right"] {
  transform: translateX(60px);
}
[data-animate="zoom"] {
  transform: scale(0.9);
}

[data-animate="zoom"].in-view {
  transform: scale(1);
}

/* stagger helper */
[data-delay="1"] { transition-delay: .1s; }
[data-delay="2"] { transition-delay: .2s; }
[data-delay="3"] { transition-delay: .3s; }
[data-delay="4"] { transition-delay: .4s; }
[data-delay="5"] { transition-delay: .5s; }


/* animate shortcode blocks */
.elementor-shortcode {
  opacity: 0;
  transform: translateY(40px);
  transition: all .8s cubic-bezier(.22,.61,.36,1);
}

.elementor-shortcode.in-view {
  opacity: 1;
  transform: translateY(0);
}
