/* ============================================================
   CATEGORY CSS — ADAPTADO A LOS PRODUCT CARDS NUEVOS
   ============================================================ */

/* ============================================================
   BASE
   ============================================================ */
.gg-category-page {
    background: #FFF7E6;
    padding: 2rem 0 4rem;
}

.gg-category-page .container {
    max-width: 1280px;
}

/* ============================================================
   HERO CATEGORÍA
   ============================================================ */
.gg-category-hero {
    text-align: left;
    max-width: 980px;
    margin: 0 0 2rem 0;
}

.gg-category-hero__breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: .5rem;
    font-size: .82rem;
    margin-bottom: 1rem;
    color: #3d3d3d;
    text-align: left;
    flex-wrap: wrap;
}

.gg-category-hero__breadcrumb a {
    color: #3d3d3d;
    text-decoration: none;
}

.gg-category-hero .gg-outline-title--hero,
.gg-category-hero h1 {
    text-align: left;
}

.gg-category-hero__subtitle {
    max-width: 860px;
    margin: 1rem 0 0 0;
    text-align: left;
    color: #2f2f2f;
}

.gg-category-hero__subtitle p {
    margin: 0;
}

.gg-category-hero .textohash {
    display: inline;
    text-align: left;
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-size: 12px !important;
    line-height: 1.7;
    color: #2f2f2f;
}

.gg-category-inline-readmore-btn {
    text-align: left;
    background: none !important;
    border: none !important;
    color: #FFB502 !important;
    cursor: pointer;
    font-size: 12px !important;
    text-decoration: none !important;
    padding: 0 !important;
    margin-left: 4px !important;
    font-family: "Bricolage Grotesque", sans-serif !important;
    font-weight: 400 !important;
    display: inline !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.gg-category-inline-readmore-btn:hover,
.gg-category-inline-readmore-btn:focus {
    color: #d99a00 !important;
    background: none !important;
    border: none !important;
    outline: none;
}

/* ============================================================
   TÍTULOS DE BLOQUE
   ============================================================ */
.gg-category-block__title {
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 3rem);
    margin-bottom: .75rem;
    font-family: var(--font-display);
    text-transform: uppercase;
    color: #f7f1e6;
    -webkit-text-stroke: 2px #6b655a;
    text-shadow:
        1px 1px 0 #6b655a,
        -1px 1px 0 #6b655a,
        1px -1px 0 #6b655a,
        -1px -1px 0 #6b655a;
    letter-spacing: .02em;
    line-height: .95;
}

.gg-category-block__subtitle {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: #2d2d2d;
    font-weight: 700;
}

/* ============================================================
   CHIPS
   ============================================================ */
.gg-category-chips {
    margin-bottom: 2rem;
}

.gg-category-chips__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem;
}

.gg-category-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: .45rem 1rem;
    background: #f7b500;
    border: 2px solid #1c1c1c;
    border-radius: 6px;
    font-size: .78rem;
    font-weight: 900;
    color: #111;
    text-transform: uppercase;
    text-decoration: none;
}

/* ============================================================
   ESPACIADO DE SECCIONES
   ============================================================ */
.gg-category-products,
.gg-category-bestsellers,
.gg-category-reviews,
.gg-category-seo,
.gg-category-faqs,
.gg-category-related,
.gg-category-learn {
    margin-top: 2.25rem;
}

/* ============================================================
   TOOLBAR PRODUCTOS
   ============================================================ */
.gg-category-products__toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.gg-category-products__count,
.gg-category-products__ordering {
    font-size: .85rem;
}

/* ============================================================
   GRID PRODUCTOS
   ============================================================ */
.gg-category-products__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

/* card base igual lenguaje visual que los carruseles */
.gg-category-products__grid .product-card {
    width: 100%;
    min-width: 0;
    max-width: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #FFF7E6;
    border-radius: 6px;
    border: 2px solid rgba(0,0,0,.12);
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
    overflow: hidden;
    transform: none !important;
}

.gg-category-products__grid .product-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.10);
}

/* imagen */
.gg-category-products__grid .product-card__image {
    position: relative;
    width: 100%;
    height: 230px;
    background: #e7e0d1;
    border-radius: 0 !important;
    aspect-ratio: unset !important;
    overflow: hidden !important;
    padding: 0 !important;
    display: block !important;
    flex-shrink: 0;
}

.gg-category-products__grid .product-card__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 9px !important;
    padding-left: 5px !important;
    margin: 0 !important;
    display: block !important;
    border-radius: 18px !important;
    background: #e7e0d1;
}

/* badge */
.gg-category-products__grid .product-card__badge {
    top: 0.9rem;
    left: .9rem;
    background: #D13600;
    color: #FFF7E6;
    font-size: .56rem;
    font-weight: 900;
    padding: .2rem .5rem;
    border-radius: 999px;
    letter-spacing: .08em;
    text-transform: uppercase;
    z-index: 2;
}

/* body */
.gg-category-products__grid .product-card__body {
    display: grid !important;
    grid-template-rows:
        minmax(2.5em, 2.5em)
        minmax(2.05em, 2.05em)
        minmax(1.2em, 1.2em)
        minmax(1.2em, 1.2em)
        1fr
        auto;
    row-gap: .28rem !important;
    padding: .85rem .8rem .9rem !important;
    flex: 1 1 auto;
    height: 100%;
    background: #2323221C;
}

.gg-category-products__grid .product-card__content {
    display: contents;
}

/* título */
.gg-category-products__grid .product-card__title {
    grid-row: 1;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 900;
    min-height: 2.5em;
    max-height: 2.5em;
    margin: 0;
    color: #161616;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}

.gg-category-products__grid .product-card__title a {
    color: inherit;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* precio */
.gg-category-products__grid .product-card__price {
    grid-row: 2;
    min-height: 2.05em;
    margin: 0;
    display: flex;
    align-items: flex-start;
}

.gg-category-products__grid .product-card__price-row {
    display: flex;
    align-items: baseline;
    gap: .55rem;
    flex-wrap: wrap;
    line-height: 1.1;
}

.gg-category-products__grid .product-card__price-current,
.gg-category-products__grid .product-card__price-current .woocommerce-Price-amount {
    font-size: 15px;
    font-weight: 900;
    color: #111;
    line-height: 1;
}

.gg-category-products__grid .product-card__price-original,
.gg-category-products__grid .product-card__price-original .woocommerce-Price-amount,
.gg-category-products__grid del .woocommerce-Price-amount {
    font-size: 12px;
    font-weight: 800;
    color: #e95b2a !important;
    text-decoration: line-through;
    line-height: 1;
}

/* €/gr */
.gg-category-products__grid .product-card__price-per {
    grid-row: 3;
    min-height: 1.2em;
    margin: 0;
    font-size: 13px;
    line-height: 1.2;
    color: #222;
    display: flex;
    align-items: center;
}

.gg-category-products__grid .product-card__price-per.is-hidden,
.gg-category-products__grid .product-card__price-per:empty {
    visibility: hidden;
    display: flex !important;
}

/* rating */
.gg-category-products__grid .product-card__rating {
    grid-row: 4;
    display: flex;
    align-items: center;
    gap: .45rem;
    margin: 0;
    font-size: 12px;
    min-height: 1.2em;
    line-height: 1.2;
}

.gg-category-products__grid .product-card__rating--empty,
.gg-category-products__grid .product-card__rating:empty {
    visibility: hidden;
    display: flex !important;
}

.gg-category-products__grid .product-card__stars {
    font-size: 14px;
    color: #298C37 !important;
    white-space: nowrap;
}

.gg-category-products__grid .product-card__rating-count {
    font-size: 12px;
    color: #298C37;
    font-weight: 700;
    white-space: nowrap;
}

/* add to cart */
.gg-category-products__grid .product-card__add {
    grid-row: 6;
    display: flex;
    align-items: stretch;
    gap: .7rem;
    margin-top: 0;
    min-height: 40px;
    width: 100%;
}

.gg-category-products__grid .product-card__select {
    flex: 1;
    min-width: 0;
    width: 100%;
    max-width: 100% !important;
    height: 40px;
    padding: 0 .9rem;
    border-radius: 10px;
    border: 2px solid #222;
    background: #FFF7E6;
    color: #222;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.gg-category-products__grid .product-card__btn-cart:not(.product-card__btn-cart--full) {
    width: 58px;
    min-width: 58px;
    height: 40px;
    border-radius: 10px;
    background: #298C37;
    border: 2px solid #1b1b1b;
    color: #FFF7E6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
}

.gg-category-products__grid .product-card__btn-cart--full {
    width: 100%;
    min-width: 0 !important;
    height: 40px;
    border-radius: 10px !important;
    background: #298C37 !important;
    border: 2px solid #1b1b1b !important;
    color: #FFF7E6 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

.gg-category-products__grid .product-card__btn-cart-text {
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    color: #FFF7E6;
}

.gg-category-products__grid .product-card__btn-cart-icon {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    object-fit: contain !important;
}

/* simples */
.gg-category-products__grid .product-card.product-card--simple .product-card__add {
    display: block !important;
}

.gg-category-products__grid .product-card.product-card--simple .product-card__btn-cart--full,
.gg-category-products__grid .product-card.product-card--variable .product-card__btn-cart--full {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    justify-content: center !important;
    align-items: center !important;
}

.gg-category-products__grid select.product-card__select {
    max-width: 100% !important;
    padding-left: 10px !important;
}

/* ============================================================
   EMPTY + PAGINATION
   ============================================================ */
.gg-category-empty {
    text-align: center;
    padding: 2rem 1rem;
    background: #FFF7E6;
    border: 2px solid #1c1c1c;
    border-radius: 8px;
}

.gg-category-pagination {
    margin-top: 1.5rem;
}

.gg-category-pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    flex-wrap: wrap;
}

.gg-category-pagination .page-numbers li {
    list-style: none;
}

.gg-category-pagination .page-numbers a,
.gg-category-pagination .page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 .8rem;
    border: 2px solid #1c1c1c;
    border-radius: 6px;
    background: #FFF7E6;
    color: #111;
    font-weight: 800;
    text-decoration: none;
}

.gg-category-pagination .page-numbers .current {
    background: #f7b500;
}

/* ============================================================
   REVIEWS
   ============================================================ */
.gg-category-reviews__body {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.gg-category-reviews__summary {
    flex-shrink: 0;
    width: 220px;
    background: #f7b500;
    border: 2px solid #000;
    border-radius: 8px;
    padding: 1.5rem 1rem;
    text-align: center;
    margin: 0;
}

.gg-category-reviews__score {
    font-size: 2rem;
    font-weight: 900;
    color: #111;
    line-height: 1;
    margin-bottom: .35rem;
}

.gg-category-reviews__stars {
    font-size: 1.4rem;
    margin-bottom: .35rem;
}

.gg-category-reviews__count {
    font-size: .85rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 1rem;
}

.gg-category-reviews__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 1rem;
    border: 2px solid #111;
    border-radius: 6px;
    background: #FFF7E6;
    color: #111;
    font-size: .78rem;
    font-weight: 900;
    text-decoration: none;
}

.gg-category-reviews__carousel-outer {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

/* Shortcode: flechas como flex items, no absolutas */
.gg-category-reviews__carousel-outer > .gg-reviews-arrow {
    position: static;
    transform: none;
    left: auto;
    right: auto;
}

/* Template categoría: carousel-wrap con flechas absolutas dentro */
.gg-category-reviews__carousel-wrap {
    flex: 1;
    min-width: 0;
    position: relative;
    padding: 0 46px;
    overflow: hidden;
}

.gg-category-reviews__grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.gg-category-reviews__grid::-webkit-scrollbar {
    display: none;
}

.gg-category-review-card {
    flex: 0 0 calc((100% - 2rem) / 3);
    scroll-snap-align: start;
    background: #FFF7E6;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.08);
}

.gg-category-review-card__image {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 185px;
}

.gg-category-review-card__image img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / .86;
    object-fit: cover !important;
    display: block;
}

.gg-category-review-card__body {
    padding: .65rem .7rem .8rem;
}

.gg-category-review-card__title {
    font-size: .68rem;
    font-weight: 800;
    color: #111;
    margin-bottom: .35rem;
    text-transform: uppercase;
}

.gg-category-review-card__stars {
    font-size: .8rem;
    margin-bottom: .2rem;
}

.gg-category-review-card__author {
    font-size: .72rem;
    font-weight: 700;
    color: #4e4e4e;
    margin-bottom: .35rem;
}

.gg-category-review-card__text {
    font-size: .74rem;
    line-height: 1.45;
    color: #3a3a3a;
    margin: 0;
}

.gg-reviews-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    padding: 0;
    background: #f7b500;
    border: 2px solid #1c1c1c;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    transition: background .15s;
}

.gg-reviews-arrow--prev { left: 0; }
.gg-reviews-arrow--next { right: 0; }

.gg-reviews-arrow:hover {
    background: #f7b500;
    color: #111;
}

/* ============================================================
   SEO
   ============================================================ */
.gg-category-seo__intro {
    max-width: 900px;
    margin: 0 auto 1.5rem;
    text-align: center;
    color: #2d2d2d;
}

.gg-category-seo__grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 2rem;
    align-items: start;
}

.gg-category-seo__heading {
    margin-bottom: .75rem;
    color: #111;
}

.gg-category-seo__text {
    color: #2d2d2d;
    line-height: 1.7;
}

.gg-category-seo__table-wrap {
    margin-top: 1rem;
    overflow: auto;
}

.gg-category-seo__table {
    width: 100%;
    border-collapse: collapse;
    background: #FFF7E6;
    border: 2px solid #111;
}

.gg-category-seo__table td {
    padding: .75rem 1rem;
    border-bottom: 1px solid #ddd;
    font-size: .9rem;
}

.gg-category-seo__table tr:last-child td {
    border-bottom: 0;
}

.gg-category-seo__image img {
    width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

/* ============================================================
   FAQ
   ============================================================ */
.gg-faqs-list {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    max-width: 900px;
    margin: 0 auto;
}

.gg-faq-item {
    background: transparent;
}

.gg-faq-item__question {
    width: 100%;
    min-height: 42px;
    padding: .75rem 1rem;
    background: #f7b500;
    border: 2px solid #1c1c1c;
    border-radius: 4px;
    text-align: left;
    font-size: .82rem;
    font-weight: 800;
    color: #111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.gg-faq-item__icon {
    flex-shrink: 0;
    font-size: 1rem;
}

.gg-faq-item__answer {
    margin-top: .25rem;
    padding: .85rem 1rem 0;
    background: transparent;
    font-size: .84rem;
}

.gg-faq-item__answer p {
    color: #333;
    line-height: 1.55;
    margin: 0;
}

/* ============================================================
   RELACIONADAS
   ============================================================ */
.gg-category-related__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.gg-category-related__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    text-decoration: none;
}

.gg-category-related__image {
    width: 100%;
    aspect-ratio: 1 / .8;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(180deg, #d88cab 0%, #ead1dc 100%);
}

.gg-category-related__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gg-category-related__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: .25rem .8rem;
    background: #f7b500;
    border: 2px solid #1b1b1b;
    border-radius: 4px;
    font-size: .72rem;
    font-weight: 900;
    color: #111;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
}

/* ============================================================
   LEARN CBD
   ============================================================ */
.gg-category-learn__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.gg-category-learn__video-embed,
.gg-category-learn__video-link,
.gg-category-learn__video-placeholder {
    width: 100%;
    min-height: 320px;
    border-radius: 6px;
    overflow: hidden;
    background: linear-gradient(180deg, #d8aa2f 0%, #e9c45a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid rgba(0,0,0,.1);
}

.gg-category-learn__video-embed iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 320px;
    border: 0;
    display: block;
}

.gg-category-learn__video-link,
.gg-category-learn__video-placeholder span {
    font-weight: 900;
    color: #111;
    font-size: 1.2rem;
    text-decoration: none;
}

.gg-category-learn__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.gg-category-learn__card {
    aspect-ratio: 1 / .9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7b500 !important;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    font-weight: 900;
    color: #111;
    text-decoration: none;
}

.gg-category-learn__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gg-category-learn__cta {
    text-align: center;
    margin-top: 1.5rem;
}

/* ============================================================
   CUSTOM ROWS
   ============================================================ */
.gg-category-custom-row {
    margin-top: 2.25rem;
}

.gg-custom-row__cols {
    display: grid;
    gap: 1.5rem;
}

.gg-custom-row__cols--1 {
    grid-template-columns: 1fr;
}

.gg-custom-row__cols--2 {
    grid-template-columns: 1fr 1fr;
}

.gg-custom-row__cols--3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.gg-custom-row__col {
    min-width: 0;
}

.gg-custom-row__col img {
    max-width: 100%;
    height: auto;
}

/* ============================================================
   RESPONSIVE TABLET
   ============================================================ */
@media (max-width: 1200px) {
    .gg-category-products__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gg-category-related__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .gg-category-products__grid,
    .gg-category-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gg-category-reviews__body {
        flex-direction: column;
    }

    .gg-category-reviews__summary {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
    }

    .gg-category-review-card {
        flex: 0 0 calc((100% - 1rem) / 2);
    }

    .gg-category-seo__grid,
    .gg-category-learn__grid {
        grid-template-columns: 1fr;
    }

    .gg-category-products__toolbar {
        flex-direction: column;
        align-items: stretch;
    }
}

/* ============================================================
   MOBILE CARDS CATEGORY — MISMO ESTILO QUE TUS CARDS
   ============================================================ */
@media (max-width: 768px) {
    .gg-category-products__grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        align-items: stretch !important;
    }

    .gg-category-products__grid .product-card {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        min-height: 100% !important;
        background: #FFF7E6 !important;
        border: 2px solid rgba(0,0,0,.12) !important;
        border-radius: 6px !important;
        overflow: hidden !important;
        box-shadow: 0 1px 4px rgba(0,0,0,.08) !important;
    }

    .gg-category-products__grid .product-card__image {
        display: block !important;
        width: 100% !important;
        height: 190px !important;
        min-height: 190px !important;
        max-height: 190px !important;
        overflow: hidden !important;
        border-radius: 0 !important;
        flex-shrink: 0 !important;
        background: #e7e0d1 !important;
    }

    .gg-category-products__grid .product-card__image img {
        width: 100% !important;
        height: 100% !important;
        display: block !important;
        object-fit: cover !important;
        padding: 9px !important;
        padding-left: 5px !important;
        border-radius: 18px !important;
        background: #e7e0d1 !important;
    }

    .gg-category-products__grid .product-card__body {
        display: grid !important;
        grid-template-rows:
            minmax(2.5em, 2.5em)
            minmax(2em, 2em)
            minmax(1.2em, 1.2em)
            minmax(1.2em, 1.2em)
            1fr
            auto !important;
        row-gap: .25rem !important;
        flex: 1 1 auto !important;
        padding: .75rem .65rem .75rem !important;
        min-height: 0 !important;
        background: #2323221C !important;
    }

    .gg-category-products__grid .product-card__content {
        display: contents !important;
    }

    .gg-category-products__grid .product-card__title {
        font-size: 11px !important;
        line-height: 1.25 !important;
        font-weight: 900 !important;
        margin: 0 !important;
        min-height: 2.5em !important;
        max-height: 2.5em !important;
        overflow: hidden !important;
    }

    .gg-category-products__grid .product-card__title a {
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-decoration: none !important;
        color: inherit !important;
    }

    .gg-category-products__grid .product-card__price {
        margin: 0 !important;
        min-height: 2em !important;
        display: flex !important;
        align-items: flex-start !important;
    }

    .gg-category-products__grid .product-card__price-row {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: baseline !important;
        gap: 4px !important;
    }

    .gg-category-products__grid .product-card__price-current,
    .gg-category-products__grid .product-card__price-current .woocommerce-Price-amount,
    .gg-category-products__grid .product-card__price-current .woocommerce-Price-amount bdi {
        font-size: 13px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
    }

    .gg-category-products__grid .product-card__price-original,
    .gg-category-products__grid .product-card__price-original .woocommerce-Price-amount,
    .gg-category-products__grid .product-card__price-original .woocommerce-Price-amount bdi,
    .gg-category-products__grid del .woocommerce-Price-amount {
        font-size: 10px !important;
        line-height: 1 !important;
        font-weight: 800 !important;
        color: #e95b2a !important;
    }

    .gg-category-products__grid .product-card__price-per {
        display: flex !important;
        align-items: center !important;
        min-height: 1.2em !important;
        margin: 0 !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        color: #222 !important;
    }

    .gg-category-products__grid .product-card__price-per.is-hidden,
    .gg-category-products__grid .product-card__price-per:empty {
        visibility: hidden !important;
        display: flex !important;
    }

    .gg-category-products__grid .product-card__rating {
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        flex-wrap: wrap !important;
        min-height: 1.2em !important;
        margin: 0 !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
    }

    .gg-category-products__grid .product-card__rating--empty,
    .gg-category-products__grid .product-card__rating:empty {
        visibility: hidden !important;
        display: flex !important;
    }

    .gg-category-products__grid .product-card__stars {
        font-size: 12px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .gg-category-products__grid .product-card__rating-count {
        font-size: 11px !important;
        line-height: 1 !important;
    }

    .gg-category-products__grid .product-card__add {
        margin-top: 0 !important;
        display: flex !important;
        align-items: stretch !important;
        gap: .45rem !important;
        min-height: 36px !important;
        width: 100% !important;
    }

    .gg-category-products__grid .product-card--simple .product-card__add {
        display: block !important;
    }

    .gg-category-products__grid .product-card__select {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: 36px !important;
        min-height: 36px !important;
        padding: 0 28px 0 8px !important;
        border: 2px solid #1b1b1b !important;
        border-radius: 10px !important;
        background-color: #fff7e6 !important;
        font-size: 11px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
    }

    .gg-category-products__grid .product-card__btn-cart:not(.product-card__btn-cart--full) {
        width: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;
        height: 36px !important;
        min-height: 36px !important;
        padding: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 10px !important;
        border: 2px solid #1b1b1b !important;
        background: #298C37 !important;
    }

    .gg-category-products__grid .product-card__btn-cart--full {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        height: 36px !important;
        min-height: 36px !important;
        padding: 0 8px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 10px !important;
        border: 2px solid #1b1b1b !important;
        box-sizing: border-box !important;
    }

    .gg-category-products__grid .product-card__btn-cart-text {
        font-size: 11px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .gg-category-products__grid .product-card__btn-cart-icon {
        width: 14px !important;
        height: 14px !important;
        display: block !important;
        object-fit: contain !important;
    }

    .gg-category-products__grid .product-card__badge {
        top: 6px !important;
        left: 6px !important;
        padding: 2px 6px !important;
        font-size: 7px !important;
        line-height: 1 !important;
        border-radius: 999px !important;
    }
}

/* ============================================================
   REVIEWS CATEGORY MOBILE — SWIPE CON EL DEDO
   ============================================================ */
@media (max-width: 768px) {
    .gg-category-reviews {
        overflow: hidden !important;
    }

    .gg-category-reviews__body {
        display: block !important;
    }

    .gg-category-reviews__summary {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 14px 0 !important;
        border-radius: 8px !important;
        padding: 14px 10px !important;
    }

    .gg-category-reviews__score {
        font-size: 28px !important;
        margin-bottom: 2px !important;
    }

    .gg-category-reviews__stars {
        font-size: 24px !important;
        margin-bottom: 2px !important;
    }

    .gg-category-reviews__count {
        font-size: 11px !important;
        margin-bottom: 0 !important;
    }

    .gg-category-reviews__carousel-wrap {
        flex: 1 !important;
        min-width: 0 !important;
        position: relative !important;
        padding: 0 46px !important;
        overflow: hidden !important;
    }

    .gg-category-reviews__grid {
        display: flex !important;
        gap: 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        padding: 0 8px 6px 8px !important;
        margin: 0 !important;
        touch-action: pan-x !important;
        cursor: grab;
    }

    .gg-category-reviews__grid::-webkit-scrollbar {
        display: none !important;
    }

    .gg-category-review-card {
        flex: 0 0 78% !important;
        min-width: 78% !important;
        max-width: 78% !important;
        scroll-snap-align: start !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        background: #d9d2c3 !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .gg-category-review-card__image {
        width: 100% !important;
        display: block !important;
        overflow: hidden !important;
    }

    .gg-category-review-card__image img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: cover !important;
        display: block !important;
    }

    .gg-category-review-card__body {
        padding: 10px 10px 12px !important;
    }

    .gg-category-review-card__title {
        font-size: 8px !important;
        line-height: 1.2 !important;
        margin-bottom: 6px !important;
        font-weight: 900 !important;
    }

    .gg-category-review-card__stars {
        font-size: 11px !important;
        line-height: 1 !important;
        margin-bottom: 6px !important;
        color: #2faa4a !important;
    }

    .gg-category-review-card__author {
        font-size: 10px !important;
        line-height: 1.2 !important;
        margin-bottom: 4px !important;
        color: #4c4c4c !important;
        font-weight: 400 !important;
    }

    .gg-category-review-card__text {
        font-size: 10px !important;
        line-height: 1.25 !important;
        color: #111 !important;
        margin: 0 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .gg-reviews-arrow {
        display: none !important;
    }
}

/* ============================================================
   RESPONSIVE GENERAL
   ============================================================ */
@media (max-width: 900px) {
    .container {
        max-width: 100% !important;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px;
    }

    .gg-category-learn__card span {
        line-height: 1.2 !important;
        font-weight: bold !important;
        padding: 10px !important;
        font-size: 10px !important;
    }
}

.gg-category-chip {
    width: 102px;
    height: 42px;
      font-size: 18px;
}

h2 {
    color: black !important;
    -webkit-text-stroke: 0px !important;
        text-shadow: 0 0 0 #000 !important;
}

/* ============================================================
   REVIEWS SUMMARY MISMA ALTURA QUE LOS CARDS — DESKTOP
   ============================================================ */
@media (min-width: 901px) {
    .gg-category-reviews__body {
        display: grid !important;
        grid-template-columns: 220px minmax(0, 1fr) !important;
        gap: 1rem !important;
        align-items: stretch !important;
    }

    .gg-category-reviews__summary {
        width: 220px !important;
        min-width: 220px !important;
        max-width: 220px !important;
        margin: 0 !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        min-height: 100% !important;
        height: auto !important;

        background: #f7b500 !important;
        border: 2px solid rgba(0,0,0,.12) !important;
        border-radius: 6px !important;
        box-shadow: 0 1px 4px rgba(0,0,0,.08) !important;

        padding: 1rem .9rem !important;
        text-align: center !important;
    }

    .gg-category-reviews__carousel-wrap {
        flex: 1 !important;
        min-width: 0 !important;
        position: relative !important;
        padding: 0 46px !important;
        overflow: hidden !important;
    }

    .gg-category-reviews__grid {
        display: flex !important;
        align-items: stretch !important;
    }

    .gg-category-review-card {
        flex: 0 0 calc((100% - 2rem) / 3) !important;
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        min-height: 100% !important;
        background: #FFF7E6 !important;
        border-radius: 6px !important;
        border: 2px solid rgba(0,0,0,.12) !important;
        box-shadow: 0 1px 4px rgba(0,0,0,.08) !important;
        overflow: hidden !important;
    }

    .gg-category-review-card__image {
        display: block !important;
        width: 100% !important;
        flex-shrink: 0 !important;
    }

    .gg-category-review-card__image img {
        width: 100% !important;
        height: 210px !important;
        aspect-ratio: auto !important;
        object-fit: cover !important;
        display: block !important;
    }

    .gg-category-review-card__body {
        flex: 1 1 auto !important;
        display: flex !important;
        flex-direction: column !important;
        padding: .75rem .75rem .85rem !important;
    }

    .gg-category-review-card__title {
        font-size: 11px !important;
        line-height: 1.2 !important;
        font-weight: 900 !important;
        margin-bottom: .35rem !important;
        text-transform: uppercase !important;
        min-height: 2.4em !important;
    }

    .gg-category-review-card__stars {
        font-size: 13px !important;
        line-height: 1 !important;
        margin-bottom: .3rem !important;
        color: #298C37 !important;
    }

    .gg-category-review-card__author {
        font-size: 12px !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
        color: #4e4e4e !important;
        margin-bottom: .35rem !important;
    }

    .gg-category-review-card__text {
        font-size: 12px !important;
        line-height: 1.35 !important;
        color: #3a3a3a !important;
        margin: 0 !important;

        display: -webkit-box !important;
        -webkit-line-clamp: 4 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .gg-category-reviews__score {
        font-size: 38px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        margin-bottom: 6px !important;
    }

    .gg-category-reviews__stars {
        font-size: 22px !important;
        line-height: 1 !important;
        margin-bottom: 8px !important;
        color: #298C37 !important;
    }

    .gg-category-reviews__count {
        font-size: 13px !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
        margin: 0 !important;
    }
}

.gg-category-item__label {
    width: 170px;
    height: 37px;
    font-size: 10px !important;
  font-family: 'hwt-artz' !important;}

.gg-faq-item__question {
    font-family: 'bricolage-grotesque' !important;
    font-weight: 400 !important;
  font-size: 16px !important;}

/* ============================================================
   FAQ ICONO SOLO A LA IZQUIERDA
   ============================================================ */

.gg-faq-item__question {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding-left: 44px !important;
    padding-right: 14px !important;
}

/* icono izquierda fijo */
.gg-faq-item__question::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('https://ndev.gorillagrillz.com/wp-content/uploads/2026/04/Group-39.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}

/* ocultar el + actual */
.gg-faq-item__icon {
    display: none !important;
}

/* ============================================================
   OVERRIDE GLOBAL IMÁGENES PRODUCT CARD
   ============================================================ */

.product-card__image,
.products-carousel .product-card__image,
.gg-category-products__grid .product-card__image,
.gg-product-related .products-carousel .product-card__image {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    background: #e7e0d1 !important;
    padding: 0 !important;
}

.product-card__image img,
.products-carousel .product-card__image img,
.gg-category-products__grid .product-card__image img,
.gg-product-related .products-carousel .product-card__image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    padding: 10px !important;
    margin: 0 !important;
    background: transparent !important;
}

@media (max-width: 768px) {
    .gg-category-item__label {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 0 !important;
        width: auto !important;
        height: 18px !important;
        max-width: 100% !important;
        min-height: 18px !important;
        padding: 2px 10px !important;
        border: 2px solid #111 !important;
        border-radius: 999px !important;
        background: #f7b500 !important;
        color: #111 !important;
        font-family: "hwt-artz", sans-serif !important;
        font-size: 9px !important;
        line-height: 1 !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        text-align: center !important;
        white-space: nowrap !important;
        letter-spacing: 0 !important;
        box-shadow: none !important;
    }
}

article.gg-category-review-card {
    background: #e7e0d1 !important;
}

.gg-category-review-card__image {
    border-radius: 0 !important;
}

.gg-category-review-card__image img{
border-radius: 0 !important;
}

.gg-category-item__label {
    width: 170px;
    height: 37px;
    font-size: 16px !important;
    font-family: 'hwt-artz' !important;
}