.fls-prodcard-wrap{border-radius:var(--border-radius-sm);border:1px solid var(--color-brand-border);transition:var(--transition-smooth);background-color:#fff;flex-direction:column;display:flex;position:relative;overflow:hidden}.fls-prodcard-wrap:hover{border-color:var(--color-brand-accent)}.fls-prodcard-imgwrap{height:18rem;position:relative;overflow:hidden}.fls-prodcard-img{object-fit:cover;width:100%;height:100%}.fls-prodcard-overlay{background:linear-gradient(#0000,#0009);position:absolute;inset:0}.fls-prodcard-body{z-index:10;flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.fls-prodcard-title{color:var(--color-brand-dark);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.fls-prodcard-desc{color:var(--color-text-secondary);margin-bottom:1.5rem;line-height:1.5}.fls-prodcard-cta{color:#fff;border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition-smooth);background:#171717;border:none;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content;margin-top:auto;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.fls-prodcard-cta:hover{background:var(--color-brand-accent-hover)}.fls-prodcard-cta-label{font-weight:600}.fls-prodcard-cta-icon{width:1.25rem;height:1.25rem}.fls-featcard-wrap{border:1px solid var(--color-brand-border);border-radius:var(--border-radius-sm);transition:var(--transition-smooth);background:linear-gradient(to bottom right,#f9fafb,#fff);padding:2rem}.fls-featcard-wrap:hover{border-color:var(--color-brand-accent)}.fls-featcard-iconbox{border-radius:var(--border-radius-sm);background:#8a5c321a;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1.5rem;display:flex}.fls-featcard-icon{color:var(--color-brand-accent);width:1.5rem;height:1.5rem}.fls-featcard-title{color:#111827;margin-top:0;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.fls-featcard-desc{color:#4b5563;margin:0;line-height:1.5}.fls-products-page-wrapper{background-color:#fff;min-height:100vh}.fls-products-hero-section{height:400px;position:relative;overflow:hidden}.fls-products-hero-bg{position:absolute;inset:0}.fls-products-hero-img{object-fit:cover;width:100%;height:100%}.fls-products-hero-gradient{background:linear-gradient(90deg,#8a5c32e6,#8e6438cc,#151c24e6);position:absolute;inset:0}.fls-products-hero-content{z-index:10;text-align:center;justify-content:center;align-items:center;height:100%;padding-left:1rem;padding-right:1rem;display:flex;position:relative}.fls-products-hero-inner{max-width:64rem}.fls-products-hero-heading{color:#fff;margin-bottom:1rem;font-size:2.25rem;font-weight:500;line-height:1.25}@media (min-width:768px){.fls-products-hero-heading{font-size:3.5rem}}.fls-products-hero-sub{color:#ffffffe6;max-width:48rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}@media (min-width:768px){.fls-products-hero-sub{font-size:1.25rem}}.fls-products-hero-buttons{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.fls-products-hero-buttons{flex-direction:row}}.fls-products-hero-btn-primary{color:var(--color-brand-accent);border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition-smooth);background-color:#fff;border:none;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;display:flex;box-shadow:0 20px 25px -5px #0000000d}.fls-products-hero-btn-primary:hover{background-color:#f3f4f6}.fls-products-hero-btn-secondary{color:#fff;border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition-smooth);background-color:#0000;border:2px solid #fff;padding:.75rem 1.75rem;font-size:1rem;font-weight:600}.fls-products-hero-btn-secondary:hover{background-color:#ffffff1a}.fls-products-scroll-indicator{display:none}.fls-products-scroll-dot-box{border:2px solid #fff;border-radius:9999px;justify-content:center;align-items:flex-start;width:1.5rem;height:2.5rem;padding:.5rem;display:flex}.fls-products-scroll-dot{background-color:#fff;border-radius:9999px;width:.375rem;height:.375rem}.fls-products-overview-section{padding:6rem 1rem}.fls-products-overview-inner{text-align:center;max-width:56rem;margin-left:auto;margin-right:auto}.fls-products-overview-heading{color:#111827;margin-bottom:1.5rem;font-size:3rem}.fls-products-overview-sub{color:#4b5563;font-size:1.25rem;line-height:1.75}.fls-products-grid-section{padding:3rem 1rem}.fls-products-grid-inner{max-width:80rem;margin-left:auto;margin-right:auto}.fls-products-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.fls-products-grid{grid-template-columns:repeat(2,1fr)}}.fls-products-gallery-section{background-color:#f9fafb;padding:6rem 1rem}.fls-products-gallery-inner{max-width:80rem;margin-left:auto;margin-right:auto}.fls-products-gallery-heading{text-align:center;color:#111827;margin-bottom:3rem;font-size:3rem}.fls-products-gallery-scroll{width:100%;padding-bottom:2rem;position:relative;overflow:hidden}.fls-products-gallery-scroll:before,.fls-products-gallery-scroll:after{content:"";z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:2rem}.fls-products-gallery-scroll:before{background:linear-gradient(90deg,#f9fafb,#0000);left:0}.fls-products-gallery-scroll:after{background:linear-gradient(270deg,#f9fafb,#0000);right:0}.fls-products-gallery-track{gap:1.5rem;width:max-content;animation:30s linear infinite flsGalleryScroll;display:flex}.fls-products-gallery-track:hover{animation-play-state:paused}@keyframes flsGalleryScroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.fls-products-gallery-item{border-radius:var(--border-radius-sm);cursor:pointer;flex-shrink:0;width:16rem;height:28rem;position:relative;overflow:hidden}.fls-products-gallery-img{object-fit:cover;width:100%;height:100%}.fls-products-gallery-overlay{box-sizing:border-box;opacity:0;background:linear-gradient(#0006 0%,#0003 40%,#000000d9 100%);flex-direction:column;justify-content:space-between;align-items:center;padding:1.5rem;transition:opacity .35s;display:flex;position:absolute;inset:0}.fls-products-gallery-item:hover .fls-products-gallery-overlay{opacity:1}.fls-products-gallery-play-btn{-webkit-backdrop-filter:blur(8px);color:#fff;background-color:#fff3;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin-top:auto;margin-bottom:auto;transition:all .3s;display:flex;box-shadow:0 4px 15px #0003}.fls-products-gallery-item:hover .fls-products-gallery-play-btn{background-color:var(--color-brand-accent,#8a5c32);border-color:var(--color-brand-accent,#8a5c32);transform:scale(1.1);box-shadow:0 0 20px #8a5c3299}.fls-products-gallery-label{color:#fff;text-align:center;letter-spacing:.02em;font-size:1rem;font-weight:500;line-height:1.4}.fls-products-why-section{background:var(--gradient-brand-accent-dark);padding:6rem 1rem;position:relative;overflow:hidden}.fls-products-why-decor{opacity:.1;position:absolute;inset:0}.fls-products-why-decor-blob-tl{filter:blur(48px);background-color:#fff;border-radius:9999px;width:24rem;height:24rem;position:absolute;top:0;left:0}.fls-products-why-decor-blob-br{filter:blur(48px);background-color:#fff;border-radius:9999px;width:24rem;height:24rem;position:absolute;bottom:0;right:0}.fls-products-why-inner{z-index:10;max-width:80rem;margin-left:auto;margin-right:auto;position:relative}.fls-products-why-heading{text-align:center;color:#fff;margin-bottom:4rem;font-size:3rem}.fls-products-why-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.fls-products-why-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.fls-products-why-grid{grid-template-columns:repeat(3,1fr)}}.fls-products-cta-section{height:600px;position:relative;overflow:hidden}.fls-products-cta-bg{position:absolute;inset:0}.fls-products-cta-bg-img{object-fit:cover;width:100%;height:100%}.fls-products-cta-bg-overlay{background:linear-gradient(90deg,#151c24f2,#8e6438e6,#8a5c32f2);position:absolute;inset:0}.fls-products-cta-content{z-index:10;text-align:center;justify-content:center;align-items:center;height:100%;padding-left:1rem;padding-right:1rem;display:flex;position:relative}.fls-products-cta-inner{max-width:56rem}.fls-products-cta-heading{color:#fff;margin-bottom:1.5rem;font-size:3rem}@media (min-width:768px){.fls-products-cta-heading{font-size:3.75rem}}.fls-products-cta-sub{color:#ffffffe6;margin-bottom:3rem;font-size:1.25rem;line-height:1.75}.fls-products-cta-buttons{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}@media (min-width:640px){.fls-products-cta-buttons{flex-direction:row}}.fls-products-cta-primary{color:var(--color-brand-accent);border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition-smooth);background-color:#fff;border:none;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;display:flex;box-shadow:0 20px 25px -5px #0000000d}.fls-products-cta-primary:hover{background-color:#f3f4f6}.fls-products-cta-secondary{color:#fff;border-radius:var(--border-radius-sm);cursor:pointer;transition:var(--transition-smooth);background-color:#0000;border:2px solid #fff;padding:1rem 2rem;font-size:1.125rem;font-weight:600}.fls-products-cta-secondary:hover{background-color:#ffffff1a}.fls-products-lightbox-overlay{z-index:50;-webkit-backdrop-filter:blur(8px);background-color:#000000e6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.fls-products-lightbox-video-container{aspect-ratio:9/16;background-color:#000;border:1px solid #ffffff1a;border-radius:.75rem;width:100%;max-width:380px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0009}.fls-products-lightbox-iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.fls-products-lightbox-close{color:#fff;cursor:pointer;z-index:60;background:0 0;border:none;font-size:2.5rem;line-height:1;transition:transform .2s,color .2s;position:absolute;top:2rem;right:2rem}.fls-products-lightbox-close:hover{color:#f3f4f6;transform:scale(1.1)}.fls-lightbox-mute-toggle{color:#fff;cursor:pointer;z-index:10;background-color:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 10px #0000004d}.fls-lightbox-mute-toggle:hover{background-color:var(--color-brand-accent,#8a5c32);border-color:var(--color-brand-accent,#8a5c32);transform:scale(1.05)}
