.huuguu-toalhas-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin: auto;
    gap: 20px;
}

.toalha-box {
    width: 100%;
    padding: 20px 0px 0px;
    border: 1px solid #ddd;
    text-align: center;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    margin-bottom:15px;
}

.toalha-carrossel img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.toalha-box h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #333;
}

.toalha-box p {
    font-size: 1.2em;
    color: #555;
}

.button {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    margin-top: 10px;
}

.button:hover {
    background-color: #0056b3;
}

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


/* Ajuste geral do carrossel */
.carousel {
    width: 100%;
    max-width: 400px;
    min-height: 300px; /* Permite que a altura seja ajustável */
    overflow: hidden;
}

/* Ajusta a altura dos itens do carrossel sem cortar imagens */
.carousel-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 330px;
    overflow: hidden;
}

/* Ajuste das imagens dentro do carrossel */
.carousel-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    display: block;
    margin: auto;
}

/* Mantém os indicadores (bolinhas de navegação) sempre visíveis */
.carousel-indicators {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

/* Mantém os botões de navegação do carrossel acessíveis */
.carousel-control-prev,
.carousel-control-next {
    z-index: 11;
}

/* Responsividade: Ajusta o tamanho do carrossel em telas menores */
@media (max-width: 768px) {
    .carousel-item {
        min-height: 250px; 
    }
}


.huuguu-sem-estoque {
    opacity: 0.5; /* Deixa mais transparente */
    background: #f8d7da; /* Fundo vermelho claro */
    color: #721c24; /* Texto mais escuro */
}

.huuguu-sem-estoque input {
    background: #eee; /* Cinza para indicar desativado */
    cursor: not-allowed; /* Cursor indica que não pode ser alterado */
}

.huuguu-cart-message {
    will-change: transform;
}


.huuguu-variacoes-tabela th, 
.huuguu-variacoes-tabela td {
    vertical-align: middle; /* Centraliza verticalmente */
    text-align: center; /* Se quiser alinhar ao centro horizontalmente */
}

.huuguu-variacoes-tabela th small, 
.huuguu-variacoes-tabela td small {
    font-size: 75%;
    display: inline-block; /* Mantém o small bem posicionado */
}

/**/
p.return-to-shop.text-center, div.coupon{
    display:none;
} 

#cart-area .woocommerce-page .woocommerce-message .button {
    display: none !important;
}

.woocommerce-page table.cart img {
    height: 50px!important;
    width: 50px!important;
}


.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    width: 100%!important;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    width: 100%!important;
}

#ship-to-different-address{
    margin-top:15px
}

.ti-widget.ti-goog .ti-verified-by-row {
	display: none!important
}