/**

Theme Name: arabicwords0-Child

Author: Brainstorm Force

Author URI: http://wpastra.com/about/

Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: arabicwords0-child

Template: astra

*/

/* Hide Page Titles in WordPress */
.page .entry-title,
.single .entry-title {
    display: none !important;
}

/* Container setup */
.loop-card {
    position: relative;
    overflow: hidden;
}


/* Cart icon hover */
.loop-card .custom-cart-icon {
    position: absolute !important;
    top: 80%;
    left: 80%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    z-index: 3;
}

/* Cart icon visible on hover */
.loop-card:hover .custom-cart-icon {
    opacity: 1;
    transform: translate(-50%, -60%);
}

/* Wrapper for overlay effect */
.image-overlay-wrap {
    position: relative;
    overflow: hidden;
}

/* Black transparent overlay (hidden by default) */
.image-overlay-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.50);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    z-index: 2;
}

/* Show overlay on hover */
.image-overlay-wrap:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Optional: Slight image zoom */
.image-overlay-wrap img {
    transition: transform 0.4s ease;
}

.image-overlay-wrap:hover img {
    transform: scale(1.06);
}

/*pagination  */
/* WooCommerce Custom Pagination Shortcode Styling - Improved Size & Responsive */
.custom-woo-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px; /* more comfortable spacing */
  margin:25px 0;
  flex-wrap:nowrap; /* keep same look on mobile */
}

.custom-woo-pagination a,
.custom-woo-pagination .disabled{
  display:inline-block;
  padding:10px 18px; /* bigger button */
  border:1px solid #333; /* thicker border */
  border-radius:6px;
  font-size:16px; /* bigger text */
  font-weight:600;
  line-height:1.2;
  text-decoration:none;
  background:#fff;
  color:#000;
  transition:all .2s ease-in-out;
}

.custom-woo-pagination a:hover{
  opacity:0.85;
  transform:translateY(-1px);
}

.custom-woo-pagination .disabled{
  color:#999;
  background:#f5f5f5;
  border-color:#ddd;
  cursor:not-allowed;
}

.custom-woo-pagination .page-info{
  font-size:16px; /* scale up page info */
  font-weight:600;
  padding:4px 10px;
  color:#222;
}

/* Mobile Responsive - Keep Same Layout, Scale Smooth */
@media (max-width:600px){
  .custom-woo-pagination{
    gap:8px;
    flex-wrap:wrap; /* allow wrapping only if super small screen */
  }
  .custom-woo-pagination a,
  .custom-woo-pagination .disabled{
    padding:8px 14px;
    font-size:15px; /* slightly scaled down but still big */
  }
  .custom-woo-pagination .page-info{
    font-size:15px;
  }
}
svg.e-font-icon-svg.e-eicon-share-arrow {
    display: none !important;
}
.woocommerce-product-gallery__image a {
    pointer-events: none !important;
    cursor: default !important;
}
