
body {
    color: var(--foxb2c-secondary);
    line-height: 1.6;
}



/* Product Details */
.product-details {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.product-details .col-1,
.product-details .col-2{
    margin-bottom: 30px;;
}

/* Product Gallery */
.product-gallery {
    position: sticky;
    top: 20px;
}

.main-image {
    border: 1px solid var(--foxb2c-border);
    border-radius: 8px;
    padding: 2rem;
    background: var(--foxb2c-box-claro);
    text-align: center;
    margin-bottom: 1rem;
}

.main-image img {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}

/* Product Info */
.product-info h1 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.product-info h1 {
    font-weight: 400;
    color: var(--txt-cor-texto);
    width: 80%;
}

.product-info h2 {
    color: var(--txt-cor-texto);
    font-size: 1.15rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: initial;
    width: 80%;
}

.product-name{
    text-transform: capitalize;
    text-transform: uppercase;
    background: var(--foxb2c-secondary);
    color: var(--foxb2c-neutro);
    padding: 5px 15px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 11px;
}



.product-summary{
    color: var(--txt-cor-texto);
    font-weight: normal;
    font-size: 1.2rem;
    text-transform: capitalize;
}

.product-summary{
    color: var(--txt-cor-texto);
    font-size: 1.75rem;
    font-weight: 500;
}

.product-preview {
    color: var(--txt-cor-texto);
    font-size: 1.15rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: none;
}

.product-breadcrumb{
    color: var(--txt-cor-texto);
    font-size: 0.9rem;
    text-transform: capitalize;
}

.product-summary-description{
    display: inline-block;
}

.product-meta {
    background: var(--foxb2c-box-medio);
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.product-meta a{
    color: var(--txt-cor-link);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.product-meta a:hover{
    text-decoration: underline;
}

.meta-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid whitesmoke;
    color: var(--txt-cor-secondary);
}

.meta-item:last-child {
    border-bottom: none;
}

.meta-item img {
    max-width: 22px;
    height: auto;
    margin-right: 1rem;
}

.meta-item strong {
    color: var(--txt-cor-secondary);
    margin-right: 0.5rem;
    font-weight: 500;
}

.meta-item span {
    text-transform: uppercase;
}

/* Product Price */
.price-box {
    background: var(--foxb2c-neutro);
    color: var(--preco-grid);
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.price-box{
   padding: 1rem;
   margin-bottom: 1rem;
}

.price-label {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 0.5rem;
}

.price-value {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.price-value{
    line-height:32px;
}

.price-value strong{
   font-size: 2.5rem;
   font-weight: 700;
   letter-spacing: -3px;
}

.price-value small{
   font-weight: 500;
   font-size: 0.4em;
   line-height: 1.3rem;
   margin-top: 10px;
}

.quantity-selector {
    display: flex;
    display: none;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.quantity-selector label {
    font-weight: 600;
}

.quantity-controls {
    display: flex;
    align-items: center;
    border: 2px solid var(--foxb2c-border);
    border-radius: 5px;
    overflow: hidden;
}

.quantity-controls button {
    background: var(--foxb2c-accent);
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background 0.3s;
}

.quantity-controls button:hover {
    background: #e9ecef;
}

.quantity-controls input {
    border: none;
    width: 60px;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.btn-add-cart {
    width: 100%;
    background: var(--botao-primary);
    background: var(--botao-secondary);
    color: white;
    border: none;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 250px;
}

.btn-add-cart:hover {
    background: var(--botao-secondary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    color: white;
}

.btn-whatsapp {
    width: 100%;
    background: var(--botao-whatsapp-primary);
    color: white;
    border: none;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    margin-top: 1rem;
}

.btn-whatsapp:hover {
    background: var(--botao-whatsapp-secondary);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    text-decoration: none;
}


.btn-whatsapp{
    background: var(--botao-whatsapp-primary);
    color: var(--foxb2c-neutro);
    border: 1px solid var(--botao-whatsapp-primary);
    width: 60%;
    overflow: hidden;
    min-height: 58px;
}

.btn-whatsapp:hover{
    background: var(--foxb2c-neutro);
    color: var(--botao-whatsapp-primary);
    border: 1px solid var(--botao-whatsapp-primary);
}

.btn-whatsapp small {
    display: none;
}

.btn-whatsapp i {
    font-size: 1.3rem;
}

.product-cart{
    overflow: hidden;
}

.product-cart .col-lg-7{
    gap: 1rem;
}

.product-cart .btn-comprar{
	width: 60%;
}

.product-cart .btn-whpp{}

.product-cart .btn-whatsapp{
    margin-top: 0;
}

.product-cart .price-restricted{
    border: 1px solid #d8dadb;
    border-radius: 10px;
    margin: 0 0 15px 0;
}


/* Box Preco - Thema 02 */
.product-info{
    padding: 0 30px;
}

.price-section {
    padding: 0;
    margin-bottom: 25px;
}

.price-section.box {
    padding: 20px;
    border-radius: 8px;
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
}

.price-original {
    color: #999;
    text-decoration: line-through;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 5px;
}

.price-current {
    color: var(--foxb2c-success);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.price-installment {
    color: #27ae60;
    font-size: 0.9rem;
    margin-bottom: 5px;
}
/*
.price-pix {
    color: #007bff;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 12px;
    background-color: rgba(0, 123, 255, 0.1);
    border-radius: 4px;
    display: inline-block;
}
*/

/* Tags: Preco Pix */
.price-pix {
    background: #f6f6f6;
    display: flex;
    align-items: center;
    margin-top: 12px;
    padding: 10px 15px;
    border-radius: 12px;
    max-width: max-content;
    width: auto;
}

.price-pix svg {
  fill: #47b192;
  width: 27px;
  height: 27px;
  margin-right: 10px;
}

.price-pix .pix-value {
  color: #333333;  
  display: flex;
  align-items: center;
  line-height: 17px;
}

.price-pix .pix-value strong {
  font-size: 17px;
  letter-spacing: -1px;
}

.price-pix .pix-value span {
  font-size: 17px !important;
  margin-left: 4px;
}

.price-pix .pix-value div {
  background: #47b192;
  margin-left: 5px;
  font-size: 10px;
  line-height: 10px;
  border-radius: 12px;
  color: #fff;
  font-weight: 400;
  display: inline-flex;
  padding: 2px 7px;
  justify-content: center;
}

.price-pix .pix-discount {
  color: #333333;
  font-size: 13px;
  line-height: 13px;
  margin-top: 1px;
  display: flex;
}

/* Tags: Preco Cartao */
.price-card {
    color: #007bff;
    color: var(--txt-cor-texto);
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 12px;
    background: none;
    border-radius: 4px;
    display: inline-block;
    line-height: 18px;
}

/* Tags: Preco Promo */
.price-promo {
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 12px;
    background: none;
    border-radius: 4px;
    display: inline-block;
    line-height: 18px;
}

/* Box Botoes - Thema 02 */
.buttomcart-section {
    margin-bottom: 25px;
    display: flex;
    gap: 10px;
}

.buttomcart-section.box {
    padding: 20px;
    border-radius: 8px;
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
}

.buttomcart-section .btn-aviseme,
.buttomcart-section .btn-whatsapp,
.buttomcart-section .btn-comprar,
.buttomcart-section .btn-add-cart {
    background-color: #007bff;
    background-color: var(--botao-primary);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    flex: 1;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: 100%;
    overflow: hidden;
    min-height: unset;
}

.buttomcart-section .btn-whatsapp {
    background-color: var(--botao-whatsapp-primary);
    color: white;
}

.buttomcart-section .btn-aviseme {
    background-color: var(--foxb2c-secondary);
    color: white;
}

.buttomcart-section .btn-aviseme:hover,
.buttomcart-section .btn-comprar:hover,
.buttomcart-section .btn-whatsapp:hover,
.buttomcart-section .btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    color: white;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: var(--botao-whatsapp-secondary);
    color: white;
}

/* Variacao Small */
.buttomcart-section .btn-comprar.small,
.buttomcart-section .btn-whatsapp.small,
.buttomcart-section .btn-add-cart.small{
    width: 100%;
    max-width: 230px !important;
    width: calc(100% - 0px) !important;
}

/* Variacao Border Radius */
.buttomcart-section .btn-comprar.radius,
.buttomcart-section .btn-add-cart.radius,
.buttomcart-section .btn-whatsapp.radius{
    border-radius: 30px !important;
}

/* Variacao Randed */
.buttomcart-section .btn-comprar.randed,
.buttomcart-section .btn-add-cart.randed{
    background-color: unset;
    border: 2px solid var(--botao-primary);
    color: var(--botao-primary);
    fill: var(--botao-primary);
}

.buttomcart-section .btn-whatsapp.randed{
    background-color: unset;
    border: 2px solid var(--botao-whatsapp-primary);
    color: var(--botao-whatsapp-primary);
    fill: var(--botao-whatsapp-primary);
}




.buttomcart-section .btn-whatsapp small {
    display: inline-block;
}








/* Tags: frete-gratis */
.product-gallery.frete-gratis {
    position: relative;
    overflow: hidden;
}

.product-gallery.frete-gratis::before {
    content: "FRETE GRÁTIS";
    position: absolute;
    top: 25px;
    right: -39px;
    background: #28a745;
    color: white;
    padding: 5px 40px;
    font-size: 0.7rem;
    font-weight: bold;
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 999;
}


/* Tags: laboratorio */
.product-gallery.laboratorio {
    position: relative;
    overflow: hidden;
}

.product-gallery.laboratorio::before {
    content: "DESCONTO" "\A" "LABORATÓRIO";
    white-space: pre-wrap;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -41px;
    background: var(--foxb2c-info);
    color: white;
    padding: 5px 40px;
    font-size: 0.7rem;
    font-weight: bold;
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

/* Alert Notice */
.info-alert {
    background: var(--foxb2c-bgcolor);
    border-left: 4px solid var(--foxb2c-primary);
    padding: 1rem;
    margin-bottom: 0;
    border-radius: 5px;
}

.info-alert i{
    color: var(--foxb2c-secondary);
    font-size: 19px;
}

.info-alert p{
    color: var(--txt-cor-secondary);
}

.info-alert a{
    color: var(--botao-whatsapp-primary);
    font-weight: 600;
}

/*
.summary-box {
    background: var(--foxb2c-neutro);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    position: sticky;
    top: 20px;
}
*/


/* Accordion Sections */
.product-accordion {
    margin-top: 3rem;
}

.accordion-button {
    font-weight: 600;
    font-size: 1.1rem;
    background: var(--foxb2c-bgcolor);
}

.accordion-button:not(.collapsed) {
    background: var(--foxb2c-primary);
    color: white;
}

.accordion-body {
    padding: 2rem;
    line-height: 1.8;
}

/* Trust Badges */
.trust-badges {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 2rem;
    background: var(--foxb2c-box-medio);
    border-radius: 8px;
    margin-top: 2rem;
}

.trust-badge {
    text-align: center;
    flex: 1;
    min-width: 150px;
}

.trust-badge i {
    font-size: 2.5rem;
    color: var(--foxb2c-primary);
    margin-bottom: 0.5rem;
}

.trust-badge p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

/* ACORDEON ATRIBUTOS */
.product-accordion.atribute{
    margin: 0;
}
.product-accordion .accordion-header {
    width: 100%;
}

.product-accordion .accordion-body {
    padding: 20px;
}

.product-accordion .attr-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-accordion .attr-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-accordion .attr-label {
    font-weight: 600;
    color: #2c3e50;
    min-width: 120px;
    flex-shrink: 0;
}

.product-accordion .attr-value {
    color: #495057;
    text-align: right;
    text-transform: uppercase;
    flex: 1;
}



/* ============================================
    PRODUTOS CAROUSEL: AGRUPAMENTO, RECOMENDADO
============================================ */

.prodrelacional-section {
    background: #f8f9fa;
    padding: 1rem 0;
}

.prodrelacional-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.prodrelacional-carousel {
    display: flex;
    overflow-x: auto;
    gap: 2rem;
    padding: 2rem 0;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.prodrelacional-carousel#recomendado{
    width: 74%;
    margin: 0 auto;
    padding: 50px 0 15px 0;
}

.prodrelacional-carousel::-webkit-scrollbar {
    display: none;
}

.prodrelacional-item {
    flex: 0 0 auto;
    width: 150px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 1rem;
}

.prodrelacional-item:hover{
    border: 1px solid var(--foxb2c-secondary);
}

.prodrelacional-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/**/
.prodrelacional-item a {
    position: relative;
}

.prodrelacional-item .tag {
    overflow: hidden;
    position: absolute;
    background: transparent;
    color: white;
    padding: 5px 22px;
    font-size: 0.7rem;
    font-weight: bold;
    /* transform: rotate(45deg); */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 9px;
    border-radius: 20px;
    text-transform: uppercase;
    text-align: center;
    bottom: -15px;
    left: 12%;
    width: 85px;
    max-width: 85px;
    padding: 3px 10px 3px 10px;
}


/* Carousel controls */
.prodrelacional-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
}

.prodrelacional-controls strong,
.prodrelacional-controls h5 {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: center;
    color: var(--bs-heading-color);
    display: block;
    padding: 15px 0 0 0;
    margin: 0;
    width: 100%;
}

.why-carousel-wrapper .prodrelacional-controls,
.brands-wrapper .prodrelacional-controls {
    display: block;
}

.contact-wrapper .prodrelacional-controls {
    display: none;
}

.prodrelacional-controls .carousel-btn {
    position: absolute;
    background: var(--foxb2c-accent);
    color: var(--foxb2c-neutro);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.prodrelacional-controls .carousel-btn:hover {
    background: var(--foxb2c-accent);
    transform: scale(1.1);
}

.prodrelacional-controls .carousel-btn.prev {
    left: -20px;
    left: -55px;
}

.prodrelacional-controls .carousel-btn.next {
    right: -20px;
    right: -55px;
}

.prodrelacional-controls .carousel-btn.prev.square,
.prodrelacional-controls .carousel-btn.next.square{
    border-radius: 6px;
}

/*Controles Fixos*/
.prodrelacional-controls.fixed{
    position: absolute;
    top: 0;
    display: flex;
}

.prodrelacional-controls.fixed .carousel-btn.prev {
    left: inherit;
    top: 100px;
    position: relative;
}

.prodrelacional-controls.fixed .carousel-btn.next {
    right: inherit;
    top: 100px;
    position: relative;
}




/* Responsive */
@media (max-width: 991px) {
    .product-gallery {
        position: static;
        margin-bottom: 2rem;
    }

    .product-summary{
        font-size: 1.45rem;
    }
    
    .product-info h1 {
        font-size: 1.5rem;
        width: 100%;
    }
    
    .price-value {
        font-size: 2rem;
    }

    .product-cart .col-lg-7 {
        margin-bottom: 1rem;
    }

    .product-cart .btn-comprar{
        width: 69%;
        margin-right: 1%;
    }

    .product-cart .btn-whatsapp{
		width: 75%;
	}
	
	.product-cart .btn-whpp{
		width: 35%;
	}
}

@media (max-width: 767px) {
    .my-5 {
        margin-top: 0.5rem !important;
    }

    .breadcrumb{
        margin-bottom: 1rem;
    }

    .product-details {
        padding: 1rem;
    }

    .price-box {
        padding: 0;
    }

    .trust-badges {
        flex-direction: column;
    }

    .main-image img {
        max-height: 125px;
    }

    .main-image {
        padding: 1rem;
    }

    /* Product Page para Mobile */
    .product-details .col-1,
    .product-details .col-2{
        width: 98%;
    }

    .product-accordion {
        margin: 1rem;
    }
    
    
    /* Sticky Product Cart para Mobile */
    .product-cart.is-sticky {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background-color: #fff;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
        padding: 1rem;
        margin: 0 !important;
        animation: slideUpCart 0.3s ease-out;
    }
	
	.product-cart.is-sticky{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	
	.product-cart.is-sticky .price-value strong{
		font-size: 2rem;
	}
	
	.product-cart.is-sticky .price-value small{
		line-height: 1rem;
	}

    .product-cart.is-sticky .col-lg-5,
    .product-cart.is-sticky .col-lg-7 {
        margin-bottom: 0 !important;
    }

    .product-cart.is-sticky .col-lg-7 {
        display: flex;
        gap: 0.5rem;
        align-items: center;
		width: 50%;
    }

    .product-cart.is-sticky .col-lg-5 {
        width: 50% !important;
    }
	
	.product-cart.is-sticky .btn-comprar{
		width: 69% !important;
	}

    /* Reduz o tamanho do preço no sticky */
    .product-cart.is-sticky .price-label {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
    }

    .product-cart.is-sticky .price-value {
        font-size: 1.3rem;
    }

    /* Ajusta botões no sticky */
    .product-cart.is-sticky .btn {
        padding: 0;
        font-size: 0.9rem;
		min-height: 58px;
        width: 100%;
    }

    /* Animação de entrada */
    @keyframes slideUpCart {
        from {
            transform: translateY(100%);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
}
