/* Add custom CSS styles below */ 

.md\:max-w-md{
    max-width: 800px !important;
}

.s-search-product-card-content-title a,
.s-search-product-card-content-subtitle,
.s-search-product-card-sale-price,
.s-search-product-card-price-value,
.s-search-product-card-rating,
.s-search-product-card-rating span {
  color: #fff !important;
}

.s-search-product-card-content-title a {
  color: #6ECBF5 !important;
}

salla-installment {
    display: none !important;
}

#product-tabs-faqs:has(salla-reviews-summary:empty) {
    display: none !important;
}

.s-product-card-promotion-title {
    white-space: nowrap !important;
    animation: promotionPulse 2.2s infinite ease-in-out;
}

@keyframes promotionPulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.35;
    }
}

section[component-id="1917307198"] .s-block__title {
    justify-content: center !important;
}

section[component-id="1917307198"] .s-block__title > div {
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
}

section[component-id="1917307198"] .s-block__title h2,
section[component-id="1917307198"] .s-block__title p {
    text-align: center !important;
}