.fx-product-hero{--fx-product-media:50%;--fx-product-gap:48px;display:grid;grid-template-columns:minmax(0,var(--fx-product-media)) minmax(0,1fr);gap:var(--fx-product-gap);align-items:start;color:var(--fx-color-text,#475569)}
.fx-product-hero__gallery,.fx-product-hero__content{min-width:0}
.fx-product-hero__stage{position:relative;overflow:hidden;background:#f3f4f6;border-radius:16px;isolation:isolate}
.fx-product-hero__image-trigger{display:block;width:100%;height:100%;padding:0!important;margin:0!important;border:0!important;border-radius:inherit!important;background:transparent!important;box-shadow:none!important;cursor:zoom-in;overflow:hidden;color:inherit}
.fx-product-hero__image-trigger:disabled{cursor:default}
.fx-product-hero__stage-image{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .22s ease,transform .45s cubic-bezier(.22,1,.36,1)}
.fx-product-hero__stage.is-changing .fx-product-hero__stage-image{opacity:.35;transform:scale(1.015)}
.fx-product-hero__zoom{position:absolute;right:16px;top:16px;width:40px;height:40px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.92);color:#111827;box-shadow:0 5px 20px rgba(15,23,42,.12);opacity:0;transform:translateY(-5px);transition:.22s ease;pointer-events:none}
.fx-product-hero__zoom svg,.fx-product-hero__arrow svg,.fx-product-hero__lightbox-close svg,.fx-product-hero__lightbox-arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.fx-product-hero__stage:hover .fx-product-hero__zoom,.fx-product-hero__image-trigger:focus-visible .fx-product-hero__zoom{opacity:1;transform:none}
.fx-product-hero__arrow{position:absolute;z-index:3;top:50%;width:42px;height:42px;display:grid!important;place-items:center;padding:0!important;margin:0!important;border:0!important;border-radius:999px!important;background:rgba(255,255,255,.92)!important;color:#111827!important;box-shadow:0 5px 20px rgba(15,23,42,.12)!important;transform:translateY(-50%);opacity:0;transition:.2s ease;cursor:pointer}
.fx-product-hero__arrow.is-prev{left:16px}.fx-product-hero__arrow.is-next{right:16px}
.fx-product-hero__stage:hover .fx-product-hero__arrow,.fx-product-hero__arrow:focus-visible{opacity:1}
.fx-product-hero__arrow:hover{background:#fff!important;transform:translateY(-50%) scale(1.05)}
.fx-product-hero__counter{position:absolute;z-index:2;right:16px;bottom:14px;padding:6px 10px;border-radius:999px;background:rgba(17,24,39,.72);color:#fff;font-size:12px;line-height:1;backdrop-filter:blur(8px)}
.fx-product-hero__thumbnails{display:flex;gap:10px;overflow-x:auto;padding:12px 2px 2px;scrollbar-width:thin;scroll-snap-type:x proximity}
.fx-product-hero__thumbnail{--fx-thumb-size:76px;flex:0 0 var(--fx-thumb-size);width:var(--fx-thumb-size);height:calc(var(--fx-thumb-size) * .72);padding:0!important;margin:0!important;border:1px solid transparent!important;overflow:hidden;background:#f3f4f6!important;opacity:.62;cursor:pointer;scroll-snap-align:start;transition:opacity .18s ease,border-color .18s ease,transform .18s ease}
.fx-product-hero__thumbnail img{display:block;width:100%;height:100%;object-fit:cover}
.fx-product-hero__thumbnail:hover{opacity:.9;transform:translateY(-1px)}
.fx-product-hero__thumbnail[aria-current="true"]{opacity:1;border-color:var(--fx-color-primary,#245327)!important;box-shadow:0 0 0 1px var(--fx-color-primary,#245327)}
.fx-product-hero__content{min-width:0}.fx-product-hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.fx-product-hero__badges span{display:inline-flex;padding:7px 14px;border-radius:999px;background:color-mix(in srgb,var(--fx-color-primary,#245327) 14%,white);color:var(--fx-color-primary,#245327);font-size:.78rem;font-weight:600}.fx-product-hero__title{margin:0 0 12px;color:var(--fx-color-primary,#245327);font-size:clamp(2rem,4vw,3.5rem);line-height:1.05}.fx-product-hero__price{margin-bottom:24px;color:var(--fx-color-accent,#96682a);font-size:1.65rem;font-weight:700}.fx-product-hero__description{font:inherit;line-height:1.75;margin-bottom:28px}.fx-product-hero__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));background:#fafafa;margin-bottom:30px}.fx-product-hero__stats>div{text-align:center;padding:18px 12px}.fx-product-hero__stats span,.fx-product-hero__stats strong{display:block}.fx-product-hero__stats span{font-size:.78rem;margin-bottom:5px}.fx-product-hero__stats strong{color:var(--fx-color-primary,#245327)}.fx-product-hero__features-heading{margin:0 0 14px;color:var(--fx-color-primary,#245327)}.fx-product-hero__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 24px;padding:0;margin:0 0 30px;list-style:none}.fx-product-hero__features li{display:flex;gap:10px;align-items:flex-start}.fx-product-hero__feature-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#4f9a43;width:1em;height:1em;margin-top:.12em}.fx-product-hero__feature-icon svg{display:block;width:100%;height:100%;fill:currentColor}.fx-product-hero__feature-text{min-width:0}.fx-product-hero__buttons{display:flex;flex-wrap:wrap;gap:14px}.fx-product-hero__button{display:inline-flex!important;align-items:center;justify-content:center;gap:12px;padding:15px 24px;border-radius:8px;text-decoration:none!important;font-weight:650;transition:.25s ease}.fx-product-hero__button svg{width:1em;height:1em}.fx-product-hero__button.is-primary{background:var(--fx-color-primary,#245327);color:#fff}.fx-product-hero__button.is-secondary{border:1px solid var(--fx-color-primary,#245327);background:transparent;color:var(--fx-color-primary,#245327)}.fx-product-hero__button:hover{transform:translateY(-2px)}
.fx-product-hero__lightbox[hidden]{display:none!important}
.fx-product-hero__lightbox{position:fixed;z-index:999999;inset:0;display:grid;place-items:center;padding:24px}
.fx-product-hero__lightbox-backdrop{position:absolute;inset:0;background:rgba(7,10,16,.9);backdrop-filter:blur(12px)}
.fx-product-hero__lightbox-dialog{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:14px;width:auto;max-width:calc(100vw - 160px);max-height:calc(100vh - 48px)}
.fx-product-hero__lightbox-media{position:relative;display:grid;place-items:center;max-width:100%}
.fx-product-hero__lightbox-stage{position:relative;display:grid;place-items:center;width:min(960px,calc(100vw - 180px));height:min(72vh,760px);max-width:calc(100vw - 180px);max-height:calc(100vh - 150px);overflow:hidden;border-radius:0;background:transparent;transition:width .32s cubic-bezier(.22,1,.36,1),height .32s cubic-bezier(.22,1,.36,1)}
.fx-product-hero__lightbox-image{display:block;width:100%;height:100%;object-fit:contain;border-radius:0;transition:opacity .18s ease,transform .35s ease}
.fx-product-hero__lightbox-stage.is-changing .fx-product-hero__lightbox-image{opacity:.25;transform:scale(.99)}
.fx-product-hero__lightbox-close{position:absolute;z-index:4;right:-4px;top:-44px;width:38px;height:38px;display:grid!important;place-items:center;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important;cursor:pointer;opacity:.82;transition:opacity .2s ease,transform .2s ease}
.fx-product-hero__lightbox-close:hover,.fx-product-hero__lightbox-close:focus-visible{background:transparent!important;opacity:1;transform:rotate(4deg)}
.fx-product-hero__lightbox-arrow{position:absolute;z-index:3;top:50%;width:48px;height:48px;display:grid!important;place-items:center;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important;transform:translateY(-50%);cursor:pointer;opacity:.82;transition:opacity .2s ease,transform .2s ease}
.fx-product-hero__lightbox-arrow.is-prev{left:-68px}.fx-product-hero__lightbox-arrow.is-next{right:-68px}
.fx-product-hero__lightbox-arrow:hover,.fx-product-hero__lightbox-arrow:focus-visible{background:transparent!important;opacity:1}
.fx-product-hero__lightbox-arrow.is-prev:hover,.fx-product-hero__lightbox-arrow.is-prev:focus-visible{transform:translate(-4px,-50%)}
.fx-product-hero__lightbox-arrow.is-next:hover,.fx-product-hero__lightbox-arrow.is-next:focus-visible{transform:translate(4px,-50%)}
.fx-product-hero__lightbox-footer{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;min-height:50px;color:#fff}
.fx-product-hero__lightbox-count{position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:13px;opacity:.72;white-space:nowrap}
.fx-product-hero__lightbox-thumbnails{display:flex;justify-content:flex-start;gap:8px;width:max-content;max-width:100%;margin-inline:auto;overflow-x:auto;overflow-y:hidden;padding:4px;scrollbar-width:thin;scroll-snap-type:x proximity}
.fx-product-hero__lightbox-thumbnail{flex:0 0 64px;width:64px;height:46px;padding:0!important;border:1px solid transparent!important;border-radius:7px!important;overflow:hidden;background:#111827!important;opacity:.48;cursor:pointer;scroll-snap-align:center;transform:scale(1);transform-origin:center;transition:opacity .18s ease,border-color .18s ease,transform .18s ease}
.fx-product-hero__lightbox-thumbnail img{width:100%;height:100%;display:block;object-fit:cover}
.fx-product-hero__lightbox-thumbnail[aria-current="true"]{opacity:1;border-color:#fff!important;transform:scale(1.08)}
.fx-product-hero__lightbox-thumbnail:hover{opacity:.82}.fx-product-gallery-open{overflow:hidden}
@media(max-width:767px){.fx-product-hero{grid-template-columns:1fr}.fx-product-hero__features{grid-template-columns:1fr}.fx-product-hero__buttons{flex-direction:column}.fx-product-hero__button{width:100%}.fx-product-hero__arrow{opacity:1;width:38px;height:38px}.fx-product-hero__zoom{opacity:1;transform:none}.fx-product-hero__lightbox{padding:14px}.fx-product-hero__lightbox-dialog{max-width:calc(100vw - 76px);max-height:calc(100vh - 28px)}.fx-product-hero__lightbox-stage{width:calc(100vw - 76px);height:60vh;max-width:calc(100vw - 76px);max-height:calc(100vh - 150px)}.fx-product-hero__lightbox-close{right:0;top:-42px}.fx-product-hero__lightbox-arrow{width:36px;height:44px}.fx-product-hero__lightbox-arrow.is-prev{left:-42px}.fx-product-hero__lightbox-arrow.is-next{right:-42px}.fx-product-hero__lightbox-footer{min-height:74px;padding-top:24px}.fx-product-hero__lightbox-count{left:50%;top:0;transform:translateX(-50%);text-align:center}.fx-product-hero__lightbox-thumbnails{max-width:100%}.fx-product-hero__lightbox-thumbnail{flex-basis:54px;width:54px;height:40px}}
@media(prefers-reduced-motion:reduce){.fx-product-hero *{scroll-behavior:auto!important;transition-duration:.01ms!important}}
