/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2025 | 15:30:23 */
/* SAFE GOLDEN EFFECT — aplica em thumbs comuns sem esconder botões */
body.home .course-thumb,
body.home .course-card .thumb,
.course-thumb,
.card .thumb,
.product .thumb,
.woocommerce ul.products li.product .thumb {
  position: relative;
  overflow: hidden;
}

/* overlay dourado */
body.home .course-thumb::after,
.course-thumb::after,
.card .thumb::after,
.product .thumb::after,
.woocommerce ul.products li.product .thumb::after {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: linear-gradient(120deg, rgba(255,215,64,0.95) 0%, rgba(255,200,50,0.92) 30%, rgba(255,186,24,0.88) 60%);
  mix-blend-mode: color;
  opacity:0.92;
  z-index:2;
}

/* garante que botões e badges fiquem acima do overlay */
.course-actions .btn, .btn, .add_to_cart_button, .product .button, .course-badge, .price {
  position: relative !important;
  z-index: 999 !important;
}
