
            @media (min-width: 1200px) {
            .container {  	
                width: 1200px;
                
            }}
         :root {  
            --hovercolor: #CEA679; 
            --bg_dark: ; 
            --font-weight: 600;  
			
        }body{
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            color: #000000;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Open Sans", sans-serif;
            color: #612B22;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Open Sans", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #FFFFFFCC;   
        }.page-title-wrapper{  
                background-image: url(https://brandybags.com.co/img/cms/f_category_page_20.png);   
            }.js-product-miniature .product_desc .product_name{
            color: #612B22;
            font-size: 14px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #CEA679;
        }.product-price-and-shipping .price{
            color:#612B22;
            font-size: 20px;
        }.h1.namne_details, .product_name_h1{
            color: #612B22;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#612B22;
            font-size: 24px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }/*Brandy - Config-Out-Of-Stock*/
#product-availability .product-unavailable {
    color: #cea679;
}
/*Brandy - Config-General-Buttons*/
.btn-primary {
    border: 2px solid #612b22;
    background: #612b22;
 }
    
/*Brandy - Config-Done-CheckOut*/
.done {
    color: #cea679;
}
/*Brandy - Config-Top-a-Back*/
.back-top a {
    background: #612b22;
}
/*Brandy - Color-Discount-Tag*/
.has-discount .discount {
    background: #612b22;
}
/*Brandy - Color-Discount-Price*/
.product-price-and-shipping .price.price-sale {
    color: #612b22;
}
/*Brandy - Color-Discount-Tag-Home*/
.product-price-and-shipping .discount-product {
    background: #612b22;
}

/*Brandy - Color-Add-To-Cart*/
.product-actions .add-to-cart {
    background: #ff9a52;
    color: #fff;
    border: 1px solid #ff9a52;
    text-transform: uppercase;
    animation: butterfly 2s 
    ease-in-out infinite;
   }

/*Brandy - Color-Add-To-Cart-OJO*/
.js-product-miniature.style_product1 div.cart span.ajax_add_to_cart_button {
    background: #612b22;
}

/*Brandy -Background-Reasurance-Module*/
.blockreassurance_product  {
    background-color: #8080801f;
    padding-top: 10px;
}

/*Brandy -Unidades-vendidas*/
.brandy-badge-info {
  font-size: 0.7rem;
  margin-top: 6px;
  color: #5A4033;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
margin-bottom:10px;
}
.brandy-badge-info .new-label {
  background: #F3EDE9;
  color: #5A4033;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
 font-weight: 600;
}
.brandy-badge-info .sold-label {
  color: #612b22;
}
.brandy-badge-info .separator {
  color: #612b22;
}

/*Brandy -Users-Online*/
.brandy-people-viewing {
  font-size: 0.8rem;
  color: #5A4033;
  font-weight: 500;
  margin-top: 4px;
  transition: opacity 0.2s ease-in-out;
  margin-bottom: 10px;
}

/*Brandy -WhatsApp*/
.brandy-whatsapp-contact {
  display: flex;
  flex-direction: column;  /* fuerza elementos en columna */
  align-items: center;
  gap: 12px;            /* espacio entre iconos/texto */
  padding: 12px 16px;   /* espacio interno */
  /* border: 1px solid #8b5e3c;   borde café elegante */
  border-radius: 5px;       /*bordes redondeados */
  background-color: #fff;  /* fondo beige claro */
  font-size: 0.8rem;
  color: #612b22;             /* texto café NEGRO*/
  font-weight: 500;
}
.brandy-whatsapp-contact .brandy-item-button {
text-align: center;
padding: 10px; 
color: #fff; 
border-radius: 5px; 
font-weight: 700;
background: #612b22;
min-width: 250px;
}

/*Brandy -Hide-FAVORITOS*/
.cart_button  {
 display: none;
}
/*Brandy -Hide-EXPAND-ADD TO CART*/
.product-quantity .qty {
 width: 100%;
}
/*Brandy -Hide-MARGIN-ADD-TO-CART-BUTTON*/
.product-quantity .add {
 margin-right: 0px;
}


/*Brandy -FECHA-ENTREGA-PAG-PROD*/
.brandy-fecha-entrega {
  background: #ffeee1;
  color: #612b22;
  border-radius: 5px;
  padding: 12px;
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
  border: 1px #ff9a52 solid;
}

.brandy-fecha-entrega .compra-ahora {
  font-size: 0.8rem;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.brandy-fecha-entrega .compra-ahora i {
  margin-right: 6px;
  color: #612b22;
}

.brandy-fecha-entrega .fecha-estimada {
  font-size: 0.9rem;
  opacity: 0.9;
  text-transform: lowercase;
  font-weight: 500;
}

.brandy-fecha-entrega .fecha-destino-especial {
  font-size: 0.7rem;
  opacity: 0.9;
  font-weight: 500;
}

/*Brandy - Disable-Quick-View*/
.quick-view, 
.js-quick-view {
  display: none !important;
}

/*Brandy - Disable-Continuar-Comprando*/
.cart-grid-body > a.btn-primary {
  display: none !important;
}

/*Brandy - Style-Proceder-Pedido*/
.checkout.cart-detailed-actions .btn-primary {
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

/*Brandy - Style-Hide-BreadCrumb-ALL*/
#wrapper .breadcrumb {
    display: none !important;
}

/*Brandy - Style-Hide-CMS11*/
.cms-id-11 .page-title-wrapper.p_tilte_small {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/*Brandy - Style-Hide-Title DIV on Product-Page*/
#product .page-title-wrapper {
    display: none; 
}

/*Brandy - Style-Accordeon*/
.accordion .card .card-header a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
