.homepage{width:100vw}.header,.homepage{display:flex;flex-direction:column}.header{position:relative;max-height:85vh;justify-content:center;align-items:center;color:#fff;text-align:center;overflow:hidden;padding-top:0!important;padding-bottom:0!important}.video-background{position:absolute;top:0;left:0;width:100%!important;height:100%;z-index:1;overflow:hidden}.hero-video{width:100%;height:100%;object-fit:cover;min-width:100%;min-height:100%}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(7,7,7,.541)}.header-content{z-index:1;max-width:300px;padding:20px;border-radius:10px;background:rgba(0,0,0,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:100%;max-height:-moz-fit-content;max-height:fit-content;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.heading{font-family:sans-serif;font-size:2rem;margin-bottom:1rem;color:#fff}.subheadline{font-size:1rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:2rem;justify-content:center;align-items:center;margin:0 auto;width:100%}.primary-cta,.secondary-cta{padding:1rem 2rem;font-size:.6rem;border:none;border-radius:10px;cursor:pointer;transition:transform .2s,background-color .2s;font-family:sans-serif;width:-moz-fit-content;width:fit-content}.primary-cta{background-color:#3b513b;color:#fff}.secondary-cta{background-color:transparent;border:2px solid #3b513b;color:#3b513b}.primary-cta:hover,.secondary-cta:hover{transform:translateY(-2px)}.scroll-indicator{position:absolute;bottom:20px;left:40%;transform:translateX(-40%);color:#eee;cursor:pointer;animation:bounce 2s infinite;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;font-size:.8rem}.scroll-indicator p{margin:0}section{justify-content:center;padding-top:3rem;padding-bottom:2rem}.product-section,section{display:flex;flex-direction:column;align-items:center}.product-section{padding:2rem 1rem;gap:1rem;color:#3b513b}#product-info-container{display:flex;flex-direction:column;align-items:center;width:-moz-fit-content;width:fit-content}#underline{height:5px;background-color:#3b513b;width:70%;border-radius:50px;margin-bottom:5%}.dots{display:flex;justify-content:center;gap:10px;margin-top:.8rem}.dot{width:10px;height:10px;border-radius:50%;background-color:#ccc;cursor:pointer;transition:background-color .3s}.dot.activeDot{background-color:#3b513b}.divider{width:90%;height:3px;background-color:#000;border-radius:100px;margin:2rem auto}.videoWrapper{width:-moz-fit-content;width:fit-content;max-width:90%;font-size:2rem;margin-top:2%}.videoContainer,.videoWrapper{display:flex;align-items:center;justify-content:center}.videoContainer{position:relative;width:100%}.playOverlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;color:#3b513b;cursor:pointer}.video{width:100%;border-radius:10px;margin-inline:1rem;box-shadow:0 5px 15px rgba(0,0,0,.3)}.userProfile{width:100%;max-width:100%;margin:1.5rem auto;display:flex;gap:.2rem;color:#3b513b}.profileImage{width:50px;height:50px;border-radius:50%}.userName{font-size:1.2rem;margin:0}.userComment{font-size:.8rem;margin:0;padding:.8rem;background-color:#b5b5b5;border-radius:5px;color:#fff}.desktop-productSec-layout,.headerPicsContainer{display:none}h2{font-size:1.2rem!important;text-align:center!important}@media screen and (min-width:1200px){.header-content{max-width:1200px}.heading{font-size:2.5rem}.subheadline{font-size:1.5rem}.header-info{width:100%}.headerPicsContainer{display:flex;visibility:visible;align-items:center;justify-content:center;width:100%}.primary-cta,.secondary-cta{font-size:1.2rem}.scroll-indicator{left:0;transform:translateX(-50%);font-size:1.2rem;width:100%}.product-section{gap:2rem;display:flex;align-items:center;justify-content:center}h2{font-size:2rem!important;text-align:center!important}#product-header-info{font-family:sans-serif;display:flex;flex-direction:column;align-items:center;width:-moz-fit-content;width:fit-content;color:#3b513b}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;width:100%;max-width:700px;margin:0 auto}.product-card{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.product-img{width:60%}.videoWrapper{max-width:1000px}.video{width:700px}.divider{width:60%}.userProfile{max-width:550px}.userName{font-size:1.5rem}.userComment{width:100%}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}