:root {
    --yb-green: #173f35;
    --yb-green-2: #255e4e;
    --yb-lime: #b8d642;
    --yb-cream: #f3f0e8;
    --yb-warm: #d8cdbb;
    --yb-ink: #17201d;
    --yb-muted: #66706c;
    --yb-line: #e3e7e4;
    --yb-soft: #f6f7f5;
    --yb-white: #fff;
    --yb-shadow: 0 18px 55px rgba(20, 47, 39, .09);
    --yb-radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.yesilbati-site {
    margin: 0;
    background: #fff;
    color: var(--yb-ink);
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
body.yesilbati-site a { color: inherit; text-decoration: none; }
body.yesilbati-site a:hover,
body.yesilbati-site a:focus { color: var(--yb-green-2); text-decoration: none; }
body.yesilbati-site img { max-width: 100%; }
.yb-container { width: min(1480px, calc(100% - 48px)); margin: 0 auto; }

/* Header */
.yb-header { position: relative; z-index: 1000; background: #fff; }
.yb-announcement { background: var(--yb-green); color: #fff; }
.yb-announcement-inner {
    min-height: 38px; display: flex; align-items: center; justify-content: space-between;
    gap: 20px; font-size: 11px; letter-spacing: .15px;
}
.yb-announcement-inner strong { color: #fff; font-size: 12px; font-weight: 700; }
.yb-announcement-inner span { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.76); }
.yb-announcement-inner i { color: var(--yb-lime); }
.yb-main-header { border-bottom: 1px solid var(--yb-line); }
.yb-main-header-grid {
    min-height: 88px; display: grid; grid-template-columns: 220px minmax(320px, 1fr) auto;
    align-items: center; gap: 34px;
}
.yb-brand { display: inline-flex; width: 205px; align-items: center; }
.yb-brand img { width: 100%; max-height: 55px; object-fit: contain; object-position: left center; }
.yb-search { position: relative; display: flex; height: 48px; border: 1px solid #ccd4d0; border-radius: 8px; overflow: visible; background: #fff; }
.yb-search:focus-within { border-color: var(--yb-green); box-shadow: 0 0 0 3px rgba(23,63,53,.08); }
.yb-search input { flex: 1; min-width: 0; padding: 0 18px; border: 0; outline: 0; background: transparent; color: var(--yb-ink); font-size: 13px; }
.yb-search button { width: 54px; border: 0; background: var(--yb-green); color: #fff; font-size: 17px; }
.yb-search .easy-autocomplete-container { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 50; background: #fff; border: 1px solid var(--yb-line); border-radius: 8px; box-shadow: var(--yb-shadow); }
.yb-quick-actions { display: flex; align-items: center; gap: 22px; }
.yb-quick-actions > a { position: relative; display: grid; justify-items: center; gap: 3px; min-width: 52px; color: #29332f; font-size: 10px; font-weight: 600; white-space: nowrap; }
.yb-quick-actions i { font-size: 21px; color: var(--yb-green); }
.yb-cart-link b { position: absolute; top: -6px; right: 2px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 50%; background: var(--yb-lime); color: var(--yb-green); font-size: 9px; }
.yb-mobile-toggle { display: none; border: 0; background: transparent; color: var(--yb-green); font-size: 22px; }

.yb-nav-shell { border-bottom: 1px solid var(--yb-line); box-shadow: 0 6px 16px rgba(23,63,53,.035); }
.yb-nav-row { min-height: 54px; display: flex; align-items: stretch; gap: 28px; }
.yb-catalog-button {
    width: 220px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between;
    border: 0; background: var(--yb-lime); color: var(--yb-green); font-size: 13px; font-weight: 800;
}
.yb-catalog-button .fa-th-large { margin-right: 10px; }
.yb-catalog-button span { margin-right: auto; }
.yb-desktop-nav { flex: 1; }
.yb-desktop-nav > ul { height: 100%; margin: 0; padding: 0; display: flex; align-items: stretch; list-style: none; }
.yb-desktop-nav > ul > li { position: relative; display: flex; align-items: center; }
.yb-desktop-nav > ul > li > a { height: 100%; padding: 0 15px; display: flex; align-items: center; gap: 7px; color: #2d3733; font-size: 12px; font-weight: 700; }
.yb-desktop-nav > ul > li > a:hover { color: var(--yb-green-2); }
.yb-dropdown { position: absolute; top: 100%; left: 0; min-width: 240px; display: none; padding: 12px; background: #fff; border: 1px solid var(--yb-line); box-shadow: var(--yb-shadow); }
.yb-desktop-nav li:hover > .yb-dropdown { display: block; }
.yb-dropdown-group { display: grid; gap: 7px; padding: 8px; }
.yb-dropdown-group a { color: var(--yb-muted); font-size: 12px; }
.yb-dropdown-group .yb-dropdown-title { color: var(--yb-ink); font-weight: 800; }
.yb-mega-menu { left: -160px; width: min(1000px, 78vw); grid-template-columns: repeat(4, 1fr); }
.yb-desktop-nav li:hover > .yb-mega-menu { display: grid; }
.yb-contact-link { display: inline-flex; align-items: center; gap: 8px; color: var(--yb-green); font-size: 12px; font-weight: 800; white-space: nowrap; }
.yb-contact-link i { color: var(--yb-lime); font-size: 17px; }
.yb-catalog-panel { display: none; position: absolute; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--yb-line); box-shadow: var(--yb-shadow); }
.yb-catalog-panel.is-open { display: block; }
.yb-catalog-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; padding: 22px 0; }
.yb-catalog-grid a { min-height: 92px; padding: 16px; display: grid; place-items: center; gap: 8px; border: 1px solid var(--yb-line); border-radius: 8px; background: var(--yb-soft); font-size: 12px; font-weight: 700; }
.yb-catalog-grid i { color: var(--yb-green-2); font-size: 24px; }

/* Mobile drawer */
.yb-drawer-backdrop { position: fixed; inset: 0; z-index: 1090; visibility: hidden; opacity: 0; background: rgba(9,25,20,.55); transition: .25s ease; }
.yb-mobile-drawer { position: fixed; top: 0; bottom: 0; left: 0; z-index: 1100; width: min(360px, 88vw); padding: 22px; overflow-y: auto; transform: translateX(-102%); background: #fff; transition: transform .28s ease; }
.yb-drawer-open .yb-mobile-drawer { transform: translateX(0); }
.yb-drawer-open .yb-drawer-backdrop { visibility: visible; opacity: 1; }
.yb-drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--yb-line); }
.yb-drawer-head img { width: 170px; max-height: 50px; object-fit: contain; object-position: left; }
.yb-drawer-head button { width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--yb-soft); color: var(--yb-green); }
.yb-drawer-search { display: flex; height: 44px; margin: 18px 0; border: 1px solid var(--yb-line); border-radius: 6px; overflow: hidden; }
.yb-drawer-search input { flex: 1; min-width: 0; padding: 0 12px; border: 0; outline: 0; }
.yb-drawer-search button { width: 45px; border: 0; background: var(--yb-green); color: #fff; }
.yb-mobile-drawer nav { display: grid; }
.yb-mobile-drawer nav a { padding: 13px 3px; border-bottom: 1px solid var(--yb-line); color: var(--yb-ink); font-size: 13px; font-weight: 700; }
.yb-mobile-drawer nav i { width: 28px; color: var(--yb-green-2); }
.yb-drawer-contact { margin-top: 24px; padding: 18px; display: grid; gap: 7px; border-radius: 10px; background: var(--yb-green); color: #fff; }
.yb-drawer-contact strong { font-size: 13px; }.yb-drawer-contact a { color: rgba(255,255,255,.8); font-size: 12px; }

/* Hero */
.yb-hero-section { padding: 24px 0 0; background: #fff; }
.yb-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 18px; }
.yb-hero-main { min-width: 0; }
.yb-hero-slide,
.yb-hero-fallback { position: relative; min-height: 480px; overflow: hidden; border-radius: var(--yb-radius); background: var(--yb-cream); }
.yb-hero-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.yb-hero-slide:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,35,29,.78), rgba(15,35,29,.18) 62%, transparent); }
.yb-hero-overlay { position: relative; z-index: 2; width: min(580px, 80%); min-height: 480px; padding: 64px; display: flex; flex-direction: column; justify-content: center; color: #fff; }
.yb-hero-overlay > span,
.yb-hero-fallback > div > span { margin-bottom: 13px; color: var(--yb-lime); font-size: 11px; font-weight: 800; letter-spacing: 1.6px; }
.yb-hero-overlay h1,
.yb-hero-fallback h1 { margin: 0 0 18px; font-size: clamp(34px, 4.2vw, 60px); line-height: 1.05; font-weight: 800; letter-spacing: -2px; }
.yb-hero-overlay p,
.yb-hero-fallback p { max-width: 540px; margin: 0 0 26px; color: rgba(255,255,255,.82); font-size: 15px; }
.yb-hero-overlay a,
.yb-hero-buttons a { width: fit-content; min-height: 46px; padding: 0 22px; display: inline-flex; align-items: center; gap: 10px; border-radius: 6px; background: var(--yb-lime); color: var(--yb-green); font-size: 12px; font-weight: 800; }
.yb-hero-fallback { padding: 64px; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(125deg, #173f35 0%, #24594b 55%, #d8cdbb 55%, #f3f0e8 100%); color: #fff; }
.yb-hero-fallback > div:first-child { position: relative; z-index: 2; max-width: 610px; }
.yb-hero-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.yb-hero-buttons .is-outline { border: 1px solid rgba(255,255,255,.55); background: transparent; color: #fff; }
.yb-hero-mark { width: 260px; height: 260px; display: grid; place-items: center; border: 1px solid rgba(23,63,53,.15); border-radius: 50%; background: rgba(255,255,255,.33); color: var(--yb-green); }
.yb-hero-mark:before { content: ''; position: absolute; width: 200px; height: 200px; border: 1px solid rgba(23,63,53,.18); border-radius: 50%; }
.yb-hero-mark span { position: relative; z-index: 1; font-size: 68px; font-weight: 800; letter-spacing: -7px; }
.yb-hero-aside { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.yb-promo-card { position: relative; min-height: 231px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border-radius: var(--yb-radius); }
.yb-promo-card:before { content: ''; position: absolute; width: 170px; height: 170px; top: -60px; right: -55px; border: 36px solid rgba(255,255,255,.08); border-radius: 50%; }
.yb-promo-card small { position: relative; margin-bottom: 10px; font-size: 10px; font-weight: 800; letter-spacing: 1.3px; }
.yb-promo-card strong { position: relative; max-width: 270px; font-size: 22px; line-height: 1.25; }
.yb-promo-card span { position: relative; margin-top: 18px; font-size: 11px; font-weight: 800; }
.yb-promo-card.is-dark { background: #1d2824; color: #fff; }
.yb-promo-card.is-dark small { color: var(--yb-lime); }
.yb-promo-card.is-light { background: var(--yb-cream); color: var(--yb-green); }
.yb-promo-card.is-light small { color: #8a6f48; }

/* Home sections */
.yb-service-bar { margin-top: 24px; border-top: 1px solid var(--yb-line); border-bottom: 1px solid var(--yb-line); }
.yb-service-bar > div { display: grid; grid-template-columns: repeat(4, 1fr); }
.yb-service-bar > div > div { min-height: 98px; padding: 24px; display: flex; align-items: center; gap: 16px; border-right: 1px solid var(--yb-line); }
.yb-service-bar > div > div:last-child { border-right: 0; }
.yb-service-bar i { width: 38px; color: var(--yb-green-2); font-size: 25px; text-align: center; }
.yb-service-bar span { display: grid; gap: 2px; color: var(--yb-muted); font-size: 10px; }
.yb-service-bar strong { color: var(--yb-ink); font-size: 12px; }
.yb-section { padding: 74px 0; }
.yb-soft-section { background: var(--yb-soft); }
.yb-section-head { margin-bottom: 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.yb-section-head span { display: block; margin-bottom: 7px; color: var(--yb-green-2); font-size: 10px; font-weight: 800; letter-spacing: 1.6px; }
.yb-section-head h2 { margin: 0; color: var(--yb-ink); font-size: clamp(25px, 3vw, 36px); line-height: 1.15; font-weight: 800; letter-spacing: -1.1px; }
.yb-section-head > a { display: inline-flex; align-items: center; gap: 9px; color: var(--yb-green); font-size: 11px; font-weight: 800; }
.yb-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.yb-category-card { min-width: 0; padding: 14px 14px 18px; display: block; border: 1px solid var(--yb-line); border-radius: 10px; background: #fff; transition: .25s ease; }
.yb-category-card:hover { transform: translateY(-4px); border-color: #b9c7c1; box-shadow: var(--yb-shadow); }
.yb-category-visual { aspect-ratio: 1.22; margin-bottom: 16px; display: grid; place-items: center; overflow: hidden; border-radius: 7px; background: linear-gradient(145deg, #f2eee5, #dde6e1); }
.yb-category-visual img { width: 100%; height: 100%; object-fit: cover; }
.yb-category-visual i { color: var(--yb-green); font-size: 42px; opacity: .75; }
.yb-category-card strong { display: block; min-height: 38px; color: var(--yb-ink); font-size: 13px; line-height: 1.35; }
.yb-category-card > span { margin-top: 9px; display: flex; align-items: center; justify-content: space-between; color: var(--yb-muted); font-size: 9px; font-weight: 700; }
.yb-products-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.yb-product-slide { padding: 0 7px; }

/* Product card */
.yb-product-card { height: 100%; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--yb-line); border-radius: 10px; background: #fff; transition: .25s ease; }
.yb-product-card:hover { transform: translateY(-3px); border-color: #becac5; box-shadow: var(--yb-shadow); }
.yb-product-media { position: relative; aspect-ratio: 1 / .92; display: grid; place-items: center; overflow: hidden; background: #f5f6f4; }
.yb-product-media > a:first-child { width: 100%; height: 100%; padding: 18px; display: flex; align-items: center; justify-content: center; }
.yb-product-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.yb-product-card:hover .yb-product-media img { transform: scale(1.025); }
.yb-product-badges { position: absolute; top: 10px; left: 10px; display: grid; gap: 5px; }
.yb-product-badges span { width: fit-content; padding: 5px 8px; border-radius: 4px; color: #fff; font-size: 9px; font-weight: 800; }
.yb-badge-discount { background: #c13a2d; }.yb-badge-new { background: var(--yb-green-2); }
.yb-favorite { position: absolute; top: 10px; right: 10px; width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--yb-line); border-radius: 50%; background: #fff; color: var(--yb-green); cursor: pointer; }
.yb-favorite.isActive { background: var(--yb-green); color: #fff; }
.yb-product-body { flex: 1; padding: 16px 16px 12px; }
.yb-product-brand { display: block; margin-bottom: 5px; color: var(--yb-green-2); font-size: 9px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.yb-product-body h3 { min-height: 40px; margin: 0 0 6px; overflow: hidden; font-size: 13px; line-height: 1.45; font-weight: 700; }
.yb-product-body h3 a { color: var(--yb-ink); }
.yb-product-sku { display: block; margin-bottom: 12px; color: #8b9490; font-size: 9px; }
.yb-price-row { min-height: 25px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.yb-price-row strong { color: var(--yb-green); font-size: 17px; font-weight: 800; }
.yb-price-row del { color: #a0a7a4; font-size: 10px; }
.yb-product-actions { padding: 0 16px 16px; }
.yb-product-actions button,
.yb-product-actions a { width: 100%; min-height: 40px; padding: 0 14px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--yb-green); border-radius: 6px; background: var(--yb-green); color: #fff; font-size: 10px; font-weight: 800; }
.yb-product-actions button:hover,
.yb-product-actions a:hover { background: var(--yb-lime); border-color: var(--yb-lime); color: var(--yb-green); }
.yb-product-carousel .owl-controls .owl-prev,
.yb-product-carousel .owl-controls .owl-next { background: var(--yb-green) !important; color: #fff !important; }

.yb-project-banner { padding: 0 0 74px; }
.yb-project-banner > div { min-height: 260px; padding: 52px 60px; display: flex; align-items: center; justify-content: space-between; gap: 42px; overflow: hidden; border-radius: var(--yb-radius); background: linear-gradient(115deg, #173f35, #2b6253); color: #fff; }
.yb-project-banner span { color: var(--yb-lime); font-size: 10px; font-weight: 800; letter-spacing: 1.5px; }
.yb-project-banner h2 { max-width: 820px; margin: 10px 0; font-size: clamp(27px, 3.7vw, 46px); line-height: 1.1; font-weight: 800; letter-spacing: -1.5px; }
.yb-project-banner p { max-width: 720px; margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }
.yb-project-banner a { min-width: 180px; min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 6px; background: var(--yb-lime); color: var(--yb-green); font-size: 11px; font-weight: 800; }
.yb-material-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.yb-material-grid > a { position: relative; min-height: 300px; overflow: hidden; border-radius: 10px; background: linear-gradient(145deg, var(--yb-cream), #dfe8e3); }
.yb-material-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.yb-material-grid > a:after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(14,32,26,.78)); }
.yb-material-grid div { position: absolute; left: 24px; right: 24px; bottom: 22px; z-index: 2; display: grid; gap: 5px; color: #fff; }
.yb-material-grid strong { font-size: 19px; }.yb-material-grid span { font-size: 10px; font-weight: 700; }
.yb-content-block { padding: 56px 0; background: var(--yb-soft); }

/* Category */
.breadcrumb { margin: 0; padding: 0; background: var(--yb-soft); border: 0; border-bottom: 1px solid var(--yb-line); border-radius: 0; }
.breadcrumb .container { width: min(1480px, calc(100% - 48px)); padding: 0; }
.breadcrumb-inner { min-height: 46px; display: flex; align-items: center; }
.breadcrumb ul { margin: 0; }.breadcrumb li { color: var(--yb-muted); font-size: 10px; }.breadcrumb li:after { content: '/'; margin-left: 10px; color: #b2bab6; }.breadcrumb li:last-child:after { display: none; }.breadcrumb li.active { color: var(--yb-ink); }
.yb-category-page { padding: 54px 0 80px; }
.yb-category-header { margin-bottom: 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.yb-category-header > div:first-child > span { color: var(--yb-green-2); font-size: 10px; font-weight: 800; letter-spacing: 1.6px; }
.yb-category-header h1 { margin: 7px 0 6px; font-size: clamp(31px, 4vw, 48px); font-weight: 800; letter-spacing: -1.5px; }
.yb-category-header p { max-width: 760px; margin: 0; color: var(--yb-muted); }
.yb-result-count { display: grid; justify-items: end; }.yb-result-count strong { color: var(--yb-green); font-size: 30px; }.yb-result-count span { color: var(--yb-muted); font-size: 10px; }
.yb-subcategory-row { margin-bottom: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.yb-subcategory-row a { min-height: 52px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--yb-line); border-radius: 7px; background: #fff; font-size: 11px; font-weight: 700; }
.yb-category-layout { display: flex; align-items: flex-start; }
.category-filter { display: block !important; }
.category-filter .block-item-content { padding: 0; border: 1px solid var(--yb-line); border-radius: 8px; overflow: hidden; background: #fff; }
.category-filter .filter-menu-box { margin: 0; padding: 20px; border: 0; border-bottom: 1px solid var(--yb-line); }
.category-filter .filter-menu-group-title { margin-bottom: 13px; color: var(--yb-ink); font-size: 12px; font-weight: 800; }
.category-filter .filterList { margin: 0; padding: 0; list-style: none; }.category-filter .filterList li { margin: 7px 0; }.category-filter .filterList a { color: var(--yb-muted); font-size: 11px; }
.category-filter .checkbox-custom label { color: var(--yb-muted); font-size: 11px; }
.category-filter .btn-warning { margin: 16px; width: calc(100% - 32px); border-color: var(--yb-green); background: var(--yb-green); }
.yb-category-results > .filters-container { margin: 0 0 22px; padding: 12px 16px; border: 1px solid var(--yb-line); border-radius: 7px; background: var(--yb-soft); }
.yb-product-grid-row { display: flex; flex-wrap: wrap; }
.yb-category-product { margin-bottom: 18px; display: flex; }
.yb-category-product .yb-product-card { width: 100%; }
.yb-pagination { padding-top: 22px; text-align: center; }
.yb-empty-state { padding: 70px 20px; text-align: center; border: 1px dashed #cbd3cf; border-radius: 10px; background: var(--yb-soft); }
.yb-empty-state i { color: var(--yb-green-2); font-size: 40px; }.yb-empty-state h2 { margin: 14px 0 7px; font-size: 22px; }.yb-empty-state p { color: var(--yb-muted); }.yb-empty-state a { margin-top: 10px; padding: 10px 18px; display: inline-block; border-radius: 5px; background: var(--yb-green); color: #fff; font-weight: 700; }

/* Product detail legacy normalization */
.modern-product-page { background: var(--yb-soft) !important; }
.modern-product-page .product-shell { border-color: var(--yb-line) !important; border-radius: 12px !important; box-shadow: var(--yb-shadow) !important; }
.modern-product-page .gallery-panel { background: #f4f6f4 !important; }
.modern-product-page .product-info .name { color: var(--yb-ink) !important; font-family: 'Manrope', sans-serif; }
.modern-product-page .product-price { color: var(--yb-green) !important; }
.modern-product-page .btn-primary { border-color: var(--yb-green) !important; background: var(--yb-green) !important; }

/* Trust + footer */
.yb-trust-strip { border-top: 1px solid var(--yb-line); background: var(--yb-cream); }
.yb-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.yb-trust-grid > div { min-height: 104px; padding: 24px 30px; display: flex; align-items: center; gap: 15px; border-right: 1px solid rgba(23,63,53,.1); }
.yb-trust-grid > div:last-child { border-right: 0; }
.yb-trust-grid i { width: 34px; color: var(--yb-green); font-size: 25px; text-align: center; }
.yb-trust-grid span { display: grid; color: #75807b; font-size: 10px; }.yb-trust-grid strong { color: var(--yb-ink); font-size: 12px; }
.yb-footer { background: #12231e; color: rgba(255,255,255,.66); }
.yb-footer-main { padding: 68px 0 52px; display: grid; grid-template-columns: 1.35fr .75fr .85fr 1.2fr; gap: 54px; }
.yb-footer-brand img { width: 210px; max-height: 60px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.yb-footer-brand p { max-width: 380px; margin: 22px 0; font-size: 12px; line-height: 1.8; }
.yb-socials { display: flex; gap: 8px; }.yb-socials a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: #fff; }
.yb-footer h3 { margin: 0 0 22px; color: #fff; font-size: 13px; font-weight: 800; }
.yb-footer-column ul { margin: 0; padding: 0; display: grid; gap: 11px; list-style: none; }.yb-footer-column a { color: rgba(255,255,255,.62); font-size: 11px; }
.yb-footer-contact { display: grid; align-content: start; gap: 15px; }.yb-footer-contact h3 { margin-bottom: 7px; }.yb-footer-contact > a,.yb-footer-contact > div { display: flex; align-items: flex-start; gap: 13px; color: rgba(255,255,255,.72); font-size: 11px; }.yb-footer-contact i { width: 20px; margin-top: 4px; color: var(--yb-lime); font-size: 16px; }.yb-footer-contact span { display: grid; gap: 2px; }.yb-footer-contact small { color: rgba(255,255,255,.38); font-size: 9px; text-transform: uppercase; }
.yb-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }.yb-footer-bottom > div { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }.yb-footer-bottom p { margin: 0; font-size: 10px; }
.yb-payment-badges { display: flex; gap: 7px; }.yb-payment-badges span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.13); border-radius: 4px; color: rgba(255,255,255,.7); font-size: 8px; font-weight: 700; }
.yb-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 990; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff !important; box-shadow: 0 12px 28px rgba(0,0,0,.18); font-size: 26px; }
.yb-cookie { position: fixed; left: 24px; bottom: 24px; z-index: 1200; width: min(480px, calc(100% - 48px)); padding: 18px; display: none; align-items: center; gap: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; background: #17231f; color: rgba(255,255,255,.72); box-shadow: var(--yb-shadow); }
.yb-cookie.is-visible { display: flex; }.yb-cookie p { flex: 1; margin: 0; font-size: 10px; }.yb-cookie a { color: var(--yb-lime) !important; }.yb-cookie button { min-width: 82px; min-height: 36px; border: 0; border-radius: 5px; background: var(--yb-lime); color: var(--yb-green); font-size: 10px; font-weight: 800; }

@media (max-width: 1199px) {
    .yb-container { width: min(100% - 32px, 1180px); }
    .yb-main-header-grid { grid-template-columns: 180px minmax(260px, 1fr) auto; gap: 20px; }
    .yb-brand { width: 175px; }.yb-quick-actions { gap: 12px; }.yb-quick-actions > a span { display: none; }
    .yb-desktop-nav > ul > li > a { padding: 0 9px; font-size: 10px; }
    .yb-hero-grid { grid-template-columns: minmax(0, 1fr) 300px; }
    .yb-category-grid { grid-template-columns: repeat(3, 1fr); }.yb-products-grid { grid-template-columns: repeat(4, 1fr); }
    .yb-footer-main { grid-template-columns: 1.2fr .7fr .7fr 1fr; gap: 32px; }
}

@media (max-width: 991px) {
    .yb-announcement-inner span { display: none; }
    .yb-announcement-inner { justify-content: center; text-align: center; }
    .yb-main-header-grid { min-height: 74px; grid-template-columns: 42px 160px 1fr auto; gap: 12px; }
    .yb-mobile-toggle { display: block; }.yb-brand { width: 155px; }.yb-search { height: 42px; }
    .yb-quick-actions > a:not(.yb-cart-link) { display: none; }.yb-cart-link span { display: none; }
    .yb-nav-shell { display: none; }
    .yb-hero-grid { grid-template-columns: 1fr; }.yb-hero-aside { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .yb-promo-card { min-height: 210px; }
    .yb-service-bar > div { grid-template-columns: repeat(2, 1fr); }.yb-service-bar > div > div:nth-child(2) { border-right: 0; }.yb-service-bar > div > div:nth-child(-n+2) { border-bottom: 1px solid var(--yb-line); }
    .yb-products-grid { grid-template-columns: repeat(3, 1fr); }.yb-material-grid { grid-template-columns: repeat(2, 1fr); }
    .yb-project-banner > div { padding: 42px; align-items: flex-start; flex-direction: column; }
    .yb-trust-grid { grid-template-columns: repeat(2, 1fr); }.yb-trust-grid > div:nth-child(2) { border-right: 0; }.yb-trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(23,63,53,.1); }
    .yb-footer-main { grid-template-columns: 1fr 1fr; }
    .category-filter { display: none !important; }.filter-menu-active .category-filter { position: fixed; inset: 0 auto 0 0; z-index: 1200; width: min(360px, 88vw); display: block !important; padding: 16px; overflow-y: auto; background: #fff; }
    .yb-category-results { width: 100%; }.yb-subcategory-row { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
    .yb-container,.breadcrumb .container { width: calc(100% - 24px); }
    .yb-announcement-inner { min-height: 34px; }.yb-announcement-inner strong { font-size: 10px; }
    .yb-main-header-grid { min-height: 67px; grid-template-columns: 36px 1fr auto; }
    .yb-brand { width: 145px; }.yb-search { grid-column: 1 / -1; margin-bottom: 12px; }.yb-main-header-grid { padding-bottom: 2px; }
    .yb-hero-section { padding-top: 12px; }.yb-hero-slide,.yb-hero-fallback { min-height: 430px; border-radius: 9px; }.yb-hero-overlay { min-height: 430px; width: 100%; padding: 32px 24px; }.yb-hero-overlay h1,.yb-hero-fallback h1 { font-size: 35px; letter-spacing: -1px; }
    .yb-hero-fallback { padding: 36px 24px; background: linear-gradient(145deg, #173f35, #2b6253); }.yb-hero-mark { display: none; }.yb-hero-aside { grid-template-columns: 1fr; gap: 12px; }.yb-promo-card { min-height: 190px; padding: 26px; }
    .yb-service-bar > div > div { min-height: 84px; padding: 16px 10px; gap: 8px; }.yb-service-bar i { width: 26px; font-size: 20px; }.yb-service-bar strong { font-size: 10px; }.yb-service-bar span { font-size: 8px; }
    .yb-section { padding: 48px 0; }.yb-section-head { align-items: flex-start; }.yb-section-head h2 { font-size: 27px; }.yb-section-head > a { display: none; }
    .yb-category-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }.yb-category-card { padding: 10px 10px 14px; }.yb-category-card strong { font-size: 11px; }.yb-category-visual i { font-size: 32px; }
    .yb-products-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }.yb-product-slide { padding: 0 4px; }.yb-product-body { padding: 11px 10px 8px; }.yb-product-body h3 { min-height: 34px; font-size: 10px; }.yb-price-row strong { font-size: 13px; }.yb-product-actions { padding: 0 10px 10px; }.yb-product-actions button,.yb-product-actions a { min-height: 35px; font-size: 8px; }.yb-product-media > a:first-child { padding: 10px; }.yb-favorite { width: 30px; height: 30px; }
    .yb-project-banner { padding-bottom: 48px; }.yb-project-banner > div { min-height: 0; padding: 34px 24px; }.yb-project-banner h2 { font-size: 29px; }.yb-project-banner a { width: 100%; }
    .yb-material-grid { grid-template-columns: 1fr; }.yb-material-grid > a { min-height: 240px; }
    .yb-category-page { padding: 36px 0 55px; }.yb-category-header { align-items: flex-start; }.yb-result-count { display: none; }.yb-subcategory-row { grid-template-columns: repeat(2, 1fr); }.yb-category-product { padding-left: 5px; padding-right: 5px; margin-bottom: 10px; }
    .yb-trust-grid > div { min-height: 88px; padding: 16px 10px; }.yb-trust-grid i { width: 27px; font-size: 20px; }.yb-trust-grid strong { font-size: 10px; }.yb-trust-grid span { font-size: 8px; }
    .yb-footer-main { padding: 46px 0 34px; grid-template-columns: 1fr; gap: 34px; }.yb-footer-brand p { max-width: 100%; }.yb-footer-bottom > div { padding: 18px 0; align-items: flex-start; flex-direction: column; }
    .yb-cookie { left: 12px; bottom: 12px; width: calc(100% - 24px); flex-direction: column; align-items: stretch; }.yb-cookie button { width: 100%; }
    .yb-whatsapp { right: 16px; bottom: 16px; width: 49px; height: 49px; }
}
