.bgh-site,.bgh-products-section{--bgh-accent:#8c0d2f;--bgh-ink:#201719;--bgh-muted:#6f6567;--bgh-soft:#fbf8f8;--bgh-line:rgba(70,40,47,.13);--bgh-shadow:0 16px 45px rgba(71,25,38,.10);direction:rtl;color:var(--bgh-ink);font-family:inherit;line-height:1.8;text-align:right}
.bgh-site *,.bgh-products-section *{box-sizing:border-box}
.bgh-site a,.bgh-products-section a{text-decoration:none;color:inherit}
.bgh-site img,.bgh-products-section img{display:block;max-width:100%}
.bgh-container{width:min(calc(100% - 32px),var(--bgh-content-width,1180px));margin-inline:auto}
.bgh-section{padding:72px 0}
.bgh-section-title{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:30px}
.bgh-section-title span{width:72px;height:1px;background:linear-gradient(90deg,transparent,var(--bgh-accent))}
.bgh-section-title span:last-child{background:linear-gradient(90deg,var(--bgh-accent),transparent)}
.bgh-section-title h2{margin:0;color:var(--bgh-accent);font-size:clamp(22px,2.6vw,31px);line-height:1.45}
.bgh-btn{min-height:48px;padding:9px 24px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;border:1px solid transparent;transition:.22s}
.bgh-btn-primary{background:var(--bgh-accent);color:#fff!important}.bgh-btn-primary:hover{filter:brightness(1.08);transform:translateY(-2px)}
.bgh-btn-outline{border-color:var(--bgh-accent);color:var(--bgh-accent)!important;background:rgba(255,255,255,.78)}
.bgh-center{text-align:center;margin-top:28px}

.bgh-hero{padding:22px 0 0;background:#fff}
.bgh-slider{position:relative}
.bgh-slides{position:relative;height:clamp(460px,46vw,630px);overflow:hidden;border-radius:30px;background:#f1ecea;box-shadow:0 10px 30px rgba(55,25,31,.08)}
.bgh-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s ease}
.bgh-slide.is-active{opacity:1;visibility:visible;z-index:2}
.bgh-slide-shell{position:relative;height:100%;overflow:hidden;border-radius:inherit;background:#f1ecea}
.bgh-slide-image{position:absolute;inset:0;width:100%;height:100%!important;object-fit:cover;object-position:center center;background:#f1ecea;transform:translateZ(0)}
.bgh-slide-overlay{position:absolute;inset:0;pointer-events:none}
.bgh-content-right .bgh-slide-overlay{background:linear-gradient(to left,rgba(27,15,18,.88) 0%,rgba(41,20,26,.62) 26%,rgba(41,20,26,.26) 48%,rgba(41,20,26,.08) 70%,rgba(41,20,26,0) 86%),linear-gradient(to top,rgba(19,10,12,.14),rgba(19,10,12,0) 48%)}
.bgh-content-left .bgh-slide-overlay{background:linear-gradient(to right,rgba(27,15,18,.88) 0%,rgba(41,20,26,.62) 26%,rgba(41,20,26,.26) 48%,rgba(41,20,26,.08) 70%,rgba(41,20,26,0) 86%),linear-gradient(to top,rgba(19,10,12,.14),rgba(19,10,12,0) 48%)}
.bgh-slide-content-wrap{position:absolute;inset:0;z-index:2;display:flex;align-items:center;padding:clamp(28px,4vw,62px);direction:ltr}
.bgh-content-right .bgh-slide-content-wrap{justify-content:flex-end}
.bgh-content-left .bgh-slide-content-wrap{justify-content:flex-start}
.bgh-slide-content{width:min(100%,540px);max-width:44%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#fff;text-align:right;direction:rtl}
.bgh-kicker{display:inline-flex;align-items:center;gap:9px;color:#f6e3d4;font-size:13px;font-weight:800;margin-bottom:12px;text-shadow:0 1px 2px rgba(0,0,0,.18)}
.bgh-kicker:after{content:"";width:40px;height:1px;background:currentColor;opacity:.55}
.bgh-slide h1,.bgh-slide h2{margin:0 0 16px;color:#fff;font-size:clamp(33px,4.1vw,60px);line-height:1.32;letter-spacing:-.6px;text-shadow:0 2px 14px rgba(0,0,0,.2)}
.bgh-slide p{margin:0 0 28px;color:rgba(255,255,255,.92);font-size:clamp(13px,1.45vw,18px);line-height:1.95;max-width:42ch;text-shadow:0 1px 8px rgba(0,0,0,.18)}
.bgh-hero-buttons{display:flex;flex-wrap:wrap;gap:12px}
.bgh-hero .bgh-btn-primary{box-shadow:0 10px 24px rgba(140,13,47,.24)}
.bgh-hero .bgh-btn-outline{border-color:rgba(255,255,255,.55);color:#fff!important;background:rgba(255,255,255,.08);backdrop-filter:blur(6px)}
.bgh-hero .bgh-btn-outline:hover{background:rgba(255,255,255,.16);transform:translateY(-2px)}
.bgh-slider-arrow{position:absolute;top:calc(50% - 23px);z-index:5;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.26);background:rgba(255,255,255,.92);color:var(--bgh-accent);display:grid;place-items:center;font-size:27px;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.bgh-slider-prev{right:15px}.bgh-slider-next{left:15px}
.bgh-slide-dots{display:flex;justify-content:center;gap:9px;margin-top:17px}
.bgh-slide-dot{width:9px;height:9px;border:1px solid var(--bgh-accent);border-radius:50%;background:transparent;padding:0;cursor:pointer;transition:.2s}
.bgh-slide-dot.is-active{width:25px;border-radius:10px;background:var(--bgh-accent)}

.bgh-benefits{padding:42px 0 8px;background:#fff}
.bgh-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.bgh-benefit-grid article{border:1px solid var(--bgh-line);min-height:158px;padding:25px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;background:#fff;border-radius:8px;transition:.22s}
.bgh-benefit-grid article:hover{box-shadow:var(--bgh-shadow);transform:translateY(-4px);border-color:rgba(140,13,47,.27)}
.bgh-benefit-grid svg{width:40px;height:40px;color:var(--bgh-accent);margin-bottom:12px}
.bgh-benefit-grid h2{font-size:14px;color:var(--bgh-accent);margin:0 0 4px}.bgh-benefit-grid p{font-size:12px;color:var(--bgh-muted);margin:0}

.bgh-installments{padding-top:66px;background:#fff}
.bgh-gateway-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.bgh-gateway{border:1px solid var(--bgh-line);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fff;transition:.22s;overflow:hidden;min-width:0}
.bgh-gateway:hover{border-color:rgba(140,13,47,.24);box-shadow:var(--bgh-shadow);transform:translateY(-3px)}
.bgh-gateway-has-image{padding:0;aspect-ratio:16/9;min-height:0}
.bgh-gateway-media{display:block;width:100%;height:100%;overflow:hidden;border-radius:inherit;background:#f7f4f4}
.bgh-gateway-has-image img{display:block;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover;object-position:center;border-radius:0!important;transition:transform .35s ease}
.bgh-gateway-has-image:hover img{transform:scale(1.018)}
.bgh-gateway-no-image{min-height:145px;gap:12px;padding:22px}
.bgh-gateway-no-image svg{width:43px;height:43px;color:var(--bgh-accent)}.bgh-gateway-no-image strong{font-size:15px}

.bgh-brands{padding-top:48px;background:#fff}
.bgh-brand-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}
.bgh-brand-grid a{height:78px;border:1px solid var(--bgh-line);border-radius:7px;display:grid;place-items:center;padding:10px;font-family:Georgia,serif;font-size:15px;font-weight:700;letter-spacing:.4px;transition:.2s;background:#fff}
.bgh-brand-grid a:hover{border-color:var(--bgh-accent);color:var(--bgh-accent);transform:translateY(-3px)}.bgh-brand-grid img{max-width:100%;max-height:45px;object-fit:contain}

.bgh-promos{padding-top:30px;background:#fff}
.bgh-promo-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:165px;gap:14px}
.bgh-promo{position:relative;overflow:hidden;border-radius:9px;background:#eee;isolation:isolate;min-height:165px}
.bgh-promo img{position:absolute;inset:0;width:100%;height:100%!important;object-fit:cover;z-index:-2;transition:.4s}.bgh-promo:hover img{transform:scale(1.035)}
.bgh-promo-copy{height:100%;padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.bgh-promo-copy strong{font-size:20px;color:var(--bgh-promo-title,var(--bgh-accent))}.bgh-promo-copy small{font-size:12px;color:var(--bgh-promo-subtitle,#544b4d);margin-top:2px}.bgh-promo-copy em{font-style:normal;font-size:11px;color:var(--bgh-promo-link,var(--bgh-accent));font-weight:800;margin-top:14px}
.bgh-size-wide{grid-column:span 6;grid-row:span 2}.bgh-size-medium{grid-column:span 4}.bgh-size-tall{grid-column:span 4;grid-row:span 2}

.bgh-products-section{background:var(--bgh-soft);padding:68px 0}
.bgh-products-section:nth-of-type(even){background:#fff}
.bgh-product-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:27px}
.bgh-product-heading h2{margin:0;color:var(--bgh-accent);font-size:clamp(22px,2.6vw,31px);line-height:1.4}.bgh-product-heading p{margin:5px 0 0;color:var(--bgh-muted);font-size:13px}
.bgh-product-arrows{display:flex;gap:8px;flex:0 0 auto}.bgh-product-arrows button{width:42px;height:42px;border:1px solid var(--bgh-line);background:#fff;color:var(--bgh-accent);font-size:24px;border-radius:50%;cursor:pointer;transition:.2s}.bgh-product-arrows button:hover{background:var(--bgh-accent);color:#fff}
.bgh-product-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;padding:4px 1px 18px}.bgh-product-track::-webkit-scrollbar{display:none}
.bgh-product-card{background:#fff;border:1px solid var(--bgh-line);border-radius:9px;overflow:hidden;scroll-snap-align:start;min-width:0;transition:.22s;flex:0 0 calc((100% - 56px)/5)}
.bgh-cols-4 .bgh-product-card{flex-basis:calc((100% - 42px)/4)}.bgh-cols-5 .bgh-product-card{flex-basis:calc((100% - 56px)/5)}.bgh-cols-6 .bgh-product-card{flex-basis:calc((100% - 70px)/6)}
.bgh-product-card:hover{box-shadow:var(--bgh-shadow);transform:translateY(-4px)}
.bgh-product-image{display:block;aspect-ratio:1/1;background:#fff;overflow:hidden;position:relative}.bgh-product-image img{width:100%;height:100%!important;object-fit:contain;padding:12px;transition:.35s}.bgh-product-card:hover .bgh-product-image img{transform:scale(1.035)}
.bgh-sale-badge{position:absolute;right:10px;top:10px;background:var(--bgh-accent);color:#fff;font-size:10px;font-weight:800;padding:4px 9px;border-radius:20px}
.bgh-product-content{padding:14px}.bgh-product-content h3{font-size:12px;line-height:1.75;height:43px;overflow:hidden;margin:0 0 8px}.bgh-price{font-size:12px;font-weight:800;color:var(--bgh-ink);min-height:25px}.bgh-price del{opacity:.5;font-size:10px}.bgh-price ins{text-decoration:none;color:var(--bgh-accent)}
.bgh-product-link{display:flex;justify-content:space-between;align-items:center;margin-top:10px;border-top:1px solid var(--bgh-line);padding-top:10px;color:var(--bgh-accent)!important;font-size:10px;font-weight:800}
.bgh-empty{text-align:center;border:1px dashed var(--bgh-line);padding:28px;background:#fff;border-radius:8px;color:var(--bgh-muted)}


.bgh-articles-section{background:#fff;padding:72px 0;direction:rtl;color:var(--bgh-ink)}
.bgh-article-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:27px}
.bgh-article-heading h2{margin:0;color:var(--bgh-accent);font-size:clamp(22px,2.6vw,31px);line-height:1.4}.bgh-article-heading p{margin:5px 0 0;color:var(--bgh-muted);font-size:13px}
.bgh-article-arrows{display:flex;gap:8px;flex:0 0 auto}.bgh-article-arrows[hidden]{display:none}.bgh-article-arrows button{width:42px;height:42px;border:1px solid var(--bgh-line);background:#fff;color:var(--bgh-accent);font-size:24px;border-radius:50%;cursor:pointer;transition:.2s}.bgh-article-arrows button:hover,.bgh-article-arrows button:focus-visible{background:var(--bgh-accent);color:#fff;outline:none}
.bgh-article-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;padding:4px 1px 18px}.bgh-article-track::-webkit-scrollbar{display:none}
.bgh-article-card{background:#fff;border:1px solid var(--bgh-line);border-radius:10px;overflow:hidden;scroll-snap-align:start;min-width:0;flex:0 0 calc((100% - 48px)/4);transition:.22s;display:flex;flex-direction:column}
.bgh-article-card:hover{box-shadow:var(--bgh-shadow);transform:translateY(-4px)}
.bgh-article-image{display:block;position:relative;aspect-ratio:16/10;background:var(--bgh-soft);overflow:hidden}.bgh-article-image img{width:100%;height:100%!important;object-fit:cover;transition:.35s}.bgh-article-card:hover .bgh-article-image img{transform:scale(1.035)}
.bgh-article-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#fbf8f8,#eee5e8);color:var(--bgh-accent);letter-spacing:1.5px}.bgh-article-placeholder strong{font-family:Georgia,serif;font-size:25px}.bgh-article-placeholder small{font-size:9px;letter-spacing:3px;opacity:.7}
.bgh-article-category{position:absolute;right:10px;top:10px;background:rgba(255,255,255,.94);color:var(--bgh-accent);border:1px solid rgba(140,13,47,.12);font-size:10px;font-weight:800;padding:4px 9px;border-radius:20px;max-width:calc(100% - 20px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bgh-article-content{padding:16px 16px 15px;display:flex;flex-direction:column;flex:1}.bgh-article-date{font-size:10px;color:var(--bgh-muted);margin-bottom:5px}.bgh-article-content h3{font-size:14px;line-height:1.75;margin:0 0 7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:49px}.bgh-article-content h3 a:hover{color:var(--bgh-accent)}
.bgh-article-content p{font-size:11.5px;line-height:1.9;color:var(--bgh-muted);margin:0 0 13px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:66px}
.bgh-article-link{display:flex;justify-content:space-between;align-items:center;margin-top:auto;border-top:1px solid var(--bgh-line);padding-top:11px;color:var(--bgh-accent)!important;font-size:11px;font-weight:800}.bgh-article-link span{transition:.2s}.bgh-article-link:hover span{transform:translateX(-3px)}

.bgh-seo-section{background:#fff}.bgh-seo-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:44px;align-items:center}.bgh-seo-grid h2{font-size:clamp(25px,3vw,36px);line-height:1.5;color:var(--bgh-accent);margin:0 0 14px}.bgh-seo-text{color:var(--bgh-muted);font-size:14px}.bgh-seo-text p:first-child{margin-top:0}.bgh-consult-box{background:var(--bgh-soft);border:1px solid var(--bgh-line);border-radius:9px;padding:32px}.bgh-consult-box svg{width:47px;color:var(--bgh-accent)}.bgh-consult-box h3{font-size:19px;line-height:1.55;margin:13px 0 7px}.bgh-consult-box p{font-size:13px;color:var(--bgh-muted);margin:0 0 19px}
.bgh-faq{background:var(--bgh-soft)}.bgh-faq-list{max-width:900px;margin:auto}.bgh-faq details{background:#fff;border:1px solid var(--bgh-line);border-radius:7px;padding:18px 20px;margin-bottom:10px}.bgh-faq summary{font-size:14px;font-weight:800;cursor:pointer;color:var(--bgh-accent)}.bgh-faq details div{font-size:13px;color:var(--bgh-muted);margin-top:10px}.bgh-faq details p{margin:0}

@media(max-width:1050px){.bgh-gateway-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bgh-slides{height:clamp(430px,56vw,620px);border-radius:26px}.bgh-slide-content-wrap{padding:34px}.bgh-slide-content{max-width:48%}.bgh-slide h1,.bgh-slide h2{font-size:clamp(28px,3.7vw,46px)}.bgh-benefit-grid{grid-template-columns:repeat(2,1fr)}.bgh-brand-grid{grid-template-columns:repeat(4,1fr)}.bgh-product-card,.bgh-cols-4 .bgh-product-card,.bgh-cols-5 .bgh-product-card,.bgh-cols-6 .bgh-product-card{flex-basis:calc((100% - 28px)/3)}.bgh-article-card{flex-basis:calc((100% - 32px)/3)}.bgh-seo-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.bgh-container{width:min(calc(100% - 20px),var(--bgh-content-width,1180px))}.bgh-section,.bgh-products-section,.bgh-articles-section{padding:54px 0}.bgh-slides{height:560px;border-radius:22px}.bgh-slide-overlay,.bgh-content-left .bgh-slide-overlay,.bgh-content-right .bgh-slide-overlay{background:linear-gradient(to top,rgba(20,11,13,.94) 0%,rgba(20,11,13,.84) 30%,rgba(20,11,13,.52) 56%,rgba(20,11,13,.16) 78%,rgba(20,11,13,0) 100%)}.bgh-slide-content-wrap,.bgh-content-left .bgh-slide-content-wrap,.bgh-content-right .bgh-slide-content-wrap{justify-content:stretch;align-items:flex-end;padding:20px 18px 24px}.bgh-slide-content{width:100%;max-width:none;direction:rtl}.bgh-slide h1,.bgh-slide h2{font-size:28px}.bgh-slide p{font-size:13px;max-width:none;margin-bottom:22px}.bgh-kicker{font-size:12px}.bgh-hero-buttons{gap:10px}.bgh-slider-arrow{display:none}.bgh-benefit-grid{gap:8px}.bgh-benefit-grid article{min-height:145px;padding:20px 10px}.bgh-benefit-grid h2{font-size:12px}.bgh-benefit-grid p{font-size:10px}.bgh-gateway-grid{grid-template-columns:1fr}.bgh-brand-grid{grid-template-columns:repeat(2,1fr)}.bgh-promo-grid{grid-template-columns:1fr;grid-auto-rows:210px}.bgh-size-wide,.bgh-size-medium,.bgh-size-tall{grid-column:auto;grid-row:auto}.bgh-product-heading{align-items:flex-start}.bgh-product-heading p{font-size:11px}.bgh-product-arrows button{width:37px;height:37px}.bgh-product-card,.bgh-cols-4 .bgh-product-card,.bgh-cols-5 .bgh-product-card,.bgh-cols-6 .bgh-product-card{flex-basis:calc((100% - 10px)/2)}.bgh-product-track{gap:10px}.bgh-product-content h3{font-size:11px}.bgh-article-heading{align-items:flex-start}.bgh-article-heading p{font-size:11px}.bgh-article-arrows button{width:37px;height:37px}.bgh-article-track{gap:12px}.bgh-article-card{flex-basis:84%}.bgh-article-content h3{font-size:13px}.bgh-article-content p{font-size:11px}.bgh-seo-grid{grid-template-columns:1fr;gap:25px}.bgh-section-title span{width:34px}}
@media(prefers-reduced-motion:reduce){.bgh-site *,.bgh-products-section *,.bgh-articles-section *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* Performance: skip layout/paint work for sections until they approach the viewport. */
@supports(content-visibility:auto){
.bgh-installments,.bgh-brands,.bgh-promos,.bgh-products-section,.bgh-articles-section,.bgh-seo-section,.bgh-faq{content-visibility:auto;contain-intrinsic-size:auto 650px}
}


/* Deferred below-the-fold sections: reserve layout space without running WooCommerce/Post queries on initial HTML. */
.bgh-lazy-section{min-height:430px;contain:layout paint style;position:relative}
.bgh-lazy-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:27px}
.bgh-lazy-heading h2{margin:0;color:var(--bgh-accent);font-size:clamp(22px,2.6vw,31px);line-height:1.4}
.bgh-lazy-heading p{margin:5px 0 0;color:var(--bgh-muted);font-size:13px}
.bgh-lazy-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;visibility:hidden;opacity:0}
.bgh-lazy-cards span{display:block;aspect-ratio:4/5;border-radius:10px;background:transparent}
.bgh-lazy-section:after{content:"";position:absolute;left:50%;top:56%;width:28px;height:28px;margin:-14px 0 0 -14px;border:2px solid rgba(140,13,47,.12);border-top-color:var(--bgh-accent);border-radius:50%;opacity:0;animation:bghLazySpin .8s linear infinite;transition:opacity .18s ease}
.bgh-lazy-loading:after{opacity:.65}
.bgh-lazy-error:after{opacity:0}
.bgh-section-ready{animation:bghSectionReveal .28s ease-out both}
@keyframes bghLazySpin{to{transform:rotate(360deg)}}
@keyframes bghSectionReveal{from{opacity:.55;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(max-width:1050px){.bgh-lazy-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.bgh-lazy-section{min-height:390px}}
@media(max-width:720px){.bgh-lazy-section{min-height:340px}.bgh-lazy-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bgh-lazy-cards span:nth-child(n+3){display:none}.bgh-lazy-heading p{font-size:11px}}
@media(prefers-reduced-motion:reduce){.bgh-lazy-section:after,.bgh-section-ready{animation:none}}
