/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.mi-breadcrumb {
	  font-family: 'Poppins';
    font-size: 16px;
    color: #000;
}
.mi-breadcrumb a {
    color: #000;
    text-decoration: none;
}
.mi-breadcrumb .bc-sep {
    margin: 0 5px;
}

.loop-card {
    position: relative;
}

.loop-card__img-wrap {
    position: relative;
    display: block;
}

.loop-card__img-wrap a {
    display: flex;
}

.loop-card__img {
    width: 100%;
    height: auto;
    display: block;
}

.loop-card .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.loop-card__actions {
    position: absolute;
    top: 25px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
    z-index: 5;
}

.loop-card:hover .loop-card__actions {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.loop-card__btn, .yith-wcwl-add-to-wishlist-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #fff !important;
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.13);
    transition: background 0.2s, color 0.2s, transform 0.18s;
    padding: 0;
    text-decoration: none;
}

.loop-card__btn:hover, .yith-add-to-wishlist-button-block:hover {
    transform: scale(1.1);
}

.loop-card__btn svg, .yith-wcwl-add-to-wishlist-button svg {
    width: 16px;
    height: 16px;
}

.loop-card__btn--cart.added  { background: #4CAF50 !important; color: #fff !important; }
.loop-card__btn--wishlist.added { background: #e74c3c !important; color: #fff !important; }
.loop-card__btn.loading { opacity: 0.6; pointer-events: none; }

.loop-card__btn--cart{
  display: flex;
}

.loop-card__body {
    padding: 10px 0 14px;
}

.loop-card__title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0 4px;
}

.loop-card__price {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

body.single  .woocommerce-page a, body.archive  .woocommerce-page a {
    color: #000;
}

/* ============================================================
   [almazu_envios] — Envíos gratis + SKU / Categoría
   ============================================================ */

.almazu-envios {
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 30px;
    border-top: 1px solid #D9D9D9;
}

.almazu-envios__shipping {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
}

.almazu-envios__shipping svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: #555;
}

.almazu-envios__meta .product_meta {
    font-size: 13px;
    color: #555;
    margin: 0;
}

.almazu-envios__meta .product_meta > span {
    display: inline-block;
    margin-right: 16px;
}

/* ============================================================
   [almazu_pagos] — Métodos de pago + descuento
   ============================================================ */

.almazu-pagos {
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 30px;
    border-top: 1px solid #D9D9D9;
}

.almazu-pagos__img {
    display: block;
    max-width: none;
    height: auto;
    width: 234px;
}

.almazu-pagos__text {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

