
            @media (min-width: 1200px) {
            .container {  	
                width: 1320px;
                
            }}
         :root {  
            --hovercolor: #CF562E; 
            --bg_dark: ; 
            --font-weight: 400;  
			
        }body{
            font-family: "Jost", sans-serif;
            font-size: 14px;
            color: #666666;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Jost", sans-serif;
            color: #253237;
            text-transform: none;
			font-weight: 400;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Jost", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #FFFFFFCC;   
        }.js-product-miniature .product_desc .product_name{
            color: #253237;
            font-size: 16px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #CF562E;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 15px;
        }.h1.namne_details, .product_name_h1{
            color: #253237;
            font-size: 24px;
            text-transform: uppercase;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#555555;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }/* =====================================================
   GOOGLE FONTS
   ===================================================== */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@600;700&display=swap');

/* =====================================================
   TIPOGRAFIA GLOBAL
   ===================================================== */
body {
  font-family: 'Lato', sans-serif;
}

/* =====================================================
   TÍTULOS
   ===================================================== */
h1, h2, h3, h4, h5,
.page-title,
.block-category h1,
.product-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
}
/* =====================================================
   DESCRIÇÃO NATIVA DO PRODUTO — TIPOGRAFIA RESPONSIVA
   (PrestaShop 9 + Ecolife)
   ===================================================== */

/* ===== DESKTOP ===== */
#product #main .product-description p {
  font-size: 18px;
  line-height: 1.6;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  #product #main .product-description p {
    font-size: 16px;
    line-height: 1.55;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  #product #main .product-description p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* =====================================================
   ESCONDER H2 DUPLICADO (EXCETO BREADCRUMB)
   ===================================================== */
#content h2.h1,
#main h2.h1 {
  display: none;
}

/* =====================================================
   GARANTIR BREADCRUMB VISÍVEL
   ===================================================== */
.breadcrumb h2.h1,
.breadcrumb-item h2.h1 {
  display: block;
}

/* =====================================================
   CATEGORIAS — descrição (id="category-description")
   ===================================================== */

/* Desktop (default) */
body#category #category-description,
body#category #category-description p,
body#category #category-description ul,
body#category #category-description ol,
body#category #category-description li {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* Tablet */
@media (max-width: 1024px) {
  body#category #category-description,
  body#category #category-description p,
  body#category #category-description ul,
  body#category #category-description ol,
  body#category #category-description li {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
}

/* Mobile (mais “apertado”, evita desktops pequenos) */
@media (max-width: 575px) {
  body#category #category-description,
  body#category #category-description p,
  body#category #category-description ul,
  body#category #category-description ol,
  body#category #category-description li {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}
