.elementor-15596 .elementor-element.elementor-element-16564cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3d5bce4 *//* ==========================================================================
   BADAGRES - CATEGORIA BANY (CLEAN B2B + #ECF300)
   ========================================================================== */

/* --- 1. GLOBALS I BREADCRUMBS --- */
.bdg-cat-breadcrumbs {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
    margin-bottom: 15px;
}

/* --- 2. HERO HEADER --- */
.bdg-cat-hero {
    padding: 20px 0 40px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}

.bdg-cat-h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #111111;
    margin: 0 0 20px 0;
}

.bdg-cat-lead {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
    max-width: 800px;
    margin: 0;
}

/* --- 3. TARGETES VISUALS DE SUBCATEGORIA (3x2) --- */
.bdg-cat-areas-visual {
    padding: 0 0 50px 0;
}

.bdg-area-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.bdg-area-card {
    position: relative;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-color: #f7f7f7;
    text-decoration: none !important;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    border-radius: 0px !important; /* Geometria arquitectònica */
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
}

.bdg-area-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 50%);
    transition: background 0.4s ease;
}

.bdg-area-content {
    position: relative;
    padding: 30px;
    width: 100%;
    z-index: 2;
    transition: transform 0.4s ease;
}

.bdg-area-title {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.bdg-area-btn {
    font-family: 'Montserrat', sans-serif;
    color: #ECF300;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.9;
    transition: color 0.3s ease;
}

/* Interacció Targetes */
.bdg-area-card:hover {
    transform: translateY(-5px);
    border-bottom: 4px solid #ECF300;
    box-shadow: 0px 20px 40px rgba(0,0,0,0.15);
}

.bdg-area-card:hover .bdg-area-overlay {
    background: linear-gradient(0deg, rgba(236, 243, 0, 0.25) 0%, rgba(0,0,0,0.1) 100%);
}

.bdg-area-card:hover .bdg-area-title,
.bdg-area-card:hover .bdg-area-btn {
    color: #ffffff;
}

/* --- 4. GRAELLA DE PRODUCTES WOOCOMMERCE --- */
.elementor-15596 .elementor-element.elementor-element-3d5bce4 ul.products li.product {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 20px 15px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    box-sizing: border-box;
    border-radius: 0px !important;
}

.elementor-15596 .elementor-element.elementor-element-3d5bce4 ul.products li.product:hover {
    border-color: #ECF300;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    transform: translateY(-5px);
}

.elementor-15596 .elementor-element.elementor-element-3d5bce4 ul.products li.product img {
    margin-bottom: 20px;
    transition: transform 0.4s ease;
    object-fit: contain;
}

.elementor-15596 .elementor-element.elementor-element-3d5bce4 ul.products li.product:hover img {
    transform: scale(1.04);
}

.elementor-15596 .elementor-element.elementor-element-3d5bce4 .woocommerce-loop-product__title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #111111 !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ghost Button WooCommerce */
.elementor-15596 .elementor-element.elementor-element-3d5bce4 ul.products li.product .button {
    display: inline-block;
    background-color: transparent !important;
    color: #111111 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 12px 24px !important;
    border: 1px solid #111111 !important;
    border-radius: 0px !important;
    transition: all 0.3s ease !important;
    margin-top: 10px;
    width: 100%;
}

.elementor-15596 .elementor-element.elementor-element-3d5bce4 ul.products li.product .button:hover {
    background-color: #ECF300 !important;
    border-color: #ECF300 !important;
    color: #111111 !important;
}

/* --- 5. MÒDUL D'AUTORITAT (MARQUES) --- */
.bdg-cat-brands {
    margin: 60px 0;
    padding: 40px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}

.bdg-brands-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888888;
    margin-bottom: 25px;
}

.bdg-brands-ticker {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    text-transform: uppercase;
}

.bdg-dot {
    width: 5px;
    height: 5px;
    background-color: #ECF300;
    border-radius: 0px; /* Quadrat tècnic */
}

/* --- 6. BLOC SEO & CTA (LOCAL SEO) --- */
.bdg-category-seo-block {
    background-color: #ffffff;
    border-top: 4px solid #ECF300;
    padding: 50px 40px;
    margin-top: 60px;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.03);
    color: #111111;
}

.bdg-seo-title {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 0;
}

.bdg-seo-text {
    font-size: 14.5px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 45px;
    max-width: 900px;
}

.bdg-seo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    margin-bottom: 50px;
}

.bdg-seo-card {
    background-color: #fcfcfc;
    padding: 30px;
    border-left: 3px solid #ECF300;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.bdg-seo-subtitle {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0;
    color: #111111;
}

.bdg-seo-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}

.bdg-seo-card strong {
    color: #000000;
    font-weight: 600;
}

/* CTA Caixa Inferior */
.bdg-seo-cta-box {
    text-align: center;
    padding: 40px 30px;
    background-color: #111111;
    color: #ffffff;
    border-bottom: 4px solid #ECF300;
}

.bdg-seo-cta-box p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 0;
    letter-spacing: 0.5px;
}

/* Botó WhatsApp Ghost */
.bdg-actions {
    display: flex;
    justify-content: center;
}

.bdg-btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ECF300;
    padding: 14px 32px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.bdg-btn-text {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bdg-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bdg-btn-icon svg {
    width: 22px;
    height: 22px;
}

.bdg-btn-main:hover {
    background-color: #ECF300;
    color: #111111;
    box-shadow: 0px 10px 25px rgba(236, 243, 0, 0.25);
    transform: translateY(-3px);
}

/* --- 7. RESPONSIVITAT GLOBAL --- */
@media (max-width: 1024px) {
    .bdg-area-grid { grid-template-columns: repeat(2, 1fr); }
    .bdg-area-card { height: 300px; }
    .bdg-cat-h1 { font-size: 28px; }
}

@media (max-width: 768px) {
    .bdg-area-grid { grid-template-columns: 1fr; }
    .bdg-area-card { height: 250px; }
    .bdg-seo-grid { grid-template-columns: 1fr; gap: 25px; }
    .bdg-category-seo-block { padding: 30px 20px; }
    .bdg-cat-h1 { font-size: 24px; line-height: 1.3; }
    
    .elementor-15596 .elementor-element.elementor-element-3d5bce4 ul.products li.product { padding: 15px 10px; }
    .elementor-15596 .elementor-element.elementor-element-3d5bce4 .woocommerce-loop-product__title { font-size: 12px !important; }
    
    .bdg-btn-main { width: 100%; padding: 16px 20px; }
}/* End custom CSS */