@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Pacifico&family=Roboto:wght@400;500;700&display=swap');

/* =========================================================
   VARIABLES GENERALES
   ========================================================= */

:root {
    --alma-navy: #083b67;

    /* Celeste original de Alma do Mar */
    --alma-blue: #3da3e2;
    --alma-blue-hover: #5d9fc9;

    /* Fondos derivados del celeste original */
    --alma-sky: #edf6fc;
    --alma-paper: #ffffff;

    --alma-ink: #17324d;
    --alma-muted: #5f7488;

    /* Borde celeste suave */
    --alma-border: #c7dfef;
}


/* =========================================================
   TIPOGRAFÍA GENERAL
   ========================================================= */

.alma-home-hero,
.alma-categories-heading,
.alma-categories-grid,
.alma-story,
.alma-combo-banner,
.alma-products-heading,
.alma-product-grid,
.alma-locations,
.alma-footer,
.alma-footer-bottom {
    font-family: 'Roboto', sans-serif;
}

.alma-script {
    font-family: 'Pacifico', cursive !important;
    font-weight: 400 !important;
}


/* =========================================================
   HERO
   ========================================================= */

.alma-home-hero {
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            #e8f7ff 0%,
            #dff4ff 72%,
            #ffffff 100%
        ) !important;
}

.alma-home-hero::after {
    content: "";

    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;

    height: 22px;

    background:
        radial-gradient(
            22px 11px at 11px 0,
            transparent 10px,
            #ffffff 11px
        ) repeat-x;

    background-size: 44px 22px;
}



.alma-hero-kicker {
    margin: 0 0 8px;

    color: var(--alma-blue);
    font-size: 30px;
}

.alma-hero-title {
    margin: 0 0 28px !important;

    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 88px !important;
    font-weight: 800 !important;
    line-height: 0.84 !important;
    letter-spacing: -2px;

    color: var(--alma-navy) !important;
}

.alma-hero-title span {
    color: #48bfd6;
}

.alma-hero-description {
    color: var(--alma-ink);

    font-size: 19px;
    font-weight: 700;
    line-height: 1.55;
}

.alma-hero-image-widget img {
    display: block;

    width: 100%;
    height: 620px;

    object-fit: cover;
}


/* =========================================================
   BOTONES GENERALES
   ========================================================= */

.alma-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;

    margin-top: 28px;
}

.alma-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;
    padding: 0 24px;

    border-radius: 4px;

    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none !important;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.alma-btn-primary {
    background: var(--alma-blue);
    color: #ffffff !important;
    border: 2px solid var(--alma-blue);
}

.alma-btn-outline {
    background: #ffffff;
    color: var(--alma-navy) !important;
    border: 2px solid var(--alma-blue);
}

.alma-btn-outline-dark {
    background: transparent;
    color: var(--alma-navy) !important;
    border: 2px solid var(--alma-navy);
}

.alma-btn-white {
    background: transparent;
    color: #ffffff !important;
    border: 2px solid #ffffff;
}

.alma-btn:hover {
    transform: translateY(-2px);
}


/* =========================================================
   TÍTULOS DE SECCIÓN
   ========================================================= */

.alma-section-heading {
    max-width: 900px;
    margin: 0 auto;

    text-align: center;
}

.alma-eyebrow {
    margin: 0 0 4px;

    color: var(--alma-navy);

    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.alma-section-heading h2,
.alma-story-copy h2,
.alma-combo-copy h2,
.alma-location-card h2 {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-weight: 800 !important;

    color: var(--alma-navy) !important;
}

.alma-section-heading h2 {
    margin: 0 !important;

    font-size: 43px !important;
}

.alma-wave {
    color: var(--alma-blue);

    font-size: 25px;
    line-height: 1;
    letter-spacing: 5px;
}


/* =========================================================
   CATEGORÍAS
   ========================================================= */

.alma-categories-grid {
    padding: 15px 4vw 60px;
}

.alma-category-card {
    
    padding: 0px 20px;

    border-right: 1px solid #e3edf2;

    text-align: center;
}

.alma-categories-grid .panel-grid-cell:last-child .alma-category-card {
    border-right: 0;
}

.alma-category-icon {
    font-size: 46px;

    filter: grayscale(1);
}

.alma-category-card h3 {
    margin: 12px 0 10px !important;

    color: var(--alma-navy) !important;

    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 26px !important;
}

.alma-category-card p {
    min-height: 52px;

    color: var(--alma-muted);

    line-height: 1.55;
}

.alma-category-card a {
    color: var(--alma-blue);

    font-weight: 700;
    text-decoration: none;
}


/* =========================================================
   HISTORIA
   ========================================================= */

.alma-story-image img {
    display: block;

    width: 100%;
    height: 500px;

    object-fit: cover;
}

.alma-story-copy {
    max-width: 570px;
}

.alma-story-copy .alma-script {
    margin: 0 0 5px;

    color: var(--alma-navy);

    font-size: 28px;
}

.alma-story-copy h2 {
    margin: 0 0 20px !important;

    font-size: 52px !important;
    line-height: 0.95 !important;
}

.alma-story-copy p {
    color: var(--alma-ink);

    font-size: 17px;
    line-height: 1.7;
}

.alma-story-copy .alma-btn {
    margin-top: 18px;
}


/* =========================================================
   BANNER COMBO
   ========================================================= */

.alma-combo-banner {
    color: #ffffff;
}

.alma-combo-image img {
    display: block;

    width: 100%;
    height: 360px;

    object-fit: cover;
}

.alma-combo-copy {
    color: #ffffff;
}

.alma-combo-copy .alma-script {
    margin: 0 0 5px;

    font-size: 28px;
}

.alma-combo-copy h2 {
    margin: 0 0 8px !important;

    color: #ffffff !important;

    font-size: 50px !important;
}

.alma-combo-copy p {
    font-size: 18px;
}


/* =========================================================
   ENCABEZADO DE PRODUCTOS
   ========================================================= */

.alma-products-heading {
    padding-top: 18px;
}

.alma-product-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;

    margin-top: 22px;
}

.alma-product-filters a {
    padding: 10px 16px;

    border-radius: 4px;

    color: var(--alma-navy);

    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.alma-product-filters .is-active {
    background: var(--alma-blue);
    color: #ffffff;
}


/* =========================================================
   GRILLA DE PRODUCTOS ESTRELLA
   4 POR FILA
   ========================================================= */

.alma-product-grid,
.alma-featured-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 24px;

    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}


/* =========================================================
   TARJETA DE PRODUCTO
   ========================================================= */

.alma-product-card {
    display: flex;
    flex-direction: column;

    min-width: 0;
    height: 100%;

    overflow: hidden;

    background: #ffffff;

    border: 1px solid var(--alma-border);
    border-radius: 12px;

    box-shadow: 0 7px 22px rgba(8, 59, 103, 0.1);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.alma-product-card:hover {
    transform: translateY(-3px);

    box-shadow: 0 11px 28px rgba(8, 59, 103, 0.14);
}


/* =========================================================
   IMAGEN DEL PRODUCTO
   ========================================================= */

.alma-product-image-link {
    display: block;

    width: 100%;
    aspect-ratio: 1 / 1;

    overflow: hidden;

    background: #f4f7f8;
}

.alma-product-image-link img,
.alma-product-card > img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition: transform 0.35s ease;
}

.alma-product-card:hover .alma-product-image-link img {
    transform: scale(1.03);
}


/* =========================================================
   CONTENIDO DE LA TARJETA
   ========================================================= */

.alma-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;

    padding: 18px;
}

.alma-product-name,
.alma-product-card h3 {
    min-height: 52px;
    margin: 0 0 10px !important;

    color: var(--alma-navy) !important;

    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 22px !important;
    font-weight: 800;
    line-height: 1.15;
}

.alma-product-name a,
.alma-product-card h3 a {
    color: var(--alma-navy) !important;

    text-decoration: none !important;
}

.alma-product-description,
.alma-product-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    min-height: 63px;
    margin: 0 0 14px;

    color: var(--alma-muted);

    font-size: 13px;
    line-height: 1.55;
}


/* =========================================================
   PRECIO
   ========================================================= */

.alma-product-price {
    margin-top: auto;
    margin-bottom: 14px;

    color: var(--alma-navy);

    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
}


/* =========================================================
   BOTÓN DEL PRODUCTO
   ========================================================= */

.alma-product-actions {
    display: flex;
    gap: 8px;

    margin-top: 0;
}

.alma-product-actions a {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 44px;
    padding: 10px 14px;

    background: var(--alma-blue);
    color: #ffffff !important;

    border-radius: 5px;

    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.alma-product-actions a:hover {
    background: var(--alma-blue-hover);
    color: #ffffff !important;

    transform: translateY(-1px);
}

.alma-products-more {
    margin-top: 30px;

    text-align: center;
}

.alma-no-products {
    padding: 20px;

    color: var(--alma-muted);

    text-align: center;
}


/* =========================================================
   LOCALIZACIÓN
   ========================================================= */

.alma-locations {
    position: relative;

    padding: 35px 4vw 45px;
}

.alma-location-card {
    max-width: 370px;
    margin: 0 auto;

    text-align: center;
}

.alma-location-card h3,
.alma-location-card h2 {
    color: var(--alma-navy) !important;

    font-family: 'Barlow Condensed', sans-serif !important;
}

.alma-location-card h2 {
    font-size: 42px !important;
    line-height: 1 !important;
}

.alma-location-card a {
    color: var(--alma-blue);

    font-weight: 700;
    text-decoration: none;
}

.alma-location-mermaid img {
    width: 100%;
    height: 470px;

    object-fit: contain;

    mix-blend-mode: multiply;
}


/* =========================================================
   FOOTER
   ========================================================= */

.alma-footer,
.alma-footer-bottom {
    color: #ffffff;
}

.alma-footer h3 {
    color: #ffffff !important;

    font-family: 'Barlow Condensed', sans-serif !important;
}

.alma-footer-brand .alma-script {
    font-size: 34px !important;
}

.alma-footer a {
    display: block;

    margin: 6px 0;

    color: #ffffff;

    text-decoration: none;

    opacity: 0.95;
}

.alma-footer p {
    color: #ffffff;

    line-height: 1.6;

    opacity: 0.92;
}

.alma-whatsapp {
    display: inline-block;

    padding: 10px 12px;

    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px;
}

.alma-copyright {
    color: #ffffff;

    text-align: center;

    opacity: 0.9;
}


/* =========================================================
   TABLET GRANDE
   ========================================================= */

@media (max-width: 1024px) {

    .alma-hero-title {
        font-size: 68px !important;
    }

    .alma-product-grid,
    .alma-featured-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* =========================================================
   TABLET Y CELULAR
   ========================================================= */

@media (max-width: 780px) {

    .alma-home-hero .panel-grid-cell,
    .alma-story .panel-grid-cell,
    .alma-combo-banner .panel-grid-cell,
    .alma-locations .panel-grid-cell,
    .alma-footer .panel-grid-cell {
        width: 100% !important;
    }

    .alma-hero-copy {
        margin: 0 auto;

        text-align: center;
    }

    .alma-actions {
        justify-content: center;
    }

    .alma-hero-image-widget img {
        height: 420px;
    }

    .alma-category-card {
        border-right: 0;
        border-bottom: 1px solid #e3edf2;
    }

    .alma-story-copy {
        margin: 0 auto;

        text-align: center;
    }
}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 600px) {

    .alma-product-grid,
    .alma-featured-products {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .alma-product-card {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .alma-product-body {
        padding: 17px;
    }

    .alma-product-name,
    .alma-product-card h3 {
        min-height: auto;
    }

    .alma-product-description,
    .alma-product-card p {
        min-height: auto;
    }
}


/* =========================================================
   CELULAR PEQUEÑO
   ========================================================= */

@media (max-width: 520px) {

    .alma-hero-title {
        font-size: 56px !important;
    }

    .alma-hero-kicker {
        font-size: 24px;
    }

    .alma-section-heading h2 {
        font-size: 34px !important;
    }
}


/* =========================================================
   MOSTRAR BOTÓN ADD TO CART EN EL CARDÁPIO
   ========================================================= */

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 44px;
    margin-top: 14px;
    padding: 10px 14px;

    background: var(--alma-blue);
    color: #ffffff !important;

    border-radius: 5px;

    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover {
    background: var(--alma-blue-hover);
    color: #ffffff !important;
}
/* =========================================================
   CUSTOMIZE UNIFICADO — ALMA DO MAR
   Regras incorporadas sem alterar a estrutura do WooCommerce
   ========================================================= */

/* Checkout */
#billing_country_field,
#billing_state_field,
#billing_city_field,
#billing_postcode_field {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Cabeçalho e rodapé */
.site-branding {
    max-width: 300px;
}

.site-footer {
    margin-top: 30px;
}

/* Botão "Faça seu pedido" no menu */
.main-navigation li.pedidos {
    margin-left: 12px;
}

.main-navigation li.pedidos > a,
.main-navigation .pedidos > a,
.menu .pedidos > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px !important;

    background: #39c6d4;
    color: #ffffff !important;
    border-radius: 999px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.12);

    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.main-navigation li.pedidos > a:hover,
.main-navigation .pedidos > a:hover,
.menu .pedidos > a:hover {
    background: #26adba;
    color: #ffffff !important;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
}

.main-navigation li.pedidos > a::before,
.main-navigation li.pedidos > a::after {
    display: none !important;
}

/* Mapa */
.alma-map {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(8, 59, 103, 0.12);
}

.alma-map iframe {
    display: block;
    width: 100%;
    height: 250px;
    border: 0;
}

/* História */
.alma-story-copy {
    max-width: 620px;
}

.alma-script {
    margin: 0 0 8px;
    color: #34b9cf;
    font-family: "Pacifico", "Brush Script MT", cursive;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1;
}

.alma-story-copy h2 {
    margin: 0;
    color: #0b4168;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.alma-cursive-title {
    display: inline-block;
    margin-top: 7px;
    color: #34b9cf;
    font-family: "Pacifico", "Brush Script MT", cursive;
    font-size: 0.82em;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.alma-wave {
    margin: 18px 0;
    color: #f39a48;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 8px;
}

.alma-story-text {
    max-width: 560px;
    margin: 0 0 28px;
    color: #334b5c;
    font-size: 17px;
    line-height: 1.7;
}

.alma-story-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 28px;
}

.alma-info-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 20px;
    padding: 17px 18px;

    background: #f7fcfd;
    border: 1px solid rgba(52, 185, 207, 0.3);
    border-radius: 14px;
    color: #0b4168;
}

.alma-info-label {
    margin-bottom: 4px;
    color: #34b9cf;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.alma-info-item small {
    color: #667b87;
}

.alma-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 24px;

    background: #34b9cf;
    color: #ffffff !important;
    border: 0;
    border-radius: 999px;

    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-decoration: none;
    box-shadow: 0 8px 0 #168da2;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.alma-btn-whatsapp:hover {
    background: #27abc1;
    box-shadow: 0 5px 0 #168da2;
    transform: translateY(3px);
}

.alma-whatsapp-icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
}

.alma-whatsapp-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

/* Ver mais produtos */
.alma-products-more {
    margin-top: 0;
    margin-bottom: 70px;
    text-align: center;
}

.alma-products-more .alma-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 290px;
    padding: 18px 32px;

    border: 3px solid #17476b;
    border-radius: 999px;

    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 7px 0 #17476b;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}

.alma-products-more .alma-btn:hover {
    background: #35b9cf;
    color: #ffffff !important;
    border-color: #17476b;
    box-shadow: 0 4px 0 #17476b;
    transform: translateY(3px);
}

/* Banner combo */
.alma-combo-image {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.alma-combo-image img {
    display: block;
    width: 100%;
    margin-top: -25px;
}

.alma-combo-button-widget {
    position: relative;
    z-index: 10;
    margin-top: -60px;
    text-align: center;
}

.alma-combo-button-widget .alma-combo-button {
    position: relative;
    margin: 0 auto;
}

/* =========================================================
   CARDÁPIO — PRODUTOS ESTILO MOCKUP
   Base estável, sem bordas ou sombras escuras
   Não altera a quantidade de colunas do WooCommerce
   ========================================================= */

/* ---------------------------------------------------------
   CARTÃO NATIVO DO WOOCOMMERCE
   --------------------------------------------------------- */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    box-sizing: border-box;
    overflow: hidden;

    padding: 14px 14px 16px !important;

    background:
        radial-gradient(
            circle at 12px 12px,
            rgba(57, 198, 212, 0.045) 0 1.5px,
            transparent 2px
        ),
        linear-gradient(
            180deg,
            #fffefb 0%,
            #fffaf3 100%
        );

    background-size: 24px 24px, auto;

    border: 1px solid #a8dce5 !important;
    border-radius: 16px !important;

    box-shadow: 0 8px 22px rgba(57, 198, 212, 0.12) !important;

    text-align: left !important;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    border-color: #76cbd8 !important;
    box-shadow: 0 12px 28px rgba(57, 198, 212, 0.18) !important;
    transform: translateY(-3px);
}

/* Remove efeitos escuros adicionados por tema ou plugin */
.woocommerce ul.products li.product::before,
.woocommerce ul.products li.product::after,
.woocommerce-page ul.products li.product::before,
.woocommerce-page ul.products li.product::after {
    box-shadow: none !important;
    border-color: transparent !important;
}

/* Link principal */
.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
    display: block;

    color: #0b4168 !important;
    text-decoration: none !important;
}

/* ---------------------------------------------------------
   IMAGEM DO PRODUTO
   Sem borda preta, sem sombra e sem moldura escura
   --------------------------------------------------------- */

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img,
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    display: block;

    width: calc(100% - 16px) !important;
    height: 205px !important;

    margin: 4px auto 16px !important;
    padding: 8px !important;

    object-fit: contain !important;
    object-position: center !important;

    background:
        radial-gradient(
            circle at 50% 46%,
            #ffffff 0%,
            #f8fdfe 62%,
            #edf9fb 100%
        ) !important;

    border: 0 !important;
    border-radius: 14px !important;
    outline: 0 !important;

    box-shadow: none !important;
    filter: none !important;

    transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover img,
.woocommerce-page ul.products li.product:hover img {
    transform: scale(1.025);
}

/* Remove overlays da imagem */
.woocommerce ul.products li.product .woocommerce-LoopProduct-link::before,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link::after,
.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link::before,
.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link::after {
    display: none !important;
    content: none !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* ---------------------------------------------------------
   NOME
   --------------------------------------------------------- */

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    min-height: 46px;
    margin: 0 !important;
    padding: 0 3px !important;

    color: #0b4168 !important;

    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 23px !important;
    font-weight: 800 !important;
    line-height: 1.05 !important;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

/* ---------------------------------------------------------
   DESCRIÇÃO CURTA
   Requer o hook PHP que imprime .alma-loop-product-description
   --------------------------------------------------------- */

.woocommerce ul.products li.product .alma-loop-product-description,
.woocommerce-page ul.products li.product .alma-loop-product-description {
    display: -webkit-box;
    overflow: hidden;

    min-height: 58px;
    margin: 8px 3px 10px;

    color: #334b5c;

    font-size: 13px;
    line-height: 1.45;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* ---------------------------------------------------------
   PREÇO
   --------------------------------------------------------- */

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    display: block;

    margin: 8px 3px 12px !important;

    color: #168da2 !important;

    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.1;
}

/* ---------------------------------------------------------
   QUICK VIEW E ELEMENTOS GENÉRICOS
   --------------------------------------------------------- */

.woocommerce ul.products li.product .quick-view,
.woocommerce-page ul.products li.product .quick-view,
.woocommerce ul.products li.product a.quick-view,
.woocommerce-page ul.products li.product a.quick-view,
.woocommerce ul.products li.product [class*="quick-view"],
.woocommerce-page ul.products li.product [class*="quick-view"],
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
    display: none !important;
}

/* ---------------------------------------------------------
   BOTÃO
   --------------------------------------------------------- */

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 42px;

    margin-top: 10px !important;
    padding: 10px 14px !important;

    background: #39c6d4 !important;
    color: #ffffff !important;

    border: 0 !important;
    border-radius: 999px !important;
    outline: 0 !important;

    box-shadow: none !important;

    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:focus {
    background: #168da2 !important;
    color: #ffffff !important;

    transform: translateY(-2px);
}

/* =========================================================
   CARDS PERSONALIZADOS [alma_product_grid]
   Mesmo visual do mockup
   ========================================================= */

.alma-product-card {
    display: flex;
    flex-direction: column;

    min-width: 0;
    height: 100%;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 12px 12px,
            rgba(57, 198, 212, 0.045) 0 1.5px,
            transparent 2px
        ),
        linear-gradient(
            180deg,
            #fffefb 0%,
            #fffaf3 100%
        );

    background-size: 24px 24px, auto;

    border: 1px solid #a8dce5;
    border-radius: 16px;

    box-shadow: 0 8px 22px rgba(57, 198, 212, 0.12);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.alma-product-card:hover {
    border-color: #76cbd8;
    box-shadow: 0 12px 28px rgba(57, 198, 212, 0.18);
    transform: translateY(-3px);
}

.alma-product-image-link {
    display: block;

    width: calc(100% - 28px);
    height: 220px;

    margin: 14px auto 0;
    padding: 8px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 50% 46%,
            #ffffff 0%,
            #f8fdfe 62%,
            #edf9fb 100%
        );

    border: 0;
    border-radius: 14px;

    box-shadow: none;
}

.alma-product-image-link img,
.alma-product-card > img {
    display: block;

    width: 100%;
    height: 100%;

    padding: 0;

    object-fit: contain;
    object-position: center;

    background: transparent;
    border: 0;
    outline: 0;

    box-shadow: none;
    filter: none;

    transition: transform 0.35s ease;
}

.alma-product-card:hover .alma-product-image-link img {
    transform: scale(1.025);
}

.alma-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;

    padding: 16px;
}

.alma-product-name,
.alma-product-card h3 {
    min-height: 46px;
    margin: 0 0 8px !important;

    color: #0b4168 !important;

    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 23px !important;
    font-weight: 800 !important;
    line-height: 1.05;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.alma-product-name a,
.alma-product-card h3 a {
    color: #0b4168 !important;
    text-decoration: none !important;
}

.alma-product-description,
.alma-product-card p {
    display: -webkit-box;
    overflow: hidden;

    min-height: 58px;
    margin: 0 0 12px;

    color: #334b5c;

    font-size: 13px;
    line-height: 1.45;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.alma-product-price {
    margin-top: auto;
    margin-bottom: 12px;

    color: #168da2;

    font-family: "Barlow Condensed", sans-serif;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.1;
}

.alma-product-actions {
    display: flex;
    gap: 8px;
}

.alma-product-actions a {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 42px;
    padding: 10px 14px;

    background: #39c6d4;
    color: #ffffff !important;

    border: 0;
    border-radius: 999px;

    box-shadow: none;

    font-family: "Barlow Condensed", sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}

.alma-product-actions a:hover {
    background: #168da2;
    color: #ffffff !important;

    transform: translateY(-2px);
}

/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 768px) {
    .main-navigation li.pedidos,
    .mobile-navigation li.pedidos,
    #mobile-navigation li.pedidos {
        margin: 14px 18px !important;
    }

    .main-navigation li.pedidos > a,
    .mobile-navigation li.pedidos > a,
    #mobile-navigation li.pedidos > a {
        width: 100%;
        box-sizing: border-box;
        padding: 14px 20px !important;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .alma-map iframe {
        height: 340px;
    }

    .alma-story-info {
        grid-template-columns: 1fr;
    }

    .alma-story-copy h2 {
        font-size: 40px;
    }

    .alma-script {
        font-size: 36px;
    }

    .alma-btn-whatsapp {
        width: 100%;
    }

    .alma-combo-button-widget {
        margin-top: -38px;
    }

    .woocommerce ul.products li.product img,
    .woocommerce-page ul.products li.product img {
        height: 220px !important;
    }
}
