/* Proporção para vídeos verticais (9:16) compatível com Bootstrap 4 embed */

.embed-responsive-9by16::before {
    display: block;
    content: "";
    padding-top: 177.7777778%;
    /* 16 / 9 * 100 */
}


/* Garante que o item interno ocupe toda a área do wrapper */

.embed-responsive-9by16 .embed-responsive-item,
.embed-responsive-9by16 iframe,
.embed-responsive-9by16 video,
.embed-responsive-9by16 embed,
.embed-responsive-9by16 object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Garantir que todos os textos sobre fundo #A90506 fiquem brancos */

.hm-minicart-trigger,
.hm-minicart-trigger .item-text,
.cart-item-count,
.li-button,
.ht-setting-list>li.active>a,
.ht-setting-list>li:hover>a {
    color: #ffffff !important;
}


/* Link WhatsApp no header-top */

.header-top .phone-wrap a {
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.header-top .phone-wrap a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.header-top .phone-wrap a i.fa-whatsapp {
    transition: all 0.3s ease-in-out;
}

.header-top .phone-wrap a:hover i.fa-whatsapp {
    transform: scale(1.15);
}


/* Ícones de redes sociais no header-top */

.header-top .ht-menu li a i.fa-facebook,
.header-top .ht-menu li a i.fa-instagram,
.header-top .ht-menu li a i.fa-whatsapp {
    transition: all 0.3s ease-in-out;
}

.header-top .ht-menu li a:hover i.fa-facebook,
.header-top .ht-menu li a:hover i.fa-instagram,
.header-top .ht-menu li a:hover i.fa-whatsapp {
    transform: scale(1.2);
    opacity: 0.8;
}


/* Texto branco no header sticky */

.header-sticky.sticky .hb-menu nav>ul>li>a {
    color: #ffffff !important;
}

.header-sticky.sticky .hb-menu nav>ul>li:hover>a {
    color: #ffffff !important;
}


/* REMOVIDO: Footer com texto branco - agora mantém cores originais do tema */


/* Melhorias visuais para cards de produtos */

.product-image {
    background: #ffffff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.product-image img {
    border-radius: 4px;
}

.product_desc {
    background: transparent;
}


/* Botão "Ver mais" melhorado */

.default-btn .links,
.add-actions-link li a {
    background: #A90506 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 8px 20px !important;
    transition: all 0.3s ease !important;
}

.default-btn .links:hover,
.add-actions-link li a:hover {
    background: #8a0405 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(169, 5, 6, 0.3) !important;
}


/* Banner Carousel Styles */

.banner-carousel-area {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.banner-carousel {
    width: 100%;
}

.banner-item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-item img {
    width: 100%;
    height: auto;
    display: block;
}


/* Owl Carousel Navigation for Banner */

.banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.banner-carousel .owl-nav button {
    position: absolute;
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.banner-carousel .owl-nav button:hover {
    background: rgba(0, 0, 0, 0.8) !important;
}

.banner-carousel .owl-nav .owl-prev {
    left: 20px;
}

.banner-carousel .owl-nav .owl-next {
    right: 20px;
}

.banner-carousel .owl-dots {
    text-align: center;
    padding: 15px 0;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 10;
}

.banner-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    transition: all 0.3s ease;
}

.banner-carousel .owl-dot.active {
    background: rgba(255, 255, 255, 1);
    width: 30px;
    border-radius: 6px;
}


/* Responsive adjustments */

@media (max-width: 767px) {
    .banner-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .banner-carousel .owl-nav .owl-prev {
        left: 10px;
    }
    .banner-carousel .owl-nav .owl-next {
        right: 10px;
    }
}


/* Estilo para produtos da lateral direita (li-banner) */

.li-banner {
    transition: all 0.3s ease-in-out;
}

.li-banner:hover {
    border-color: #A90506 !important;
    box-shadow: 0 5px 20px rgba(169, 5, 6, 0.15) !important;
    background: #ffffff !important;
    transform: translateY(-3px);
}

.li-banner img {
    transition: all 0.3s ease-in-out;
}

.li-banner:hover img {
    opacity: 0.9;
}


/* Estilo para slider de produtos principal */

.slider-area {
    transition: all 0.3s ease-in-out;
}

.slider-area:hover {
    border-color: #A90506 !important;
    box-shadow: 0 5px 20px rgba(169, 5, 6, 0.15) !important;
    background: #ffffff !important;
}

.slider-area .single-slide {
    border-radius: 6px;
    overflow: hidden;
}