
         :root {  
            --maincolor: #CC3B46;  
            --bodycolor: #232323;  
        }html{
            font-size: 14px;
        }body{
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            color: #232323;
        }body{background-color: #FFFFFF;background-repeat: repeat-x;background-attachment: scroll;background-size: auto;}.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Montserrat", sans-serif;
            color: #121111;
            text-transform: none;
			font-weight: 600;
        }.pos_title h2{
            font-size: 20px;
        }.pos-title{
            font-family: "Montserrat", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #000000;   
        }.page-title-wrapper{ background-image: url(https://loja.rapcosmetica.com/img/cms/header.jpg);background-color: #000000}.page-header h1,.breadcrumb{  
                color: #000000;   
            }.js-product-miniature .product_desc .product_name{
            color: #232323;
            text-transform: none;
            font-weight: 400;
        }@media(min-width: 768px){
                .js-product-miniature .product_desc .product_name{
                font-size: 13px;
                }
            }.js-product-miniature .product_desc .product_name:hover{
            color: #C89FD9;
        }.product-price-and-shipping .price{
            color:#232323;
            font-size: 20px;
        }.h1.namne_details, .product_name_h1{
            color: #121111;
            font-size: 18px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#CC3B46;
            font-size: 24px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }#header .sticky-inner.scroll-menu .pos-menu-horizontal .menu-item > a {
  opacity: .99;
}

#header .sticky-inner.scroll-menu {
  background-color: #fff;
 opacity: .99;
}

.tabs .tab-content {
  text-align: left;
  color: #232323;
}

.product-information {
  font-weight: 400;
  color: #232323;
}

.product-flag .out_of_stock {
  background: #FF0000;
 margin-left: 5px;
}


.product-flag .new {
  background: #232323;
}


.product-flag .on-sale,  .product-flag .pack {
  background: #32CD32;
 }

.product-cover-container {
  position: relative;
  z-index: 8;
}

.product-cover {
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #ebebeb;
}


.img-thumbnail {
  max-width: 10%;
  height: auto;
}

.js-product-miniature .product_desc .product_name:not(.one_line) {
  min-height: 3em;
}

.back-top a {
  background: #aaa;
}

#manufacturer #main ul {
  flex-wrap: inherit;
}




/* === Botões "Adicionar ao carrinho" personalizados === */
.js-product-miniature.style_product2 div.cart button.ajax_add_to_cart_button {
  background-color: #CC3B46 !important; /* Cor base */
  color: #fff !important;
  border: none !important;
  border-radius: 25px !important; /* Cantos arredondados */
  width: 60% !important; /* Tamanho */
  margin: 0 auto !important; /* Centralizar */
  display: block !important; /* Necessário para o centramento */
  text-align: center !important;
  transition: all 0.3s ease !important;
  font-weight: 600 !important;
  padding: 10px 0 !important;
}

/* Hover e foco */
.js-product-miniature.style_product2 div.cart 
.ajax_add_to_cart_button:hover, 
button.ajax_add_to_cart_button:hover, 
.product-add-to-cart button:hover, 
.product-miniature .add-to-cart:hover {
  background-color: #232323 !important; /* Cor no hover */
  color: #fff !important;
}
