.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  list-style: none;
  border: none;
  gap: 6px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #167067;
  color: #167067;
  font-weight: 600;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: #167067;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #167067;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

.elementor-page-3483 .products .product,
.elementor-page-71 .products .product {
  /* height: 330px !important; */
  object-fit: cover;
  width: 100%;
}

.elementor-page-3483 .products .product .woocommerce-LoopProduct-link .woocommerce-placeholder,
.elementor-page-71 .products .product .woocommerce-LoopProduct-link .woocommerce-placeholder {
  border-radius: 10px;
  background-color: #EFEFEF;
  aspect-ratio: 600 / 422;
}

.elementor-page-3483 .products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail,
.elementor-page-71 .products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
  width: 100%;
  border-radius: 10px;
  /* background-color: #EFEFEF; */
  /* height: 247px !important; */
  object-fit: contain;
}

/*.elementor-page-3483 .products .product .button {
  display: none !important;
}*/

.elementor-page-3483 .species-icon,
.elementor-page-71 .species-icon {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 60px;
}

.elementor-page-3483 .species-icon img,
.elementor-page-71 .species-icon img {
  width: 100%;
  height: auto;
}

/* Product card styling */
.elementor-page-3483 .woocommerce ul.products li.product,
.elementor-page-71 .woocommerce ul.products li.product {
  position: relative;
  /* height: 450px; */
  /* border: 1px solid rgb(91, 91, 91); */
  border-radius: 30px;
  padding: 10px !important;
  box-shadow: 0px 0px 6px 4px rgba(14,116,91,.12);
}

/* Product title */
.elementor-page-3483 .woocommerce-loop-product__title,
.elementor-page-71 .woocommerce-loop-product__title {
  height: 60px;
  min-height: 60px;
  font-size: 16px !important;
  font-weight: 700 !important;
}

/* Main price div styling */
.elementor-page-3483 .main_price_div, 
.elementor-page-71 .main_price_div {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
  align-items: center;
}

/* Price per unit styling */
.elementor-page-3483 .main_price_div .price_per_unit, 
.elementor-page-71 .main_price_div .price_per_unit {
  font-size: 24px;
  font-weight: 900;
  color: #a9c685;
}

/* Info product styling */
.elementor-page-3483 .main_price_div .info_product, 
.elementor-page-71 .main_price_div .info_product {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #000000;
}

/* Currency symbol smaller + aligned */
.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol{
  font-size: .8em;
  opacity: .85;
  margin-right: 2px;
  vertical-align: top;
}

/* Crossed regular price on sale, lighter */
.woocommerce ul.products li.product .price del{
  opacity: .55;
  font-weight: 600;
}

.woocommerce ul.products li.product .price ins{
  text-decoration: none;
  color: #0E745B;
  font-weight: 900;
}


/* Position out-of-stock icons in top-left corner (same as species icons) */
.elementor-page-3483 .oos-icon,
.elementor-page-3483 .unavailable-icon,
.elementor-page-71 .oos-icon,
.elementor-page-71 .unavailable-icon {
    position: absolute;
    /* left: -10px;
    top: -10px;
    width: 60px; */
    z-index: 10;
    padding: 8px !important;
    top: 15%;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}

.elementor-3483 .elementor-element.elementor-element-b252ca0 nav.woocommerce-pagination,
.elementor-71 .elementor-element.elementor-element-b252ca0 nav.woocommerce-pagination {
  margin-top: 0 !important;
}






/* ====================================
  Custom Product Actions Styling
==================================== */
.elementor-page-3483 .product-actions,
.elementor-page-71 .product-actions {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
}

/* ====================================
  Custom Add to Cart Button Styling
==================================== */
.elementor-page-3483 .woocommerce ul.products li.product .add_to_cart_button,
.elementor-page-71 .woocommerce ul.products li.product .add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 14px;
  font-size: 14px;
  background-color: #167067 !important;
  color: #fff !important;
  border-radius: 60px;
  text-align: center;
  border: none;
  width: 150px;
  height: 48px;
  margin: 0;;
}

.added_to_cart.wc-forward {
    display: none !important;
}


/* ====================================
  Custom Quantity Selector Styling
==================================== */
.elementor-page-3483 .woocommerce ul.products li.product .add-to-cart-quantity-nav,
.elementor-page-71 .woocommerce ul.products li.product .add-to-cart-quantity-nav {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  height: 48px;
  width: 110px;
  padding: 3px;
  text-align: center;
  border: 1px solid green;
  border-radius: 60px !important;
  padding: 0;
  margin-left: 0;
  font-size: 18px;
}

/* Quantity input field styling */
.elementor-page-3483 .woocommerce ul.products li.product .add-to-cart-quantity-nav input.qty,
.elementor-page-71 .woocommerce ul.products li.product .add-to-cart-quantity-nav input.qty{
  height: 48px;
  padding: 3px;
  text-align: center;
  padding: 0;
  margin-left: 0;
  font-size: 18px;
  background-color: transparent;
  border: none;
  font-weight: 600;

}

/* Quantity buttons (+ and -) styling */
.elementor-page-3483 .woocommerce ul.products li.product .add-to-cart-quantity-nav .add-to-cart-quantity-button,
.elementor-page-71 .woocommerce ul.products li.product .add-to-cart-quantity-nav .add-to-cart-quantity-button {
  /* background-color: #f0f0f0; */
  color: #333;
  width: 50px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  font-size: 25px;
  font-weight: 500;
  transition: background-color 0.2s ease;
  margin-left: 10px;
  margin-right: 10px;
}

/* Hover effect for quantity buttons */
.elementor-page-3483 .woocommerce ul.products li.product .add-to-cart-quantity-nav .add-to-cart-quantity-button:hover,
.elementor-page-71 .woocommerce ul.products li.product .add-to-cart-quantity-nav .add-to-cart-quantity-button:hover {
  /* background-color: #e0e0e0; */
  font-weight: 600;
}

/* Chrome, Safari, Edge, Opera */
.add-to-cart-quantity-nav input[type=number]::-webkit-inner-spin-button,
.add-to-cart-quantity-nav input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ====================================
  Custom Loading Overlay Styling
==================================== */
#artsoft-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.artsoft-progress-bar-container {
    width: 320px;
    background: #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
}
.artsoft-progress-bar {
    height: 24px;
    width: 0%;
    background: linear-gradient(90deg, #3498db 0%, #2ecc71 100%);
    transition: width 0.3s;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    font-size: 16px;
}
.artsoft-progress-message {
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}