.product-grid-item .product-cats a:nth-child(n+3) {
    display: none;
}
.product-grid-item {
    display: flex;
    flex-direction: column;
}

.product-grid-item .product-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-grid-item .product-actions {
    margin-top: auto;
}
.wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) :is(picture,img){
	height:200px !important;
}

/* Flipkart Style Location Links */
.woodmart-seo {
  max-width: 1200px;
  margin: 40px auto 30px;
  padding: 20px 15px 0;
  border-top: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  text-align: left;
}

.woodmart-seo strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #212121;
}

.woodmart-seo a {
  color: #b1122a;
  text-decoration: none;
  margin: 0 8px;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 0;
  transition: color 0.2s;
}

.woodmart-seo a:hover {
  color: #ff6f61;
  text-decoration: underline;
}

/* Responsive design */
@media (max-width: 768px) {
  .woodmart-seo {
    margin: 30px auto 20px;
    padding: 15px 10px 0;
    font-size: 13px;
  }
  
  .woodmart-seo a {
    margin: 0 6px;
    display: inline-block;
    padding: 3px 0;
  }
  
  .woodmart-seo strong {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .woodmart-seo a {
    margin: 0 4px;
    font-size: 12px;
  }
  
  .woodmart-seo {
    padding: 12px 8px 0;
    margin: 20px auto 15px;
  }
}
.wdm-faq h2 {
  margin: 0;
  font-size: inherit; /* Uses Elementor global H2 size */
  font-weight: inherit;
}

.wdm-faq p {
  margin: 0;
  line-height: 1.7;
}

.wdm-faq summary {
  padding: 16px 20px;
  cursor: pointer;
  position: relative;
}

.wdm-faq summary::-webkit-details-marker {
  display: none;
}

.wdm-faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 22px;
}

.wdm-faq details[open] summary::after {
  content: "–";
}

.wdm-faq .faq-answer {
  padding: 15px 20px;
}
/* ==========================
   CLEAN DELIVERY UI
========================== */

.msm-clean-shipping {
    margin-bottom: 28px;
	display:none;
}

.msm-shipping-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

/* Reset list */
.woocommerce-shipping-methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Card */
.woocommerce-shipping-methods li {
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 14px;
    background: #fff;
}

/* Selected */
.woocommerce-shipping-methods li:has(input:checked) {
    border-color: #000;
    box-shadow: 0 0 0 1px #000 inset;
}

/* Layout */
.woocommerce-shipping-methods label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

/* Radio */
.woocommerce-shipping-methods input[type="radio"] {
    transform: scale(1.15);
}

/* Hide destination text */
.woocommerce-shipping-destination {
    display: none;
}

#order_comments_field{
	display:none;
}
.wdm-faq .faq-answer p:not(:has(strong)) {
    margin-bottom: 24px;
}
.products.wd-products.grid-columns-2.elements-grid.products-bordered-grid-ins.title-line-one.wd-grid-g.wd-stretch-cont-lg
 {
    gap: 10px !important;
}
.star-rating{
	display:none;
}

.whb-top-bar .container,
.whb-top-bar .wd-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.delivery-ticker {
    width: 100%;
    overflow: hidden;
    background: #fff4f4;
    border-bottom: 1px solid #f1d3d3;
}

.delivery-track {
    display: flex;
    width: max-content;
    animation: delivery-scroll 22s linear infinite;
}

.delivery-item {
    display: flex;
    align-items: center;
    padding: 10px 36px;
    font-size: 14px;
    font-weight: 500;
    color: #7a1b1b;
    white-space: nowrap;
}

@keyframes delivery-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.review-container {
    position: sticky;
    top: 80px; /* adjust based on header height */
}
.product-img-container
	{
    position: sticky;
    top: 80px; /* adjust based on header height */
}
.animated-meta{
	text-align:justify;
}