.elementor-kit-8{--e-global-color-primary:#E8584D;--e-global-color-secondary:#121E28;--e-global-color-text:#676765;--e-global-color-accent:#FFF0E9;--e-global-color-ece1b04:#1C244B;--e-global-color-be455b4:#292928;--e-global-color-55dd95f:#73AFBA;--e-global-color-df2b146:#DAE1E9;--e-global-color-f7aa98f:#FFFFFF;--e-global-color-513bd52:#CCCCCC;--e-global-color-e3266ed:#F0F0F0F0;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:2em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:normal;line-height:2em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:16px;font-weight:500;line-height:1.5em;color:var( --e-global-color-f7aa98f );border-radius:0px 0px 0px 0px;padding:12px 24px 12px 24px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:var( --e-global-color-55dd95f );color:var( --e-global-color-f7aa98f );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 p{margin-bottom:1.5em;}.elementor-kit-8 h1{font-family:"Playfair Display", Sans-serif;font-size:64px;font-weight:700;line-height:1.25em;}.elementor-kit-8 h2{font-family:"Playfair Display", Sans-serif;font-size:48px;font-weight:700;line-height:1.33em;}.elementor-kit-8 h3{font-family:"Playfair Display", Sans-serif;font-size:32px;font-weight:700;line-height:1.5em;}.elementor-kit-8 h4{font-family:"Playfair Display", Sans-serif;font-size:24px;font-weight:700;line-height:1.33em;}.elementor-kit-8 h5{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:bold;line-height:1.5em;}.elementor-kit-8 h6{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:normal;line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.uniform-product-card .woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.uniform-product-card .woocommerce ul.products li.product .woocommerce-loop-product__link {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 🔍 Image zoom & card shadow on hover */
.styled-products ul.products li.product:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  transform: translateY(-4px);
  transition: all 0.3s ease;
}

.styled-products ul.products li.product img {
  transition: transform 0.3s ease;
}

.styled-products ul.products li.product:hover img {
  transform: scale(1.05);
}

/* 🎯 Animate "Select Options" */
.styled-products ul.products li.product .button {
  transition: all 0.3s ease;
  font-weight: 500;
}

.styled-products ul.products li.product .button:hover {
  background-color: #ff6f3c;
  color: #fff;
  transform: scale(1.05);
  text-decoration: underline;
}

/* ✅ Product Title Styling */
.styled-products .woocommerce-loop-product__title {
  font-weight: 700;
  font-size: 18px;
  color: #222;
  line-height: 1.4;
}

/* ✅ Price Styling */
.styled-products .price {
  color: #777;
  font-weight: 400;
  font-size: 15px;
}

/* ✅ Product Card Padding */
.styled-products ul.products li.product {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
}

/* ✅ Add spacing between rows */
.styled-products ul.products li.product {
  margin-bottom: 40px;
}


/* ✅ Spacing around button */
.styled-products .button {
  margin-top: 10px;
  padding: 10px 16px;
}

/* Force badge on first product card for testing */
ul.products li.product:nth-child(6)::before {
  content: "★ BEST SELLER";
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(145deg, #d4af37, #f7e98e);
  color: #fff8dc;
  font-size: 14px;
  padding: 6px 14px;
  font-weight: 700;
  border-radius: 20px;
  z-index: 999;
  box-shadow:
    0 0 8px rgba(255, 223, 0, 0.6),
    0 0 12px rgba(255, 215, 0, 0.5),
    inset 0 0 4px rgba(255, 255, 255, 0.3);
  animation: shine 2s infinite ease-in-out;
}

/* Optional subtle glowing animation */
@keyframes shine {
  0%, 100% {
    box-shadow:
      0 0 8px rgba(255, 223, 0, 0.5),
      0 0 12px rgba(255, 215, 0, 0.4),
      inset 0 0 4px rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow:
      0 0 12px rgba(255, 223, 0, 0.9),
      0 0 18px rgba(255, 215, 0, 0.8),
      inset 0 0 6px rgba(255, 255, 255, 0.4);
  }
}

/* Force badge on first product card for testing */
ul.products li.product:nth-child(3)::before {
  content: "★ POPULAR";
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(145deg, #d4af37, #f7e98e);
  color: #fff8dc;
  font-size: 14px;
  padding: 6px 14px;
  font-weight: 700;
  border-radius: 20px;
  z-index: 999;
  box-shadow:
    0 0 8px rgba(255, 223, 0, 0.6),
    0 0 12px rgba(255, 215, 0, 0.5),
    inset 0 0 4px rgba(255, 255, 255, 0.3);
  animation: shine 2s infinite ease-in-out;
}

/* Optional subtle glowing animation */
@keyframes shine {
  0%, 100% {
    box-shadow:
      0 0 8px rgba(255, 223, 0, 0.5),
      0 0 12px rgba(255, 215, 0, 0.4),
      inset 0 0 4px rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow:
      0 0 12px rgba(255, 223, 0, 0.9),
      0 0 18px rgba(255, 215, 0, 0.8),
      inset 0 0 6px rgba(255, 255, 255, 0.4);
  }
}

/* ⚡ Delivery Badge (right next to Best Seller) */
ul.products li.product:nth-child(5)::after {
  content: "⏱ Under 24h Delivery";
  position: absolute;
  top: 12px;
  left: 12px; /* Adjust this to match spacing */
  background: linear-gradient(135deg, #8ab4f8, #d6e4ff);
  color: #002b60;
  font-size: 14px;
  padding: 5px 12px;
  font-weight: 600;
  border-radius: 20px;
  z-index: 999;
  box-shadow:
    0 0 6px rgba(0, 123, 255, 0.4),
    inset 0 0 3px rgba(255, 255, 255, 0.3);
}

/* ⚡ Delivery Badge (right next to Best Seller) */
ul.products li.product:nth-child(4)::after {
  content: "⏱ Under 24h Delivery";
  position: absolute;
  top: 12px;
  left: 12px; /* Adjust this to match spacing */
  background: linear-gradient(135deg, #8ab4f8, #d6e4ff);
  color: #002b60;
  font-size: 14px;
  padding: 5px 12px;
  font-weight: 600;
  border-radius: 20px;
  z-index: 999;
  box-shadow:
    0 0 6px rgba(0, 123, 255, 0.4),
    inset 0 0 3px rgba(255, 255, 255, 0.3);
}

/* ⚡ Delivery Badge (right next to Best Seller) */
ul.products li.product:nth-child(6)::after {
  content: "⏱ Under 24h Delivery";
  position: absolute;
  top: 12px;
  left: 145px; /* Adjust this to match spacing */
  background: linear-gradient(135deg, #8ab4f8, #d6e4ff);
  color: #002b60;
  font-size: 14px;
  padding: 5px 12px;
  font-weight: 600;
  border-radius: 20px;
  z-index: 999;
  box-shadow:
    0 0 6px rgba(0, 123, 255, 0.4),
    inset 0 0 3px rgba(255, 255, 255, 0.3);
}/* End custom CSS */