.elementor-22 .elementor-element.elementor-element-24dcdb2{--display:flex;--min-height:409px;--justify-content:center;--margin-top:-134px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-22 .elementor-element.elementor-element-24dcdb2:not(.elementor-motion-effects-element-type-background), .elementor-22 .elementor-element.elementor-element-24dcdb2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://tali2man.bigwalstudio.com/wp-content/uploads/2025/10/Frame-44-1-scaled.png");background-position:center center;background-repeat:no-repeat;background-size:1600px auto;}.elementor-22 .elementor-element.elementor-element-24dcdb2.e-con{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-22 .elementor-element.elementor-element-b6f131b{margin:100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;z-index:99;text-align:center;}.elementor-22 .elementor-element.elementor-element-b6f131b .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:55px;font-weight:400;text-shadow:1px 4px 7px #000000;color:#FFFFFF;}.elementor-22 .elementor-element.elementor-element-c8e7b5e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-22 .elementor-element.elementor-element-bd3993f{margin:050px 0px calc(var(--kit-widget-spacing, 0px) + 030px) 0px;text-align:center;}.elementor-22 .elementor-element.elementor-element-bd3993f .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:35px;font-weight:500;color:#000000;}.elementor-22 .elementor-element.elementor-element-085a783{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-22 .elementor-element.elementor-element-b6f131b{z-index:0;}.elementor-22 .elementor-element.elementor-element-b6f131b .elementor-heading-title{font-size:32px;}.elementor-22 .elementor-element.elementor-element-bd3993f .elementor-heading-title{font-size:20px;}}@media(min-width:768px){.elementor-22 .elementor-element.elementor-element-24dcdb2{--content-width:1250px;}.elementor-22 .elementor-element.elementor-element-c8e7b5e{--content-width:1250px;}}/* Start custom CSS for shortcode, class: .elementor-element-c128a65 *//* ============================= */
/* ✅ Import Fonts */
/* ============================= */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

/* ============================= */
/* ✅ Global Font Setup */
/* ============================= */
.woocommerce ul.products,
.woocommerce ul.products li.product,
.woocommerce ul.products li.product * {
  font-family: 'Inter', sans-serif !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Poppins', sans-serif !important;
}

/* 🚫 Remove blue color/links globally */
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product a:hover,
.woocommerce ul.products li.product a:focus,
.woocommerce ul.products li.product a:visited {
  color: inherit !important;
  text-decoration: none !important;
}

/* ✅ Remove overlay & ratings */
.woocommerce ul.products li.product::before,
.woocommerce ul.products li.product .star-rating {
  display: none !important;
}

/* ============================= */
/* 🖥️ DESKTOP VIEW (min-width: 769px) */
/* ============================= */
@media (min-width: 769px) {

  /* Grid layout: 4 per row */
  .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
  }
    .HxTRcb {
  color: #ffffff !important;
}

  /* Product Card */
  .woocommerce ul.products li.product {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 2px !important;
    background: transparent !important;
    text-align: center !important;
  }

  /* Product Image */
  .woocommerce ul.products li.product img {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover !important;
    border-radius: 2px !important;
    display: block !important;
    transition: none !important;
  }

  /* Hide text/desc/button initially */
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .woocommerce-product-details__short-description,
  .woocommerce ul.products li.product .shop-desc,
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .button {
    opacity: 0 !important;
    transform: translateY(80px) !important;
    transition: opacity 0.4s ease, transform 0.4s ease !important;
    position: absolute !important;
    z-index: 2 !important;
  }

  /* Title (top left) */
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    left: 20px !important;
    bottom: 200px !important;
    width: auto !important;
    text-align: left !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    text-shadow:
      0 0 5px rgba(0,0,0,0.8),
      0 0 10px rgba(0,0,0,0.6),
      0 2px 8px rgba(0,0,0,0.8) !important;
    transform: translateY(20px) !important;
  }

  /* Price (below title, left aligned) */
  .woocommerce ul.products li.product .price {
    left: 20px !important;
    bottom: 170px !important;
    width: auto !important;
    /*max-width: 120px !important;*/
    padding: 5px 8px !important;
    background: rgba(0,0,0,0.3) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: left !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    border-radius: 6px !important;
    transform: translateY(20px) !important;
  }

  /* Hover show title & price */
  .woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
  .woocommerce ul.products li.product:hover .price {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition-delay: 0.1s !important;
  }
    /* ✅ Force Add to Cart button text white for simple products */
.woocommerce ul.products li.product .button.product_type_simple,
.woocommerce ul.products li.product .button.product_type_simple * {
    color: #fff !important;
}

  /* Description (centered) */
  .woocommerce ul.products li.product .woocommerce-product-details__short-description,
  .woocommerce ul.products li.product .shop-desc {
    bottom: 75px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(20px) !important;
    width: 90% !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    max-height: 40px !important;
    overflow: hidden !important;
    text-align: center !important;
    text-shadow:
      0 0 5px rgba(0,0,0,0.8),
      0 0 10px rgba(0,0,0,0.6),
      0 2px 8px rgba(0,0,0,0.8) !important;
  }

  /* Hover show description */
  .woocommerce ul.products li.product:hover .woocommerce-product-details__short-description,
  .woocommerce ul.products li.product:hover .shop-desc {
    opacity: 1 !important;
    transform: translateX(-50%) translateY(0) !important;
  }

   /* ✅ Button */
  .woocommerce ul.products li.product .button {
    position: absolute !important;
    bottom: 70px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(60px) !important;
    background: #988A59 !important;
    color: #fff !important;
    border-radius: 4px !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 90px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.4s ease !important;
    z-index: 3 !important;
    opacity: 0 !important;
    display: inline-block !important;
    white-space: nowrap !important;
  }

  /* 🟡 Button hover color */
  .woocommerce ul.products li.product .button:hover {
    background: #b9a266 !important;
    color: #FFFFFF !important;
  }

  /* 🔥 Button hover show */
  .woocommerce ul.products li.product:hover .button {
    opacity: 1 !important;
    transform: translateX(-50%) translateY(0) !important;
  }
}

/* ============================= */
/* 📱 MOBILE VIEW (max-width: 768px) */
/* ============================= */
@media (max-width: 768px) {
  .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .woocommerce ul.products li.product {
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    background: #fff !important;
    text-align: center !important;
    overflow: hidden !important;
    padding-bottom: 15px !important;
    position: relative !important;
  }

  .woocommerce ul.products li.product img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
  }

  /* Title */
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #222 !important;
    text-align: center !important;
    opacity: 1 !important;
    transform: none !important;
    text-shadow: none !important;
  }

  /* Price (always visible) */
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .woocommerce-Price-amount,
  .woocommerce ul.products li.product .woocommerce-Price-currencySymbol {
    font-size: 12px !important;
    color: #444 !important;
    font-weight: 600 !important;
    text-align: center !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Sale/discount prices */
  .woocommerce ul.products li.product .price del {
    color: #999 !important;
    text-decoration: line-through !important;
    display: flex !important;
    margin-top: 10px !important;
  }

  .woocommerce ul.products li.product .price ins {
    color: #988A59 !important;
    font-weight: 700 !important;
  }

  /* Hide description & category */
  .woocommerce ul.products li.product .woocommerce-product-details__short-description,
  .woocommerce ul.products li.product .shop-desc,
  .ast-woo-product-category {
    display: none !important;
  }

  /* Add to Cart button */
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product .button.product_type_simple,
  .woocommerce ul.products li.product .button.product_type_simple * {
    display: inline-block !important;
    width: 90% !important;
    margin: 10px auto 0 !important;
    padding: 8px 0 !important;
    font-size: 13px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    color: #fff !important;
    background: #988A59 !important;
    border-radius: 4px !important;
    text-align: center !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .woocommerce ul.products li.product .button:hover {
    background: #b9a266 !important;
    color: #fff !important;
  }

  /* Disable all hover/animations on mobile */
  .woocommerce ul.products li.product * {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}/* End custom CSS */