<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");

* {
    box-sizing: border-box;
}


body, html {
    height: 0 !important;
}
.slick-slide {
    z-index: 1;
}
.slick-dotted.slick-slider {
    
    margin-top:8px !important;
    /*margin-left:-5px !important ;*/
    /*margin-right: -5px !important;*/
}

.corPadraoTop {
    background: linear-gradient(to bottom, #ee4d2d, #ff7337);
}


.seller-text-name-xs{
    font-size: 11px !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
}




/*.corPadrao {*/
/*    color:#ee4d2d !important;*/
/*}*/

.product-layout {
    padding-left: 5px !important ;
    padding-right: 5px !important ;
    padding-bottom: 5px !important;
}

.price-custom-css {
    position: absolute;
    background-color: transparent;
    bottom: 0px; /* Ajuste para o valor ficar mais perto do rodapÃ© */
    left: 0;
    width: 100%; /*0Faz o preÃ§o ocupar toda a largura disponÃ­vel */
    padding: 0px 8px !important;
    background-color: #fff; /* Opcional, para destacar o preÃ§o */
    text-align: left;
    width: 100% !important;
    color: var(--button-secondary) !important;
    font-weight: bold;
    font-size: 16px !important;
}

.price-amount {
    display: flex;
    gap: 0px; /* EspaÃ§o entre os elementos */
    align-items: center; /* Garante alinhamento vertical */
    margin-bottom: 5px;
}

@media (max-width: 467px) {
    .title-product {
        padding: 0 4px;
    }
    .title-product a {
        font-size: 10.6px;
    }

    .price-custom-css div span {
        font-size: 15px;
    }
}

.spinner {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 10px;
}

.spinner &gt; div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    animation: bounce 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    animation-delay: -0.16s;
}

@keyframes bounce {
    0%,
    80%,
    100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}

.heading_title {
    text-align: center;
    border-radius: 100px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.heading_title {
    background: border-box;
    width: 100%;

    border-radius: 0 !important;

    border-bottom: 4px solid var(--button-secondary) !important;
    /* border-radius: 10px; */
    padding-top: 12px;
    padding-bottom: 8px;
    font-size: 16px;
    align-items: center;
    background: white;
    color: var(--button-secondary) !important;
    box-shadow: -0px -0px 20px -14px black;
    text-transform: uppercase;
}

.heading_title div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row {
    margin: 0 !important;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    
}



.product-item {
    flex: 1 0 50%;
    max-width: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.product-item .product-name a {
    color: #000000cc !important;
}

.title-product h4 {
    font-weight: 400 !important;
    font-size: 14px;
}
.title-product h4 {
    color: #000 !important;
    font-weight: 400;
}

.product-name {
    color: #000000cc;
    font-weight: 400;
}

.product-item img {
    /*max-width: 74%;*/

    max-width: 100%; /* Deixar a imagem 100% no card */
}

.product-thumb {
    height: 273px !important;
    background-color: #fff;
    /*padding: 15px;*/
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease,
        border-color 0.3s ease;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    /* height: 100%; */
}

/*@media (max-width:467px) {*/
/*    .product-thumb {*/
/*        height: 233px !important;*/
/*    }*/
/*}*/

.product-thumb &gt; .image img,
.product-item &gt; .image img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* MantÃ©m a proporÃ§Ã£o e evita perda de qualidade */
}

.product-thumb &gt; .image img,
.product-item &gt; .image img {
    width: 100%;
    height: auto;
    max-width: 400px; /* Tamanho mÃ¡ximo */
    max-height: 400px;
}

.product-thumb:hover {
    border-color: var(--button-primary) !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.product-thumb .image {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}

.product-thumb .image img,
.product-item .image img {
    display: block;
    /*width: 100%;*/
    transition: transform 0.3s ease;
}

.product-thumb .image a:hover,
.product-item .image a:hover {
    transform: scale(1.1);
}

.caption {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%; /* Ajusta a altura total */
    justify-content: space-between; /* MantÃ©m o preÃ§o fixo no rodapÃ© */
    /*text-align: center;*/
    /*padding: 10px 0;*/
    /*flex-grow: 1;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*margin-top:10px;*/

    /*margin-bottom: 10px;*/
    /*justify-content: space-between;*/
}

.caption .product-name {
    font-size: 14px;
    /*font-weight: bold;*/
    /*margin-bottom: 10px;*/
}

.caption .description {
    font-size: 14px;
    color: #666;
    flex-grow: 1;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 6.5em;
    display: none;
}

.caption .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin: 10px 0;
}

.caption .price .price-amount {
    color: #2e3f6d;
    font-weight: bold;
    font-size: 20px;
}

.caption .price .sold-quantity {
    font-size: 12px;
    color: #999;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .product-item {
        flex: 1 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .product-item {
        flex: 1 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1600px) {
    /* .product-item {
		flex: 1 0 16.66%;
		max-width: 16.66%;
	} */

    .caption .price {
        /*flex-direction: column;*/
        align-items: center;
    }

    .caption .price .price-amount {
        margin-bottom: 5px;
    }

    .caption .price .sold-quantity {
        text-align: center;
    }
}

#load-more-btn {
    bottom: 10px;
    right: 10px;
}

.mobile-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.mobile-footer-item {
    width: 25%;
    text-align: center;
    margin-top:14px;
    color: #2e3f6d;
    font-size: 14px;
}

.mobile-footer-item a {
    color: inherit;
    text-decoration: none;
}

.mobile-footer-item i {
    display: block;
    font-size: 1.5em;
}

.mobile-footer-item span {
    display: block;
    margin-top: 0px;
}

.mobile-footer-item.selected {
    color: orange;
}

.product-thumb .caption {
    /*height: 100px!important;*/
    height: 80px !important;
    /*height: auto;*/
}

.based_on_category &gt; a {
    height: 180px !important;
}

@media (max-width: 2500px) {
    .product-thumb {
        justify-content: none;
    }
    .product-thumb .caption {
        height: 75px;
        font-size: 12px;
    }

    .title-product-slick a {
        width: 100%;
    }

    .title-product-slick {
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .title-product {
        margin-top: 4px;
        margin-bottom: 10px;
    }

    .title-product a {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .product-item {
        margin-bottom: 0px;
    }

    .product-thumb .caption,
    .product-thumb {
        justify-content: none;
        padding: 0 0px;
        flex-grow: 0.2;
    }

    .product-thumb .caption h4 {
        margin-bottom: 0px;
    }

    .caption .price {
        margin-top: 0px;
    }

    #logo img {
        display: none;
        min-width: 8.5rem;
        margin-left: -20px;
    }

    #header-cart {
        display: none;
    }
}

@media (min-width: 768px) {
    #load-more-btn {
        display: none;
    }

    #btn-menu-mobile-2 {
        display: none;
    }
}

@media (max-width: 768px) {
    .heading_title {
        text-align: center;
        border-radius: 100px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .heading_title div:nth-child(2) {
        background: border-box;
        width: 100%;
        border-radius: 0 !important;
        justify-content: center;
        display: flex;
        border-bottom: 4px solid var(--button-secondary) !important;
        /* border-radius: 10px; */
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 16px;
        align-items: center;
        background: white;
        color: var(--button-secondary) !important;
        box-shadow: -0px -0px 20px -14px black;
    }
    .product-item {
        margin-bottom: 0px;
    }

    .product-item {
        flex: 1 100%;
        max-width: 50%;
    }

    .caption .price {
        align-items: center;
        justify-content: space-between;
        font-size: 16px !important;
        margin-top: 10px !important;
    }

    .caption .price .sold-quantity {
        font-size: 9px !important;
    }
    span.price-old {
        font-size: 14px !important;
    }

    .caption .price .price-amount {
        margin-bottom: 5px;
    }

    .product-thumb {
        height: 100%;
    }

    #load-more-btn {
        display: block;
    }

    .mobile-footer {
        display: flex;
        justify-content: space-around;
    }

    #cart {
        display: none;
    }

    .navbar-header {
        display: none;
    }

    #search {
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    #menu {
        display: none;
    }

    #btn-menu-mobile-2 {
        margin-top: 0px;
        padding: 9px 17px;
        color: #fff;
        background: #359497;
        margin-right: 0px;
    }

    .d-block {
        display: block !important;
    }

    #top #top-links {
        display: none;
    }

    #top {
        min-height: 19px;
    }

    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
    }
}

@media (min-width: 768px) and (max-width: 2000px) {
    .product-item {
        margin-bottom: 0;
    }
}
.area-btn-load-more {
    display: flex;
    justify-content: center;
}

/* CART CUSTO CSS */

/* Table */
.bootstrap-touchspin .form-control {
    height: 40px;
    font-size: 18px;
}

.bootstrap-touchspin .btn {
    height: 40px;
    font-size: 18px;
    padding: 5px 15px;
}
@media (max-width: 768px) {
    #table-cart {
        font-size: 10px;
    }
    .bootstrap-touchspin .form-control {
        height: 30px;
        font-size: 14px;
    }

    .bootstrap-touchspin .btn {
        height: 30px;
        font-size: 14px;
        padding: 3px 10px;
    }
    /* .btn-custom {*/
    /*	padding: 2.5px 12px;*/
    /*	font-size:13px;*/

    /*}*/

    /*.btn.bootstrap-touchspin-down,*/
    /*.btn.bootstrap-touchspin-up*/
    /*{*/
    /*    padding: 4.5px 12px !important;*/
    /*    font-size: 10px !important;*/
    /*} */

    /*.form-control.btn-input-quantity{*/
    /*    height: 23px !important;*/
    /*padding: 10.5px 20px !important;*/
    /*margin-top: 9px !important;*/
    /*}*/

    /*.btn-remove-product {*/
    /*    padding: 4.5px 12px !important;*/
    /*    height: 32px;*/
    /*    width: 38px;  */
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*}*/
}

.links-container {
    display: flex;
    flex-wrap: wrap; /* Permite a quebra de linha */
    justify-content: flex-start; /* Centraliza os itens */
    /* EspaÃ§o entre os botÃµes */
    gap: 5px;
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}
.links-container a {
    background-color: var(--button-secondary) !important;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap; /* Evita que o texto dentro do botÃ£o quebre */
}

.container {
    padding: 0 !important;
    max-width: 100vw;
    overflow-x: hidden;
}
.col-sm-12 {
    padding: 0 !important;
}

.title-product a {
    font-size: 14px;
    margin-top: 8px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.title-product-slick a {
    font-size: 14px;
    margin-top: 8px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-name a {
    font-size: 14px;
    margin-top: 8px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 768px) {
    .pb-mobile {
        padding-bottom: 70px;
    }
}

/*.product-item div:first-child:hover {*/
/*    border:1px solid var(--button-primary);*/
/*    transition: all 1s ;*/
/*}*/

.card-product {
    height: auto;
    border: 1px solid #ddd;
    overflow: hidden;
    background-color: white;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    position: relative;
    overflow: visible; /* Permite que a tarja ultrapasse a div */
    transition: margin-bottom 0.3s ease-in-out;
    z-index: 0;
}

.card-product:hover {
    border: 1px solid #49799d77;
    transition: all 0.14s linear;
    /*z-index:9999;*/
    z-index: 1 !important;
}

.tarja {
    /*z-index: 999 !important;*/
    position: absolute;
    bottom: -40px;
    left: -1px !important;
    left: 0;
    width: calc(100% + 2px);
    height: 40px;
    background-color: var(--button-primary);
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 100;
}

.tarja a {
    color: #fff;
    text-decoration: none !important;
    outline: none !important;
    border: none !important;
}

.tarja:hover {
    background: var(--button-secondary);
}
.tarja:hover a {
    color: white;
    text-decoration: none !important;
}

.card-product:hover .tarja {
    opacity: 1;
    transition: all 0.4s linear;
    z-index: 999;
}

.slick-slide:has(.card-product:hover .tarja) {
    margin-bottom: 30px;
    transition: all 0.1s linear;
}
.ui.ribbon.label {
    padding-left: 12px !important;
}

.ui.ribbon.label:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    background-color: transparent !important;
    border-style: solid;
    border-width: 0px 4.2px 0.3em 0 !important;
    border-color: transparent;
    border-right-color: inherit;
    width: 0;
    height: 0;
}

.ui[class*="right ribbon"].label:after {
    left: auto;
    right: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0 !important;
    border-color: transparent;
    border-top-color: inherit;
}
.ui.red.ribbon.label {
    background-color: rgba(219, 40, 40, 0.8) !important;
}
.ui.orange.ribbon.label {
    background-color: rgba(242, 113, 28, 0.8) !important;
}
.ui.yellow.ribbon.label {
    background-color: rgba(251, 189, 8, 0.8) !important;
}
.ui.green.ribbon.label {
    background-color: rgba(33, 186, 69, 0.8) !important;
}
.ui.blue.ribbon.label {
    background-color: rgba(14, 99, 156, 0.8) !important;
}
.ui.teal.ribbon.label {
    background-color: #49799de3 !important;
}
.ui.teal.ribbon.label:hover {
    background-color: #49799df8 !important;
}

.ui.red.label {
    background-color: rgba(219, 40, 40, 0.9) !important;
}
.ui.orange.label {
    background-color: rgba(242, 113, 28, 0.9) !important;
}
.ui.yellow.label {
    background-color: rgba(251, 189, 8, 0.9) !important;
}
.ui.green.label {
    background-color: rgba(33, 186, 69, 0.9) !important;
}
.ui.blue.label {
    background-color: rgba(14, 99, 156, 0.9) !important;
}
.ui.teal.label {
    background: linear-gradient(
        135deg,
        #49799d 0%,
        var(--button-primary) 100%
    ) !important;
}
.ui.teal.label:hover {
    background-color: #49799df8 !important;
}

.sticker_perc {
    background: #49799dc2;
    padding: 4px;
    border: none !important;
    box-shadow: none !important;
    border-bottom-left-radius: 80px 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-top-right-radius: 10px;
}
.sticker_perc.ui.label[class*="label"] {
    border-radius: 0 !important;
    border-top-right-radius: 3px !important;
    border-bottom-left-radius: 15px !important;
}

.sticker_perc_a {
    padding-left: 10px;
    color: white;
    border-radius: 0px;
    padding-right: 4px;
    font-weight: bold;
    color: white;
}
.sticker_perc:hover {
    background: #49799d !important;
    transition: all 0.5s linear;
}

@media(max-width:768px) {
    .mobile-m {
        margin-top:50px !important;
        
    }
}


.descricao-container {
    position: relative;
    width: 100%;
  
   
}

.descricao {
    max-height: 19em; /* Aproximadamente 8 linhas */
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    font-size:14px !important;
}

.descricao.expandida {
    max-height: 500px; /* Ajuste para um valor maior que o necessÃ¡rio */
}

.botao-toggle {
    display: block;
    width: 100%;
    text-align: center;
    background-color: var(--bg-primary);
    color: white;
    padding: 10px;
    margin-top: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}

.botao-toggle:hover {
    background-color: var(--bg-secondary);
}
.ui-pdp-description__content{
 font-size:18px !important;   
}

/* .jv-mobile-or-tablet {
    display: none;
}
*/

.slick-slide a {
  outline: none;
  border: none;
}

.slick-slide a:focus {
  outline: none;
}
</pre></body></html>