::selection {
  background: #8581b9;
  color: #fff;
}

::-moz-selection {
  background: #8581b9;
  color: #fff;
}

ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0{
  list-style: none;
}

/* Instagram gallery wrapper */
.wp-block-jetpack-instagram-gallery {
  position: relative; /* keep it normal */
  z-index: 1; /* lower layer */
}

/* Phone number section */
.wp-block-kadence-infobox {
  position: relative; /* create stacking context */
  z-index: 9999; /* higher layer */
}


/* Wrapper is always flex, but hidden by height */
.kb-adv-form-field.kb-adv-form-text-type-input.kb-adv-form-infield-type-input.kb-field279eb1b4a-21.cstm_clss.wp-block-kadence-advanced-form-text,
.kb-adv-form-field.kb-adv-form-text-type-input.kb-adv-form-infield-type-input.kb-field2792f5181-d3.cstm_clss.wp-block-kadence-advanced-form-text {
    display: flex;        /* keep flex always */
    height: 0;            /* collapsed */
    overflow: hidden;     /* hide content */
}

.voiceModal {
  display: none; /* Initially hidden */
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

span.kadence-svg-iconset.svg-baseline{
  display: none !important;
}
  
  /* Inner modal box styling */
  .voiceModal .voice-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    animation: fadeInScale 0.3s ease;
  }
  
  /* Close button */
  .voiceModal #voiceClose {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }
  
  /* Mic bubble */
  .voiceModal .mic-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #8581B9;
    display: flex;
    justify-items: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
  }
  
  /* Instruction text */
  .voiceModal p {
    font-size: 14px;
    color: #333;
    margin-top: 15px;
  }
  
  /* Listening title */
  .voiceModal p.listening-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
  }
  
  /* Animation */
  @keyframes fadeInScale {
    0% {
      opacity: 0;
      transform: scale(0.95);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  .voiceClose{
    color: #000;
  }
  
  .voiceClose:hover {
    columns: black;
  }

  .dehuti-user-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}
.dehuti-user-status i {
    font-style: normal;
    display: inline-block;
    background: #8CC63F;
    color: #fff;
    border-radius: 50%;
    padding: 4px 6px;
    font-size: 12px;
}
.dehuti-user-status a {
    color: inherit;
    text-decoration: underline;
}
.dehuti-header-tools{
  display: flex; 
  align-items: center;
  gap: 10px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads.menu-item{
  display: none;
}

.custom-category-slider {
    padding: 40px 5px;
}

.owl-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 15px;
   gap: 8px; 
}
.owl-dot span {
  background: #a79b9b !important;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
}
.owl-dot.active span {
  background: #000 !important;
}

@media (max-width: 767px) {
  .category-card {
    height: 200px !important;
  }
}
.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 400px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px) scale(1.02); /* Lift and zoom effect */
}

.category-card .category-content h3 {
    transition: color 0.3s ease;
}

.category-card:hover .category-content h3 {
    color: black; /* Yellowish glow text color */
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}

.shop-now {
    background-color: #fff;
    color: #000;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.category-card:hover .shop-now {
    background-color: #8581B9;
    color: #fff;
    box-shadow: 0 6px 15px #8581B9;
}

.category-card a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.category-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.category-bg .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2); /* Black overlay */
    z-index: 1;
    border-radius: 12px;
}

.category-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.category-content h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

.shop-now {
    background-color: #fff;
    color: #000;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.shop-now:hover {
    background-color: #8581B9;
    color: #fff;
}

ul.wc-block-product-template__responsive.columns-3.wc-block-product-template.wp-block-woocommerce-product-template{
        padding-right: 34px;
}


.timeline-wrapper {
  display: flex;
  min-height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
}

/* Overlay over background */
.timeline-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* black overlay */
  z-index: 1;
  pointer-events: none;
}

/* All children content go above the overlay */
.timeline-wrapper > *:not(.timeline-bg-overlay) {
  /* position: relative; */
  z-index: 2;
}

/* Sidebar */
.year-timeline {
  width: 20%;
  min-width: 100px;
  position: sticky;
  top: 0;
  /* height: 100vh; */
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
     background: #00000057;
  z-index: 10;
}

/* Vertical line */
.timeline-line {
  width: 2px;
  height: 80%; /* Tall enough to fit all dots */
  background: #ccc;
  position: relative;
  margin-bottom: 30px;
}

/* Dots */
.timeline-dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  left: -4px;
}

.timeline-dot[data-index="0"] { top: 0%; }
.timeline-dot[data-index="1"] { top: 50%; }
.timeline-dot[data-index="2"] { top: 100%; }

/* Active dot (orange one that moves) */
.timeline-indicator {
  width: 16px;
  height: 16px;
  background: #ff6600;
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: 0%;
  z-index: 2;
  transition: top 0.3s ease;
}

/* Year labels */
.year-labels {
  display: flex;
  flex-direction: column;
  gap: 50px;
  text-align: center;
}

.year {
  font-size: 18px;
  opacity: 0.4;
  transition: 0.3s;
}

.year.active {
  font-size: 22px;
  font-weight: bold;
  opacity: 1;
  color: #ff6600;
}

/* Content area */
.timeline-content {
  width: 80%;
}

/* Section with background image */
.year-section {
  height: 100vh;
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: background-size 1s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* Overlay inner content */
.content-inner {
  background: rgba(0, 0, 0, 0.4);
  padding: 30px;
  border-radius: 8px;
  max-width: 80%;
  text-align: center;
}

button.cr-review-form-continue.cr-review-form-success, button.cr-review-form-submit {
    background-color: #8581b9 !important;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--initialized {
    margin: 0 !important;
}


/* CSS */
.luxury-line{
  --line-width: 3px;
  --line-height: 200px;   /* fixed height = 50px */
  --base-color: #E5E3EE;    /* dark grey track */
  --glow-color: #8581B9; /* darker version of #E5E3EE for visibility */
  --glow-speed: 6s;      /* slower = more premium */

  width: var(--line-width);
  height: var(--line-height);
  background: var(--base-color);
  margin: 40px auto;     /* centers line on page */
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

/* moving glow */
.luxury-line::after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 30%;  /* size of the glow */
  top: -30%;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--glow-color),
    transparent
  );
  animation: glideDown var(--glow-speed) linear infinite;
  border-radius: inherit;
}

@keyframes glideDown{
  0%   { top: -30%; }
  100% { top: 100%; }
}


.oj_text{

  background-color: #8581b9;
  color: transparent;
  text-shadow: 0px 2px 3px rgb(255 255 255 / 44%);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
} 

.mobile-filter-btn {
    display: none; /* Hide by default */
    background: #8581b9;
    color: #fff;
    padding: 8px 15px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.mobile-filter-btn .filter-icon {
    font-size: 16px;
}


fieldset#shipping-method{
  display: none !important;
}




/* Show button only on screens up to 1024px (Tablet & Mobile) */
@media (max-width: 1024px) {
    .woocommerce-ordering {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .mobile-filter-btn {
        display: inline-flex;
    }
}

/* Hide on Desktop > 1024px */
@media (min-width: 1025px) {
    .mobile-filter-btn {
        display: none !important;
    }
}

/* SIDE PANEL */
.mobile-filter-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: right 0.3s ease-in-out;
    padding: 15px;
    overflow-y: auto;
}
.mobile-filter-panel.open {
    right: 0;
}

.filter-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

#close-filter-panel {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

/* Overlay */
.mobile-filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
}
.mobile-filter-overlay.show {
    display: block;
}

/* CATEGORY LIST */
.filter-category-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}
.filter-category-list li {
    display: flex;
    gap: 5px;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}
.filter-category-list li a {
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 15px;
}
.filter-category-list li a:hover {
    color: #8581b9;
}

/* ✅ Wrapper Flexbox Styling */
.shop-controls-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

#mobile-filter-btn {
  background-color: #8581b9;
  color: #fff;
  border: none;
  border-radius: 6px;
  /* display: inline-flex; */
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 14px;
  cursor: pointer;
}

#mobile-filter-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* Hide on desktop */
/* @media (min-width: 1025px) { */
  .mobile-filter-btn { display: none; }
/* } */


/* Hide WooCommerce shipping method section on checkout */
/* fieldset#wc-block-checkout__shipping-method,
.wc-block-checkout__shipping-method {
    display: none !important;
} */




@media (max-width: 768px) {
    .woocommerce-ordering .orderby {
        width: 170px;
        font-size: 12px;
        padding: 3px 6px;
    }
}
@media (max-width: 1024px) {
  .your-filter-button-class {
      display: none;
  }

  .product-action-wrap {
    display: none !important;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .timeline-wrapper {
    flex-direction: column;
  }

  .year-timeline {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-around;
    position: static;
  }

  .timeline-line {
    height: 100px;
    margin: 20px auto;
  }

  .year-labels {
    flex-direction: row;
    gap: 10px;
  }

  .timeline-content {
    width: 100%;
  }

  .content-inner {
    max-width: 95%;
  }
}
.timeline-wrapper {
  display: flex;
  min-height: 100vh;
  height: auto;
}


.timeline-line {
  width: 2px;
  height: 80%;
  background: #ccc;
  position: relative;
  margin-bottom: 30px;
}

.timeline-dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  left: -4px;
}

.timeline-dot[data-index="0"] { top: 0%; }
.timeline-dot[data-index="1"] { top: 50%; }
.timeline-dot[data-index="2"] { top: 100%; }

.timeline-indicator {
  width: 16px;
  height: 16px;
  background: #ff6600;
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: 0%;
  z-index: 2;
  transition: top 0.3s ease;
}

.year-labels {
  padding-left: 18px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
}
.year {
  font-size: 18px;
  opacity: 0.4;
  transition: 0.3s;
}

.year.active {
  font-size: 22px;
  font-weight: bold;
  opacity: 1;
  color: #ff6600;
}

/* CONTENT AREA */
.timeline-content {
  width: 80%;
  position: relative;
}

.year-section {
  height: 100vh;
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}

.content-inner {
  background: rgba(0, 0, 0, 0.4);
  padding: 30px;
  border-radius: 8px;
  max-width: 80%;
  text-align: center;
}

.wt_sc_coupon_amount.amount{
  padding-bottom: 10px;
}

.wt_sc_coupon_type.discount_type{
  display: none;
}

.wbte_sc_block_giveaway_products_wrapper_div{
  display: none;
}
.wbte_sc_block_bogo_products_wrapper_div{
  display: none;
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .timeline-wrapper {
    flex-direction: column;
  }

  .year-timeline {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-around;
    position: static;
  }

  .timeline-line {
    height: 100px;
    margin: 20px auto;
  }

  .year-labels {
    flex-direction: row;
    gap: 10px;
  }

  .timeline-content {
    width: 100%;
  }

  .content-inner {
    max-width: 95%;
  }
}



  
  @media only screen and (max-width: 768px) {
    .voiceModal .voice-box {
      width: 90%;
      padding: 20px 15px;
    }
  
    .voiceModal .mic-circle {
      width: 60px;
      height: 60px;
    }
  
    .voiceModal p {
      font-size: 13px;
    }
  
    .voiceModal p.listening-title {
      font-size: 18px;
    }
  
    .voiceModal #voiceClose {
      font-size: 18px;
    }
    .dehuti-header-tools {
      gap: 6px;
    }
  }



  @media only screen and (max-width: 480px) {
    .voiceModal .voice-box {
      padding: 16px 12px;
    }
  
    .voiceModal .mic-circle {
      width: 50px;
      height: 50px;
    }
  
    .voiceModal p {
      font-size: 12px;
    }
  
    .voiceModal p.listening-title {
      font-size: 16px;
    }
  
    .voiceModal #voiceClose {
      font-size: 16px;
    }
  }
  

#panda-overlay {
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.55);
    z-index:999999;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

#confetti-canvas {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none; /* clicks go through */
}

#panda-overlay .panda-message {
    position:relative;
    z-index:2;
    background:#fff;
    padding:22px 28px;
    border-radius:12px;
    box-shadow:0 12px 40px rgba(0,0,0,0.35);
    text-align:center;
    max-width:420px;
    width:90%;
    color:#222;
    font-size:18px;
    line-height:1.25;
}

@media (max-width: 768px) {
    /* Stack cart item details and price vertically on mobile */
    .wc-block-cart-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* price aligns left under product */
    }

    .wc-block-cart-item__total,
    .wc-block-components-product-price {
        margin-top: 4px;
        text-align: left !important;  /* align with product text */
        white-space: nowrap !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        font-size: 14px !important;
    }
}
section.entry-hero.page-hero-section.entry-hero-layout-fullwidth {
    display: none;
}
#canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 9999; /* keep above content */
  pointer-events: none; /* don’t block clicks */
  background: transparent;
}


