.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-e432796:#FF6F00;--e-global-color-4eb103f:#EE4E00;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-3671dd9-font-family:"Oswald";--e-global-typography-3671dd9-font-size:100px;--e-global-typography-3671dd9-font-weight:700;--e-global-typography-3671dd9-text-transform:uppercase;--e-global-typography-3671dd9-line-height:104px;--e-global-typography-3671dd9-letter-spacing:-0.02em;--e-global-typography-c560961-font-family:"Oswald";--e-global-typography-c560961-font-size:32px;--e-global-typography-c560961-font-weight:500;--e-global-typography-c560961-text-transform:uppercase;--e-global-typography-c560961-line-height:44px;--e-global-typography-c560961-letter-spacing:0em;--e-global-typography-4631d9e-font-family:"Oswald";--e-global-typography-34d3413-font-family:"DM Sans";}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* ====== BUTTON ALIGNMENT FOR PRODUCTS GRID ====== */
/* Scope: only when widget has class shop-grid */
.shop-grid .products {
  overflow: visible !important;
}

.shop-grid .products li.product {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: visible;
}

/* Title ko fixed height do, taake uneven titles bhi button ko move na kare */
.shop-grid .products li.product .woocommerce-loop-product__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  min-height: 48px;          /* desktop */
  margin-bottom: 6px;
}

/* Price row ko bhi fixed height do */
.shop-grid .products li.product .price,
.shop-grid .products li.product .woocommerce-loop-product__price,
.shop-grid .products li.product .woostify-loop_price {
  min-height: 22px;
  margin-bottom: 10px;
}

/* Button ko hamesha bottom par aur center me rakho */
.shop-grid .products li.product a.button,
.shop-grid .products li.product button.button,
.shop-grid .products li.product .add_to_cart_button,
.shop-grid .products li.product .ajax_add_to_cart,
.shop-grid .products li.product .product_type_variable {
  margin-top: auto !important;   /* push to bottom */
  align-self: center !important; /* center horizontally */
}

/* Mobile tweaks: thoda zyada title space */
@media (max-width: 767px) {
  .shop-grid .products li.product .woocommerce-loop-product__title {
    min-height: 64px;
    margin-bottom: 6px;
  }
  .shop-grid .products li.product .price,
  .shop-grid .products li.product .woocommerce-loop-product__price,
  .shop-grid .products li.product .woostify-loop_price {
    margin-bottom: 8px;
  }
}



/* Product Buttons Stylish Hover - Full Fill */
.btn-animate .woocommerce ul.products li.product .button {
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  background: #e31414;   /* normal red */
  color: #fff;
  transition: color .3s ease;
}

/* overlay layer */
.btn-animate .woocommerce ul.products li.product .button:before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #000;      /* hover background color */
  z-index: -1;
  transform: scaleX(0);  /* start hidden */
  transform-origin: left center;
  transition: transform .4s ease;
}

/* hover state: overlay fully expand */
.btn-animate .woocommerce ul.products li.product .button:hover:before {
  transform: scaleX(1);  /* cover full button */
}

/* text color always visible */
.btn-animate .woocommerce ul.products li.product .button:hover {
  color: #fff;
}


/* ===== MOBILE BUTTON TEXT SINGLE LINE ===== */
@media (max-width: 767px) {
  .shop-grid .products li.product a.button,
  .shop-grid .products li.product button.button {
    font-size: 12.5px !important;    /* thoda chhota text */
    padding: 8px 12px !important;    /* left/right padding kam */
    text-align: center !important;
    white-space: nowrap !important;  /* ek hi line me rakho */
  }
}/* End custom CSS */