/*
Theme Name: Indicalah
Theme URI: https://indicalah.com.br
Description: Tema filho do Astra personalizado para o site de achadinhos Indicalah.
Author: Indicalah
Author URI: https://indicalah.com
Template: astra
Version: 1.0.0
Text Domain: indicalah
*/

/* =========================
   RESET / BASE
========================= */

body {
    font-family: "Inter", Arial, sans-serif;
    background-color: #f7f9fc;
    color: #1a1a1a;
}

/* =========================
   LOGO / HEADER
========================= */

.site-logo-img img {
    max-height: 60px;
}

/* =========================
   LINKS
========================= */

a {
    color: #ff6a00;
    text-decoration: none;
    transition: .2s ease;
}

a:hover {
    color: #00a8a8;
}

/* =========================
   BOTÕES
========================= */

button,
.ast-button,
.wp-block-button__link {
    background: linear-gradient(135deg, #ff6a00, #ff9f1c);
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 12px 22px;
    font-weight: 600;
    transition: .2s ease;
}

.blog-layout-4 {
    display: grid;
}

.post-content {
    height: 100%;
}

.shop-buttons {
    align-self: end;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shop-buttons .label-compra {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.shop-buttons .botao-produto-loja {
    height: 50px;
    padding: 12px 20px;
    border-radius: 5px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    width: 150px;
    max-width: 100%;
    transition: all .2s ease;
}



.shop-buttons .botao-produto-loja:hover {
    opacity: .5;
}

.shop-buttons .botao-produto-loja img {
    max-width: 100%;
    max-height: 100%;
}