.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-7102 .elementor-element.elementor-element-13f3932{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-9842948 *//* ---------- Paleta APEJUST ---------- */
.apejust-loja-google {
    --alg-navy: #1b2745;
    --alg-navy-dark: #111a33;
    --alg-gold: #c9a34f;
    --alg-gold-soft: #e5cf92;
    --alg-bg: #f6f7fb;
    --alg-border: rgba(17, 26, 51, 0.08);
    --alg-radius: 14px;
    --alg-shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ---------- Container geral ---------- */
.apejust-loja-google {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem 4rem;
    background: var(--alg-bg);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.apejust-loja-google::before {
    content: "";
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle at top left, rgba(201, 163, 79, 0.12), transparent 60%);
    pointer-events: none;
}

/* ---------- Cabeçalho ---------- */
.apejust-loja-google .alg-loja-header {
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
}

.apejust-loja-google .alg-loja-header h2 {
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--alg-navy-dark);
    margin-bottom: 0.5rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.apejust-loja-google .alg-loja-header p {
    font-size: 1rem;
    color: #4c5467;
    max-width: 620px;
    margin: 0 auto;
}

/* ---------- Grid ---------- */
.apejust-loja-google .alg-loja-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.8rem;
    position: relative;
    z-index: 1;
}

/* Responsivo */
@media (max-width: 991px) {
    .apejust-loja-google .alg-loja-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .apejust-loja-google {
        padding: 2rem 1rem 3rem;
    }

    .apejust-loja-google .alg-loja-grid {
        grid-template-columns: 1fr;
    }

    .apejust-loja-google .alg-loja-header h2 {
        font-size: 1.6rem;
    }
}

/* ---------- Cards ---------- */
.apejust-loja-google .alg-card {
    background: #ffffff;
    border-radius: var(--alg-radius);
    box-shadow: 0 14px 30px rgba(12, 19, 38, 0.06);
    border: 1px solid var(--alg-border);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.apejust-loja-google .alg-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(12, 19, 38, 0.12);
    border-color: rgba(201, 163, 79, 0.55);
}

/* ---------- Imagem ---------- */
.apejust-loja-google .alg-card-thumb {
    position: relative;
    display: block;
    overflow: hidden;
}

.apejust-loja-google .alg-card-thumb img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.apejust-loja-google .alg-card:hover .alg-card-thumb img {
    transform: scale(1.05);
}

/* Badge "Google" */
.apejust-loja-google .alg-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    padding: 0.3rem 0.7rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--alg-gold), var(--alg-gold-soft));
    color: #191919;
    font-weight: 600;
}

/* ---------- Corpo do card ---------- */
.apejust-loja-google .alg-card-body {
    padding: 1.4rem 1.5rem 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    flex: 1;
}

.apejust-loja-google .alg-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
}

.apejust-loja-google .alg-card-title a {
    color: var(--alg-navy-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}

.apejust-loja-google .alg-card-title a:hover {
    color: var(--alg-gold);
}

/* Preço */
.apejust-loja-google .alg-card-price {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--alg-navy-dark);
}

/* ---------- Rodapé / Botões ---------- */
.apejust-loja-google .alg-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.7rem;
    margin-top: 0.6rem;
    flex-wrap: wrap;
}

/* Botão base */
.apejust-loja-google .alg-btn-primary,
.apejust-loja-google .alg-btn-secondary,
.apejust-loja-google .alg-card-footer .single_add_to_cart_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: none;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

/* Ver detalhes */
.apejust-loja-google .alg-btn-primary {
    background: linear-gradient(135deg, var(--alg-navy), var(--alg-navy-dark));
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(17, 26, 51, 0.35);
}

/* Adicionar ao carrinho (classe vem do shortcode) */
.apejust-loja-google .alg-btn-secondary,
.apejust-loja-google .alg-card-footer .single_add_to_cart_button {
    background: transparent;
    color: var(--alg-navy-dark);
    border: 1px solid rgba(17, 26, 51, 0.2);
}

/* Hovers */
.apejust-loja-google .alg-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(17, 26, 51, 0.45);
}

.apejust-loja-google .alg-btn-secondary:hover,
.apejust-loja-google .alg-card-footer .single_add_to_cart_button:hover {
    background: rgba(201, 163, 79, 0.12);
    border-color: var(--alg-gold);
    color: var(--alg-navy-dark);
}

/* Ajuste de form do shortcode [add_to_cart] dentro do card */
.apejust-loja-google .alg-card-footer form.cart {
    margin: 0;
}

/* Se o shortcode gerar <a> em vez de <button> */
.apejust-loja-google .alg-card-footer a.add_to_cart_button {
    padding: 0.55rem 1.1rem !important;
    border-radius: 999px !important;
}/* End custom CSS */