/* SWEETAGS - Ícones em Destaque */
.st-catdestaque {
  padding: 40px 0;
}

.st-catdestaque .st-titulo {
  margin-bottom: 24px;
}

.st-catdestaque .st-titulo img {
  max-width: 100%;
  height: auto;
}

.st-swiper-icons .st-slide {
  display: flex;
  justify-content: center;
}

.st-area-foto {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.st-area-foto img {
}

.st-cat-texto {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}

/* SWEETAGS - Modo Grid */
@media (min-width: 768px) {
    .st-grid-slider .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        transform: none;
    }
    .st-grid-slider .swiper-slide {
        width: 50%;
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .st-grid-slider .swiper-wrapper {
        flex-wrap: nowrap;
    }
    .st-grid-slider .swiper-slide {
        width: 100%;
        min-width: 100%;
    }
}

/* SWEETAGS - Modo Full */

/* Efeito 1.5 */
.st-full-wrapper {
    overflow: hidden;
    padding-right: 15%;
}
.st-full-slider {
    overflow: visible !important;
}

/* Setas desktop */
.st-full-nav {
    gap: 8px;
}
.st-full-btn {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 36px !important;
    height: 36px !important;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 0 !important;
    background: #fff;
    transition: background 0.2s ease;
}
.st-full-btn:hover {
    background: #f5f5f5;
}
.st-full-btn::after {
    display: none !important;
}

/* Bullets slim mobile */
.st-full-pagination {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 10px 0 4px;
    position: relative !important;
    bottom: auto !important;
}
.st-full-pagination .swiper-pagination-bullet {
    width: 20px !important;
    height: 3px !important;
    border-radius: 2px !important;
    background: #ccc !important;
    opacity: 1 !important;
    transition: width 0.3s ease, background 0.3s ease !important;
    margin: 0 !important;
}
.st-full-pagination .swiper-pagination-bullet-active {
    width: 36px !important;
    background: #333 !important;
}
