  @font-face {
    font-family: "Montserrat";
    src: url(/fonts/Montserrat-Regular.ttf) format("truetype");
}

body {
	font-family: "Montserrat", sans-serif, Arial;
    color: #000;
    background-color: #FFF;
}

body a {
    color: #ff0084;
    text-decoration: none;
    transition: color 0.3s;
}

body a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    Color: #c10164;
}

.comprar:hover,
.comprar:focus,
.comprar:active {
    color: #f5f5f5 !important; 
    text-decoration: none !important; 
    outline: none !important;
}

.whatsapp:hover,
.whatsapp:focus,
.whatsapp:active {
    color: #f5f5f5 !important; 
    text-decoration: none !important; 
    outline: none !important;
}


.capa {
	padding-top: 48px;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.capa h1 {
    font-size: clamp(24px, 3vw, 32px);
}

.capa img {
    width: 100%;
}



.carousel-item img {
    object-fit: contain;
    width: 100%;
}

.carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    white-space: nowrap;
    width: 100%;
}

.carousel-indicators li {
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
}

.carousel-indicators li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: block;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    top: calc(50% - 90px);
    transform: translateY(50%);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.product-info {
    margin: 0 auto;
    text-align: left;
    max-width: 600px;
}

.icone {
    width: 1em;
    height: auto;
    margin-right: 0.5em;
    vertical-align: baseline;
}

.product-slider {
    max-width: 600px;
    margin: 0 auto;   
}

@media (max-width: 1400px) {

	.space{margin-top: 10px;}
	
	}

@media (max-width: 768px) {
    .product-slider {
        max-width: 100%;
    }
}

.product-info {
    font-size: clamp(13px, 4vw, 18px);
}

.carousel-item img {cursor: zoom-in;}
	
.carousel-item img, .carousel-item iframe {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/imagens/carregando-imagem-5x7.svg');
	max-height: 600px;
}

.footer {
    text-align: center;
    padding: 20px;
    color: #FFF;
    background-color: #000;
}



.footer-logo img {
    max-width: 150px;
    height: auto;
}


.subcategoria-titulo {
    margin: 40px auto 40px auto;
	background-color: #000;
    font-weight: bold;
    color: #FFF;
    font-size: 1.6rem;
    padding: 5px;
    text-align: center;
	text-transform: uppercase;
}

.product { margin: 40px 0px; }

.slide {height: 100%;}


.whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background-color: #25D366; /* verde oficial WhatsApp */
    color: #fff;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s;
}

.whatsapp:hover {
    background-color: #1ebe5d;
}


.carrinho-btn {

    background-color: #ff4d4d;
    color: #fff;
    border-radius: 5px;
	 border: 1px solid #ddd;
    text-decoration: none;
    transition: background-color 0.3s;
	border:none;
	min-height: 38px;
}

.carrinho-btn:hover, .carrinho-btn:active, .carrinho-btn:focus {
    background-color: #e60000; color: #FFF;
}


@keyframes piscar {
  50% { border-color: transparent; }
}


@keyframes pulsoDesconto {
    0%, 100% {
        transform: scale(1);
        text-shadow: 0 0 6px rgba(255, 0, 0, 0.4);
    }
    50% {
        transform: scale(1.05); /* aumento leve, quase imperceptível */
        text-shadow: 
            0 0 10px rgba(255, 0, 0, 0.8),
            0 0 20px rgba(255, 0, 0, 0.6);
    }
}

.desconto-animado {
    display: inline-block;
    animation: pulsoDesconto 1.8s ease-in-out infinite;
    transform-origin: center center; /* fixa o ponto central */
    vertical-align: middle; /* mantém alinhado na linha de texto */
    line-height: 1; /* impede “saltos” verticais */
    will-change: transform, text-shadow; /* otimiza a animação */
}

.elastic-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
}

/* ---- BARRA ---- */
.elastic-bar {
    display: contents;
}

.elastic-bar div {
    height: 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
}

.elastic-bar div:last-child {
    border-right: 1px solid #ccc;
}

.elastic-bar div.active {
    background: #ff0084;
}

/* ---- LEGENDAS ---- */
.elastic-labels {
    display: contents;
}

.elastic-labels span {
    text-align: center;
    font-size: 11px;
    padding: 4px 2px;
    line-height: 1.2;
    word-break: break-word;
}

.elastic-labels span.active {
    font-weight: bold;
}



