.am-product-video-features{width:100%;background-color:var(--section-bg, #ffffff);padding:var(--padding-top, 80px) 0 var(--padding-bottom, 80px);position:relative}.am-video-features__container{max-width:1400px;margin:0 auto;padding:0 20px}.am-video-features__header{text-align:center;margin-bottom:20px}.am-video-features__heading{font-family:var(--font-heading-family);font-size:var(--heading-size, 40px);font-weight:var(--font-heading-weight, 600);font-style:var(--font-heading-style, normal);color:var(--heading-color, #000000);margin:0 0 20px;line-height:1.2;letter-spacing:.02em}.am-video-features__divider{width:80px;height:3px;background:linear-gradient(90deg,transparent 0%,var(--accent-color, #ff9000) 50%,transparent 100%);margin:0 auto;border-radius:0}.am-video-features__subheading{font-family:var(--font-body-family);font-size:18px;font-weight:var(--font-body-weight, 400);font-style:var(--font-body-style, normal);line-height:1.6;color:var(--text-color, #000000);text-align:center;max-width:700px;margin:24px auto 0;opacity:.9}.am-video-features__content{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:60px;align-items:center}.am-video-features__content--video-only{grid-template-columns:1fr;max-width:900px;margin-left:auto;margin-right:auto}.am-video-features__video-column{position:relative}.am-video-features__video-wrapper{position:relative;width:100%;border-radius:0;overflow:hidden;background-color:#000;box-shadow:0 8px 30px #0000001f;aspect-ratio:16 / 9}.am-video-features__video{width:100%;height:100%;object-fit:cover;display:block}.am-video-features__play-toggle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:#fffffff2;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;box-shadow:0 4px 20px #0003}.am-video-features__play-toggle:hover{background:#fff;transform:translate(-50%,-50%) scale(1.1);box-shadow:0 6px 30px #0000004d}.am-video-features__play-toggle svg{color:var(--heading-color, #000000)}.am-video-features__video-wrapper:not(:hover) .am-video-features__play-toggle{opacity:0;pointer-events:none}.am-video-features__video-wrapper:hover .am-video-features__play-toggle{opacity:1;pointer-events:all}.am-video-features__video-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;background:#ff90000d;border:2px dashed rgba(255,144,0,.3);border-radius:0;padding:40px;text-align:center}.am-video-features__video-placeholder svg{color:var(--accent-color, #ff9000);opacity:.6;margin-bottom:20px}.am-video-features__video-placeholder p{font-family:var(--font-body-family);font-size:16px;font-weight:var(--font-body-weight, 400);font-style:var(--font-body-style, normal);color:var(--text-color, #000000);opacity:.7;margin:0;max-width:300px}.am-video-features__features-column{display:flex;flex-direction:column;justify-content:center}.am-video-features__features-heading{font-family:var(--font-heading-family);font-size:28px;font-weight:var(--font-heading-weight, 600);font-style:var(--font-heading-style, normal);color:var(--heading-color, #000000);margin:0 0 32px;line-height:1.3}.am-video-features__features-list{display:flex;flex-direction:column;gap:24px}.am-video-features__feature{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#ffffff80;border-radius:0;border:1px solid rgba(255,144,0,.15);transition:all .3s ease}.am-video-features__feature:hover{background:#fffc;border-color:#ff90004d;transform:translate(4px);box-shadow:0 4px 12px #00000014}.am-video-features__feature-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ff90001a;border-radius:50%;color:var(--accent-color, #ff9000);transition:all .3s ease}.am-video-features__feature:hover .am-video-features__feature-icon{background:#ff900033;transform:scale(1.05)}.am-video-features__feature-icon svg{width:24px;height:24px}.am-video-features__feature-content{flex:1;min-width:0}.am-video-features__feature-title{font-family:var(--font-body-family);font-size:var(--feature-text-size, 16px);font-weight:600;color:var(--heading-color, #000000);margin:0 0 6px;line-height:1.4}.am-video-features__feature-description{font-family:var(--font-body-family);font-size:calc(var(--feature-text-size, 16px) * .875);font-weight:var(--font-body-weight, 400);font-style:var(--font-body-style, normal);line-height:1.6;color:var(--text-color, #000000);margin:0;opacity:.85}.am-video-features__features-placeholder{padding:40px;text-align:center;background:#ff90000d;border:2px dashed rgba(255,144,0,.3);border-radius:0}.am-video-features__features-placeholder p{font-family:var(--font-body-family);font-size:16px;font-weight:var(--font-body-weight, 400);font-style:var(--font-body-style, normal);color:var(--text-color, #000000);opacity:.7;margin:0}@media screen and (max-width: 1199px){.am-video-features__content{gap:40px}.am-video-features__heading{font-size:calc(var(--heading-size, 40px) * .85)}.am-video-features__features-heading{font-size:24px}}@media screen and (max-width: 749px){.am-product-video-features{padding:calc(var(--padding-top, 80px) * .6) 0 calc(var(--padding-bottom, 80px) * .6)}.am-video-features__container{padding:0 16px}.am-video-features__header{margin-bottom:16px}.am-video-features__heading{font-size:calc(var(--heading-size, 40px) * .7);margin-bottom:16px}.am-video-features__divider{width:60px;height:2px}.am-video-features__subheading{font-size:16px;margin-top:16px}.am-video-features__content{grid-template-columns:1fr;gap:40px;margin-top:40px}.am-video-features__video-column{order:1}.am-video-features__features-column{order:2}.am-video-features__features-heading{font-size:22px;margin-bottom:24px}.am-video-features__feature{padding:16px}.am-video-features__feature-icon{width:40px;height:40px}.am-video-features__feature-icon svg{width:20px;height:20px}.am-video-features__play-toggle{width:64px;height:64px}.am-video-features__video-placeholder{min-height:300px;padding:30px 20px}}.am-video-features__play-toggle:focus-visible{outline:3px solid var(--accent-color, #ff9000);outline-offset:4px}@media (prefers-reduced-motion: reduce){.am-video-features__play-toggle,.am-video-features__feature,.am-video-features__feature-icon{transition:none}.am-video-features__video{animation:none}}@media (prefers-contrast: high){.am-video-features__feature{border-width:2px}.am-video-features__divider{height:4px}}@media print{.am-video-features__play-toggle{display:none}.am-video-features__video-wrapper{border:1px solid #ccc}.am-product-video-features{padding:40px 0}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/AM-product-video-features.css.map */
