.eps-showcase{
  --eps-gap:18px;
  --eps-border:#dedde6;
  --eps-navy:#17112f;
  --eps-cyan:#03bccf;
  --eps-cyan-soft:#e6f8fb;
  --eps-surface:#f7f7f9;
  width:100%;
  margin:42px 0 56px;
  color:var(--eps-navy);
}
.eps-showcase__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.eps-showcase__head--controls-only{margin-bottom:14px}
.eps-showcase__title{margin:0;font-size:clamp(1.9rem,1.5rem + 1.4vw,3rem);line-height:1.05;letter-spacing:-.04em;color:var(--eps-navy)}
.eps-showcase__arrows{display:flex;gap:10px;flex:0 0 auto}
.eps-showcase__arrow{display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid rgba(23,17,47,.14);border-radius:50%;background:#fff;color:var(--eps-navy);font:inherit;font-size:20px;line-height:1;cursor:pointer;box-shadow:0 5px 18px rgba(23,17,47,.035);transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,opacity .2s ease}
.eps-showcase__arrow:hover,.eps-showcase__arrow:focus-visible{background:var(--eps-cyan-soft);border-color:rgba(3,188,207,.35);color:var(--eps-navy);box-shadow:0 8px 22px rgba(3,188,207,.12);outline:none}
.eps-showcase__arrow[disabled]{opacity:.3;cursor:default;box-shadow:none}
.eps-showcase__viewport{overflow:hidden;outline:none}
.eps-showcase__track{display:flex;align-items:stretch;gap:var(--eps-gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:1px 1px 10px}
.eps-showcase__track::-webkit-scrollbar{display:none}
.eps-product-card{flex:0 0 calc((100% - (var(--eps-columns) - 1) * var(--eps-gap))/var(--eps-columns));min-width:0;display:flex;flex-direction:column;align-self:stretch;scroll-snap-align:start;overflow:hidden;border:1px solid var(--eps-border);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(23,17,47,.035);transition:border-color .2s ease,box-shadow .2s ease}
.eps-product-card:hover{border-color:rgba(23,17,47,.2);box-shadow:0 12px 30px rgba(23,17,47,.065)}
.eps-product-card__media{display:flex;align-items:center;justify-content:center;aspect-ratio:1.08/1;padding:22px;background:var(--eps-surface);text-decoration:none;overflow:hidden}
.eps-product-card__media img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:none}
.eps-product-card__placeholder{display:grid;place-items:center;width:100%;height:100%;color:#aaa7b8;font-weight:700}
.eps-product-card__body{display:flex;flex:1;flex-direction:column;align-items:flex-start;min-height:220px;padding:24px 22px 20px;border-top:1px solid var(--eps-border)}
.eps-product-card__title{margin:0 0 26px;color:var(--eps-navy);font-size:clamp(1rem,.94rem + .15vw,1.12rem);line-height:1.36;font-weight:700;letter-spacing:-.012em;overflow-wrap:anywhere}
.eps-product-card__title a{color:inherit;text-decoration:none!important;text-decoration-line:none!important}
.eps-product-card__title a:hover,.eps-product-card__title a:focus-visible{color:var(--eps-cyan);text-decoration:none!important;outline:none}
.eps-product-card__cta{display:inline-flex;align-items:center;justify-content:space-between;gap:14px;min-height:46px;margin-top:auto;padding:0 16px;border:1px solid rgba(23,17,47,.16);border-radius:10px;background:#fff;color:var(--eps-navy)!important;font-size:.88rem;font-weight:700;text-decoration:none!important;box-shadow:none;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}
.eps-product-card__cta:visited{color:var(--eps-navy)!important}
.eps-product-card__cta:hover,.eps-product-card__cta:focus-visible{background:var(--eps-cyan);border-color:var(--eps-cyan);color:var(--eps-navy)!important;text-decoration:none!important;outline:none;box-shadow:0 8px 18px rgba(3,188,207,.18)}
.eps-product-card__cta span{color:inherit!important}
.eps-product-card__cta-arrow{display:inline-block;color:inherit!important;font-size:1.05em;line-height:1;transition:transform .2s ease}
.eps-product-card__cta:hover .eps-product-card__cta-arrow,.eps-product-card__cta:focus-visible .eps-product-card__cta-arrow{transform:translateX(3px)}
.eps-showcase__dots{display:flex;justify-content:center;gap:8px;margin-top:14px}
.eps-showcase__dot{width:8px;height:8px;border-radius:50%;background:rgba(23,17,47,.16);transition:background .2s ease,transform .2s ease}
.eps-showcase__dot.is-active{background:var(--eps-cyan);transform:scale(1.08)}
@media(max-width:1180px){.eps-showcase{--eps-columns:3!important}}
@media(max-width:820px){.eps-showcase{--eps-columns:2!important}.eps-product-card__media{padding:18px}.eps-product-card__body{min-height:200px}}
@media(max-width:560px){.eps-showcase{--eps-columns:1.12!important;--eps-gap:14px;margin:34px 0 44px}.eps-showcase__head{align-items:flex-end}.eps-showcase__title{font-size:1.85rem}.eps-showcase__arrow{width:42px;height:42px}.eps-product-card__body{min-height:190px;padding:20px}.eps-product-card__media{padding:18px}}
@media(prefers-reduced-motion:reduce){.eps-showcase__track{scroll-behavior:auto}.eps-product-card__cta-arrow,.eps-showcase__dot{transition:none}}
