:root{
  --zahbro-red:#E61E2E;
  --zahbro-red-dark:#9E111D;
  --zahbro-red-soft:#FF3848;
  --zahbro-black:#070707;
  --zahbro-charcoal:#141414;
  --zahbro-white:#FFFFFF;
  --zahbro-gray:#B6B6B6;
  --zahbro-border:rgba(255,255,255,.14);
  --zahbro-shadow:0 22px 70px rgba(0,0,0,.28);
  --zahbro-gradient:linear-gradient(135deg,#E61E2E 0%,#9E111D 48%,#070707 100%);
  --zahbro-gradient-soft:linear-gradient(135deg,rgba(230,30,46,.18),rgba(158,17,29,.08));
}

.zahbro-xstore-child *{box-sizing:border-box}.zahbro-container{width:min(1200px,calc(100% - 32px));margin-inline:auto}.zahbro-homepage{background:var(--zahbro-black);color:var(--zahbro-white);overflow:hidden}.zahbro-section{padding:clamp(58px,7vw,108px) 0}.zahbro-eyebrow{display:inline-flex;gap:8px;align-items:center;color:var(--zahbro-red-soft);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.zahbro-eyebrow:before{content:"";width:32px;height:2px;background:var(--zahbro-gradient);border-radius:20px}.zahbro-section-head{max-width:720px;margin-bottom:34px}.zahbro-section-head h2{margin:10px 0 12px;color:var(--zahbro-white);font-size:clamp(32px,4vw,58px);line-height:.98;font-weight:900;letter-spacing:-.04em}.zahbro-section-head p{color:rgba(255,255,255,.68);font-size:17px;line-height:1.7}.zahbro-section-head--split{display:flex;align-items:end;justify-content:space-between;gap:24px;max-width:none}.zahbro-btn,.zahbro-text-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none!important}.zahbro-btn svg,.zahbro-text-link svg{width:18px;height:18px;fill:currentColor}.zahbro-btn{min-height:52px;padding:0 22px;border-radius:999px;font-weight:900;transition:transform .35s ease,box-shadow .35s ease,background .35s ease,color .35s ease}.zahbro-btn--primary{color:var(--zahbro-white);background:var(--zahbro-gradient);box-shadow:0 14px 38px rgba(230,30,46,.32)}.zahbro-btn--primary:hover{transform:translateY(-4px);box-shadow:0 22px 54px rgba(230,30,46,.42);color:var(--zahbro-white)}.zahbro-btn--ghost{color:var(--zahbro-white);border:1px solid var(--zahbro-border);background:rgba(255,255,255,.06)}.zahbro-btn--ghost:hover{background:var(--zahbro-white);color:var(--zahbro-black);transform:translateY(-4px)}.zahbro-text-link{color:var(--zahbro-red-soft);font-weight:900}.zahbro-text-link:hover{color:var(--zahbro-white)}

.zahbro-hero{position:relative;min-height:760px;display:flex;align-items:center;background:radial-gradient(circle at top left,rgba(230,30,46,.34),transparent 34%),linear-gradient(120deg,#070707 0%,#141414 45%,#5f0911 100%);background-size:cover;background-position:center;overflow:hidden}.zahbro-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,7,7,.95),rgba(7,7,7,.68),rgba(7,7,7,.22)),repeating-linear-gradient(135deg,rgba(255,255,255,.04) 0 1px,transparent 1px 18px);pointer-events:none}.zahbro-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr);align-items:center;gap:40px}.zahbro-hero__content h1{max-width:760px;margin:14px 0 20px;color:var(--zahbro-white);font-size:clamp(46px,8vw,104px);line-height:.88;font-weight:950;letter-spacing:-.07em;text-transform:uppercase}.zahbro-hero__content h1 strong{display:block;background:linear-gradient(90deg,#fff,#FF3848,#E61E2E);-webkit-background-clip:text;background-clip:text;color:transparent}.zahbro-hero__content p{max-width:650px;color:rgba(255,255,255,.74);font-size:clamp(16px,1.4vw,20px);line-height:1.75}.zahbro-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.zahbro-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:650px;margin-top:34px}.zahbro-hero__stats span{padding:14px 16px;border:1px solid var(--zahbro-border);border-radius:18px;background:rgba(255,255,255,.06);backdrop-filter:blur(16px);color:rgba(255,255,255,.68)}.zahbro-hero__stats strong{display:block;color:var(--zahbro-white);font-size:24px}.zahbro-hero__visual{display:flex;justify-content:center}.zahbro-hero-card{position:relative;width:min(410px,100%);padding:34px;border:1px solid var(--zahbro-border);border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.04));box-shadow:var(--zahbro-shadow);backdrop-filter:blur(18px);animation:zahbro-float 5s ease-in-out infinite}.zahbro-hero-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:var(--zahbro-gradient);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.8}.zahbro-hero-card img{display:block;max-width:100%;height:auto;filter:drop-shadow(0 18px 28px rgba(0,0,0,.45))}.zahbro-hero-card span{display:block;margin-top:22px;color:rgba(255,255,255,.72);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.zahbro-hero__glow{position:absolute;border-radius:999px;filter:blur(40px);opacity:.5;animation:zahbro-pulse 4s ease-in-out infinite}.zahbro-hero__glow--one{width:280px;height:280px;left:-90px;bottom:80px;background:var(--zahbro-red)}.zahbro-hero__glow--two{width:360px;height:360px;right:-110px;top:80px;background:var(--zahbro-red-dark);animation-delay:1s}

.zahbro-categories{background:linear-gradient(180deg,#070707 0%,#111 100%)}.zahbro-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.zahbro-category-card{position:relative;min-height:270px;padding:28px;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(255,255,255,.03));color:var(--zahbro-white)!important;text-decoration:none!important;overflow:hidden;transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease}.zahbro-category-card:before{content:"";position:absolute;inset:auto -20% -45% -20%;height:65%;background:radial-gradient(circle,rgba(230,30,46,.42),transparent 70%);opacity:0;transition:opacity .4s ease,transform .4s ease}.zahbro-category-card:hover{transform:translateY(-10px);border-color:rgba(230,30,46,.55);box-shadow:0 24px 60px rgba(0,0,0,.38)}.zahbro-category-card:hover:before{opacity:1;transform:translateY(-18px)}.zahbro-category-card__icon{position:relative;display:grid;place-items:center;width:56px;height:56px;border-radius:18px;background:var(--zahbro-gradient);box-shadow:0 14px 34px rgba(230,30,46,.28)}.zahbro-category-card__icon svg{width:28px;height:28px;fill:var(--zahbro-white)}.zahbro-category-card h3{position:relative;margin:28px 0 10px;color:var(--zahbro-white);font-size:24px;font-weight:900}.zahbro-category-card p{position:relative;color:rgba(255,255,255,.65);line-height:1.65}.zahbro-category-card__link{position:relative;display:inline-flex;margin-top:18px;color:var(--zahbro-red-soft);font-weight:900}

.zahbro-featured-products{background:#0b0b0b}.zahbro-products-wrap ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px!important}.zahbro-products-wrap ul.products:before,.zahbro-products-wrap ul.products:after{display:none!important}.zahbro-products-wrap ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:14px!important;border:1px solid rgba(255,255,255,.1);border-radius:26px;background:linear-gradient(160deg,rgba(255,255,255,.08),rgba(255,255,255,.03));transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;overflow:hidden}.zahbro-products-wrap ul.products li.product:hover{transform:translateY(-8px);border-color:rgba(230,30,46,.42);box-shadow:0 22px 60px rgba(0,0,0,.34)}.zahbro-products-wrap ul.products li.product img{border-radius:18px;transition:transform .5s ease}.zahbro-products-wrap ul.products li.product:hover img{transform:scale(1.05)}.zahbro-products-wrap .woocommerce-loop-product__title{color:var(--zahbro-white);font-weight:900}.zahbro-products-wrap .price{color:var(--zahbro-red-soft)!important;font-weight:900}.zahbro-sale-badge{background:var(--zahbro-gradient)!important;color:#fff!important;border-radius:999px!important;padding:7px 12px!important;min-height:auto!important;line-height:1!important;font-weight:900!important}.zahbro-card-meta{display:flex;flex-wrap:wrap;gap:7px;margin:8px 0}.zahbro-card-meta__item{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border-radius:999px;background:rgba(230,30,46,.1);color:rgba(255,255,255,.72);font-size:11px;font-weight:800}.zahbro-card-meta svg{width:13px;height:13px;fill:var(--zahbro-red-soft)}

.zahbro-promo-band{background:radial-gradient(circle at top right,rgba(230,30,46,.25),transparent 32%),#070707}.zahbro-promo-card{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:clamp(30px,5vw,60px);border:1px solid rgba(255,255,255,.12);border-radius:34px;background:linear-gradient(135deg,rgba(230,30,46,.18),rgba(255,255,255,.05));box-shadow:var(--zahbro-shadow);overflow:hidden}.zahbro-promo-card h2{max-width:760px;margin:10px 0;color:#fff;font-size:clamp(30px,4vw,62px);line-height:1;font-weight:950;letter-spacing:-.05em}.zahbro-promo-card p{max-width:680px;color:rgba(255,255,255,.68);font-size:17px;line-height:1.7}

.zahbro-product-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:22px 0}.zahbro-product-trust span{display:flex;align-items:center;gap:8px;padding:12px;border-radius:14px;background:rgba(230,30,46,.08);color:#222;font-weight:800}.zahbro-product-trust svg{width:18px;height:18px;fill:var(--zahbro-red)}

[data-zahbro-animate]{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}[data-zahbro-animate].is-visible{opacity:1;transform:none}@keyframes zahbro-float{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-16px) rotate(1deg)}}@keyframes zahbro-pulse{0%,100%{transform:scale(1);opacity:.42}50%{transform:scale(1.12);opacity:.7}}

@media (max-width:1024px){.zahbro-hero{min-height:auto;padding:120px 0 80px}.zahbro-hero__grid{grid-template-columns:1fr}.zahbro-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.zahbro-products-wrap ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.zahbro-section-head--split{align-items:flex-start;flex-direction:column}.zahbro-promo-card{align-items:flex-start;flex-direction:column}.zahbro-product-trust{grid-template-columns:1fr}}
@media (max-width:640px){.zahbro-container{width:min(100% - 22px,1200px)}.zahbro-hero{padding:96px 0 62px}.zahbro-hero__content h1{font-size:clamp(42px,15vw,70px)}.zahbro-hero__stats{grid-template-columns:1fr}.zahbro-hero__actions{flex-direction:column}.zahbro-btn{width:100%}.zahbro-category-grid,.zahbro-products-wrap ul.products{grid-template-columns:1fr}.zahbro-section{padding:54px 0}.zahbro-category-card{min-height:220px}.zahbro-products-wrap ul.products li.product{padding:12px!important}.zahbro-promo-card{border-radius:24px}}
