/**
Theme Name: Astra 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: astra-child
Template: astra
*/

/* Display none captcha */
/* .grecaptcha-badge {
  display: none !important;
} */


.ast-builder-menu-1 .menu-item .sub-menu .menu-link {
    padding: 10px;
}

body.term-59 ul.products li.product .woocommerce-loop-category__title, 
body.term-113 ul.products li.product .woocommerce-loop-category__title {
    display: none !important;
}


/* ESTILO IMPRESORAS TARJETAS  */ 

.imprecard-benefits {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto;
  padding: 0 10px;
  text-align: left;
}

.benefit-box {
  display: flex;
  align-items: flex-start;
  background-color: #38b6c1;
  border-radius: 6px;
  padding: 20px 20px 20px 50px;
  flex: 1 1 300px;
  max-width: 380px;
  position: relative;
  color: #ffffff;
}

.benefit-box::before {
  content: "✓";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border: 2px solid #0073aa;
  border-radius: 50%;
  color: #0073aa;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.benefit-box p strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .benefit-box {
    flex: 1 1 100%;
  }
}








.imprecard-info-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 0;
  text-align: center;
}

.feature-item {
  flex: 1 1 200px;
  max-width: 260px;
  margin: 0 auto;
  color: #333;
}

.feature-icon {
  width: 64px;
  height: 64px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #aaa;
}

.feature-item h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 5px;
  text-transform: uppercase;
}

.feature-item p {
  font-size: 13px;
  line-height: 1.4;
  color: #555;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .imprecard-info-features {
    justify-content: center;
  }

  .feature-item {
    flex: 1 1 45%;
  }
}

@media (max-width: 480px) {
  .feature-item {
    flex: 1 1 100%;
  }
}



/* TARJETAS PVC CATEGORIA PRODUCTO */

.imprecard-card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
  margin-bottom: 40px;

}

.imprecard-card {
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  background-color: #f9f9f9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: stretch;
}

.imprecard-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.imprecard-card .card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  text-align: center;
  height: 100%;
  min-height: 340px;
  width: 100%;
}

.imprecard-card img {
  max-width: 180px;
  height: auto;
  margin-bottom: 20px;
}

.imprecard-card h2 {
  font-size: 16px;
  font-weight: 700;
  color: #001242;
  margin: 0 0 20px;
}

.card-btn {
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  background-color: #00bcd4;
  color: white;
  display: inline-block;
}

.card-btn.orange {
  background-color: #ff5722;
}

.imprecard-card.cyan {
  background-color: #34bccc;
}


/* Ocultar botón presupuesto en toda la web salvo en categoría Lanyards */
.yith-ywraq-add-to-quote { display: none !important; }

/* …y lo muestra solo en productos de la categoría 57 */
body.has-cat-57 .yith-ywraq-add-to-quote { display: block !important; }
