.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-widget-container{padding:80px 0px 80px 0px;}.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-2f0f646{padding:0px 5px 0px 5px;}.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 *//* ============================================================
   WHEEL CRAFT — Product Grid CSS
   Add class "fk-product-grid" to the Section/Container that
   wraps your Products widget (Elementor > Advanced > CSS Classes)
   ============================================================ */

/* Site-wide light background (applies beyond just the grid) */
body{
  background-color:#f7f4ee !important;
}

.fk-product-grid{
  --fk-gold:#e0921a;
  --fk-gold-bright:#ffc857;
  --fk-black:#161510;
  --fk-text:#1c1a17;
  --fk-cream:#f7f4ee;
}

.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:var(--fk-cream);
  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:#efe9db;
  border-radius:8px;
  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-family:'Jost',sans-serif !important;
  font-size:15px !important;
  font-weight:600 !important;
  line-height:1.35 !important;
  letter-spacing:0.2px !important;
}

/* Price */
.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:var(--fk-gold) !important;
  font-family:'Jost',sans-serif !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1.3 !important;
}

.fk-product-grid ul.products li.product .price del{
  display:inline-flex !important;
  color:#9b9591 !important;
  opacity:1 !important;
  font-size:13px !important;
  font-weight:500 !important;
  text-decoration:line-through !important;
}

.fk-product-grid ul.products li.product .price del .amount{ color:#9b9591 !important; }

.fk-product-grid ul.products li.product .price ins{
  display:inline-flex !important;
  color:var(--fk-gold) !important;
  font-size:14px !important;
  font-weight:800 !important;
  text-decoration:none !important;
}

.fk-product-grid ul.products li.product .price ins .amount{ color:var(--fk-gold) !important; }
.fk-product-grid ul.products li.product .price .amount{ color:inherit !important; }

/* ADD button — black/gold, circular, refined */
.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:96px !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:44px !important;
  height:44px !important;
  min-width:44px !important;
  min-height:44px !important;

  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:50% !important;

  background:#ffffff !important;
  backdrop-filter:blur(2px);
  color:var(--fk-black) !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,.2) !important;
  transition:background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.fk-product-grid ul.products li.product .button:before{
  content:"" !important;
  display:block !important;
  width:15px !important;
  height:15px !important;
  margin:0 0 2px !important;
  background:var(--fk-black) !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;
  transition:background .25s ease;
}

.fk-product-grid ul.products li.product .button:after{
  content:"ADD" !important;
  display:block !important;
  color:var(--fk-black) !important;
  font-family:'Jost',sans-serif !important;
  font-size:8.5px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
  transition:color .25s ease;
}

.fk-product-grid ul.products li.product .added_to_cart:before{
  content:"✓" !important;
  display:block !important;
  margin:0 0 2px !important;
  color:var(--fk-black) !important;
  font-size:15px !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:var(--fk-black) !important;
  font-family:'Jost',sans-serif !important;
  font-size:7.5px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
}

/* Hover + mobile tap: circle turns solid gold, icon/text flip to black */
.fk-product-grid ul.products li.product .button:hover,
.fk-product-grid ul.products li.product .button:active,
.fk-product-grid ul.products li.product .added_to_cart:hover,
.fk-product-grid ul.products li.product .added_to_cart:active{
  background:var(--fk-gold) !important;
  transform:translateY(-1px) !important;
  box-shadow:0 9px 20px rgba(0,0,0,.24) !important;
}
.fk-product-grid ul.products li.product .button:hover:before,
.fk-product-grid ul.products li.product .button:active:before{
  background:var(--fk-black) !important;
}
.fk-product-grid ul.products li.product .button:hover:after,
.fk-product-grid ul.products li.product .button:active:after,
.fk-product-grid ul.products li.product .added_to_cart:hover:before,
.fk-product-grid ul.products li.product .added_to_cart:active:before,
.fk-product-grid ul.products li.product .added_to_cart:hover:after,
.fk-product-grid ul.products li.product .added_to_cart:active:after{
  color:var(--fk-black) !important;
}

/* YITH Wishlist heart — top-right, gold/black */
.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:36px !important;
  height:36px !important;
  min-width:36px !important;
  min-height:36px !important;

  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:50% !important;

  background:rgba(22,21,16,0.68) !important;
  backdrop-filter:blur(2px);
  color:var(--fk-gold-bright) !important;

  font-size:0 !important;
  line-height:1 !important;
  text-decoration:none !important;

  box-shadow:0 6px 16px rgba(0,0,0,.2) !important;
  opacity:1 !important;
  visibility:visible !important;
  transition:background .25s ease;
}

.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:var(--fk-gold-bright) !important;
  font-family:Arial,sans-serif !important;
  font-size:19px !important;
  font-weight:400 !important;
  line-height:1 !important;
  transition:color .25s ease;
}

.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 a:active,
.fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist button:hover,
.fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist button:active,
.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 a:active,
.fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block button:hover,
.fk-product-grid ul.products li.product .yith-add-to-wishlist-button-block button:active,
.fk-product-grid ul.products li.product .add_to_wishlist:hover,
.fk-product-grid ul.products li.product .add_to_wishlist:active{
  background:var(--fk-gold) !important;
  transform:translateY(-1px);
  box-shadow:0 9px 20px rgba(0,0,0,.24) !important;
}
.fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist a:hover:before,
.fk-product-grid ul.products li.product .yith-wcwl-add-to-wishlist a:active:before,
.fk-product-grid ul.products li.product .add_to_wishlist:hover:before,
.fk-product-grid ul.products li.product .add_to_wishlist:active:before{
  color:var(--fk-black) !important;
}

/* 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:6px 12px !important;
  border-radius:2px !important;
  background:var(--fk-gold) !important;
  color:#ffffff !important;
  border:none !important;
  font-family:'Jost',sans-serif !important;
  font-size:10px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}

/* Optional hover image swap - only if a second image exists in the markup */
.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:12.5px !important;
    line-height:1.35 !important;
  }

  .fk-product-grid ul.products li.product .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:86px !important;
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    min-height:38px !important;
  }

  .fk-product-grid ul.products li.product .button:before{
    width:13px !important;
    height:13px !important;
    margin-bottom:1px !important;
  }
  .fk-product-grid ul.products li.product .button:after{ font-size:7px !important; }
  .fk-product-grid ul.products li.product .added_to_cart:before{
    font-size:13px !important;
    margin-bottom:1px !important;
  }
  .fk-product-grid ul.products li.product .added_to_cart:after{ font-size:6.5px !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:30px !important;
    height:30px !important;
    min-width:30px !important;
    min-height:30px !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:16px !important;
  }
}/* End custom CSS */