/*
Theme Name: Astra Child
Theme URI: https://tusitio.com
Description: Tema hijo base para ecommerce clonable
Author: Tu nombre
Template: astra
Version: 1.0
*/


.header-wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    color: #000;
    text-decoration: none;
}

.header-wishlist__icon {
    width: 22px;
    height: 22px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition: all 0.2s ease;
}

.header-wishlist:hover {
    color: #d4bba6;
}