.conferir-button {
    padding: 0.1rem 0.40rem !important;
    background: #fdbc00;
    color: #351925;
    border-color: #fdbc00;
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.item-logo:hover {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: .3s;
    transition: .3s;
}

.card-product-grid .btn-overlay {
    opacity: 1;
    cursor: auto;
}

.icone-ggcoins img {
    width: 25px;
    height: 25px;
}

.icone-ggcoins span {
    font-style: cursive;
    padding-left: 2px;
    font-size: 0.8rem;
    font-style: italic;
}

@media all and (max-width: 768px) {
    .conferir-button {
        bottom: 2px;
    }
}

@media (max-width: 489px) {
    .caption.bottom .card-title {
        font-size: 0.65rem;
    }

    .card-title {
        margin-bottom: 0px !important;
    }

    .section-name {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .title-destaques_gg {
        font-size: 1.5rem !important;
    }

    .owl-stage-outer, .owl-stage, .owl-element-carousel {
        height: 250px !important;
    }

    .owl-element-carousel img {
        object-fit: contain !important;
        height: auto !important;
    }

    .overlay-news-carousel .h2 {
        font-size: 0.95rem;
    }
}

@media (min-width: 490px) and (max-width: 575.98px) {
    .caption.bottom .card-title {
        font-size: 0.75rem;
    }

    .card-title {
        margin-bottom: 0px !important;
    }

    .section-name {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .owl-stage-outer, .owl-stage, .owl-element-carousel {
        height: 250px !important;
    }

    .owl-element-carousel img {
        object-fit: contain !important;
        height: auto !important;
    }

    .overlay-news-carousel .h2 {
        font-size: 0.98rem;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .caption.bottom .card-title {
        font-size: 0.87rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .caption.bottom .card-title {
        font-size: 0.89rem;
    }
}

.alert-clube-promo {
    color: #ffffff;
    background-color: #f010bf;
    border-color: #f010bf;
}

.alert-clube-promo a {
    color: #ffffff;
    font-size: 18px;
}

.caption.bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.card.captions, .owl-element-carousel-target {
    cursor: pointer;
}

.caption {
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 10;
    padding: 10px;
    color: #fff;
    max-height: 100px;
}

.title-destaques_gg {
    font-size: 1.75rem !important;
}

.badge-new {
    position: absolute;
    z-index: 2;
    right: 0;
    top: -5px;
    font-size: 16px;

    color: #fff;
    background-color: #f24333;
}

.alert-promo {
    color: #0a0401;
    background-color: #f4b24b;
    border-color: #f4b24b;
    font-size: 16px;
}

.alert-promo a {
    color: #FFF;
}

.alert-promo i {
    color: #FFF;
}

.content-ggcoins span {
    font-size: 0.9rem;
    font-weight: 500;
}

.banner-frete-gratis {
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 180px;
    height: 50px;
    background-color: transparent;
}

.col-categories-item {
    height: 130px;
}

.col-categories-item a {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    flex: 1;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.col-categories-item a:hover {
    transform: scale(1.05);
}

@media (max-width: 489px) {
    .col-categories-item .text {
        font-size: 0.7rem;
    }

    .col-categories-item img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 575.98px) {
    .categories-item .col-categories-item:nth-child(1n):not(:nth-last-child(1),
            :nth-last-child(2), :nth-last-child(3), :nth-last-child(4)) {
        border-bottom: 1px solid #e4e4e4;
    }

    .categories-item .col-categories-item:nth-child(1n):not(:nth-child(4n)) {
        border-right: 1px solid #e4e4e4;
    }
}

@media (min-width: 490px) and (max-width: 575.98px) {
    .col-categories-item img {
        width: 50px;
        height: 50px;
    }

    .col-categories-item .text {
        font-size: 0.8rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .col-categories-item img {
        width: 55px;
        height: 55px;
    }

    .col-categories-item .text {
        font-size: 0.85rem;
    }
}

@media (min-width: 576px) {
    .categories-item .col-categories-item:nth-last-child(1n + 7) {
        border-bottom: 1px solid #e4e4e4;
    }

    .categories-item .col-categories-item:nth-child(1n):not(:nth-child(6n)) {
        border-right: 1px solid #e4e4e4;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .col-categories-item .text {
        font-size: 0.92rem;
    }
}

.categories-itens img {
    object-fit: cover;
    border-radius: 8px;
}

.categories-itens .text {
    font-size: 0.9rem;
    color: #1c2127;
}

.padding-title {
    padding: 5px;
}

.text-promo {
    color: #e11f54;
}

/* Header de seção - isolado para Home */
.gg-section-header {
    margin: 25px 0 15px 0;
    padding-left: 2px;
}

/* Título principal */
.gg-section-title {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    letter-spacing: 0.2px;
}

/* Subtítulo discreto */
.gg-section-subtitle {
    font-size: 12px;
    color: #6c757d;
}

/* Versão mais compacta para mobile */
@media (max-width: 576px) {
    .gg-section-title {
        font-size: 16px;
    }

    .gg-section-subtitle {
        font-size: 11px;
    }
}

.gg-benefit-badge {
    width: 100%;
    background: rgba(25, 135, 84, 0.08);
    border: 1px solid rgba(25, 135, 84, 0.18);
    /*background: rgba(178, 23, 28, 0.9);
    border: 1px solid rgba(178, 23, 28, 0.9);*/
    padding: 12px 18px;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 500;
    color: #495057;
    letter-spacing: 0.2px;
}

.gg-benefit-installments {
    font-weight: 600;
    color: #198754;
   /* color: #FFF;*/
}

.gg-benefit-shipping {
    font-weight: 600;
    color: #198754;
   /* color: #FFF;*/
}

.gg-benefit-separator {
    margin: 0 10px;
    color: rgba(0, 0, 0, 0.25);
    font-weight: 400;
}

.gg-benefit-badge i {
    margin-right: 6px;
    font-size: 15px;
    opacity: 0.85;
}

.gg-benefit-badge:hover {
    background: rgba(25, 135, 84, 0.12);
    border-color: rgba(25, 135, 84, 0.25);
    transition: all 0.2s ease;
}

/*.gg-benefit-badge:hover {
    background: rgba(178, 23, 28, 0.95);
    border-color: rgba(178, 23, 28, 0.95);
    transform: translateY(-2px);
    transition: all 0.2s ease;
}*/

@media (max-width: 576px) {
    .gg-benefit-badge {
        font-size: 14px;
        padding: 10px 12px;
        border-radius: 8px;
        line-height: 1.4;
    }

    .gg-benefit-separator {
        display: none;
    }

    .gg-benefit-item {
        display: block;
    }
}

.price-items {
    min-height: 75px;
}

.container-evento {
    background: linear-gradient(
            180deg,
            #fff3f3 0%,
            #f7d2d3 40%,
            #e9a3a5 100%
    );
}