.production-showcase-section{--showcase-transition: .5s ease;--showcase-dot-size: 22px;--showcase-arrow-size: 44px;--showcase-tooltip-max-width: 260px;--showcase-radius: 12px}.production-showcase__wrapper{display:flex;flex-direction:column;gap:2rem}.production-showcase__header{text-align:center;max-width:800px;margin:0 auto}.production-showcase__heading{margin:0 0 .5rem;font-family:var(--font-heading--family);font-size:var(--font-heading--size-large);font-weight:var(--font-heading--weight);line-height:var(--font-heading--line-height);letter-spacing:var(--font-heading--letter-spacing);color:var(--color-foreground-heading, var(--color-foreground))}.production-showcase__subheading{margin:0;font-size:1.125rem;color:var(--color-foreground);opacity:.8}.production-showcase__carousel{position:relative}.production-showcase__track{position:relative;width:100%;overflow:hidden}.production-showcase__slide{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity var(--showcase-transition),visibility var(--showcase-transition)}.production-showcase__slide.is-active{position:relative;opacity:1;visibility:visible}.production-showcase__image-wrapper{position:relative;width:100%;overflow:hidden;border-radius:var(--showcase-radius);aspect-ratio:16 / 10;background:#8080800d}.production-showcase__image{width:100%;height:100%;object-fit:cover;display:block}.production-showcase__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#80808014;color:var(--color-foreground);opacity:.3}.production-showcase__hotspot{position:absolute;transform:translate(-50%,-50%);z-index:2;background:none;border:none;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}.production-showcase__hotspot:focus-visible{outline:2px solid var(--color-primary, #000);outline-offset:4px;border-radius:50%}.production-showcase__hotspot-dot{display:block;width:var(--showcase-dot-size);height:var(--showcase-dot-size);border-radius:50%;background:#ffffffe6;border:2.5px solid var(--color-primary, #000);box-shadow:0 0 #fff6;animation:hotspot-pulse 2s ease-in-out infinite;transition:transform .2s ease,background .2s ease,border-color .2s ease;position:relative}.production-showcase__hotspot-dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background:var(--color-primary, #000);transition:background .2s ease}.production-showcase__hotspot:hover .production-showcase__hotspot-dot,.production-showcase__hotspot:focus-visible .production-showcase__hotspot-dot,.production-showcase__hotspot.is-tooltip-visible .production-showcase__hotspot-dot{transform:scale(1.15);background:var(--color-primary, #000);border-color:#fff}.production-showcase__hotspot:hover .production-showcase__hotspot-dot:after,.production-showcase__hotspot:focus-visible .production-showcase__hotspot-dot:after,.production-showcase__hotspot.is-tooltip-visible .production-showcase__hotspot-dot:after{background:#fff}@keyframes hotspot-pulse{0%{box-shadow:0 0 #fff9}70%{box-shadow:0 0 0 12px #fff0}to{box-shadow:0 0 #fff0}}.production-showcase__tooltip{position:absolute;bottom:calc(100% + 14px);left:50%;transform:translate(-50%) translateY(4px);background:var(--color-background, #fff);color:var(--color-foreground, #1c1c1c);padding:14px 18px;border-radius:10px;box-shadow:0 4px 24px #00000024,0 1px 4px #00000014;white-space:normal;min-width:180px;max-width:var(--showcase-tooltip-max-width);text-align:left;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease,transform .25s ease;z-index:10}.production-showcase__tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:7px solid transparent;border-top-color:var(--color-background, #fff)}.production-showcase__hotspot:hover .production-showcase__tooltip,.production-showcase__hotspot:focus-visible .production-showcase__tooltip,.production-showcase__hotspot.is-tooltip-visible .production-showcase__tooltip{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.production-showcase__hotspot.tooltip-below .production-showcase__tooltip{bottom:auto;top:calc(100% + 14px)}.production-showcase__hotspot.tooltip-below .production-showcase__tooltip:after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:var(--color-background, #fff)}.production-showcase__hotspot.tooltip-shift-right .production-showcase__tooltip{left:-8px;transform:translate(0) translateY(0)}.production-showcase__hotspot.tooltip-shift-right .production-showcase__tooltip:after{left:16px;transform:none}.production-showcase__hotspot.tooltip-shift-left .production-showcase__tooltip{left:auto;right:-8px;transform:translate(0) translateY(0)}.production-showcase__hotspot.tooltip-shift-left .production-showcase__tooltip:after{left:auto;right:16px;transform:none}.production-showcase__hotspot.tooltip-shift-right:hover .production-showcase__tooltip,.production-showcase__hotspot.tooltip-shift-right:focus-visible .production-showcase__tooltip,.production-showcase__hotspot.tooltip-shift-right.is-tooltip-visible .production-showcase__tooltip,.production-showcase__hotspot.tooltip-shift-left:hover .production-showcase__tooltip,.production-showcase__hotspot.tooltip-shift-left:focus-visible .production-showcase__tooltip,.production-showcase__hotspot.tooltip-shift-left.is-tooltip-visible .production-showcase__tooltip{opacity:1;visibility:visible;pointer-events:auto}.production-showcase__tooltip-title{display:block;font-family:var(--font-heading--family);font-size:.875rem;font-weight:600;margin-bottom:4px;color:var(--color-foreground-heading, var(--color-foreground))}.production-showcase__tooltip-text{margin:0;font-size:.8125rem;line-height:1.5;opacity:.75}.production-showcase__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:#ffffffe0;border:none;border-radius:50%;width:var(--showcase-arrow-size);height:var(--showcase-arrow-size);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-foreground, #1c1c1c);box-shadow:0 2px 12px #0000001a;transition:background .2s ease,transform .2s ease,opacity .2s ease;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.production-showcase__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.06)}.production-showcase__arrow:active{transform:translateY(-50%) scale(.96)}.production-showcase__arrow svg{width:20px;height:20px}.production-showcase__arrow--prev{left:12px}.production-showcase__arrow--next{right:12px}.production-showcase__dots{display:flex;justify-content:center;gap:10px;padding:20px 0 0}.production-showcase__dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--color-foreground, #000);opacity:.2;cursor:pointer;padding:0;transition:opacity .3s ease,transform .3s ease}.production-showcase__dot:hover{opacity:.4}.production-showcase__dot.is-active{opacity:1;transform:scale(1.25)}.production-showcase__caption{padding:20px 0 0;text-align:center}.production-showcase__slide-title{margin:0 0 6px;font-family:var(--font-heading--family);font-size:1.25rem;font-weight:var(--font-heading--weight, 600);color:var(--color-foreground-heading, var(--color-foreground))}.production-showcase__slide-description{font-size:.9375rem;line-height:1.6;color:var(--color-foreground);opacity:.7;max-width:600px;margin:0 auto}.production-showcase__trust-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 24px;background:var(--color-primary, #000);color:var(--color-primary-text, #fff);border-radius:100px;font-size:.875rem;font-weight:600;letter-spacing:.01em;margin:0 auto}.production-showcase__trust-badge-wrapper{display:flex;justify-content:center}.production-showcase__trust-badge svg{width:18px;height:18px;flex-shrink:0}@media screen and (max-width:749px){.production-showcase-section{--showcase-dot-size: 16px;--showcase-arrow-size: 36px;--showcase-tooltip-max-width: 200px;--showcase-radius: 8px}.production-showcase__image-wrapper{aspect-ratio:4 / 3}.production-showcase__arrow{left:8px}.production-showcase__arrow--next{left:auto;right:8px}.production-showcase__arrow svg{width:16px;height:16px}.production-showcase__tooltip{min-width:150px;padding:10px 14px}.production-showcase__tooltip-title{font-size:.8125rem}.production-showcase__tooltip-text{font-size:.75rem}.production-showcase__slide-title{font-size:1.0625rem}.production-showcase__slide-description{font-size:.875rem}.production-showcase__trust-badge{font-size:.8125rem;padding:8px 18px}}@media screen and (min-width:750px){.production-showcase__wrapper{gap:2.5rem}}@media(prefers-reduced-motion:reduce){.production-showcase__hotspot-dot{animation:none}.production-showcase__slide,.production-showcase__tooltip,.production-showcase__arrow,.production-showcase__dot{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/60/assets/production-showcase.css.map */
