h1, h2, h3, h4, h5, h6, .heading-font, .dark p {
    color: #0a0a0a!important;
}

/* ========================================
   SLIDER DE PRODUTOS - SHORTCODE
   ======================================== */

/* Container principal da categoria */
.prod-slider-category {
    background: none;
    margin-bottom: 40px;
}

/* Header da categoria com título e link "Ver todos" */
.prod-slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.prod-slider-header .cat-title {
    margin: 0;
    font-size: 1.2em;
    text-transform: capitalize;
    text-align: center;
    border: 2px solid #ff7d00;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    font-family: poppins, sans-serif;
    font-weight: bold;
    color: #ff7d00 !important;
    width: auto;
    align-self: center;
    line-height: 1rem;
}

.prod-slider-header .ver-todos {
    text-decoration: none;
    font-size: 0.9em;
    text-wrap: nowrap;
}

.cat-title:hover {
    color: #fff !important;
    background: #ff7d00 !important;
    transition: background 0.3s ease-in-out;
}



/* ========================================
   ESCONDER ELEMENTOS DESNECESSÁRIOS
   ======================================== */

/* Esconder visualização rápida */
.custom-prod-swiper .quick-view,
.custom-prod-swiper .show-quickly,
.custom-prod-swiper .quick-view-btn,
.custom-prod-swiper .button.quick-view {
    display: none !important;
}


/* ========================================
   LAYOUT CUSTOMIZADO DO CARD
   ======================================== */

/* Card principal - design clean inspirado na imagem */
.custom-prod-swiper .product-small, .product-small {
    text-align: center !important;
    padding: 15px !important;
    background: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease !important;
    height: 100%;
}

/* Remover segunda 'moldura */
.product-small.col {
    padding: 2.5px !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.custom-prod-swiper .product-small.col:hover, .product-small.col:hover {
    transform: none !important;
    box-shadow: none !important;
}

.custom-prod-swiper .product-small.box, .product-small.box {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.custom-prod-swiper .product-small .col-inner, .product-small .col-inner {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
}

/*  Manter alturas iguais em todos os cards */
.custom-prod-swiper .swiper-slide, .product-small .swiper-slide {
    height: 400px !important;
}

/* Efeito hover no card */
.custom-prod-swiper .product-small:hover, .product-small:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

/* Container da imagem do produto */
.custom-prod-swiper .product-small .box-image, .product-small .box-image {
    margin-bottom: 15px !important;
    background: transparent !important;
    border: none !important;
}

/* Imagem do produto */
.custom-prod-swiper .product-small .box-image img, .product-small .box-image img {
    width: 100% !important;
    height: auto !important;
    max-height: 180px !important;
    object-fit: contain !important;
    border-radius: 4px !important;
}

/* Título do produto */
.custom-prod-swiper .product-small .product-title, .product-small .product-title {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
    color: #333 !important;
    font-weight: 500 !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.custom-prod-swiper .product-small .product-title a, .product-small .product-title a {
    color: #333 !important;
    text-decoration: none !important;
    display: block !important;
}

/* Forçar cor do texto nos links de produtos */
.custom-prod-swiper .product-title a:hover, .product-title a:hover, 
.custom-prod-swiper .product-title a:focus, .product-title a:focus,
.custom-prod-swiper .product-title a:active, .product-title a:active {
    color: #0073aa !important;
}

/* ========================================
   PREÇOS E PARCELAMENTO
   ======================================== */



/* Página do produto */
.product-page-price.price {
    line-height: 1.5rem !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
}

.product-page-price .amount {
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

.product-page-price .amount span {
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

.price-wrapper p {
    margin: 0px !important;
    padding: 0px !important;
}

.price-wrapper .texto-preco {
    background-color: #0048ce !important;
    padding: 5px 10px !important;
    color: #fff !important;
    border-radius: 5px !important;
    display: inline-block !important;
    margin: 0px !important;
}

.product-main .preco-fp .amount {
    margin-bottom: 15px !important;
    font-size: 2rem !important;
    font-weight: bold !important;
    color: #ff6b35 !important;
}

.product-main .preco-fp .amount span {
    font-size: 2rem !important;
    font-weight: bold !important;
    color: #ff6b35 !important;
}

/* Container dos preços */
.custom-prod-swiper .product-small .price, .product-small .price {
    margin-bottom: 8px !important;
    text-align: left !important;
    color: #0a0a0a !important;
    line-height: 1.4 !important;
}

/* Preço original */
.custom-prod-swiper .product-small .price del, .product-small .price del,
.custom-prod-swiper .product-small .price .woocommerce-Price-amount, .product-small .price .woocommerce-Price-amount {
    color: #0a0a0a !important;
    font-size: 1.3rem !important;
    font-weight: bold !important;
}

/* texto 'ou com Friends..' */
.product-small .texto-preco {
    margin-bottom: .1em;
    margin-top: .1em;
    /* color: #ff6b35 !important; */
    font-size: 0.5rem;
}

/* Preço com desconto (destacado) */
.custom-prod-swiper .product-small .price ins, .product-small .price ins,
.custom-prod-swiper .product-small .price .woocommerce-Price-amount:last-child, .product-small .price .woocommerce-Price-amount:last-child {
    color: #ff6b35 !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

/* Texto "usando seus Friends Points" */
/* .custom-prod-swiper .product-small .price::after, .product-small .price::after {
    content: "usando seus Friends Points" !important;
    display: block !important;
    font-size: 10px !important;
    color: #666 !important;
    margin-top: 4px !important;
    font-style: italic !important;
} */

/* Container do texto */
.custom-prod-swiper .product-small .box-text, .product-small .box-text {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
}

/* Garantir que botões estejam visíveis */
.custom-prod-swiper .add_to_cart_button, .product-small .add_to_cart_button, 
.custom-prod-swiper .button, .product-small .button,
.custom-prod-swiper .add-to-cart-button, .product-small .add-to-cart-button {
    opacity: 1 !important;
    visibility: visible !important;
}

.back-to-top {
    bottom: 140px !important;
}

.afiliado-text h1 {
    font-weight: bold !important;
    color: #ff6b35 !important;
}

.swiper-button-prev, .swiper-button-next {
    display: none !important;
    color: #fff !important;
    background: #ff6b35 !important;
    border-radius: 100px;
    height: 35px !important;
    width: 35px !important;
    opacity: 0.8;
}

.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 20px !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold !important;
}

ul.dashboard-links li a:hover {
    background: #ff6b35 !important;
    color: #fff !important;
    transition: background 0.3s ease-in-out;
}

button.mfp-close {
    left: 250px !important;
}


.product-container .price-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
}

.product-container .price-wrapper .product-page-price {
    text-align: center !important;
}

.product-container .price-wrapper div {
    text-align: center !important;
}

.product-container .product-info form.cart {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap   !important;
}


/* ========================================
   RESPONSIVIDADE
   ======================================== */

/* Tablets e dispositivos móveis */
@media (max-width: 768px) {
    .custom-prod-swiper .product-small.col, .product-small.col {
        padding: 0px !important;
    }

    div.products > .custom-prod-swiper .product-small.col, div.products > .product-small.col {
        padding: 5px !important;
    }

    .custom-prod-swiper .product-small.box, .product-small.box {
        padding: 10px !important;
    }
    
    .custom-prod-swiper .product-small .box-image img, .product-small .box-image img {
        max-height: 150px !important;
    }
    
    .custom-prod-swiper .product-small .product-title, .product-small .product-title {
        font-size: 12px !important;
        min-height: 35px !important;
    }
    
    .custom-prod-swiper .product-small .price ins, .product-small .price ins {
        font-size: 14px !important;
    }

    .custom-prod-swiper .swiper-slide, .product-small .swiper-slide {
        height: 350px !important;
    }
}
