@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mmbazaar.in/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.1") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//mmbazaar.in/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//mmbazaar.in/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//mmbazaar.in/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//mmbazaar.in/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//mmbazaar.in/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//mmbazaar.in/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//mmbazaar.in/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//mmbazaar.in/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--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-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(207,74,28);
	--wd-alternative-color: rgb(191,40,40);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(207,74,28);
	--btn-default-bgcolor-hover: rgb(221,51,51);
	--btn-accented-bgcolor: rgb(221,51,51);
	--btn-accented-bgcolor-hover: rgb(207,74,28);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(0,0,0);
	--notices-warning-color: rgb(221,153,51);
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(221,51,51);
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-brd-color: rgb(221,51,51);
	--wd-form-brd-color-focus: rgb(46,150,55);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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


.hero h2 span {
  display: inline-block;
  opacity: 0;
  transform: translateX(100px) rotate(10deg);
  animation: flyIn 0.6s forwards;
}

@keyframes flyIn {
  0% {
    opacity: 0;
    transform: translateX(100px) rotate(10deg);
  }
  60% {
    opacity: 1;
    transform: translateX(-10px) rotate(-2deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.btn2 {
  position: relative;
  display: inline-block;
  animation: waveText 2s infinite ease-in-out;
  vertical-align: middle; /* Prevent jump */
}

@keyframes waveText {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-3px); /* Slight, not too high */
  }
  50% {
    transform: translateY(3px);
  }
  75% {
    transform: translateY(-3px);
  }
}

.wd-backface-hidden .wd-carousel-item{
background-color:#fff3de;
	margin:3px;
	border-radius:5px;
	padding-top:5px;
}

.wd-backface-hidden .wd-carousel-item:hover {box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
	transition: transform 0.4s ease, box-shadow 0.4s ease;}

.wd-product .wd-entities-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;         /* Max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.1em;                 /* Approx height for 2 lines */
}


.hidden-fields-container, .wpcf7-response-output, .product_list_widget>li .wd-entities-title, .product_list_widget>li .widget-product-info{display:none;}


/* Inline form layout */
.form-inline-wrapper {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Email input */
.form-inline-wrapper input[type="email"] {
  flex: 1;
	margin-top:-30px;
  padding: 12px;
  border: 2px solid #ff4d4d;
  border-radius: 6px;
  font-size: 14px;
  background-color: #2a2a2a;
  color: #fff;
  min-width: 200px;
}

/* Submit button */
.form-inline-wrapper input[type="submit"] {
  padding:0px 20px;
  font-size: 14px;
	margin-bottom:10px;
  border: none;
  background-color: #ff3333;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-inline-wrapper input[type="submit"]:hover {
  background-color:#e60000;
}

/* Responsive stack on small screen */
@media (max-width: 480px) {
  .form-inline-wrapper {
    flex-direction: column;
  }

  .form-inline-wrapper input[type="email"],
  .form-inline-wrapper input[type="submit"] {
    width: 100%;
  }




.wd-product :where(.product-wrapper, .product-element-bottom) img {
  width:250px;
  height: 250px;
  object-fit: cover; /* Ensure full image is shown without cropping */
  display: block; /* Remove inline space for img */
}
.wd-product :where(.product-wrapper, .product-element-bottom) {
  width:250px;         /* Ya aapka desired size */
  height: 250px;        /* Make sure height is set */
  overflow: hidden;     /* Optional - to hide overflow if needed */
  display: flex;
  align-items: center;
  justify-content: center;
}
.wd-product :where(.product-wrapper, .product-element-bottom) {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 300px;
}
