.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products .elementor-products-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-230 .elementor-element.elementor-element-7505602.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-230 .elementor-element.elementor-element-7505602.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-230 .elementor-element.elementor-element-7505602.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-230 .elementor-element.elementor-element-7505602.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-7505602 *//* Product Grid - Khaadi-style with YITH wishlist */
.fk-product-grid{
  --fk-gold:#b88a2e;
  --fk-gold-dark:#7a5618;
  --fk-text:#222;
}

.fk-product-grid ul.products{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:44px 24px !important;
  margin:0 !important;
  padding:0 !important;
}

.fk-product-grid ul.products li.product{
  position:relative !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  background:#fff;
  overflow:hidden;
}

.fk-product-grid ul.products li.product a.woocommerce-LoopProduct-link{
  display:block;
  color:inherit;
  text-decoration:none;
}

.fk-product-grid ul.products li.product img{
  width:100% !important;
  aspect-ratio:3 / 4;
  height:auto !important;
  object-fit:cover;
  object-position:center top;
  display:block;
  margin:0 0 14px !important;
  background:#f7f0df;
  transition:transform .45s ease, filter .45s ease;
}

.fk-product-grid ul.products li.product:hover img{
  transform:scale(1.025);
  filter:brightness(.94);
}

/* Product title */
.fk-product-grid .woocommerce-loop-product__title{
  min-height:40px;
  margin:0 0 6px !important;
  padding:0 !important;
  color:var(--fk-text) !important;
  font-size:14px !important;
  font-weight:600 !important;
  line-height:1.35 !important;
  letter-spacing:0 !important;
}

/* Price */
.fk-product-grid .price{
  display:block !important;
  margin:0 !important;
  color:var(--fk-gold-dark) !important;
  font-size:13px !important;
  font-weight:700 !important;
}

.fk-product-grid .price del{
  color:#999 !important;
  opacity:.75;
}

.fk-product-grid .price ins{
  color:var(--fk-gold-dark) !important;
  text-decoration:none !important;
}

/* ADD button - refined luxury circle, always visible */
.fk-product-grid ul.products li.product .button,
.fk-product-grid ul.products li.product .added_to_cart{
  position:absolute !important;
  left:12px !important;
  bottom:82px !important;
  top:auto !important;
  right:auto !important;
  z-index:20 !important;

  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;

  width:58px !important;
  height:58px !important;
  min-width:58px !important;
  min-height:58px !important;

  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:50% !important;

  background:rgba(255,255,255,.94) !important;
  color:#111 !important;

  font-size:0 !important;
  line-height:1 !important;
  text-decoration:none !important;

  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;

  box-shadow:0 6px 16px rgba(0,0,0,.10) !important;
  transition:transform .25s ease, box-shadow .25s ease;
}

.fk-product-grid ul.products li.product .button:before{
  content:"" !important;
  display:block !important;
  width:19px !important;
  height:19px !important;
  margin:0 0 3px !important;
  background:#111 !important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12h13l-1 15H10L9 12Z'/%3E%3Cpath d='M12.5 12a3.5 3.5 0 0 1 7 0'/%3E%3Cpath d='M24 5v8'/%3E%3Cpath d='M28 9h-8'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12h13l-1 15H10L9 12Z'/%3E%3Cpath d='M12.5 12a3.5 3.5 0 0 1 7 0'/%3E%3Cpath d='M24 5v8'/%3E%3Cpath d='M28 9h-8'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}

.fk-product-grid ul.products li.product .button:after{
  content:"ADD" !important;
  display:block !important;
  color:#111 !important;
  font-size:11px !important;
  font-weight:800 !important;
  line-height:1 !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
}

.fk-product-grid ul.products li.product .added_to_cart:before{
  content:"✓" !important;
  display:block !important;
  margin:0 0 3px !important;
  color:#111 !important;
  font-size:18px !important;
  font-weight:700 !important;
  line-height:1 !important;
}

.fk-product-grid ul.products li.product .added_to_cart:after{
  content:"ADDED" !important;
  display:block !important;
  color:#111 !important;
  font-size:9px !important;
  font-weight:800 !important;
  line-height:1 !important;
  letter-spacing:.02em !important;
  text-transform:uppercase !important;
}

.fk-product-grid ul.products li.product .button:hover,
.fk-product-grid ul.products li.product .added_to_cart:hover{
  background:#fff !important;
  color:#111 !important;
  transform:translateY(-1px) !important;
  box-shadow:0 9px 20px rgba(0,0,0,.14) !important;
}

/* YITH Wishlist heart - top-right */
.fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist,
.fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block,
.fk-product-grid ul.products li.product .yith-wcwl-add-button{
  position:absolute !important;
  top:12px !important;
  right:12px !important;
  z-index:25 !important;
  margin:0 !important;
  padding:0 !important;
}

.fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist a,
.fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist button,
.fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block a,
.fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block button,
.fk-product-grid ul.products li.product .add_to_wishlist{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:46px !important;
  height:46px !important;
  min-width:46px !important;
  min-height:46px !important;

  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:50% !important;

  background:rgba(255,255,255,.92) !important;
  color:#111 !important;

  font-size:0 !important;
  line-height:1 !important;
  text-decoration:none !important;

  box-shadow:0 6px 16px rgba(0,0,0,.10) !important;
  opacity:1 !important;
  visibility:visible !important;
}

.fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist a:before,
.fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist button:before,
.fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block a:before,
.fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block button:before,
.fk-product-grid ul.products li.product .add_to_wishlist:before{
  content:"♡" !important;
  display:block !important;
  color:#111 !important;
  font-family:Arial,sans-serif !important;
  font-size:28px !important;
  font-weight:400 !important;
  line-height:1 !important;
}

.fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist i,
.fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist svg,
.fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist img,
.fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block i,
.fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block svg,
.fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block img,
.fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist span,
.fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block span{
  display:none !important;
}

.fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist a:hover,
.fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist button:hover,
.fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block a:hover,
.fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block button:hover,
.fk-product-grid ul.products li.product .add_to_wishlist:hover{
  background:#fff !important;
  transform:translateY(-1px);
  box-shadow:0 9px 20px rgba(0,0,0,.14) !important;
}

/* Sale badge */
.fk-product-grid span.onsale{
  top:14px !important;
  left:14px !important;
  right:auto !important;
  min-width:auto !important;
  min-height:auto !important;
  padding:7px 10px !important;
  border-radius:0 !important;
  background:var(--fk-gold) !important;
  color:#fff !important;
  font-size:11px !important;
  font-weight:800 !important;
  line-height:1 !important;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* Optional hover image swap - works only if second image exists in HTML */
.fk-product-grid ul.products li.product a.woocommerce-LoopProduct-link img:nth-of-type(2){
  position:absolute;
  inset:0;
  opacity:0;
}

.fk-product-grid ul.products li.product:hover a.woocommerce-LoopProduct-link img:nth-of-type(2){
  opacity:1;
}

/* Tablet */
@media(max-width:1024px){
  .fk-product-grid ul.products{
    grid-template-columns:repeat(3,1fr) !important;
    gap:36px 18px !important;
  }
}

/* Mobile */
@media(max-width:767px){
  .fk-product-grid ul.products{
    grid-template-columns:repeat(2,1fr) !important;
    gap:32px 14px !important;
  }

  .fk-product-grid ul.products li.product img{
    margin-bottom:10px !important;
  }

  .fk-product-grid .woocommerce-loop-product__title{
    min-height:38px;
    font-size:12px !important;
    line-height:1.35 !important;
  }

  .fk-product-grid .price{
    font-size:12px !important;
  }

  .fk-product-grid ul.products li.product .button,
  .fk-product-grid ul.products li.product .added_to_cart{
    left:8px !important;
    bottom:74px !important;
    width:50px !important;
    height:50px !important;
    min-width:50px !important;
    min-height:50px !important;
  }

  .fk-product-grid ul.products li.product .button:before{
    width:16px !important;
    height:16px !important;
    margin-bottom:2px !important;
  }

  .fk-product-grid ul.products li.product .button:after{
    font-size:9px !important;
  }

  .fk-product-grid ul.products li.product .added_to_cart:before{
    font-size:16px !important;
    margin-bottom:2px !important;
  }

  .fk-product-grid ul.products li.product .added_to_cart:after{
    font-size:8px !important;
  }

  .fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist,
  .fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block,
  .fk-product-grid ul.products li.product .yith-wcwl-add-button{
    top:8px !important;
    right:8px !important;
  }

  .fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist a,
  .fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist button,
  .fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block a,
  .fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block button,
  .fk-product-grid ul.products li.product .add_to_wishlist{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    min-height:38px !important;
  }

  .fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist a:before,
  .fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist button:before,
  .fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block a:before,
  .fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block button:before,
  .fk-product-grid ul.products li.product .add_to_wishlist:before{
    font-size:24px !important;
  }
}
/* Fix sale price display */
.fk-product-grid ul.products li.product .price{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:6px !important;
  margin-top:6px !important;
  color:#111 !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1.3 !important;
}

.fk-product-grid ul.products li.product .price del{
  display:inline-flex !important;
  color:#9b9b9b !important;
  opacity:1 !important;
  font-size:14px !important;
  font-weight:500 !important;
  text-decoration:line-through !important;
}

.fk-product-grid ul.products li.product .price del .amount{
  color:#9b9b9b !important;
}

.fk-product-grid ul.products li.product .price ins{
  display:inline-flex !important;
  color:#b88a2e !important;
  font-size:15px !important;
  font-weight:800 !important;
  text-decoration:none !important;
}

.fk-product-grid ul.products li.product .price ins .amount{
  color:#b88a2e !important;
}

.fk-product-grid ul.products li.product .price .amount{
  color:inherit !important;
}

/* Better sale badge */
.fk-product-grid ul.products li.product span.onsale{
  top:16px !important;
  left:16px !important;
  right:auto !important;
  min-width:auto !important;
  min-height:auto !important;
  padding:9px 15px !important;
  border-radius:0 !important;
  background:#b88a2e !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:900 !important;
  line-height:1 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}/* End custom CSS */