@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";.slider-container{width:100%;padding:0 80px;box-sizing:border-box}.custom-slider{width:100%;max-width:1280px;margin:0 auto;overflow-y:hidden;box-sizing:border-box}.slider-header{margin-top:50px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.slider-header h2{font-size:2rem;color:var(--primary-text-color)}.slider-header button{background-color:transparent;border:none;cursor:pointer}.slider-header-buttons{display:flex;align-items:center;gap:10px}@media (min-width: 1500px){.slider-header-buttons{display:none}}.custom-slider-container{overflow-x:auto;scroll-padding-left:10px;display:flex;gap:26px;-webkit-overflow-scrolling:touch;cursor:grab;width:100%;-webkit-user-select:none;user-select:none;touch-action:pan-y;scroll-snap-type:x mandatory;padding:10px;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.custom-slider-container::-webkit-scrollbar{display:none}.slider_Card{min-width:284px;max-width:284px;height:374px;background:#eee;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:2px 4px 10px #0003;flex-shrink:0;scroll-snap-align:start;overflow:hidden}.slider-image{width:100%;height:80%;object-fit:contain;-webkit-user-select:none;user-select:none}.slider-content{box-sizing:border-box;width:100%;height:20%;display:flex;align-items:center;justify-content:space-between;font-size:1.2rem;color:var(--primary-text-color);background-color:var(--primary-white);padding:0 20px}.slider-content h3{font-size:.8em;position:relative;display:inline-block}.slider-content h3:after{content:"";display:block;position:absolute;left:0;bottom:-4px;width:0;height:2px;background:var(--primary-text-color);transition:width .3s ease}.slider-content h4{font-size:.8em;position:relative;display:inline-block}.slider-content:hover h3:after{width:100%}@media (max-width: 900px){.slider-container{width:100%;padding:0 20px}.slider-header-buttons{display:none}.slider-header h2{font-size:2rem}.slider_Card{min-width:264px;max-width:264px;height:344px}}.main-screen-bg{box-sizing:border-box;overflow-y:hidden;overflow-x:hidden;width:100%;height:100vh;margin-top:90px;position:relative}.main-bg{position:absolute;left:0;top:0;width:100%;height:100%;box-sizing:border-box;object-fit:cover}.main-header-wrapper{position:relative;width:100%;max-width:1280px;margin:0 auto;height:100%;z-index:2;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:20px;padding:0 90px}.bg-header{font-family:Bebas Neue,sans-serif;font-size:100px;color:var(--primary-white);padding:10px 20px;background-color:var(--forest-green);border-radius:30px}.bg-header2{font-family:Bebas Neue,sans-serif;font-size:120px;color:var(--primary-white);padding:0 10px;margin-bottom:30px}.explore-btn-wrapper{display:flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:30px;border:2px solid var(--primary-white);cursor:pointer;margin:0 auto 100px;background-color:var(--forest-green)}.explore-btn-wrapper button{background-color:transparent;border:none;cursor:pointer;color:var(--primary-white);font-weight:600;font-size:1rem}@media (max-width: 1200px){.bg-header,.bg-header2{font-size:100px}}@media (max-width: 900px){.bg-header,.bg-header2{font-size:90px}.main-header-wrapper{padding:0 20px}}@media (max-width: 800px){.main-screen-bg{margin-top:60px}.main-bg{height:100vb}.bg-header,.bg-header2{font-size:80px}}@media (max-width: 600px){.main-header-wrapper{box-sizing:border-box;align-items:center}.bg-header,.bg-header2{font-size:45px}.explore-btn-wrapper{background-color:var(--forest-green)}}.main{width:100%;box-sizing:border-box;overflow-y:hidden;overflow-x:hidden}.about-us-wrapper{margin-top:60px;width:100%;display:flex;overflow-x:hidden;box-sizing:border-box;padding:0 90px 100px}.about-us-container{width:100%;max-width:1280px;margin:0 auto;display:flex;gap:26px}.about-us-leftside{width:50%;overflow:hidden}.about-us-image{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block}.about-us-rightside{width:50%;display:flex;flex-direction:column;justify-content:flex-start;color:#000}.about-us-rightside h2{font-size:2rem;font-weight:600}.about-us-rightside p{font-size:1rem;line-height:1.6;margin-top:20px;color:#555}@media (max-width: 900px){.about-us-wrapper{width:100%;display:flex;overflow-x:hidden;box-sizing:border-box;padding:0 20px 50px}}@media (max-width: 600px){.about-us-container{flex-direction:column-reverse}.about-us-leftside,.about-us-rightside{width:100%}}.navbar{position:fixed;top:0;width:100%;height:90px;box-sizing:border-box;background-color:var(--c-primary-green);z-index:1007;display:flex;align-items:center;justify-content:space-between;padding-left:90px;padding-right:90px}.navbar_wrapper{margin:0 auto;width:100%;max-width:1280px;height:90px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between}.nav_left_side{display:flex;align-items:center;gap:80px}.nav_main_logo{width:90px;height:82px;margin-top:13px;object-fit:contain}.nav_links{display:flex;align-items:center;gap:30px}.nav_link_style{font-size:18px;color:var(--primary-text-color);cursor:pointer;font-weight:600}.nav_language{position:relative;width:80px;height:40px;border-radius:30px;background-color:var(--forest-green);display:flex;align-items:center;justify-content:center;gap:4px;cursor:pointer}.nav_language_p{color:var(--primary-white);font-size:14px;font-weight:600}.nav_language_chevron{margin-top:2px}.nav_menu_bars{display:none;cursor:pointer}.side_panel{box-sizing:border-box;position:fixed;top:50px;right:0;height:100vh;width:260px;background:var(--primary-white);transform:translate(100%);transition:transform .2s ease;z-index:1002;display:none;flex-direction:column;padding:32px 24px;gap:28px;color:var(--primary-text-color)}.side_panel.open{transform:translate(0)}.side_panel_navigation{display:flex;flex-direction:column;gap:24px}.side_panel_link{font-size:18px;color:var(--primary-text-color);cursor:pointer;font-weight:600}.side_panel_language{border-top:1px solid var(--primary-text-color);padding-top:20px;display:flex;align-items:center;justify-content:space-between;color:var(--primary-text-color)}.side_panel_overlay{position:fixed;top:50px;left:0;width:100vw;height:100vh;background:#0000004d;z-index:1001}.language_panel{position:fixed;top:0;right:0;width:100%;height:100vh;z-index:1003;display:flex;align-items:center;justify-content:center}.language_panel_overlay{position:absolute;top:0;right:0;width:100%;height:100vh;background:#0000004d;z-index:1000}.language_panel_content{position:relative;width:300px;height:200px;background:var(--primary-white);border-radius:8px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:20px;color:var(--primary-text-color);z-index:1001}.language_radio_form{margin-left:-15px}.language_panel_close{position:absolute;bottom:10px;right:10px;cursor:pointer;padding:10px 20px;background-color:var(--forest-green);color:var(--primary-white);border:none;border-radius:5px;font-size:16px;font-weight:600;transition:background-color .3s ease}@media screen and (max-width: 900px){.navbar{padding-left:20px;padding-right:20px}.nav_left_side,.nav_links{gap:20px}.nav_main_logo{width:80px;height:60px;margin-top:10px}}@media screen and (max-width: 600px){.navbar{height:60px;padding-left:20px;padding-right:20px}.nav_links{display:none}.nav_main_logo{width:60px;height:40px}.nav_language{display:none}.nav_menu_bars{display:block;cursor:pointer}.side_panel{display:flex}.language_panel{display:none}}.custom-radio input[type=radio]{display:none}.custom-radio .radio-mark{height:10px;width:10px;border-radius:50%;border:2px solid #555;display:inline-block;margin-right:8px;position:relative}.custom-radio input[type=radio]:checked+.radio-mark:after{content:"";width:8px;height:8px;background-color:#555;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.footer{box-sizing:border-box;width:100%;background-color:var(--forest-green);padding:0 90px}@media screen and (max-width: 768px){.footer{padding:0 20px}}.footer-content{width:100%;max-width:1280px;margin:0 auto;padding:40px 0;display:flex;align-items:flex-start;justify-content:space-between}@media screen and (max-width: 600px){.footer-content{flex-direction:column;gap:20px;align-items:flex-start}}.footer-block{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:var(--primary-white);gap:10px}.footer-logo{width:160px;height:160px;object-fit:contain;margin-top:-28px}@media screen and (max-width: 600px){.footer-logo{display:none}}.footer-bottom{border-top:1px solid var(--primary-white);padding-bottom:20px;display:flex;justify-content:center}.footer-bottom p{margin-top:10px}.parnters-block-wrapper{width:100%;max-width:1280px;margin:0 auto 80px;padding:0 90px;overflow-x:hidden}@media (max-width: 786px){.parnters-block-wrapper{padding:0 20px}}.partners-header{font-size:2rem;margin-bottom:20px;color:var(--primary-text-color)}.parnter-logos{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,auto);gap:34px 24px;align-items:center}@media (max-width: 1400px){.parnter-logos{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,auto)}}@media (max-width: 1250px){.parnter-logos{gap:34px 10px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,auto)}}@media (max-width: 600px){.parnter-logos{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(5,auto);gap:16px}}.parnet-logo-image{width:100px;height:auto;object-fit:contain;border-radius:10px}@media (max-width: 768px){.parnet-logo-image{width:60px}}.product-detail{width:100%;box-sizing:border-box;padding:90px 90px 0}@media (max-width: 768px){.product-detail{padding:90px 20px 0}}.product-content{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1280px;padding:20px 0 40px;margin:0 auto}@media (max-width: 600px){.product-content{flex-direction:column-reverse;justify-content:center}}.product-leftside{width:50%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media (max-width: 600px){.product-leftside{width:100%;height:50%}}.product-rightside{width:50%;height:100%;display:flex;align-items:center;justify-content:center}@media (max-width: 600px){.product-rightside{width:100%;height:50%}}.product-cover{width:70%;height:70%;object-fit:contain;object-position:center}@media (max-width: 600px){.product-cover{width:100%;height:50%;min-height:350px}}.product-description{width:100%;height:100%;color:var(--primary-text-color);font-weight:600}.product-leftside h1{font-size:3rem;font-weight:700}.vitamins-content{width:100%;display:flex;align-items:center;gap:1px}.vitamin-item{width:100%;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-weight:900}.vitamin-name{font-size:1.2rem;font-style:italic;text-align:center}.preps-content{width:100%;display:flex;align-items:center;gap:10px;padding:40px 0}@media screen and (max-width: 768px){.preps-content{flex-direction:column;padding:20px 0;gap:40px}}.preps-wrapper{width:100%;box-sizing:border-box;padding:20px 90px}@media screen and (max-width: 768px){.preps-wrapper{padding:40px 20px}}.preps-leftside,.preps-rightside{width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width: 768px){.preps-leftside,.preps-rightside{width:100%;height:50%}}.preps-leftside h2{max-width:400px}.questions-list{color:var(--primary-text-color);display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 768px){.questions-list{padding:0 20px}}.details-answers{list-style:none}:root{font-family:Lato,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:var(--primary-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--c-primary-green: #F1F8E2;--primary-white: #ffffff;--primary-text-color: #282620;--forest-green: #2e7f59;--banana-yellow: #fcf6a6;--grapefruit-pink: #ffe3b3;--peach: #ffdec7;--secondary-blue: #02B1B8;--secondary-orange: #FF9142;--secondary-purple: #016B52}*,*:after,*:before{padding:0;margin:0}html{overflow-x:hidden}body{width:100%;overflow-x:hidden;scroll-behavior:smooth}a,a:link,a:visited,a:hover,a:active,a:focus{text-decoration:none;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent}Link{outline:none}
