.section-product-showcase{background:var(--showcase-bg-color, #1a1a1a);padding:var(--showcase-padding-top, 80px) 0 var(--showcase-padding-bottom, 80px);position:relative;overflow:hidden}.showcase-container{max-width:var(--showcase-container-max-width, 1200px);margin:0 auto;padding:0 1.5rem}.showcase-header{text-align:center;margin-bottom:3rem}.showcase-title{font-family:var(--showcase-title-font, var(--font-rama-gothic-e, "Rama Gothic", sans-serif));font-size:var(--showcase-title-font-size, 72px);font-weight:var(--showcase-title-font-weight, 700);text-transform:var(--showcase-title-text-transform, uppercase);letter-spacing:var(--showcase-title-letter-spacing, 0);color:var(--showcase-title-color, #fff);margin:0 0 .5rem;line-height:1}.showcase-subtitle{font-family:var(--showcase-subtitle-font, var(--font-arial-nova, Arial, sans-serif));font-size:var(--showcase-subtitle-font-size, 20px);font-weight:var(--showcase-subtitle-font-weight, 400);text-transform:var(--showcase-subtitle-text-transform, none);color:var(--showcase-subtitle-color, #ccc);margin:0 auto;line-height:1.4;max-width:var(--showcase-subtitle-max-width, none)}.showcase-image-area{position:relative;width:100%;max-width:var(--showcase-image-max-width, 900px);margin:0 auto 3rem}.showcase-watermark{position:absolute;top:calc(50% + var(--showcase-watermark-offset-y, 0%));left:50%;transform:translate(-50%,-50%);width:100%;max-width:var(--showcase-watermark-max-width, 700px);height:auto;opacity:var(--showcase-watermark-opacity, .1);pointer-events:none;z-index:0;object-fit:contain}.section-product-showcase .splide{position:relative;width:100%;z-index:1}.section-product-showcase .splide__track{overflow:hidden}.section-product-showcase .splide__list{display:flex;list-style:none;margin:0;padding:0}.section-product-showcase .splide__slide{width:100%}.showcase-slide-image{width:100%;height:auto;object-fit:contain;display:block;margin:0 auto;max-height:500px}.section-product-showcase .splide__slide .placeholder-svg{width:100%;max-height:500px}.section-product-showcase .splide__arrows{display:flex;justify-content:space-between;position:absolute;z-index:10;top:50%;transform:translateY(-50%);width:calc(100% + 100px + var(--showcase-arrow-offset, 0px) * 2);left:calc(-50px - var(--showcase-arrow-offset, 0px));pointer-events:none}.section-product-showcase .splide__arrow{background:var(--showcase-arrow-bg-color, transparent);border:var(--showcase-arrow-border-width, 0) solid var(--showcase-arrow-border-color, #fff);width:48px;height:48px;border-radius:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--showcase-arrow-color, #fff);padding:0;pointer-events:auto}.section-product-showcase .splide__arrows .splide__arrow svg{fill:none;width:100%;height:100%}.section-product-showcase .splide__arrow svg rect{stroke:var(--showcase-arrow-color, #fff);transition:stroke .3s ease}.section-product-showcase .splide__arrow svg path{fill:var(--showcase-arrow-color, #fff);transition:fill .3s ease}.section-product-showcase .splide__arrow:hover{background:var(--showcase-arrow-hover-bg-color, #fff);border-width:var(--showcase-arrow-hover-border-width, 0);border-color:var(--showcase-arrow-hover-border-color, #fff);color:var(--showcase-arrow-hover-color, #000)}.section-product-showcase .splide__arrow:hover svg rect{stroke:var(--showcase-arrow-hover-color, #000)}.section-product-showcase .splide__arrow:hover svg path{fill:var(--showcase-arrow-hover-color, #000)}.section-product-showcase .splide__arrow:disabled{opacity:.4;cursor:not-allowed}.section-product-showcase .splide__arrow:disabled:hover{background:var(--showcase-arrow-bg-color, transparent);border-color:var(--showcase-arrow-border-color, #fff);color:var(--showcase-arrow-color, #fff)}.section-product-showcase .splide__arrow:disabled:hover svg rect{stroke:var(--showcase-arrow-color, #fff)}.section-product-showcase .splide__arrow:disabled:hover svg path{fill:var(--showcase-arrow-color, #fff)}.showcase-specs{display:flex;justify-content:var(--showcase-specs-justify, space-around);align-items:flex-start;gap:2.5rem;max-width:var(--showcase-specs-max-width, 800px);margin:0 auto 2.5rem;flex-wrap:wrap}.showcase-spec{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;min-width:80px}.showcase-spec-icon{width:40px;height:40px;object-fit:contain;margin-bottom:.25rem}.showcase-spec-label{font-family:var(--showcase-spec-label-font, var(--font-arial-nova, Arial, sans-serif));font-size:var(--showcase-spec-label-font-size, 12px);font-weight:var(--showcase-spec-label-font-weight, 400);color:var(--showcase-spec-label-color, #999);text-transform:var(--showcase-spec-label-text-transform, none);letter-spacing:.5px;line-height:1.3}.showcase-spec-value{font-family:var(--showcase-spec-value-font, var(--font-rama-gothic-e, "Rama Gothic", sans-serif));font-size:var(--showcase-spec-value-font-size, 22px);font-weight:var(--showcase-spec-value-font-weight, 700);text-transform:var(--showcase-spec-value-text-transform, none);color:var(--showcase-spec-value-color, #fff);line-height:1.2}.showcase-cta{text-align:center}.showcase-button{display:inline-flex;justify-content:center;align-items:center;background-color:var(--showcase-button-bg-color, #d4ff00);color:var(--showcase-button-text-color, #000);border:var(--showcase-button-border-width, 0) solid var(--showcase-button-border-color, #000);text-transform:var(--showcase-button-text-transform, uppercase);font-size:var(--showcase-button-font-size, 16px);font-weight:600;padding:var(--showcase-button-padding-y, 8px) var(--showcase-button-padding-x, 17px);min-width:var(--showcase-button-min-width, 272px);max-width:var(--showcase-button-max-width, 400px);text-decoration:none;cursor:pointer;transition:all .3s ease;letter-spacing:1px;line-height:1;width:100%}.showcase-button:hover{background-color:var(--showcase-button-hover-bg-color, #bfec00);color:var(--showcase-button-hover-text-color, #000);border-color:var(--showcase-button-hover-border-color, #000)}@media(max-width:1023px){.showcase-header,.showcase-image-area{margin-bottom:2rem}.section-product-showcase .splide__arrows{width:calc(100% + 60px);left:-30px}.section-product-showcase .splide__arrow{width:40px;height:40px}.showcase-specs{gap:1.5rem}}@media(max-width:767px){.section-product-showcase{padding:var(--showcase-padding-top-mobile, 40px) 0 var(--showcase-padding-bottom-mobile, 40px)}.showcase-container{padding:0 1rem}.showcase-title{font-size:var(--showcase-title-font-size-mobile, 36px)}.showcase-subtitle{font-size:var(--showcase-subtitle-font-size-mobile, 16px);max-width:var(--showcase-subtitle-max-width-mobile, none)}.showcase-watermark{top:calc(50% + var(--showcase-watermark-offset-y-mobile, 0%))}.showcase-header,.showcase-image-area{margin-bottom:1.5rem}.showcase-slide-image{max-height:300px}.section-product-showcase .splide__arrows{width:calc(100% + var(--showcase-arrow-offset-mobile, 0px) * 2);left:calc(0px - var(--showcase-arrow-offset-mobile, 0px))}.section-product-showcase .splide__arrow{width:30px;height:30px}.showcase-specs{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:1.5rem;margin-left:-1rem;margin-right:-1rem;margin-bottom:2rem;padding:0 1rem .75rem;max-width:none;width:calc(100% + 2rem);justify-content:flex-start;scrollbar-width:none}.showcase-specs::-webkit-scrollbar{display:none}.showcase-spec{flex:0 0 auto;min-width:90px;scroll-snap-align:start}.showcase-spec-label{font-size:var(--showcase-spec-label-font-size-mobile, 10px)}.showcase-spec-value{font-size:var(--showcase-spec-value-font-size-mobile, 16px)}.showcase-button{font-size:var(--showcase-button-font-size-mobile, 14px);padding:var(--showcase-button-padding-y-mobile, 8px) var(--showcase-button-padding-x-mobile, 17px);max-width:var(--showcase-button-max-width-mobile, 400px)}}@media(max-width:479px){.showcase-specs{gap:1.25rem;padding:0 .75rem .75rem}.showcase-slide-image{max-height:220px}.section-product-showcase .splide__arrow{width:32px;height:32px}}@media(prefers-reduced-motion:reduce){.section-product-showcase .splide__arrow,.showcase-button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-product-showcase.css.map */
