/*
Theme Name:   Euro Regalo
Theme URI:    https://euroregalo.com/
Description:  Euro Regalo
Author:       Euroregalo
Author URI:   https://kymdesign.com/
Template:     hello-elementor
Version:      1.0.0
Text Domain:   Euro Regalo 
*/

.home-section{margin:40px auto;max-width:1200px;padding:0 16px}
.wc-bestsellers .sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.wc-bestsellers h2{font-size:28px;line-height:1.2;margin:0}
.wc-bestsellers .sec-cta{font-size:14px;padding:8px 14px;border:1px solid #ff2a7f;border-radius:999px;text-decoration:none}
.wc-bestsellers .sec-cta:hover{background:#ff2a7f;color:#fff}

/* Tarjetas producto */
.wc-bestsellers ul.products{gap:16px}
.wc-bestsellers ul.products li.product{border:1px solid #eee;border-radius:14px;padding:12px;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.wc-bestsellers ul.products li.product .woocommerce-loop-product__title{
  font-size:15px;min-height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden
}
.wc-bestsellers ul.products li.product .price{font-weight:700;font-size:16px;margin:6px 0}
.wc-bestsellers ul.products li.product a.button{width:100%;text-align:center;border-radius:10px}

/* Móvil */
@media (max-width:768px){
  .wc-bestsellers h2{font-size:22px}
  .wc-bestsellers .sec-cta{display:none}
}

