*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;overscroll-behavior:none}a{color:inherit;display:inline-block}a,button{text-decoration:none}button{background-color:transparent;border:none;outline:none;cursor:pointer}@media print{.hide_on_print,.nav_notification,.w7l_footer,.w7l_pattern_container{display:none!important}}@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";@keyframes heartbeat{0%{transform:scale(1);transform-origin:center center;animation-timing-function:ease-out}10%{transform:scale(.91);animation-timing-function:ease-in}17%{transform:scale(.98);animation-timing-function:ease-out}33%{transform:scale(.87);animation-timing-function:ease-in}45%{transform:scale(1);animation-timing-function:ease-out}}@keyframes jello-horizontal{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.cartAnimation{animation:jello-horizontal .9s both}.primary_button{padding:10px 40px;background-color:#365e3b;color:#fff;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:16px;font-weight:500;border-radius:2px;display:flex;gap:5px;cursor:pointer;box-shadow:0 4px 6px transparent;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;position:relative}.primary_button,.primary_button .loader{align-items:center;justify-content:center}.primary_button .loader{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.primary_button .loader svg{animation:spin 2s linear infinite}.primary_button.loading{pointer-events:none!important}.primary_button.loading span{opacity:0}.primary_button.loading span.loader{display:inline-flex;opacity:1}.primary_button.texture{background-image:url(/textures/pattern_small_white.png);background-position:50%;background-size:contain}.primary_button:hover{background-color:#2e5032}.primary_button:active{transform:scale(.98)}.primary_button:focus{outline:none;box-shadow:0 0 0 3px rgba(54,94,59,.3)}.primary_button:after{content:"";position:absolute;width:20px;height:20px;right:20px;top:50%;transform:translateY(-50%);background-image:url(/icons/arrow_long_white.svg);background-position:50%;background-size:contain;background-repeat:no-repeat;opacity:0;transition:.3s ease-in-out}.primary_button:disabled{background-color:#547658;pointer-events:none;opacity:.6}.primary_button.anim:hover:after{right:10px;opacity:1}.primary_button svg{height:20px;width:20px}.primary_button.small{font-size:14px;padding:10px 20px}.primary_button.long{width:100%;max-width:400px;padding:15px 20px}.primary_button.highlight{background-color:#d4a514}.primary_button.highlight:hover{background-color:#b48c11}.primary_button.highlight:focus{outline:none;box-shadow:0 0 0 3px rgba(212,165,20,.3)}.primary_button.outline{background-color:transparent;border:1px solid #365e3b;color:#365e3b}.primary_button.outline:hover{background-color:#f9faf9}.primary_button.outline:after{background-image:url(/icons/arrow_long_green.svg)}.primary_button.link{background-color:transparent;border:none;color:#365e3b;padding:10px 25px}.primary_button.link:after{background-image:url(/icons/arrow_long_green.svg);right:-5px;opacity:1}.primary_button.link:hover:after{right:-10px}@media(max-width:992px){.primary_button{padding:8px 30px;border-radius:2px;font-size:14px}.primary_button:after{width:15px;height:15px;right:15px}.primary_button.anim:hover:after{right:8px}.primary_button svg{height:18px;width:18px}.primary_button.small{font-size:13px;padding:10px 15px}.primary_button.link{padding:10px 20px}.primary_button.link:after{right:0;opacity:1}.primary_button.link:hover:after{right:-5px}}@media(max-width:768px){.primary_button{padding:8px 25px;border-radius:2px;font-size:12px}.primary_button:after{width:15px;height:15px;right:15px}.primary_button.anim:hover:after{right:8px}.primary_button svg{height:15px;width:15px}.primary_button.small{font-size:10px;padding:10px}.primary_button.link{padding:10px 15px}.primary_button.link:after{right:-5px;opacity:1}.primary_button.link:hover:after{right:-10px}}.secondary_button{padding:10px 40px;background-color:#fff;color:#365e3b;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-weight:500;border-radius:2px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px transparent;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;position:relative}.secondary_button:hover{background-color:#f2f2f2}.secondary_button:active{transform:scale(.98);box-shadow:0 2px 4px transparent}.secondary_button:focus{outline:none;box-shadow:0 0 0 3px hsla(0,0%,100%,.3)}.secondary_button:after{content:"";position:absolute;width:20px;height:20px;right:20px;top:50%;transform:translateY(-50%);background-image:url(/icons/arrow_long_green.svg);background-position:50%;background-size:contain;background-repeat:no-repeat;opacity:0;transition:.3s ease-in-out}.secondary_button.anim:hover:after{right:10px;opacity:1}.secondary_button svg{height:20px;width:20px}.secondary_button.small{font-size:14px;padding:10px 20px}.secondary_button.bordered{border:1px solid rgba(51,51,51,.08)}.secondary_button.outline{background-color:transparent;border:1px solid #fff;color:#fff}.secondary_button.outline:hover{background-color:#f2f2f2;color:#365e3b}.secondary_button .loader{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);justify-content:center;align-items:center}.secondary_button .loader svg{animation:spin 2s linear infinite}.secondary_button.loading{pointer-events:none!important}.secondary_button.loading span{opacity:0}.secondary_button.loading span.loader{display:inline-flex;opacity:1}@media(max-width:992px){.secondary_button{padding:8px 30px;border-radius:2px;font-size:14px}.secondary_button:after{width:15px;height:15px;right:15px}.secondary_button.anim:hover:after{right:8px}.secondary_button svg{height:18px;width:18px}.secondary_button.small{font-size:13px;padding:10px 15px}}@media(max-width:768px){.secondary_button{padding:8px 25px;border-radius:2px;font-size:12px}.secondary_button:after{width:15px;height:15px;right:15px}.secondary_button.anim:hover:after{right:8px}.secondary_button svg{height:15px;width:15px}.secondary_button.small{font-size:10px;padding:10px}}.w7l_icon{display:inline-flex;align-items:center;gap:3px;position:relative;transition:.2s ease-in-out}.w7l_icon span{background-color:#e07a5f;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:10px;color:#fff;font-weight:600;height:15px;width:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;bottom:-5px;right:-5px}.w7l_icon.hover_anim:before{z-index:0;position:absolute;content:"";width:0;height:0;background-color:#365e3b;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);transition:.2s ease-in-out;opacity:0}.w7l_icon.hover_anim:hover{transform:scale(1.1)}.w7l_icon.hover_anim:hover:before{width:150%;height:150%;opacity:.1}.w7l_form{display:flex;flex-direction:column;gap:10px}.w7l_form .form_input{position:relative;height:60px;background-color:#ebefeb}.w7l_form .form_input.border{border:1px solid rgba(54,94,59,.1)}.w7l_form .form_input.disabled{background-color:#f5f7f5}.w7l_form .form_input.disabled input{pointer-events:none;opacity:.6}.w7l_form .form_input span{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:18px}.w7l_form .form_input span.button{font-size:12px;color:#365e3b;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600;cursor:pointer}.w7l_form .form_input.textarea{height:auto}.w7l_form .form_input input,.w7l_form .form_input textarea{border:none;outline:none;background-color:transparent;height:100%;width:100%;padding:5px 20px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:12px;line-height:140%;font-weight:600;color:#333}.w7l_form .form_input textarea{padding-top:15px;padding-bottom:15px;height:100%!important}.w7l_form .form_input.checkbox{display:flex;align-items:center;flex-direction:row;gap:10px;background-color:transparent;height:inherit}.w7l_form .form_input.checkbox input[type=checkbox]{width:20px;height:20px;border-radius:5px;background-color:#fff;border:1px solid rgba(54,94,59,.2);cursor:pointer}.w7l_form .form_input.checkbox input[type=checkbox]:disabled{opacity:.6}.w7l_form .form_input.checkbox label{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:11px!important;font-weight:400;color:#365e3b!important;pointer-events:all!important;position:relative!important;left:inherit!important;top:inherit!important;transform:inherit!important}.w7l_form .form_input.otp input{font-size:16px;letter-spacing:5px;text-transform:uppercase}.w7l_form .form_input input::placeholder{color:transparent}.w7l_form .form_input label{position:absolute;left:20px;top:50%;transform:translateY(-50%);pointer-events:none;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:12px;line-height:140%;color:#333;transition:.1s ease-in-out}.w7l_form .form_input input:focus+label,.w7l_form .form_input input:not(:placeholder-shown)+label{font-size:8px;top:23%;transform:translateY(-50%);color:#858585}.w7l_form button{height:60px}@media(max-width:992px){.w7l_form .form_input{height:50px}.w7l_form .form_input input{padding:5px 10px;font-size:12px}.w7l_form .form_input label{left:10px;top:50%;transform:translateY(-50%);font-size:12px}.w7l_form .form_input input:focus+label,.w7l_form .form_input input:not(:placeholder-shown)+label{font-size:8px;top:23%;transform:translateY(-50%)}.w7l_form .form_input.checkbox input[type=checkbox]{width:15px;height:15px}.w7l_form .form_input.checkbox label{font-size:10px!important}.w7l_form button{height:50px}}@media(max-width:768px){.w7l_form .form_input{height:40px}.w7l_form .form_input input{padding:3px 10px;font-size:11px}.w7l_form .form_input label{left:10px;top:50%;transform:translateY(-50%);font-size:12px}.w7l_form .form_input input:focus+label,.w7l_form .form_input input:not(:placeholder-shown)+label{font-size:8px;top:23%;transform:translateY(-50%)}.w7l_form .form_input.checkbox input[type=checkbox]{width:15px;height:15px}.w7l_form .form_input.checkbox label{font-size:9px!important}.w7l_form button{height:40px}}.google_signin{height:60px;font-size:26px;font-weight:600;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#333;display:flex;align-items:center;padding:10px 20px;border:1px solid #e0e0e0;border-radius:4px;background-color:#fff}.google_signin span{flex:1 1;font-size:14px}.google_signin:hover{background-color:#fcfcfc}.google_signin:active{transform:scale(.98)}.google_signin:focus{outline:none;box-shadow:0 0 0 3px rgba(54,94,59,.3)}@media(max-width:992px){.google_signin{height:50px;font-size:22px;padding:10px 15px;border-radius:4px}.google_signin span{font-size:13px}}@media(max-width:768px){.google_signin{height:40px;font-size:18px;padding:10px;border-radius:4px}.google_signin span{font-size:12px}}.w7l_breadcrumbs{color:#fff;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;display:flex;align-items:center;gap:3px;font-size:14px;font-weight:500;margin-bottom:10px}.w7l_breadcrumbs.primary,.w7l_breadcrumbs.primary a:hover{color:#365e3b}.w7l_breadcrumbs a:hover{font-weight:600}@media(max-width:768px){.w7l_breadcrumbs{font-size:12px}}.w7l_divider{height:1px;background-color:#365e3b;margin-bottom:15px}.link_button{display:inline-flex;gap:5px;align-items:center;color:#365e3b;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:15px;font-weight:400;padding:5px 10px;transition:.2s ease-in}.link_button:hover{text-decoration:underline}.empty_result{width:100%;flex:1 1;display:flex;flex-direction:column;align-items:center;gap:20px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal}.empty_result.solid{background-color:#fff;padding:20px 10px}.empty_result img{height:80px}.empty_result .title{color:#365e3b;font-weight:400;font-size:15px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal}@media(max-width:1200px){.empty_result{gap:15px}.empty_result img{height:70px}.empty_result .title{font-size:14px}}@media(max-width:992px){.empty_result{gap:15px}.empty_result img{height:60px}.empty_result .title{font-size:13px}}@media(max-width:768px){.empty_result{gap:15px}.empty_result img{height:50px}}.react-datepicker{border:1px solid rgba(54,94,59,.3)!important}.react-datepicker__header{background-color:ivory!important;color:#333;border-bottom:1px solid rgba(54,94,59,.3)!important}.react-datepicker-popper .react-datepicker__triangle{stroke:rgba(54,94,59,.3)!important}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{color:ivory!important;fill:ivory!important}.react-datepicker__current-month,.react-datepicker__navigation{color:#365e3b!important}.react-datepicker__header__dropdown{padding:8px!important}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#365e3b!important}.react-datepicker__day--disabled,.react-datepicker__day-name--disabled,.react-datepicker__time-name--disabled{color:rgba(54,94,59,.4)!important}.react-datepicker__day--selected{background-color:#365e3b!important;color:#fff!important}.react-datepicker__day--keyboard-selected{background-color:#c3cfc4!important}.react-datepicker__day:hover{background-color:#9baf9d!important;color:#fff}.react-datepicker__year-dropdown{background-color:#fff!important;border:1px solid #ccc!important;padding:3px;box-shadow:0 0 10px rgba(0,0,0,.05)}.react-datepicker__year-option{padding:8px 12px;cursor:pointer}.react-datepicker__year-option:hover{background-color:#365e3b!important;color:#fff}.react-datepicker__year-option--selected{color:#365e3b}.loading_section{width:100%;padding:15px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;display:flex;align-items:center;gap:20px;justify-content:center;font-size:18px}.loading_section span{font-size:14px}.loading_section svg{animation:spin 2s linear infinite}.empty_products{width:100%;flex:1 1;padding:40px 20px}.empty_products,.empty_products .content{display:flex;align-items:center;justify-content:center;flex-direction:column}.empty_products .content{max-width:60%;gap:0}.empty_products .content .art img{max-width:280px}.empty_products .content h2{color:#365e3b;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:24px;font-weight:700;margin-top:20px;text-align:center;margin-bottom:10px}.empty_products .content h4{color:rgba(51,51,51,.6);font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:15px;font-weight:500;text-align:center;margin-bottom:40px}@media(max-width:992px){.empty_products{padding:40px 10px}.empty_products .content{max-width:80%;gap:0}.empty_products .content .art img{max-width:250px}.empty_products .content h2{font-size:24px;margin-top:20px;margin-bottom:10px}.empty_products .content h4{font-size:15px;margin-bottom:20px}}@media(max-width:768px){.empty_products{padding:40px 0}.empty_products .content{max-width:100%;gap:0;padding:0 15px}.empty_products .content .art img{max-width:150px}.empty_products .content h2{font-size:18px;margin-top:15px;margin-bottom:5px}.empty_products .content h4{font-size:11px;margin-bottom:15px}}.nav_notification{background-color:#e07a5f;background-color:#748f76;background-color:#8c564b;background-color:#d4a514;color:#fff;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:14px;font-weight:500;padding:5px 10px;text-align:center;position:relative}.nav_notification,.nav_notification .text_content{display:flex;align-items:center;justify-content:center}.nav_notification .text_content{flex-wrap:wrap;gap:4px}.nav_notification span{font-weight:700;display:inline-flex;align-items:center;gap:3px}.nav_notification .close{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;display:flex;align-items:center;justify-content:center;border:none!important;outline:none!important;color:#333}@media(max-width:768px){.nav_notification{font-size:12px}}.w7l_floating_button{position:fixed;bottom:50px;right:40px;z-index:999}.w7l_floating_button button{background-color:#48c757;height:50px;width:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px rgba(0,0,0,.1);border:none;outline:none;color:#fff;font-size:28px;transition:.2s ease-in-out}.w7l_floating_button button:hover{background-color:#3da94a}.w7l_floating_button.higher{bottom:100px!important}@media(max-width:992px){.w7l_floating_button{bottom:30px;right:30px}.w7l_floating_button button{height:45px;width:45px;font-size:24px}.w7l_floating_button.higher{bottom:100px!important}}@media(max-width:768px){.w7l_floating_button{bottom:20px;right:20px}.w7l_floating_button button{height:40px;width:40px;font-size:22px}.w7l_floating_button.higher{bottom:100px!important}}.google_maps iframe{width:100%;height:400px;border:none;margin:0;padding:0}.w7l_product_plus_content{position:relative;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;padding:20px}.w7l_product_plus_content img{aspect-ratio:1.62/1;max-width:100%;height:auto}.w7l_navbar{position:fixed;top:0;left:0;right:0;z-index:100;background-color:#f6f8f6}.w7l_navbar .w7l_navheader{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;background-color:#fff;display:flex;align-items:center;justify-content:space-between;padding-top:15px;padding-bottom:15px;height:inherit;overflow:hidden;opacity:1;transition:.15s ease-in-out}.w7l_navbar .w7l_navheader .left{display:flex;align-items:center;gap:20px}.w7l_navbar .w7l_navheader .left .menu_button{display:none}@media(max-width:768px){.w7l_navbar .w7l_navheader .left .menu_button{display:inherit}}.w7l_navbar .w7l_navheader .mob_only{display:none}@media(max-width:768px){.w7l_navbar .w7l_navheader .mob_only{display:inherit}.w7l_navbar .w7l_navheader .desktop_only{display:none}}.w7l_navbar .w7l_navheader .middle{flex:1 1;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;height:50px;transition:.2s cubic-bezier(.6,.04,.98,.335) .1s}.w7l_navbar .w7l_navheader .middle .brand_name{color:#365e3b;font-weight:700;font-size:22px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.2s cubic-bezier(.6,.04,.98,.335) .1s}@media(max-width:1200px){.w7l_navbar .w7l_navheader .middle .brand_name{font-size:20px}}@media(max-width:768px){.w7l_navbar .w7l_navheader .middle .brand_name{font-size:18px;display:none}}.w7l_navbar .w7l_navheader .middle .logo{position:absolute;top:200%;left:50%;transform:translate(-50%,-50%);transition:.2s cubic-bezier(.6,.04,.98,.335) .1s}.w7l_navbar .w7l_navheader .middle .logo img{height:50px}@media(max-width:768px){.w7l_navbar .w7l_navheader .middle .logo{display:none}}.w7l_navbar .w7l_navheader .middle .logo_mobile{display:none;transition:.2s cubic-bezier(.6,.04,.98,.335) .1s}.w7l_navbar .w7l_navheader .middle .logo_mobile img{height:30px}@media(max-width:768px){.w7l_navbar .w7l_navheader .middle .logo_mobile{display:inline-block}}.w7l_navbar .w7l_navheader .middle:hover .brand_name{top:-100%}.w7l_navbar .w7l_navheader .middle:hover .logo{top:50%}@media(min-width:769px){.w7l_navbar.scrolled .w7l_navheader{opacity:0;height:0!important;padding-top:0;padding-bottom:0}}.w7l_navbar .w7l_navfooter{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;background-color:#f6f8f6;display:flex;align-items:center;justify-content:space-between;padding-top:15px;padding-bottom:15px;box-shadow:0 4px 10px 0 rgba(0,0,0,.02)}.w7l_navbar .w7l_navfooter .navfoot_header{display:none}.w7l_navbar .w7l_navfooter .desktop_nav{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:40px}@media(max-width:1440px){.w7l_navbar .w7l_navfooter .desktop_nav{gap:35px}}@media(max-width:1200px){.w7l_navbar .w7l_navfooter .desktop_nav{gap:30px}}@media(max-width:992px){.w7l_navbar .w7l_navfooter .desktop_nav{gap:25px}}.w7l_navbar .w7l_navfooter .desktop_nav li a{display:inline-block;font-weight:500;font-size:14px;color:#365e3b;position:relative;font-family:Outfit,sans-serif;font-optical-sizing:auto;font-style:normal}@media(max-width:1200px){.w7l_navbar .w7l_navfooter .desktop_nav li a{font-size:13px}}@media(max-width:992px){.w7l_navbar .w7l_navfooter .desktop_nav li a{font-size:12px}}.w7l_navbar .w7l_navfooter .desktop_nav li a:after,.w7l_navbar .w7l_navfooter .desktop_nav li a:before{content:"";position:absolute;left:0;bottom:-5px;height:2px;background-color:#365e3b;transition:.2s ease-in}.w7l_navbar .w7l_navfooter .desktop_nav li a:after,.w7l_navbar .w7l_navfooter .desktop_nav li a:before{width:0}.w7l_navbar .w7l_navfooter .desktop_nav li a:hover:before{width:100%;animation:fill-line .2s forwards;animation-delay:.2s}.w7l_navbar .w7l_navfooter .desktop_nav li a:hover:after{animation:fill-line-two .2s forwards;animation-delay:.4s}.w7l_navbar .w7l_navfooter .desktop_nav li.mob_only{display:none}.w7l_navbar .w7l_navfooter .action{display:flex;align-items:center;gap:30px}@media(max-width:768px){.w7l_navbar .w7l_navfooter{position:fixed;top:0;left:0;bottom:0;right:0;display:none}.w7l_navbar .w7l_navfooter .action{display:none}.w7l_navbar .w7l_navfooter .desktop_nav{position:absolute;top:60px;left:0;right:0;bottom:0;overflow-y:auto;flex-direction:column;align-items:stretch;gap:0;opacity:0;pointer-events:none}.w7l_navbar .w7l_navfooter .desktop_nav li a{display:flex;justify-content:space-between;width:100%;padding:15px 30px;font-size:14px}.w7l_navbar .w7l_navfooter .desktop_nav li a:hover{background-color:#ebebeb}.w7l_navbar .w7l_navfooter .desktop_nav li a:hover:after,.w7l_navbar .w7l_navfooter .desktop_nav li a:hover:before{display:none}}@media(max-width:768px)and (max-width:576px){.w7l_navbar .w7l_navfooter .desktop_nav li a{padding:15px 20px;font-size:12px}}@media(max-width:768px){.w7l_navbar .w7l_navfooter .desktop_nav li.nav_highlight{background-color:ivory}.w7l_navbar .w7l_navfooter .desktop_nav li.light a{font-weight:400}.w7l_navbar .w7l_navfooter .desktop_nav li.mob_only,.w7l_navbar .w7l_navfooter.active{display:inherit}.w7l_navbar .w7l_navfooter.active .navfoot_header{z-index:110;display:inherit;position:absolute;top:0;left:0;right:0;height:50px;border-bottom:1px solid #365e3b;display:flex;align-items:center;justify-content:flex-end;padding:5px 30px}}@media(max-width:768px)and (max-width:576px){.w7l_navbar .w7l_navfooter.active .navfoot_header{padding:5px 20px}}@media(max-width:768px){.w7l_navbar .w7l_navfooter.active .desktop_nav{opacity:1;pointer-events:all}}@keyframes fill-line{0%{width:100%;left:inherit;right:0}to{width:0;left:inherit;right:0}}@keyframes fill-line-two{0%{width:0}to{width:100%}}.w7l_footer{background-color:#365e3b;padding-top:60px;padding-bottom:60px;display:flex;align-items:stretch;flex-direction:column;gap:60px}.w7l_footer .footer_header{display:flex;align-items:center;justify-content:space-between}.w7l_footer .footer_header .slogan{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-weight:800;font-size:30px;color:#fff;line-height:140%}.w7l_footer .footer_header .slogan span{font-size:26px}.w7l_footer .footer_header .newsletter{display:flex;flex-direction:column;gap:10px}.w7l_footer .footer_header .newsletter .title{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600;font-size:26px;color:#fff;line-height:140%}.w7l_footer .footer_header .newsletter .input{background-color:ivory;border-radius:25px;position:relative}.w7l_footer .footer_header .newsletter .input input{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400;font-size:16px;line-height:140%;border:none;background-color:transparent;padding:5px 20px;height:50px;width:350px;max-width:100%;color:#333;margin-right:50px}.w7l_footer .footer_header .newsletter .input button{aspect-ratio:1/1;background-color:ivory;color:#365e3b;font-size:24px;border-radius:50%;position:absolute;top:1px;right:1px;bottom:1px;transition:.2s ease-in-out}.w7l_footer .footer_header .newsletter .input button,.w7l_footer .footer_header .newsletter .input button span{display:flex;align-items:center;justify-content:center}.w7l_footer .footer_header .newsletter .input button span.spinner{display:none}.w7l_footer .footer_header .newsletter .input button span.spinner svg{animation:spin 2s linear infinite}.w7l_footer .footer_header .newsletter .input button:hover{background-color:rgba(54,94,59,.15);font-size:26px}.w7l_footer .footer_header .newsletter .input button.loading{pointer-events:none}.w7l_footer .footer_header .newsletter .input button.loading span.spinner{display:flex}.w7l_footer .footer_header .newsletter .input button.loading span.label{display:none}.w7l_footer .footer_header .newsletter .message{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-weight:400;font-size:14px;line-height:140%;color:#fff;margin-top:10px;display:flex;align-items:center;gap:10px}.w7l_footer .footer_header .newsletter .message svg{color:#fff;font-size:20px}@media(max-width:768px){.w7l_footer .footer_header .newsletter .title{text-align:center;font-size:20px}.w7l_footer .footer_header .newsletter .input input{width:100%;max-width:100%;height:45px;font-size:14px}.w7l_footer .footer_header .newsletter .input button,.w7l_footer .footer_header .newsletter .input button span.spinner svg{font-size:20px}.w7l_footer .footer_header .newsletter .message{text-align:center;justify-content:center;font-size:12px}.w7l_footer .footer_header .newsletter .message svg{font-size:15px}}.w7l_footer .footer_header .social_links{display:flex;gap:20px}.w7l_footer .footer_header .social_links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;border-radius:50%;transition:background-color .3s ease}.w7l_footer .footer_header .social_links a svg{color:#365e3b;font-size:20px}.w7l_footer .footer_header .social_links a:hover{background-color:#e6e6e6}.w7l_footer .footer_content{position:relative;display:flex;align-items:stretch;gap:20px}.w7l_footer .footer_content .left{width:20%;display:flex;flex-direction:column;justify-content:space-between;gap:30px}.w7l_footer .footer_content .left .copyright{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#fff}.w7l_footer .footer_content .left .copyright .title{font-weight:600;font-size:14px;line-height:140%;margin-bottom:6px}.w7l_footer .footer_content .left .copyright .subtitle{font-weight:400;font-size:12px;line-height:140%}.w7l_footer .footer_content .right{flex:1 1;display:flex;align-items:stretch;flex-direction:column;gap:20px}.w7l_footer .footer_content .right .menu{margin-bottom:30px;display:grid;grid-template-columns:repeat(4,1fr)}.w7l_footer .footer_content .right .menu .menu_item ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.w7l_footer .footer_content .right .menu .menu_item ul li{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#fff;font-size:14px;line-height:140%;font-weight:500}.w7l_footer .footer_content .right .menu .menu_item ul li.title{font-weight:700}.w7l_footer .footer_content .right .foot_action{display:flex;gap:5px;flex-direction:column;align-items:stretch}.w7l_footer .footer_content .right .mail{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#fff;font-size:17px;font-weight:600;line-height:140%;padding-bottom:4px;border-bottom:1px solid #fff}.w7l_footer .footer_content .right .foot{display:flex;align-items:center;justify-content:space-between;gap:20px}.w7l_footer .footer_content .right .foot ul{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:15px}.w7l_footer .footer_content .right .foot ul li{display:flex;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#fff}.w7l_footer .footer_content .right .foot ul li a{font-size:12px;font-weight:300;line-height:140%}.w7l_footer .footer_content .right .foot .company{font-size:12px;font-weight:500;line-height:140%;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#9baf9d}.w7l_footer .footer_foot{display:none}@media(max-width:1200px){.w7l_footer{padding-top:60px;padding-bottom:60px;gap:60px}.w7l_footer .footer_header .slogan{font-size:30px}.w7l_footer .footer_header .slogan span{font-size:26px}.w7l_footer .footer_header .social_links a{width:40px;height:40px}.w7l_footer .footer_header .social_links a svg{font-size:20px}.w7l_footer .footer_content{gap:20px}.w7l_footer .footer_content .left{width:20%;gap:30px}.w7l_footer .footer_content .left .copyright .title{font-size:14px;margin-bottom:4px}.w7l_footer .footer_content .left .copyright .subtitle{font-size:12px}.w7l_footer .footer_content .right{gap:20px}.w7l_footer .footer_content .right .menu{margin-bottom:30px;grid-template-columns:repeat(2,1fr);gap:40px 20px}.w7l_footer .footer_content .right .menu .menu_item ul{gap:10px}.w7l_footer .footer_content .right .menu .menu_item ul li{font-size:14px}.w7l_footer .footer_content .right .menu .menu_item ul li.title{font-weight:800}.w7l_footer .footer_content .right .foot_action{gap:5px}.w7l_footer .footer_content .right .mail{font-size:17px;padding-bottom:4px}.w7l_footer .footer_content .right .foot{gap:20px}.w7l_footer .footer_content .right .foot ul{gap:15px}.w7l_footer .footer_content .right .foot .company,.w7l_footer .footer_content .right .foot ul li a{font-size:12px}}@media(max-width:768px){.w7l_footer{padding-top:40px;padding-bottom:40px;gap:40px}.w7l_footer .footer_header{flex-direction:column;gap:30px}.w7l_footer .footer_header .slogan{font-size:24px;text-align:center}.w7l_footer .footer_header .slogan span{font-size:20px}.w7l_footer .footer_header .social_links{justify-content:center}.w7l_footer .footer_header .social_links a{width:30px;height:30px}.w7l_footer .footer_header .social_links a svg{font-size:15px}.w7l_footer .footer_content{gap:20px;flex-direction:column;align-items:stretch}.w7l_footer .footer_content .left{width:100%;gap:30px;align-items:center}.w7l_footer .footer_content .left .logo{width:80px;height:auto}.w7l_footer .footer_content .left .copyright .title{font-size:14px;margin-bottom:4px;text-align:center}.w7l_footer .footer_content .left .copyright .subtitle{font-size:12px;text-align:center}.w7l_footer .footer_content .right{gap:20px}.w7l_footer .footer_content .right .menu{margin-bottom:30px;grid-template-columns:repeat(1,1fr);gap:40px 20px}.w7l_footer .footer_content .right .menu .menu_item ul{gap:10px}.w7l_footer .footer_content .right .menu .menu_item ul li{font-size:14px;text-align:center}.w7l_footer .footer_content .right .menu .menu_item ul li.title{font-weight:800}.w7l_footer .footer_content .right .foot_action{gap:5px}.w7l_footer .footer_content .right .mail{font-size:17px;padding-bottom:4px;text-align:center}.w7l_footer .footer_content .right .foot{gap:20px;justify-content:stretch}.w7l_footer .footer_content .right .foot ul{gap:15px;flex:1 1;justify-content:space-around}.w7l_footer .footer_content .right .foot ul li a{font-size:12px}.w7l_footer .footer_content .right .foot .company{font-size:12px;display:none}.w7l_footer .footer_foot{display:flex;align-items:center;justify-content:center;flex-direction:column;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#fff;padding:20px;gap:10px}.w7l_footer .footer_foot .company{font-size:12px;color:#9baf9d}.w7l_footer .footer_foot .copyright{font-weight:500;font-size:16px}.w7l_footer .footer_foot .label{font-size:10px}}.w7l_pattern_container{height:120px;background:url(/textures/7land_pattern_primary.png);background-repeat:repeat-x;background-position:0 0;transition:background-position .3s ease}@keyframes scrollBackground{0%{background-position:0 0}to{background-position:100% 0}}.w7l_shop{padding-top:30px;padding-bottom:30px}.w7l_shop .shop_lists{display:grid;grid-gap:60px 15px;gap:60px 15px;grid-template-columns:repeat(4,1fr)}.w7l_shop .shop_lists .shop_list{background:#fff;position:relative;display:flex;flex-direction:column;align-items:stretch;gap:10px}.w7l_shop .shop_lists .shop_list .overlay{position:absolute;top:10px;right:0;z-index:2;background-color:#fff;color:#e07a5f;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:13px;font-weight:600;line-height:140%;padding:5px 10px;border-radius:30px 0 0 30px;pointer-events:none}.w7l_shop .shop_lists .shop_list .overlay span{color:#333;font-weight:500}@media(max-width:992px){.w7l_shop .shop_lists .shop_list .overlay{font-size:14px}.w7l_shop .shop_lists .shop_list .overlay span{display:none}}@media(max-width:768px){.w7l_shop .shop_lists .shop_list .overlay{top:5px;font-size:12px}}.w7l_shop .shop_lists .shop_list .img_wrap{width:100%;height:auto;min-height:100px;overflow:hidden;padding:0;position:relative;aspect-ratio:5/6;cursor:pointer}.w7l_shop .shop_lists .shop_list .img_wrap img{width:100%;height:100%;object-fit:cover;transition:transform .15s ease;transform-origin:center;background-color:#a9bba9;margin:0;padding:0}.w7l_shop .shop_lists .shop_list .content{padding:0;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;align-items:stretch;gap:10px}.w7l_shop .shop_lists .shop_list .content h4{font-size:15px;font-weight:600;line-height:140%;color:#365e3b;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal}.w7l_shop .shop_lists .shop_list .content .category{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#728e76;font-size:14px;line-height:140%;font-weight:400;flex:1 1}.w7l_shop .shop_lists .shop_list .content .price{font-family:Outfit,sans-serif;font-optical-sizing:auto;font-style:normal;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.w7l_shop .shop_lists .shop_list .content .price .selling{font-size:16px;font-weight:600;color:#333}.w7l_shop .shop_lists .shop_list .content .price .mrp{font-size:13px;font-weight:400;color:#707070;text-decoration:line-through}.w7l_shop .shop_lists .shop_list .content .ratings{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;color:rgba(54,94,59,.7);font-size:14px;font-weight:500;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal}.w7l_shop .shop_lists .shop_list .content .ratings div{display:flex;align-items:center;gap:5px}.w7l_shop .shop_lists .shop_list .content .action{display:flex;align-items:stretch;gap:5px}.w7l_shop .shop_lists .shop_list .content .action a{flex:1 1}@media(max-width:768px){.w7l_shop .shop_lists .shop_list .content h4{font-size:14px}.w7l_shop .shop_lists .shop_list .content .category{font-size:12px}.w7l_shop .shop_lists .shop_list .content .ratings{gap:5px;font-size:11px}.w7l_shop .shop_lists .shop_list .content .ratings div{gap:3px}.w7l_shop .shop_lists .shop_list .content .price{gap:10px}.w7l_shop .shop_lists .shop_list .content .price .selling{font-size:12px}.w7l_shop .shop_lists .shop_list .content .price .mrp{font-size:11px}}@media(max-width:576px){.w7l_shop .shop_lists .shop_list .content h4{font-size:12px}.w7l_shop .shop_lists .shop_list .content .category{font-size:10px}.w7l_shop .shop_lists .shop_list .content .price{gap:10px}.w7l_shop .shop_lists .shop_list .content .price .selling{font-size:12px}.w7l_shop .shop_lists .shop_list .content .price .mrp{font-size:11px}}@media(max-width:1440px){.w7l_shop .shop_lists{grid-template-columns:repeat(4,1fr)}}@media(max-width:1200px){.w7l_shop .shop_lists{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.w7l_shop .shop_lists{grid-template-columns:repeat(2,1fr);gap:30px 15px}}.w7l_shop_detail{padding-top:30px;padding-bottom:30px}.w7l_shop_detail .product_images .product-main-swiper .swiper-slide{position:relative}.w7l_shop_detail .product_images .product-main-swiper .swiper-slide .fullscreen_icon{position:absolute;top:10px;right:10px;z-index:2;opacity:0;pointer-events:none;transition:.2s ease-in;color:#fff;font-size:28px;font-weight:700}.w7l_shop_detail .product_images .product-main-swiper .swiper-slide img{width:100%;height:auto;max-height:100%;object-fit:cover;cursor:pointer;z-index:1}.w7l_shop_detail .product_images .product-main-swiper .swiper-slide:hover .fullscreen_icon{opacity:1}.w7l_shop_detail .product_images .thumb_image_wrap{margin-top:5px}.w7l_shop_detail .product_images .thumb_image_wrap .swiper-slide{background-color:ivory;height:auto}.w7l_shop_detail .product_images .thumb_image_wrap .swiper-slide img{width:100%;height:100%;object-fit:contain}.w7l_shop_detail .product_images .thumb_image_wrap .swiper-slide.active img{border:1px solid #365e3b}.w7l_shop_detail .product_images .swiper-pagination{bottom:0;position:relative}.w7l_shop_detail .product_images .full_screen_close{position:fixed;z-index:10000;top:40px;right:40px;width:40px;height:40px;border-radius:50%;font-size:20px;opacity:0;pointer-events:none;background-color:#333;border:none;outline:none;color:#fff;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.w7l_shop_detail .product_images .full_screen_close{top:20px;right:20px}}.w7l_shop_detail .product_images .full_screen_close .icon-wrapper{display:flex;align-items:center;justify-content:center}.w7l_shop_detail .product_images .full_screen_close:hover{background-color:#474747;transform:scale(1.05);transition:.2s ease-in}.w7l_shop_detail .product_images .full_screen_close:hover .icon-wrapper{animation:moveIcon .3s ease-in-out}@keyframes moveIcon{0%{transform:translateY(0);opacity:1}50%{transform:translateY(-100%);opacity:0}51%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.w7l_shop_detail .product_images .hover_full_screen>img{cursor:url(/icons/fullscreen_icon.png) 32 32,auto!important}.w7l_shop_detail .product_images.full_screen{position:fixed;top:0;left:0;bottom:0;right:0;background-color:#fff;z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center}.w7l_shop_detail .product_images.full_screen .product-main-swiper .fullscreen_icon{display:none}.w7l_shop_detail .product_images.full_screen .product-main-swiper{max-width:1000px;width:80%;max-height:600px}.w7l_shop_detail .product_images.full_screen .product-main-swiper .swiper-slide{display:flex;align-items:center;justify-content:center}.w7l_shop_detail .product_images.full_screen .product-main-swiper img{width:auto;height:auto}.w7l_shop_detail .product_images.full_screen .hover_full_screen>img{cursor:pointer!important}.w7l_shop_detail .product_images.full_screen .thumb_image_wrap{display:none}.w7l_shop_detail .product_images.full_screen .full_screen_close{opacity:1;pointer-events:all}@media(max-width:768px){.w7l_shop_detail .product_images.full_screen .product-main-swiper{max-width:600px;width:95%;max-height:500px}.w7l_shop_detail .product_images.full_screen .product-main-swiper .swiper-slide{display:block}.w7l_shop_detail .product_images.full_screen .product-main-swiper img{width:inherit;height:inherit}}.w7l_shop_detail .shop_content{display:flex;align-items:stretch;flex-direction:column;gap:5px;position:-webkit-sticky;position:sticky;top:30px}.w7l_shop_detail .shop_content .discount_label{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#e07a5f;font-size:16px;line-height:140%;font-weight:400;margin-top:5px}.w7l_shop_detail .shop_content .product_name{font-family:Outfit,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-weight:500;line-height:140%;font-size:32px}.w7l_shop_detail .shop_content .short_description{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:15px;line-height:140%;font-weight:400;margin-bottom:15px}.w7l_shop_detail .shop_content .size{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:16px;line-height:140%;font-weight:500}.w7l_shop_detail .shop_content .bulk_orders{font-size:13px;border-radius:2px;font-weight:600;padding:15px 20px;margin:20px 0;color:#365e3b;background-color:#fee2af;align-self:start;width:100%;display:flex;align-items:center;gap:10px}.w7l_shop_detail .shop_content .bulk_orders a{text-decoration:underline}@media(max-width:768px){.w7l_shop_detail .shop_content .bulk_orders{font-size:11px;text-align:center}}.w7l_shop_detail .shop_content .ratings{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:5px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal}.w7l_shop_detail .shop_content .ratings .rating{color:#ddb743;font-size:20px;display:flex;align-items:center;gap:5px;margin-bottom:10px}.w7l_shop_detail .shop_content .ratings .rating span,.w7l_shop_detail .shop_content .ratings .reviews{color:#365e3b;font-size:15px;font-weight:500}.w7l_shop_detail .shop_content .ratings .reviews:hover{text-decoration:underline;cursor:pointer}.w7l_shop_detail .shop_content .variants{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:15px}.w7l_shop_detail .shop_content .variants .variant{display:flex;align-items:stretch;flex-direction:column;text-align:center;gap:0;border-radius:2px;background-color:rgba(54,94,59,.05);color:#365e3b;font-weight:500;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;cursor:pointer;transition:.1s ease-in}.w7l_shop_detail .shop_content .variants .variant:hover{background-color:rgba(54,94,59,.1);transform:scale(1.05)}.w7l_shop_detail .shop_content .variants .variant.active{background-color:rgba(54,94,59,.1);border:1px solid #365e3b;font-weight:600}.w7l_shop_detail .shop_content .variants .variant.active .name{border-bottom:1px solid rgba(54,94,59,.2)}.w7l_shop_detail .shop_content .variants .variant .name{padding:5px 20px;border-bottom:1px solid rgba(54,94,59,.1);font-size:14px}.w7l_shop_detail .shop_content .variants .variant .price{font-size:12px;font-weight:400;padding:5px 20px}@media(max-width:768px){.w7l_shop_detail .shop_content .variants{gap:8px}.w7l_shop_detail .shop_content .variants .variant .name{font-size:12px;padding:7px 12px}.w7l_shop_detail .shop_content .variants .variant .price{font-size:10px;padding:5px 12px}}.w7l_shop_detail .shop_content .price_wrap{display:flex;align-items:center;gap:20px;margin-top:25px}.w7l_shop_detail .shop_content .price_wrap .selling{font-family:Outfit,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:26px;color:#333;font-weight:500;line-height:140%}.w7l_shop_detail .shop_content .price_wrap .mrp{font-family:Outfit,sans-serif;font-optical-sizing:auto;font-style:normal;text-decoration:line-through;font-size:18px;color:#858585;font-weight:400;line-height:140%}.w7l_shop_detail .shop_content .notes{color:#858585;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;line-height:120%;font-size:11px;font-weight:400}.w7l_shop_detail .shop_content .action{display:flex;align-items:flex-start;flex-direction:column;margin-top:20px;gap:10px}.w7l_shop_detail .shop_content .add_to_cart{display:flex;align-items:center;gap:20px}.w7l_shop_detail .shop_content .add_to_cart button{height:40px;width:40px;display:flex;align-items:center;justify-content:center;background-color:#ebebeb;color:#365e3b;border-radius:50%}@media(max-width:768px){.w7l_shop_detail .shop_content .product_name{font-size:28px}.w7l_shop_detail .shop_content .short_description{font-size:14px}.w7l_shop_detail .shop_content .price_wrap{gap:20px;margin-top:25px}.w7l_shop_detail .shop_content .price_wrap .selling{font-size:20px}.w7l_shop_detail .shop_content .price_wrap .mrp{font-size:15px}}@media(max-width:576px){.w7l_shop_detail .shop_content .product_name{font-size:24px}.w7l_shop_detail .shop_content .action{align-items:stretch}}.w7l_shop_detail .eco_batch{margin:15px 0;background-color:rgba(51,51,51,.05);position:relative;overflow:hidden;width:100%;flex:1 1;display:flex;align-items:center;justify-content:space-evenly;gap:35px;padding:15px}.w7l_shop_detail .eco_batch .item{display:flex;align-items:center;gap:8px;z-index:2}.w7l_shop_detail .eco_batch .item span{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:16px;font-weight:600}.w7l_shop_detail .eco_batch .farm{position:absolute;bottom:-2px;right:0;z-index:1;opacity:.2}@media(max-width:992px){.w7l_shop_detail .eco_batch{gap:25px;padding:15px}.w7l_shop_detail .eco_batch .item{gap:8px}.w7l_shop_detail .eco_batch .item img{height:35px;aspect-ratio:1/1}.w7l_shop_detail .eco_batch .item span{font-size:14px}.w7l_shop_detail .eco_batch .farm{bottom:-2px;right:0;opacity:0}}@media(max-width:768px){.w7l_shop_detail .eco_batch{gap:25px;padding:15px}.w7l_shop_detail .eco_batch .item{gap:8px}.w7l_shop_detail .eco_batch .item img{height:35px;aspect-ratio:1/1}.w7l_shop_detail .eco_batch .item span{font-size:14px}.w7l_shop_detail .eco_batch .farm{bottom:-2px;right:0;opacity:0}}.w7l_shop_detail .product_description{background-color:ivory;border:1px solid rgba(54,94,59,.08);padding:20px 30px;border-radius:20px;color:#365e3b}.w7l_shop_detail .product_description h5{font-size:15px;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;line-height:140%;margin-bottom:10px;font-weight:600}.w7l_shop_detail .product_description p{font-size:15px;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;line-height:180%;font-weight:400}.w7l_shop_detail .product_description .description_item{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;transition:.2s ease-in;margin-bottom:10px}.w7l_shop_detail .product_description .description_item .label{padding:6px 0;display:flex;align-items:center;justify-content:space-between;font-size:15px;text-transform:uppercase;font-weight:600;cursor:pointer}.w7l_shop_detail .product_description .description_item .label .icon-container{font-size:26px;font-weight:700;perspective:100px}.w7l_shop_detail .product_description .description_item .label .icon-container .open{display:inline-flex;transition:transform .2s ease-in}.w7l_shop_detail .product_description .description_item .label .icon-container .close{display:none;transition:transform .2s ease-in}.w7l_shop_detail .product_description .description_item .content{opacity:0;pointer-events:none;height:0;transition:.2s ease-in;overflow:hidden;transition:opacity .2s ease-in,height .2s ease-in;transform:translateY(-10px);font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:500;font-size:14px;color:#333}.w7l_shop_detail .product_description .description_item.active .content{opacity:1;height:auto;pointer-events:all;transition:opacity .2s ease-in,height .2s ease-in;transform:translateY(0)}.w7l_shop_detail .product_description .description_item.active .label .icon-container .open{display:none}.w7l_shop_detail .product_description .description_item.active .label .icon-container .close{display:inline-flex}@media(max-width:768px){.w7l_shop_detail .product_description{padding:15px 20px}.w7l_shop_detail .product_description .description_item .label{font-size:13px}.w7l_shop_detail .product_description .description_item .content{font-size:12px}}.w7l_reviews{padding:30px 0;background-color:ivory}.w7l_reviews .review_contents{display:flex;flex-direction:column;align-items:stretch;gap:20px}.w7l_reviews .title{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:20px;font-weight:700;line-height:140%;text-align:center}.w7l_reviews .current_rating{display:flex;align-items:center;justify-content:center;gap:20px}.w7l_reviews .current_rating .count{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:40px;font-weight:600;line-height:140%}.w7l_reviews .current_rating .rating_group .content{position:relative}.w7l_reviews .current_rating .rating_group .content .rate_bg{color:rgba(54,94,59,.15);font-size:24px}.w7l_reviews .current_rating .rating_group .content .rate_current{position:absolute;top:0;left:0;color:#365e3b;font-size:24px}.w7l_reviews .current_rating .rating_group span{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:13px;font-weight:500}@media(max-width:992px){.w7l_reviews .title{font-size:18px}.w7l_reviews .current_rating{gap:15px}.w7l_reviews .current_rating .count{font-size:30px}.w7l_reviews .current_rating .rating_group span{font-size:12px}}.w7l_reviews .reviews .header{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-top:1px solid rgba(54,94,59,.3);border-bottom:1px solid rgba(54,94,59,.3)}.w7l_reviews .reviews .header .header_title{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:15px;font-weight:600}.w7l_reviews .reviews .header .sort select{background-color:transparent;height:40px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:14px;border:none;outline:none;cursor:pointer}.w7l_reviews .reviews .review_contents{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:30px 0}.w7l_reviews .reviews .review_contents .review_item{display:flex;align-items:flex-start;border-bottom:1px solid rgba(54,94,59,.1);padding-bottom:10px}.w7l_reviews .reviews .review_contents .review_item .delete_button{cursor:pointer;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#fe593b;line-height:140%;font-size:12px;font-weight:500;border:none;background-color:transparent;outline:none;padding:10px 0}.w7l_reviews .reviews .review_contents .review_item .delete_button:hover{text-decoration:underline}.w7l_reviews .reviews .review_contents .review_item .review_header{width:20%;display:flex;flex-direction:column;gap:5px;align-items:flex-start}.w7l_reviews .reviews .review_contents .review_item .review_header .reviewer_name{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:15px;font-weight:600;line-height:140%}.w7l_reviews .reviews .review_contents .review_item .review_header .batch{display:inline-flex;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#fff;font-size:10px;font-weight:400;line-height:140%;padding:3px 6px;border-radius:2px;background-color:rgba(54,94,59,.8)}.w7l_reviews .reviews .review_contents .review_item .review_content{flex:1 1;display:flex;flex-direction:column;gap:5px}.w7l_reviews .reviews .review_contents .review_item .review_content .rating{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1px;color:#365e3b;font-size:15px;margin-bottom:10px}.w7l_reviews .reviews .review_contents .review_item .review_content .rating div{display:flex;align-items:center;gap:2px}.w7l_reviews .reviews .review_contents .review_item .review_content .rating span{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:11px;font-weight:500;margin-left:5px}.w7l_reviews .reviews .review_contents .review_item .review_content .images{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.w7l_reviews .reviews .review_contents .review_item .review_content .images img{max-height:150px;max-width:150px;object-fit:contain}.w7l_reviews .reviews .review_contents .review_item .review_content h5{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:15px;font-weight:700;line-height:140%}.w7l_reviews .reviews .review_contents .review_item .review_content p{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#5f7e63;font-size:13px;font-weight:400;line-height:140%}@media(max-width:992px){.w7l_reviews .reviews .review_contents{gap:20px}.w7l_reviews .reviews .review_contents .review_item{flex-direction:column;align-items:stretch;gap:15px;padding-bottom:20px;border-bottom:1px solid rgba(54,94,59,.1)}.w7l_reviews .reviews .review_contents .review_item .review_header{width:100%}.w7l_reviews .reviews .review_contents .review_item .review_header .reviewer_name{font-size:14px}.w7l_reviews .reviews .review_contents .review_item .review_header .batch{font-size:9px}.w7l_reviews .reviews .review_contents .review_item .review_content .rating{font-size:13px}.w7l_reviews .reviews .review_contents .review_item .review_content .rating span{font-size:10px}.w7l_reviews .reviews .review_contents .review_item .review_content .images{gap:5px;margin-bottom:10px}.w7l_reviews .reviews .review_contents .review_item .review_content .images img{max-height:100px;max-width:100px}.w7l_reviews .reviews .review_contents .review_item .review_content h5{font-size:14px}.w7l_reviews .reviews .review_contents .review_item .review_content p{font-size:12px}}.w7l_reviews .reviews .no_reviews{text-align:center;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:15px;font-weight:400;line-height:140%;padding:15px 10px}.w7l_reviews .my_review,.w7l_reviews .my_review .write_review{display:flex;flex-direction:column;align-items:center}.w7l_reviews .my_review .write_review{width:100%;background-color:#fff;border:1px solid rgba(54,94,59,.1);gap:20px;padding:20px;justify-content:center}.w7l_reviews .my_review .write_review .header_title{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:20px;font-weight:600;line-height:140%}.w7l_reviews .my_review .write_review .ant-upload-wrapper,.w7l_reviews .my_review .write_review .w7l_form{width:80%}.w7l_reviews .my_review .write_review .notes{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#858585;font-size:11px;line-height:140%;font-weight:400;width:80%;text-align:center}.w7l_reviews .my_review .write_review .notes a:hover{text-decoration:underline}.w7l_reviews .my_review .write_review .action{display:flex;gap:5px}@media(max-width:992px){.w7l_reviews .my_review .write_review{gap:15px;padding:15px}.w7l_reviews .my_review .write_review .header_title{font-size:18px}.w7l_reviews .my_review .write_review .ant-upload-wrapper,.w7l_reviews .my_review .write_review .w7l_form{width:100%}.w7l_reviews .my_review .write_review .notes{font-size:10px;width:100%}}.w7l_bottomcart{z-index:999;position:fixed;bottom:0;left:0;right:0;padding-top:10px;padding-bottom:10px;background-color:ivory;border-top:1px solid #e6e6d8;display:flex;align-items:center;justify-content:space-between}.w7l_bottomcart .summary{display:flex;align-items:center;gap:40px}.w7l_bottomcart .summary .cartdetails{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;display:flex;flex-direction:column;gap:5px}.w7l_bottomcart .summary .cartdetails span{color:#869e89;font-size:12px}.w7l_bottomcart .summary .cartdetails h4{color:#365e3b;font-size:20px;font-weight:500;line-height:140%}@media(max-width:576px){.w7l_bottomcart{padding-top:10px;padding-bottom:10px;flex-direction:column;align-items:stretch;gap:15px}.w7l_bottomcart .summary{gap:20px;justify-content:space-between}.w7l_bottomcart .summary .cartdetails{flex-direction:row;align-items:center}.w7l_bottomcart .summary .cartdetails span{font-size:12px}.w7l_bottomcart .summary .cartdetails h4{font-size:16px}}.w7l_ordersuccess{padding-top:30px;padding-bottom:30px;background-color:#fff}.w7l_ordersuccess .ant-steps-item-finish .ant-steps-item-icon{background-color:rgba(54,94,59,.3)!important;border:none}.w7l_ordersuccess .ant-steps-item-active .ant-steps-item-icon{background-color:#365e3b!important}.w7l_ordersuccess .ant-steps-item-active .ant-steps-item-icon .ant-steps-icon{color:#fff!important}.w7l_ordersuccess .order_status{display:flex;flex-direction:column;align-items:center;gap:25px}.w7l_ordersuccess .order_status h1{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:24px;font-weight:700;line-height:140%;text-align:center}.w7l_ordersuccess .order_status a,.w7l_ordersuccess .order_status button,.w7l_ordersuccess .order_status p{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:16px;font-weight:500;color:#333;line-height:140%;text-align:center}.w7l_ordersuccess .order_status a,.w7l_ordersuccess .order_status button{color:#365e3b}.w7l_ordersuccess .order_status a:hover,.w7l_ordersuccess .order_status button:hover{text-decoration:underline}.w7l_ordersuccess .order_status.failed h1{color:#fe593b}.w7l_ordersuccess .order_status .shipping_info{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:13px;background-color:rgba(95,126,99,.1);padding:5px 10px;color:#5f7e63;border:1px solid rgba(95,126,99,.2);text-align:center;display:flex;align-items:center;flex-wrap:wrap;gap:6px;justify-content:center}@media(max-width:992px){.w7l_ordersuccess .order_status{gap:15px}.w7l_ordersuccess .order_status h1{font-size:20px}.w7l_ordersuccess .order_status a,.w7l_ordersuccess .order_status button,.w7l_ordersuccess .order_status p{font-size:14px}.w7l_ordersuccess .order_status .shipping_info{font-size:12px}}@media(max-width:768px){.w7l_ordersuccess .order_status{gap:15px}.w7l_ordersuccess .order_status h1{font-size:16px}.w7l_ordersuccess .order_status a,.w7l_ordersuccess .order_status button,.w7l_ordersuccess .order_status p{font-size:12px}.w7l_ordersuccess .order_status .shipping_info{font-size:10px}}.w7l_ordersuccess .rate_product{background-color:#fff;margin:25px 0;padding:20px;box-shadow:0 0 40px 0 rgba(0,0,0,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal}.w7l_ordersuccess .rate_product h2{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:22px;font-weight:700;line-height:140%;text-align:center}.w7l_ordersuccess .rate_product p{color:#333;font-size:13px;font-weight:500;line-height:140%;text-align:center}@media(max-width:992px){.w7l_ordersuccess .rate_product{gap:15px}.w7l_ordersuccess .rate_product h2{font-size:20px}.w7l_ordersuccess .rate_product p{font-size:12px}}@media(max-width:768px){.w7l_ordersuccess .rate_product{gap:15px;margin:15px 0}.w7l_ordersuccess .rate_product h2{font-size:18px}.w7l_ordersuccess .rate_product p{font-size:10px}}.w7l_ordersuccess .order_header{justify-content:space-between;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal}.w7l_ordersuccess .order_header,.w7l_ordersuccess .order_header .left{display:flex;flex-wrap:wrap;align-items:center;gap:15px}.w7l_ordersuccess .order_header .left .title{font-weight:600;font-size:18px}.w7l_ordersuccess .order_header .left .status{align-items:center;background-color:rgba(95,147,224,.15);color:#5f93e0;padding:2px 15px;border-radius:10px;font-size:12px;font-weight:500}.w7l_ordersuccess .order_header .left .status.success{background-color:rgba(54,94,59,.15);color:#365e3b}.w7l_ordersuccess .order_header .left .status.danger{background-color:rgba(224,122,95,.15);color:#e07a5f}@media(max-width:992px){.w7l_ordersuccess .order_header,.w7l_ordersuccess .order_header .left{gap:15px}.w7l_ordersuccess .order_header .left .title{font-size:16px}.w7l_ordersuccess .order_header .left .status{padding:2px 15px;border-radius:10px;font-size:11px}}@media(max-width:768px){.w7l_ordersuccess .order_header,.w7l_ordersuccess .order_header .left{gap:15px}.w7l_ordersuccess .order_header .left .title{font-size:14px}.w7l_ordersuccess .order_header .left .status{padding:2px 15px;border-radius:10px;font-size:10px}}.w7l_ordersuccess.account_order .order_status{display:flex;flex-direction:column;align-items:stretch;gap:25px;margin-top:30px}.w7l_ordersuccess.account_order .order_status h1{display:flex;align-items:center;font-size:16px;gap:20px}.w7l_ordersuccess.account_order .order_status p{font-size:12px}@media(max-width:768px){.w7l_ordersuccess.account_order .order_status{gap:15px}.w7l_ordersuccess.account_order .order_status h1{font-size:14px}.w7l_ordersuccess.account_order .order_status p{font-size:10px}}.w7l_ordersuccess .order_details{margin-top:30px}.w7l_ordersuccess .order_details .left{border:1px solid rgba(51,51,51,.1);padding:20px;display:flex;flex-direction:column;gap:10px;position:relative}.w7l_ordersuccess .order_details .left .overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;background-color:hsla(0,0%,100%,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.w7l_ordersuccess .order_details .left .overlay span{color:#365e3b;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:14px;font-weight:500;line-height:140%}.w7l_ordersuccess .order_details .left .title{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-weight:600;font-size:17px}.w7l_ordersuccess .order_details .left .value{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:13px;display:flex;gap:10px;color:#333}.w7l_ordersuccess .order_details .left .value span{color:rgba(51,51,51,.5);min-width:30%;text-transform:capitalize}@media(max-width:992px){.w7l_ordersuccess .order_details .left{padding:20px}.w7l_ordersuccess .order_details .left .title{font-size:16px}.w7l_ordersuccess .order_details .left .value{font-size:12px}}@media(max-width:768px){.w7l_ordersuccess .order_details .left{padding:15px}.w7l_ordersuccess .order_details .left .title{font-size:14px}.w7l_ordersuccess .order_details .left .value{font-size:10px}}.w7l_ordersuccess .order_details .right{background-color:rgba(212,165,20,.2);padding:20px;display:flex;flex-direction:column;gap:10px;position:relative}.w7l_ordersuccess .order_details .right .title{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-weight:600;font-size:17px}.w7l_ordersuccess .order_details .right .value{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:13px;display:flex;justify-content:space-between;color:#333}.w7l_ordersuccess .order_details .right .value span{color:rgba(51,51,51,.5);text-transform:capitalize}.w7l_ordersuccess .order_details .right .value.bold{font-weight:700}.w7l_ordersuccess .order_details .right .value.small{font-size:10px}@media(max-width:992px){.w7l_ordersuccess .order_details .right{padding:20px}.w7l_ordersuccess .order_details .right .title{font-size:16px}.w7l_ordersuccess .order_details .right .value{font-size:12px}}@media(max-width:768px){.w7l_ordersuccess .order_details .right{padding:15px}.w7l_ordersuccess .order_details .right .title{font-size:14px}.w7l_ordersuccess .order_details .right .value{font-size:10px}}.w7l_ordersuccess .order_items{margin-top:30px}.w7l_ordersuccess .order_items table{width:100%;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;border-spacing:0;border:1px solid rgba(51,51,51,.1)}.w7l_ordersuccess .order_items table thead{background-color:#ebebeb}.w7l_ordersuccess .order_items table thead th{padding:10px;border:none;font-size:12px;line-height:140%;font-weight:500}.w7l_ordersuccess .order_items table thead th:nth-child(2){text-align:start}.w7l_ordersuccess .order_items table thead th:last-child{text-align:end}.w7l_ordersuccess .order_items table tbody img{width:60px;height:80px;object-fit:cover}.w7l_ordersuccess .order_items table tbody td{border-bottom:1px solid rgba(51,51,51,.1);text-align:center;padding:10px;font-size:14px;line-height:140%;font-weight:600}.w7l_ordersuccess .order_items table tbody td:nth-child(2){text-align:start;display:flex;align-items:center;gap:10px}.w7l_ordersuccess .order_items table tbody td:first-child{text-align:center}.w7l_ordersuccess .order_items table tbody td:last-child{text-align:end}.w7l_ordersuccess .order_items table tbody tr:last-child td{border-bottom:none}@media(max-width:992px){.w7l_ordersuccess .order_items table thead th{font-size:10px}.w7l_ordersuccess .order_items table tbody img{width:50px;height:70px}.w7l_ordersuccess .order_items table tbody td{font-size:12px}}@media(max-width:768px){.w7l_ordersuccess .order_items table thead th{font-size:9px}.w7l_ordersuccess .order_items table tbody img{width:40px;height:55px}.w7l_ordersuccess .order_items table tbody td{font-size:10px}}.modal_rate .header h1{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:28px;font-weight:600;line-height:140%}.modal_rate .header h2{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:26px;font-weight:700;line-height:140%}.modal_rate .write_review{width:100%;background-color:#fff;display:flex;gap:20px;align-items:center;flex-direction:column;justify-content:center;padding:10px 0}.modal_rate .write_review .product_lists{width:100%}.modal_rate .write_review .product_lists ul{list-style:none;padding:0;display:flex;gap:10px;flex-direction:column;align-items:stretch}.modal_rate .write_review .product_lists ul li{border:1px solid rgba(54,94,59,.1);border-radius:2px;padding:5px;position:relative}.modal_rate .write_review .product_lists ul li:hover{border:1px solid rgba(54,94,59,.3);background-color:ivory;cursor:pointer}.modal_rate .write_review .product_lists ul li.active{border:1px solid #365e3b;background-color:rgba(54,94,59,.1)}.modal_rate .write_review .product_lists ul li.active:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);width:20px;height:20px;background-image:url(/icons/check.svg);background-position:50%;background-size:contain;background-repeat:no-repeat}.modal_rate .write_review .product_lists ul li img{max-height:50px;width:50px;object-fit:contain}.modal_rate .write_review .product_lists ul li .product{display:flex;align-items:center;gap:10px}.modal_rate .write_review .product_lists ul li .product span{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:13px;font-weight:600}.modal_rate .write_review .header_title{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:20px;font-weight:600;line-height:140%}.modal_rate .write_review .ant-upload-wrapper,.modal_rate .write_review .w7l_form{width:100%}.modal_rate .write_review .notes{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#858585;font-size:10px;line-height:140%;font-weight:400;width:100%;text-align:center}.modal_rate .write_review .notes a:hover{text-decoration:underline}.modal_rate .write_review .action{display:flex;gap:5px}@media(max-width:992px){.modal_rate .header h1{font-size:22px}.modal_rate .header h2{font-size:20px}.modal_rate .write_review{gap:15px;padding:15px 0}.modal_rate .write_review .product_lists ul{gap:10px}.modal_rate .write_review .product_lists ul li{padding:5px}.modal_rate .write_review .product_lists ul li.active:after{right:10px;width:15px;height:15px}.modal_rate .write_review .product_lists ul li img{max-height:40px;width:40px}.modal_rate .write_review .product_lists ul li .product{gap:10px}.modal_rate .write_review .product_lists ul li .product span{font-size:11px}.modal_rate .write_review .header_title{font-size:18px}.modal_rate .write_review .ant-upload-wrapper,.modal_rate .write_review .w7l_form{width:100%}.modal_rate .write_review .notes{font-size:8px;width:100%}}.rate_success{padding:40px 10px;display:flex;flex-direction:column;align-items:center;gap:20px}.rate_success h1{font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:26px;font-weight:700}.rate_success h1,.rate_success p{text-align:center;font-family:Open Sans,sans-serif;line-height:140%}.rate_success p{font-optical-sizing:auto;font-style:normal;color:#333;font-size:14px;font-weight:500;margin-bottom:15px}@media(max-width:992px){.rate_success h1{font-size:22px}.rate_success p{font-size:12px}}@media(max-width:768px){.rate_success{gap:10px}.rate_success h1{font-size:18px}.rate_success p{font-size:10px}}.a_plus_content{width:100%;position:relative;font-size:16px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#333;font-weight:400;line-height:150%}.a_plus_content p{margin-bottom:20px}.a_plus_content h1{font-size:28px}.a_plus_content h1,.a_plus_content h2{font-weight:700;margin-bottom:10px;line-height:140%;color:#365e3b}.a_plus_content h2{font-size:24px}.a_plus_content h3{font-size:20px}.a_plus_content h3,.a_plus_content h4{font-weight:700;margin-bottom:10px;line-height:140%;color:#365e3b}.a_plus_content h4{font-size:18px}.a_plus_content ul{padding-left:20px;margin-bottom:20px}.a_plus_content ul li{margin-bottom:10px}.a_plus_content ul li p{margin-bottom:0}.a_plus_content ol{padding-left:20px;margin-bottom:20px}.a_plus_content ol li{margin-bottom:10px}.a_plus_content ol li p{margin-bottom:0}.a_plus_content p:has(img){text-align:center}.a_plus_content img{width:100%;max-height:600px;margin-bottom:20px;object-fit:contain}.a_plus_content blockquote{padding:20px;background-color:#ecf4ed;border-left:5px solid #365e3b;margin-bottom:20px}.a_plus_content blockquote p{font-size:18px;font-weight:400;color:#333;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal}.a_plus_content blockquote h1,.a_plus_content blockquote h2,.a_plus_content blockquote h3,.a_plus_content blockquote h4{color:#365e3b;margin-bottom:15px}.a_plus_content a{color:#365e3b;font-weight:500}.a_plus_content a,.a_plus_content a:hover{text-decoration:underline}.a_plus_content pre{padding:20px;background-color:#292929;border-radius:10px;margin-bottom:20px}.a_plus_content pre code{font-size:14px;letter-spacing:1px;font-weight:400;color:#fff;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal}.a_plus_content table{width:100%;max-width:100%;border-collapse:collapse;margin-bottom:20px;table-layout:auto;overflow-x:auto}.a_plus_content table td,.a_plus_content table th{border:1px solid #dcdcdc;padding:15px;text-align:left}.a_plus_content table td p,.a_plus_content table th p{margin:0}.a_plus_content table th{background-color:#dbebdd;color:#365e3b}@media(max-width:992px){.a_plus_content{font-size:14px}.a_plus_content h1{font-size:24px}.a_plus_content h2{font-size:20px}.a_plus_content h3{font-size:18px}.a_plus_content h4{font-size:16px}.a_plus_content ol li p,.a_plus_content ul li p{font-size:14px}.a_plus_content blockquote p{font-size:16px}.a_plus_content pre code{font-size:12px}.a_plus_content table td,.a_plus_content table th{padding:10px}}@media(max-width:768px){.a_plus_content{font-size:12px}.a_plus_content h1{font-size:20px}.a_plus_content h2{font-size:18px}.a_plus_content h3{font-size:16px}.a_plus_content h4{font-size:14px}.a_plus_content ol li p,.a_plus_content ul li p{font-size:12px}.a_plus_content blockquote p{font-size:14px}.a_plus_content pre code{font-size:10px}.a_plus_content table{min-width:inherit!important}.a_plus_content table td,.a_plus_content table th{padding:8px}}.shop_filter{padding:20px 0 0}.shop_filter .filter{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.shop_filter .filter .filter_item{padding:5px 15px;border-radius:15px;border:1px solid rgba(54,94,59,.4);font-family:Outfit,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;background-color:rgba(54,94,59,.02);font-size:14px;font-weight:400;display:flex;align-items:center;justify-content:center;cursor:pointer}.shop_filter .filter .filter_item:hover{background-color:rgba(54,94,59,.1)}.shop_filter .filter .filter_item.active{background-color:rgba(54,94,59,.8);color:#fff;border:1px solid rgba(54,94,59,.8)}@media(max-width:992px){.shop_filter .filter{gap:5px}.shop_filter .filter .filter_item{padding:5px 10px;font-size:13px}}@media(max-width:768px){.shop_filter .filter{gap:5px}.shop_filter .filter .filter_item{padding:5px 8px;font-size:10px}}.w7l_checkout{padding-top:60px;padding-bottom:60px;display:flex;align-items:flex-start;gap:40px}.w7l_checkout .checkout_content{flex:1 1}.w7l_checkout .checkout_content .checkout_wrap{display:flex;flex-direction:column;align-items:stretch}.w7l_checkout .checkout_content .checkout_wrap .checkout_group{display:flex;flex-direction:column;align-items:stretch;gap:20px}.w7l_checkout .checkout_content .checkout_wrap .steps{margin-bottom:20px}.w7l_checkout .checkout_content .checkout_wrap .cart_title{text-align:center;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:16px;font-weight:500;padding:5px;background-color:rgba(169,187,169,.5);margin:15px 0}.w7l_checkout .checkout_content .checkout_wrap .cart_items{display:flex;flex-direction:column;align-items:stretch;flex:1 1;gap:10px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item{padding:10px 0 20px;border-bottom:1px solid rgba(54,94,59,.2);display:flex;gap:10px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .image{width:100px;height:130px;cursor:pointer}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .image img{width:100%;height:100%;object-fit:cover}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content{flex:1 1;display:flex;flex-direction:column;align-items:stretch;gap:5px;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;padding:5px 0}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .title{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;font-size:16px;font-weight:600}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .title span{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;white-space:nowrap;font-size:14px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .label{font-weight:400;font-size:13px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .action{flex:1 1;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .action .delete{color:#e07a5f;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .action .delete:hover{font-weight:500}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .action .add_to_cart{display:flex;align-items:center;gap:15px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .action .add_to_cart .quantity{font-size:12px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .action .add_to_cart button{height:24px;width:24px;font-size:12px;display:flex;align-items:center;justify-content:center;background-color:#ebebeb;color:#365e3b;border-radius:50%}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .action .add_to_cart button.disable{pointer-events:none;opacity:.3}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item.center .image{width:80px;height:100px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item.center .content{justify-content:space-around}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item.disable img{opacity:.7}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item.disable .content .title{text-decoration:line-through}@media(max-width:992px){.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item{padding:10px 0 20px;gap:10px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .image{width:80px;height:100px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content{padding:3px 0;gap:5px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .title{gap:15px;font-size:13px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .label,.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .title span{font-size:12px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .action,.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .action .add_to_cart{gap:10px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .action .add_to_cart .quantity{font-size:12px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item .content .action .add_to_cart button{height:24px;width:24px;font-size:12px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item.center .image{width:80px;height:100px}.w7l_checkout .checkout_content .checkout_wrap .cart_items .cart_item.center .content{justify-content:space-around}}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address{display:flex;flex-direction:column;align-items:stretch}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_lists{display:flex;flex-direction:column;align-items:stretch;gap:10px}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_lists .address_list{cursor:pointer;border:1px solid rgba(51,51,51,.1);padding:10px;display:flex;align-items:stretch;gap:10px}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_lists .address_list.active{border:2px solid #365e3b}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_lists .address_list .icon{display:flex;align-items:center;justify-content:center;font-size:30px;color:#365e3b;padding:10px}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_lists .address_list .content{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:13px;font-weight:500;line-height:140%;display:flex;flex-direction:column;gap:5px}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_lists .address_list .content .title{font-size:16px;font-weight:700}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_lists .address_list .content .label{color:#728e76}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_lists .address_list .content .action{display:flex;align-items:stretch;gap:5px}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_form{margin:10px 0;background-color:#ebebeb;padding:20px 15px}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_form .title{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-weight:500;font-size:18px;margin-bottom:10px}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_form .form_item{display:flex;flex-direction:column;gap:5px}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_form .form_item input,.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_form .form_item select{height:45px;padding:5px 10px;border:1px solid rgba(51,51,51,.2);font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_form .footer{display:flex;align-items:center;justify-content:space-between}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_form .footer div{display:flex;gap:5px;flex-wrap:wrap}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_form .footer div.right{gap:10px}.w7l_checkout .checkout_content .checkout_wrap .w7l_checkout_address .address_form .footer div.right input{height:20px;width:20px}.w7l_checkout .checkout_content .checkout_wrap .w7l_delivery{display:flex;flex-direction:column;gap:5px;align-items:stretch}.w7l_checkout .checkout_content .checkout_wrap .w7l_delivery .delivery_item{display:flex;align-items:stretch;gap:10px;border:2px solid #365e3b;padding:10px}.w7l_checkout .checkout_content .checkout_wrap .w7l_delivery .delivery_item .icon{display:flex;align-items:center;padding:10px;font-size:30px;color:#365e3b}.w7l_checkout .checkout_content .checkout_wrap .w7l_delivery .delivery_item .content{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-weight:500;font-size:16px;flex:1 1;display:flex;flex-direction:column;gap:5px}.w7l_checkout .checkout_content .checkout_wrap .w7l_delivery .delivery_item .content .title{font-weight:700;display:flex;gap:5px;justify-content:space-between;align-items:flex-start}.w7l_checkout .checkout_content .checkout_wrap .w7l_delivery .delivery_item .content .label{font-size:13px}.w7l_checkout .checkout_content .checkout_wrap .w7l_payments .title{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;line-height:140%;font-weight:600;font-size:18px}.w7l_checkout .checkout_content .checkout_wrap .w7l_payments .subtitle{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;line-height:140%;font-weight:400;font-size:12px}.w7l_checkout .checkout_content .checkout_wrap .w7l_payments ul{list-style:none;padding:0;margin:15px 0 0}.w7l_checkout .checkout_content .checkout_wrap .w7l_payments ul li{padding:20px 10px;cursor:pointer;background-color:#fff;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#333;font-weight:500;font-size:15px;border-left:1px solid rgba(51,51,51,.1);border-right:1px solid rgba(51,51,51,.1);border-bottom:1px solid rgba(51,51,51,.1);display:flex;gap:5px;align-items:center;justify-content:space-between}.w7l_checkout .checkout_content .checkout_wrap .w7l_payments ul li span{display:none;align-items:center;justify-content:center;color:#365e3b}.w7l_checkout .checkout_content .checkout_wrap .w7l_payments ul li:first-child{border-top:1px solid rgba(51,51,51,.1)}.w7l_checkout .checkout_content .checkout_wrap .w7l_payments ul li:hover{background-color:#fafafa}.w7l_checkout .checkout_content .checkout_wrap .w7l_payments ul li.active{border:1px solid #365e3b}.w7l_checkout .checkout_content .checkout_wrap .w7l_payments ul li.active span{display:flex}.w7l_checkout .summary{display:inline-flex;width:400px;padding:20px;background-color:#fff;flex-direction:column;align-items:stretch;gap:8px;position:relative;overflow:hidden}.w7l_checkout .summary .title{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-weight:600;font-size:18px}.w7l_checkout .summary .item{display:flex;justify-content:space-between;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:14px}.w7l_checkout .summary .item.bold{font-weight:700;font-size:16px}.w7l_checkout .summary .item.highlight{color:#e07a5f}.w7l_checkout .summary .item.strikethrough span{text-decoration:line-through}.w7l_checkout .summary .coupon_message{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#e07a5f;font-size:14px;line-height:140%;margin:10px 0;background-color:rgba(224,122,95,.1);border:1px solid rgba(224,122,95,.2);border-radius:4px;padding:8px 15px;font-weight:500;text-align:center;position:relative;overflow:hidden}.w7l_checkout .summary .coupon_message span{font-size:42px;position:absolute;top:-10px;left:-15px;pointer-events:none;opacity:.5}.w7l_checkout .summary .coupon_message div{font-weight:700;font-size:11px;cursor:pointer}.w7l_checkout .summary .coupon_message.success{color:#365e3b;background-color:rgba(169,187,169,.2);border:1px solid rgba(169,187,169,.2)}.w7l_checkout .summary .coupon{display:flex;align-items:stretch;background-color:#ebefeb;margin:15px 0}.w7l_checkout .summary .coupon input{flex:1 1;border:none;outline:none;background-color:transparent;padding:5px 10px;text-transform:uppercase;letter-spacing:2px}.w7l_checkout .summary .coupon button{background-color:#365e3b;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#fff;padding:10px 15px;height:45px;display:flex;align-items:center;justify-content:center}@media(max-width:992px){.w7l_checkout .summary{width:300px;padding:15px;gap:5px}.w7l_checkout .summary .title{font-size:16px}.w7l_checkout .summary .item{font-size:13px}.w7l_checkout .summary .item.bold{font-size:14px}.w7l_checkout .summary .coupon{margin:10px 0}.w7l_checkout .summary .coupon input{padding:5px 10px;letter-spacing:2px}.w7l_checkout .summary .coupon button{padding:10px 15px;height:40px}}@media(max-width:768px){.w7l_checkout{flex-direction:column;align-items:stretch}.w7l_checkout .summary{width:100%}}.ant-steps-item-title{font-size:14px!important}.w7l_search_wrap{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;opacity:0;pointer-events:none}.w7l_search_wrap .overlay{background-color:rgba(169,187,169,.9);position:absolute;top:0;left:0;bottom:0;right:100%;transition:.3s ease-in-out;z-index:1}.w7l_search_wrap .container{transition:.2s ease-in-out;z-index:2;position:absolute;left:100%;right:-100px;max-height:100%;top:0;background-color:#fff;display:flex;align-items:stretch;justify-content:flex-start;flex-direction:column;padding:30px 20px}.w7l_search_wrap .container .header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.w7l_search_wrap .container .header button,.w7l_search_wrap .container .header div{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:20px;font-weight:500;line-height:140%}.w7l_search_wrap .container .form{min-height:60px;background-color:rgba(51,51,51,.08);display:flex;align-items:stretch;position:relative;z-index:3;margin-bottom:20px}.w7l_search_wrap .container .form input{flex:1 1;background-color:transparent;padding:10px 20px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:14px;outline:none;border:none}.w7l_search_wrap .container .form button{width:60px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#365e3b}.w7l_search_wrap .container .form button.clear{width:auto;padding:10px;gap:5px;font-size:14px}.w7l_search_wrap .container .form button.clear:hover{background-color:rgba(54,94,59,.1)}.w7l_search_wrap .container .search_items{display:flex;flex-direction:column;align-items:stretch;gap:10px;overflow-y:auto}.w7l_search_wrap .container .search_items .search_result{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;line-height:140%;color:#365e3b;font-weight:600}.w7l_search_wrap .container .search_items .search_item{display:flex;align-items:stretch;gap:10px;padding:10px 0;border-bottom:1px solid rgba(54,94,59,.1);cursor:pointer}.w7l_search_wrap .container .search_items .search_item:hover{background-color:ivory;border-bottom:1px solid rgba(54,94,59,.5)}.w7l_search_wrap .container .search_items .search_item .image{width:100px;height:130px}.w7l_search_wrap .container .search_items .search_item .image img{object-fit:cover;width:100%;height:100%}.w7l_search_wrap .container .search_items .search_item .content{display:flex;flex-direction:column;align-items:stretch;gap:5px;flex:1 1;color:#365e3b;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;padding-right:10px}.w7l_search_wrap .container .search_items .search_item .content .title{display:flex;justify-content:space-between;align-items:flex-start;font-size:16px;font-weight:500;line-height:140%;gap:10px}.w7l_search_wrap .container .search_items .search_item .content .title span{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600;font-size:20px}.w7l_search_wrap .container .search_items .search_item .content .label{font-size:13px;display:flex;justify-content:space-between;gap:10px}.w7l_search_wrap .container .search_items .search_item .content .label span{text-decoration:line-through}.w7l_search_wrap .container .search_items .search_item .content .action{flex:1 1;display:flex;align-items:flex-end}.w7l_search_wrap.active{opacity:1;pointer-events:all}.w7l_search_wrap.active .overlay{right:0}.w7l_search_wrap.active .container{left:100px;right:100px}@media(max-width:992px){.w7l_search_wrap .container{padding:30px 20px}.w7l_search_wrap .container .header{margin-bottom:10px}.w7l_search_wrap .container .header button,.w7l_search_wrap .container .header div{font-size:18px}.w7l_search_wrap .container .form{min-height:50px;margin-bottom:15px}.w7l_search_wrap .container .form input{padding:5px 10px;font-size:13px}.w7l_search_wrap .container .form button{width:50px;font-size:18px}.w7l_search_wrap .container .search_items{gap:10px}.w7l_search_wrap .container .search_items .search_item{gap:10px;padding:10px 0}.w7l_search_wrap .container .search_items .search_item .image{width:80px;height:100px}.w7l_search_wrap .container .search_items .search_item .content{gap:5px;padding-right:10px}.w7l_search_wrap .container .search_items .search_item .content .title{font-size:14px}.w7l_search_wrap .container .search_items .search_item .content .title span{font-size:16px}.w7l_search_wrap .container .search_items .search_item .content .label{font-size:12px}}@media(max-width:768px){.w7l_search_wrap .overlay{transition:.4s ease-in-out}.w7l_search_wrap .container{transition:.3s ease-in-out;left:500px;right:-500px}.w7l_search_wrap.active .container{left:0;right:0}}.w7l_account_wrap{padding-top:30px;padding-bottom:30px}.w7l_account_wrap .account_layout{display:flex;align-items:flex-start;gap:10px;margin-top:10px}.w7l_account_wrap .account_layout .account_menu{width:300px;background-color:#fff}.w7l_account_wrap .account_layout .account_menu .menu_header{padding:15px 20px;display:none;justify-content:space-between;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-weight:700;font-size:16px;cursor:pointer}.w7l_account_wrap .account_layout .account_menu .menu_header button{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-weight:700;font-size:20px;transition:.2s ease-in-out}.w7l_account_wrap .account_layout .account_menu ul{list-style:none;padding:3px 0;margin:0;display:flex;flex-direction:column;align-items:stretch}.w7l_account_wrap .account_layout .account_menu ul li{padding:15px 20px;cursor:pointer;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:15px;font-weight:500;display:flex;align-items:center;gap:10px;transition:.2s ease-in-out}.w7l_account_wrap .account_layout .account_menu ul li .icon{display:flex;align-items:center;justify-content:center}.w7l_account_wrap .account_layout .account_menu ul li:hover{background-color:#f9f9f9;gap:12px}.w7l_account_wrap .account_layout .account_menu ul li.divider{border-top:1px solid rgba(51,51,51,.15)}.w7l_account_wrap .account_layout .account_menu ul li.active{background-color:#f1f1f1;font-weight:600}.w7l_account_wrap .account_layout .account_content{background-color:#fff;flex:1 1;padding:15px;display:flex;flex-direction:column;align-items:stretch;gap:15px}.w7l_account_wrap .account_layout .account_content .title{color:#365e3b;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:20px;font-weight:600;display:flex;align-items:center;justify-content:space-between}@media(max-width:992px){.w7l_account_wrap .account_layout .account_content .title{font-size:18px}}@media(max-width:768px){.w7l_account_wrap .account_layout{flex-direction:column;align-items:stretch}.w7l_account_wrap .account_layout .account_menu{width:100%}.w7l_account_wrap .account_layout .account_menu .menu_header{display:flex;font-size:14px;padding:10px 15px}.w7l_account_wrap .account_layout .account_menu ul{display:none}.w7l_account_wrap .account_layout .account_menu ul li.active{background-color:#f5f5f5}.w7l_account_wrap .account_layout .account_menu.active .menu_header button{transform:rotate(-180deg)}.w7l_account_wrap .account_layout .account_menu.active ul{display:flex}.w7l_account_wrap .account_layout .account_content .title{font-size:15px}}.w7l_account_address,.w7l_account_address .address_lists{display:flex;flex-direction:column;align-items:stretch}.w7l_account_address .address_lists{gap:10px}.w7l_account_address .address_lists .address_list{border:1px solid rgba(51,51,51,.1);padding:10px;display:flex;align-items:stretch;gap:10px}.w7l_account_address .address_lists .address_list.active{border:2px solid #365e3b}.w7l_account_address .address_lists .address_list .icon{display:flex;align-items:center;justify-content:center;font-size:30px;color:#365e3b;padding:10px}.w7l_account_address .address_lists .address_list .content{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-size:13px;font-weight:500;line-height:140%;display:flex;flex-direction:column;gap:5px}.w7l_account_address .address_lists .address_list .content .title{font-size:16px;font-weight:700}.w7l_account_address .address_lists .address_list .content .label{color:#728e76}.w7l_account_address .address_lists .address_list .content .action{display:flex;align-items:stretch;gap:5px}@media(max-width:992px){.w7l_account_address .address_lists .address_list .icon{font-size:20px;padding:5px}.w7l_account_address .address_lists .address_list .content{font-size:12px;gap:5px}.w7l_account_address .address_lists .address_list .content .title{font-size:14px}}.w7l_account_address .address_form{margin:10px 0;color:#365e3b}.w7l_account_address .address_form .form_title{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-weight:500;font-size:16px;margin-bottom:10px}.w7l_account_address .address_form .form_item{display:flex;flex-direction:column;gap:5px}.w7l_account_address .address_form .form_item label{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:13px}.w7l_account_address .address_form .form_item input,.w7l_account_address .address_form .form_item select{height:45px;padding:5px 10px;border:1px solid rgba(54,94,59,.2);background-color:#ebefeb;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;width:100%}.w7l_account_address .address_form .form_item input:disabled,.w7l_account_address .address_form .form_item select:disabled{background-color:#fdfdfd}.w7l_account_address .address_form .form_item input::placeholder,.w7l_account_address .address_form .form_item select::placeholder{opacity:.5}.w7l_account_address .address_form .form_item input::-ms-input-placeholder,.w7l_account_address .address_form .form_item select::-ms-input-placeholder{opacity:.5}.w7l_account_address .address_form .form_item.checkbox{display:flex;align-items:center;flex-direction:row;gap:10px}.w7l_account_address .address_form .form_item.checkbox input[type=checkbox]{width:20px;height:20px;border-radius:5px;background-color:#fff;border:1px solid rgba(54,94,59,.2);cursor:pointer}.w7l_account_address .address_form .form_item.checkbox input[type=checkbox]:disabled{opacity:.6}.w7l_account_address .address_form .form_item.checkbox label{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:13px;font-weight:400;color:#365e3b}.w7l_account_address .address_form .footer{display:flex;align-items:center;justify-content:space-between}.w7l_account_address .address_form .footer div{display:flex;gap:5px;flex-wrap:wrap}.w7l_account_address .address_form .footer div.right{gap:10px}.w7l_account_address .address_form .footer div.right input{height:20px;width:20px}.w7l_account_address .address_form.disabled .form_item label{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:13px}.w7l_account_address .address_form.disabled .form_item input,.w7l_account_address .address_form.disabled .form_item select{border:1px solid rgba(54,94,59,.07);background-color:#fbfcfb;color:#365e3b;pointer-events:none}.w7l_account_address .address_form.disabled .form_item input[type=checkbox]{opacity:.5;background-color:#fbfcfb!important}.w7l_account_address .address_form .action{display:flex;gap:5px}@media(max-width:992px){.w7l_account_address .address_form .form_title{font-size:14px;margin-bottom:10px}.w7l_account_address .address_form .form_item{gap:5px}.w7l_account_address .address_form .form_item label{font-size:12px}.w7l_account_address .address_form .form_item input,.w7l_account_address .address_form .form_item select{height:40px;padding:5px 10px}}.account_settings .setting_list{display:flex;align-items:center;justify-content:space-between;padding:15px 0;font-size:14px;color:#365e3b;line-height:140%;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-weight:400;border-bottom:1px solid rgba(54,94,59,.1)}.account_settings .setting_list:last-child{border:none}@media(max-width:992px){.account_settings .setting_list{font-size:13px}}@media(max-width:768px){.account_settings .setting_list{font-size:12px}}.w7l_account_orders{display:flex;align-items:stretch;flex-direction:column;gap:20px}.w7l_account_orders .order_item{border:1px solid rgba(51,51,51,.08);font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal}.w7l_account_orders .order_item:hover{background-color:rgba(51,51,51,.02)}.w7l_account_orders .order_item .header{padding:10px;background-color:rgba(51,51,51,.03);justify-content:space-between}.w7l_account_orders .order_item .header,.w7l_account_orders .order_item .header .left{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.w7l_account_orders .order_item .value{color:#333;display:flex;flex-direction:column;align-items:flex-start;font-size:13px;font-weight:500}.w7l_account_orders .order_item .value.tag{flex-direction:row;gap:5px;align-items:center}.w7l_account_orders .order_item .value.tag.success div{background-color:rgba(54,94,59,.15);color:#365e3b}.w7l_account_orders .order_item .value.tag.danger div{background-color:rgba(224,122,95,.15);color:#e07a5f}.w7l_account_orders .order_item .value.tag div{background-color:rgba(95,147,224,.15);color:#5f93e0;padding:2px 15px;border-radius:10px}.w7l_account_orders .order_item .value.strong{font-weight:600}.w7l_account_orders .order_item .value span{color:rgba(51,51,51,.5);font-weight:400}.w7l_account_orders .order_item .content{padding:10px;gap:20px;display:flex;flex-wrap:wrap;justify-content:space-between}.w7l_account_orders .order_item .content .left{max-width:70%;display:flex;flex-direction:column;gap:15px}.w7l_account_orders .order_item .content .right{display:flex;gap:5px;flex-wrap:wrap;flex-direction:column}@media(max-width:992px){.w7l_account_orders .order_item .header{padding:10px;gap:15px}.w7l_account_orders .order_item .header .left{gap:15px}.w7l_account_orders .order_item .value{font-size:12px}.w7l_account_orders .order_item .content{padding:10px;gap:15px}.w7l_account_orders .order_item .content .left{max-width:60%}.w7l_account_orders .order_item .content .right{gap:5px}}@media(max-width:768px){.w7l_account_orders .order_item .header{padding:10px;gap:15px}.w7l_account_orders .order_item .header .left{gap:15px}.w7l_account_orders .order_item .value{font-size:12px}.w7l_account_orders .order_item .content{padding:10px;gap:15px;flex-direction:column}.w7l_account_orders .order_item .content .left{max-width:100%}.w7l_account_orders .order_item .content .right{gap:5px}}.w7l_userprofile{border-top:1px solid rgba(51,51,51,.1);padding-top:20px;display:flex;flex-direction:column;align-items:stretch;gap:10px}.w7l_userprofile h3{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:20px;font-weight:600;color:#365e3b;margin-bottom:20px}.w7l_userprofile .login_item{display:flex;flex-direction:column;gap:10px}.w7l_userprofile .login_item .login_label{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:14px;font-weight:400;color:#365e3b}.w7l_userprofile .login_item .login_value{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:14px;font-weight:600;color:#333}.w7l_userprofile .action{margin-top:10px;display:flex;gap:10px;align-items:center;justify-content:space-between;background-color:rgba(212,165,20,.1);padding:10px;border-radius:5px}.w7l_userprofile .action span{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:12px;font-weight:500;color:#333;cursor:pointer}.w7l_userprofile .action button{white-space:nowrap}.w7l_about_page{width:100%;position:relative;background-color:ivory;overflow:hidden}.w7l_about_page .brand_logo_overlay{position:absolute!important;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;pointer-events:none}.w7l_about_page .brand_logo_overlay img{height:200px}.w7l_about_page .hero_wrap{position:absolute;opacity:0;padding-left:15px;padding-right:15px}@media(min-width:576px){.w7l_about_page .hero_wrap{padding-left:20px;padding-right:20px}}@media(min-width:768px){.w7l_about_page .hero_wrap{padding-left:20px;padding-right:20px}}@media(min-width:992px){.w7l_about_page .hero_wrap{padding-left:40px;padding-right:40px}}@media(min-width:1200px){.w7l_about_page .hero_wrap{padding-left:80px;padding-right:50px}}@media(min-width:1440px){.w7l_about_page .hero_wrap{padding-left:150px;padding-right:100px}}@media(min-width:2560px){.w7l_about_page .hero_wrap{padding-left:200px;padding-right:150px}}.w7l_about_page .hero_wrap .title{color:#365e3b;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;line-height:140%;font-size:34px;font-weight:700;margin-bottom:3px}.w7l_about_page .hero_wrap .subtitle{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;line-height:140%;font-size:22px;font-weight:500;margin-bottom:15px}.w7l_about_page .hero_wrap p{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;line-height:140%;font-size:15px;font-weight:500;margin-bottom:25px;height:0;transition:.3s ease-in}.w7l_about_page .video_wrap{width:100%;height:90vh;transition:.3s ease-in;overflow:hidden;position:relative}.w7l_about_page .video_wrap .video_container{width:100%;height:100%;object-fit:cover}.w7l_about_page .video_wrap:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(54,94,59,.5)}.w7l_about_page.scrolled{display:flex;align-items:stretch}.w7l_about_page.scrolled .brand_logo_overlay{animation:scaleAndDisappear2 1s forwards}.w7l_about_page.scrolled .hero_wrap{position:relative;width:70%;animation:fadeIn 1s forwards;animation-delay:.3s;display:flex;flex-direction:column;justify-content:center}.w7l_about_page.scrolled .hero_wrap p{animation:fadeInVisible 1s forwards}.w7l_about_page.scrolled .video_wrap{width:30%}.w7l_about_page.scrolled .video_wrap:after{display:none}@media(max-width:1200px){.w7l_about_page .brand_logo_overlay img{height:150px}.w7l_about_page .hero_wrap .title{font-size:30px;margin-bottom:3px}.w7l_about_page .hero_wrap .subtitle{font-size:18px;margin-bottom:15px}.w7l_about_page .hero_wrap p{font-size:13px;margin-bottom:25px}.w7l_about_page .video_wrap{height:95vh}.w7l_about_page.scrolled .hero_wrap{width:60%}.w7l_about_page.scrolled .video_wrap{width:40%}}@media(max-width:768px){.w7l_about_page .brand_logo_overlay img{height:100px}.w7l_about_page .hero_wrap{padding-bottom:40px;padding-top:40px}.w7l_about_page .hero_wrap .title{font-size:24px;margin-bottom:3px}.w7l_about_page .hero_wrap .subtitle{font-size:18px;margin-bottom:15px}.w7l_about_page .hero_wrap p{font-size:13px;margin-bottom:25px}.w7l_about_page .video_wrap{height:93vh}.w7l_about_page.scrolled{flex-direction:column-reverse}.w7l_about_page.scrolled .hero_wrap{width:100%}.w7l_about_page.scrolled .video_wrap{width:100%;height:20vh}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInVisible{0%{height:0}to{height:auto}}@keyframes scaleAndDisappear2{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(10);opacity:0;display:none}}.about_header{display:flex;flex-direction:column;align-items:center;margin-bottom:50px}.about_header h4{color:ivory;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:34px;font-weight:700;margin-bottom:15px}.about_header h4,.about_header h6{line-height:140%;text-align:center}.about_header h6{color:#365e3b;background-color:ivory;border-radius:2px;padding:3px 10px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:18px;font-weight:500}.about_header.primary h4{color:#365e3b}.about_header.primary h6{color:#fff;background-color:#5f7e63}@media(max-width:1200px){.about_header{margin-bottom:50px}.about_header h4{color:ivory;font-size:30px;margin-bottom:15px}.about_header h6{padding:3px 10px;font-size:17px}}@media(max-width:992px){.about_header{margin-bottom:50px}.about_header h4{color:ivory;font-size:30px;margin-bottom:15px}.about_header h6{padding:3px 10px;font-size:15px}}@media(max-width:768px){.about_header{margin-bottom:40px}.about_header h4{color:ivory;font-size:24px;margin-bottom:15px}.about_header h6{padding:3px 10px;font-size:12px}}.w7l_who_we_page{background-color:#365e3b;padding-top:80px;padding-bottom:80px}.w7l_who_we_page .who_items{display:flex;gap:30px}.w7l_who_we_page .who_items .who_item{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:15px;padding:10px;overflow:hidden;position:relative;opacity:0;transform:translateY(50px);transition:transform .3s ease-out,opacity .3s ease-out}.w7l_who_we_page .who_items .who_item .icon{transition:.1s ease-in}.w7l_who_we_page .who_items .who_item:hover{transform:translate(-2px,-2px)}.w7l_who_we_page .who_items .who_item:hover .icon{transform:rotate(5deg)}.w7l_who_we_page .who_items .who_item:hover h6:after{width:80%}.w7l_who_we_page .who_items .who_item h6{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:ivory;line-height:140%;font-size:22px;font-weight:700;text-align:center;position:relative}.w7l_who_we_page .who_items .who_item h6:after{content:"";position:absolute;bottom:-5px;left:50%;width:0;height:1px;background-color:ivory;transition:width .5s ease,left .5s ease;transform:translateX(-50%)}.w7l_who_we_page .who_items .who_item p{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:ivory;line-height:140%;font-size:15px;font-weight:400;text-align:center}.w7l_who_we_page.light{background-color:ivory;padding-top:40px;padding-bottom:40px}.w7l_who_we_page.light .who_items .who_item .icon img{width:60px}.w7l_who_we_page.light .who_items .who_item h6{color:#365e3b;font-size:18px}.w7l_who_we_page.light .who_items .who_item p{color:#365e3b}.w7l_who_we_page.light.dark{background-color:#365e3b}.w7l_who_we_page.light.dark .who_items .who_item h6,.w7l_who_we_page.light.dark .who_items .who_item p{color:ivory}@media(max-width:1200px){.w7l_who_we_page{padding-top:70px;padding-bottom:70px}.w7l_who_we_page .who_items{gap:30px}.w7l_who_we_page .who_items .who_item{gap:15px}.w7l_who_we_page .who_items .who_item h6{font-size:20px}.w7l_who_we_page .who_items .who_item p{font-size:13px}.w7l_who_we_page.light{padding-top:40px;padding-bottom:40px}.w7l_who_we_page.light .who_items .who_item .icon img{width:50px}.w7l_who_we_page.light .who_items .who_item h6{font-size:17px}}@media(max-width:992px){.w7l_who_we_page{padding-top:70px;padding-bottom:70px}.w7l_who_we_page .who_items{gap:20px}.w7l_who_we_page .who_items .who_item{gap:10px}.w7l_who_we_page .who_items .who_item h6{font-size:16px}.w7l_who_we_page .who_items .who_item p{font-size:12px}}@media(max-width:768px){.w7l_who_we_page{padding-top:70px;padding-bottom:70px}.w7l_who_we_page .who_items{gap:30px;flex-direction:column}.w7l_who_we_page .who_items .who_item{gap:10px}.w7l_who_we_page .who_items .who_item .icon img{height:60px}.w7l_who_we_page .who_items .who_item h6{font-size:16px}.w7l_who_we_page .who_items .who_item p{font-size:12px;font-weight:300}.w7l_who_we_page.light{padding-top:20px;padding-bottom:20px}.w7l_who_we_page.light .who_items{gap:10px;flex-direction:row}.w7l_who_we_page.light .who_items .who_item .icon img{width:40px}.w7l_who_we_page.light .who_items .who_item h6{font-size:13px}}@media(max-width:576px){.w7l_who_we_page.light{padding-top:20px;padding-bottom:20px}.w7l_who_we_page.light .who_items{gap:10px;flex-direction:column}.w7l_who_we_page.light .who_items .who_item .icon img{width:40px}.w7l_who_we_page.light .who_items .who_item h6{font-size:13px}}.w7l_enquire_form{display:flex;align-items:stretch;background-color:#fff}.w7l_enquire_form.ivory{background-color:ivory}.w7l_enquire_form.ivory .form_input:not(.checkbox){background-color:#fff}.w7l_enquire_form .image{width:25%;height:auto;background-image:url(/assets/landing/enquiry.jpg);background-position:50%;background-size:cover}.w7l_enquire_form .enquire_form{width:75%;padding:40px 15px}.w7l_enquire_form .enquire_form .about_header h4{font-family:Delicious Handrawn,cursive;font-optical-sizing:auto;font-style:normal;font-display:swap;color:#5c4033;line-height:140%}@media(min-width:576px){.w7l_enquire_form .enquire_form{padding-right:20px;padding-left:20px}}@media(min-width:768px){.w7l_enquire_form .enquire_form{padding-right:20px;padding-left:20px}}@media(min-width:992px){.w7l_enquire_form .enquire_form{padding-right:40px;padding-left:40px}}@media(min-width:1200px){.w7l_enquire_form .enquire_form{padding-right:80px;padding-left:50px}}@media(min-width:1440px){.w7l_enquire_form .enquire_form{padding-right:150px;padding-left:50px}}@media(min-width:2560px){.w7l_enquire_form .enquire_form{padding-right:200px;padding-left:50px}}@media(max-width:1440px){.w7l_enquire_form .image{width:40%}.w7l_enquire_form .enquire_form{width:60%}}@media(max-width:768px){.w7l_enquire_form{flex-direction:column}.w7l_enquire_form .enquire_form,.w7l_enquire_form .image{width:100%}}.w7l_contactpage{background-color:ivory;background-image:url(/assets/about/map.jpg);background-position:100%;background-repeat:no-repeat;background-size:fill}.w7l_contactpage .contact_content{padding-top:80px;padding-bottom:80px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b}.w7l_contactpage .contact_content h2{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;line-height:140%;font-size:36px;font-weight:600}.w7l_contactpage .contact_content h6{font-size:20px;font-weight:500}.w7l_contactpage .contact_content h4{margin-top:20px;margin-bottom:10px;font-size:20px;font-weight:600}.w7l_contactpage .contact_content p{font-size:15px;font-weight:500;margin-bottom:5px}.w7l_contactpage .contact_content p span{font-weight:700}.w7l_contactpage .contact_content a:hover{text-decoration:underline}@media(max-width:992px){.w7l_contactpage .contact_content{padding-top:60px;padding-bottom:60px}.w7l_contactpage .contact_content h2{font-size:30px}.w7l_contactpage .contact_content h6{font-size:18px}.w7l_contactpage .contact_content h4{margin-top:20px;margin-bottom:10px;font-size:18px}.w7l_contactpage .contact_content p{font-size:13px;margin-bottom:5px}}@media(max-width:768px){.w7l_contactpage{background-image:none}.w7l_contactpage .contact_content{padding-top:60px;padding-bottom:60px}.w7l_contactpage .contact_content h2{font-size:26px;text-align:center}.w7l_contactpage .contact_content h6{font-size:15px;text-align:center}.w7l_contactpage .contact_content h4{margin-top:20px;margin-bottom:10px;font-size:15px;text-align:center}.w7l_contactpage .contact_content p{font-size:12px;margin-bottom:5px;text-align:center}}.w7l_landing_hero{background-color:#365e3b;padding:60px 0;position:relative;display:flex;align-items:stretch;gap:20px;justify-content:center}.w7l_landing_hero:before{content:"";position:absolute;top:0;right:0;width:40%;height:100%;background-image:url(/assets/landing/hero_background.jpg);background-repeat:repeat-y;background-position:100%;background-size:contain;z-index:0;opacity:.4}.w7l_landing_hero .hero_content{z-index:1;width:70%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;flex:1 1}.w7l_landing_hero .hero_content h1{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:30px;color:#fff;font-weight:700;line-height:140%}.w7l_landing_hero .hero_content h1 span{color:ivory}.w7l_landing_hero .hero_content p{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:16px;color:#fff;font-weight:400;line-height:140%}.w7l_landing_hero .hero_img_wrap{z-index:1;width:30%;display:flex;justify-content:center;align-items:center}.w7l_landing_hero .hero_img_wrap img{width:100%;height:auto}@media(max-width:1440px){.w7l_landing_hero{padding:50px 0;gap:20px}.w7l_landing_hero .hero_content{width:65%;gap:30px}.w7l_landing_hero .hero_content h1{font-size:30px}.w7l_landing_hero .hero_content p{font-size:16px}.w7l_landing_hero .hero_img_wrap{width:35%}}@media(max-width:992px){.w7l_landing_hero{padding:50px 0;gap:20px}.w7l_landing_hero .hero_content{width:70%;gap:20px}.w7l_landing_hero .hero_content h1{font-size:25px}.w7l_landing_hero .hero_content p{font-size:15px;margin-bottom:15px}.w7l_landing_hero .hero_img_wrap{width:30%}}@media(max-width:768px){.w7l_landing_hero{padding:60px 0;gap:40px;flex-direction:column;align-items:center}.w7l_landing_hero:before{background-image:url(/assets/landing/hero_background2.jpg);background-position:bottom;background-repeat:repeat-x;width:100%;height:50%;bottom:0;top:inherit}.w7l_landing_hero .hero_content{width:100%;gap:15px;align-items:center}.w7l_landing_hero .hero_content h1{font-size:20px;text-align:center}.w7l_landing_hero .hero_content p{font-size:13px;margin-bottom:15px;text-align:center}.w7l_landing_hero .hero_img_wrap{width:50%}}@media(max-width:576px){.w7l_landing_hero{padding:60px 0;gap:40px;flex-direction:column;align-items:center}.w7l_landing_hero:before{background-image:url(/assets/landing/hero_background2.jpg);background-position:bottom;background-repeat:repeat-x;width:100%;height:50%;bottom:0;top:inherit}.w7l_landing_hero .hero_content{width:100%;gap:15px;align-items:center}.w7l_landing_hero .hero_content h1{font-size:18px;text-align:center}.w7l_landing_hero .hero_content p{font-size:11px;margin-bottom:15px;text-align:center}.w7l_landing_hero .hero_img_wrap{width:60%}}.w7l_category_page{background-color:#fff;padding:60px 0}.w7l_category_page .categories{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;align-items:stretch}.w7l_category_page .categories .category{height:450px;width:250px;border-radius:20px;overflow:hidden;position:relative;background-color:#365e3b;box-shadow:0 0 0 0 rgba(55,94,59,.2);transition:.3s ease-in-out}.w7l_category_page .categories .category:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%;z-index:1;transition:.2s ease-in-out}.w7l_category_page .categories .category.coconut:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/landing/coconut_category.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%}.w7l_category_page .categories .category.groundnut:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/landing/groundnut_category.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%}.w7l_category_page .categories .category.sesame:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/landing/sesame_category.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%}.w7l_category_page .categories .category.ghee:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/landing/ghee_category.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%}.w7l_category_page .categories .category.jaggery:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/landing/jaggery_category.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%}.w7l_category_page .categories .category.combo:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/landing/combo_category.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%}.w7l_category_page .categories .category:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,#365e3b,rgba(54,94,59,.3));z-index:1;transition:.3s ease-in-out}.w7l_category_page .categories .category.brown:after{background:linear-gradient(0deg,#8c564b,rgba(140,86,75,.3))}.w7l_category_page .categories .category.yellow:after{background:linear-gradient(0deg,#d4a514,rgba(212,165,20,.3))}.w7l_category_page .categories .category.green:after{background:linear-gradient(0deg,#748f76,rgba(116,143,118,.3))}.w7l_category_page .categories .category.ghee:after{background:linear-gradient(0deg,#fbc435,rgba(116,143,118,.3))}.w7l_category_page .categories .category .label{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:20px;color:#fff;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;text-align:center;display:flex;align-items:center;gap:10px;justify-content:center;font-weight:600;font-size:18px}.w7l_category_page .categories .category .label span{transition:.3s ease-in-out}.w7l_category_page .categories .category .label:after{content:"";position:absolute;width:20px;height:20px;right:20px;top:50%;transform:translateY(-50%);background-image:url(/icons/arrow_long_white.svg);background-position:50%;background-size:contain;background-repeat:no-repeat;opacity:0;transition:opacity .3s ease-in-out,right .3s ease-in-out}.w7l_category_page .categories .category:hover{cursor:pointer;box-shadow:0 0 0 9px rgba(55,94,59,.2)}.w7l_category_page .categories .category:hover:after{background:linear-gradient(0deg,#365e3b,rgba(54,94,59,0))}.w7l_category_page .categories .category:hover.brown:after{background:linear-gradient(0deg,#8c564b,rgba(140,86,75,0))}.w7l_category_page .categories .category:hover.yellow:after{background:linear-gradient(0deg,#d4a514,rgba(212,165,20,0))}.w7l_category_page .categories .category:hover.green:after{background:linear-gradient(0deg,#748f76,rgba(116,143,118,0))}.w7l_category_page .categories .category:hover.ghee:after{background:linear-gradient(0deg,#fbc435,rgba(116,143,118,0))}.w7l_category_page .categories .category:hover:before{transform:scale(1.1)}.w7l_category_page .categories .category:hover .label span{transform:translateX(-5px)}.w7l_category_page .categories .category:hover .label:after{right:15px;opacity:1}@media(max-width:1440px){.w7l_category_page .categories{gap:35px}.w7l_category_page .categories .category{height:400px;width:230px;border-radius:20px}.w7l_category_page .categories .category .label{padding:20px;gap:10px;font-size:18px;font-weight:700}.w7l_category_page .categories .category:hover{box-shadow:0 0 0 9px rgba(55,94,59,.2)}.w7l_category_page .categories .category:hover .label span{transform:translateX(-5px)}.w7l_category_page .categories .category:hover .label:after{right:15px}}@media(max-width:992px){.w7l_category_page .categories{gap:30px}.w7l_category_page .categories .category{height:350px;width:200px;border-radius:20px}.w7l_category_page .categories .category .label{padding:20px;gap:10px;font-size:16px}.w7l_category_page .categories .category:hover{box-shadow:0 0 0 9px rgba(55,94,59,.2)}.w7l_category_page .categories .category:hover .label span{transform:translateX(-5px)}.w7l_category_page .categories .category:hover .label:after{right:15px}}@media(max-width:768px){.w7l_category_page .categories{gap:20px}.w7l_category_page .categories .category{height:250px;width:150px;border-radius:20px}.w7l_category_page .categories .category .label{padding:20px;gap:10px;font-size:13px}.w7l_category_page .categories .category .label:after{width:15px;height:15px;right:15px}.w7l_category_page .categories .category:hover{box-shadow:0 0 0 6px rgba(55,94,59,.2)}.w7l_category_page .categories .category:hover .label span{transform:translateX(-5px)}.w7l_category_page .categories .category:hover .label:after{right:10px}}@media(max-width:576px){.w7l_category_page .categories{gap:20px;justify-content:space-evenly}.w7l_category_page .categories .category{height:200px;width:130px;border-radius:10px}.w7l_category_page .categories .category .label{padding:20px;gap:10px;font-size:11px}.w7l_category_page .categories .category .label:after{width:15px;height:15px;right:15px}.w7l_category_page .categories .category:hover{box-shadow:0 0 0 4px rgba(55,94,59,.2)}.w7l_category_page .categories .category:hover .label span{transform:translateX(-5px)}.w7l_category_page .categories .category:hover .label:after{right:10px}}.w7l_products_section{padding:60px 0;position:relative;background-color:#fff}.w7l_products_section .shop_lists{max-width:100%;display:grid;grid-gap:40px 15px;gap:40px 15px;grid-template-columns:repeat(4,1fr)}.w7l_products_section .shop_lists .shop_list{background:#fff;position:relative;display:flex;flex-direction:column;align-items:stretch;border:1px solid rgba(54,94,59,.1)}.w7l_products_section .shop_lists .shop_list .overlay{position:absolute;top:10px;left:10px;z-index:2;background-color:#fff;color:#e07a5f;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:15px;font-weight:600;line-height:140%;padding:5px 10px;border-radius:30px;pointer-events:none}.w7l_products_section .shop_lists .shop_list .overlay span{color:#333;font-weight:500}@media(max-width:992px){.w7l_products_section .shop_lists .shop_list .overlay{font-size:14px}.w7l_products_section .shop_lists .shop_list .overlay span{display:none}}@media(max-width:768px){.w7l_products_section .shop_lists .shop_list .overlay{top:5px;left:5px;font-size:12px}}.w7l_products_section .shop_lists .shop_list .img_wrap{width:100%;height:auto;min-height:100px;overflow:hidden;padding:0;position:relative;aspect-ratio:5/6}.w7l_products_section .shop_lists .shop_list .img_wrap img{width:100%;height:100%;object-fit:cover;transition:transform .15s ease;transform-origin:center;background-color:#a9bba9;margin:0;padding:0}.w7l_products_section .shop_lists .shop_list .content{padding:15px;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;align-items:stretch;gap:10px}.w7l_products_section .shop_lists .shop_list .content h4{font-size:16px;font-weight:700;line-height:140%;color:#365e3b;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal}.w7l_products_section .shop_lists .shop_list .content .category{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#728e76;font-size:14px;line-height:140%;font-weight:400;flex:1 1}.w7l_products_section .shop_lists .shop_list .content .price{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.w7l_products_section .shop_lists .shop_list .content .price .selling{font-size:15px;font-weight:600;color:#365e3b}.w7l_products_section .shop_lists .shop_list .content .price .mrp{font-size:13px;font-weight:400;color:#707070;text-decoration:line-through}.w7l_products_section .shop_lists .shop_list .content .ratings{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;color:rgba(54,94,59,.7);font-size:14px;font-weight:500;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal}.w7l_products_section .shop_lists .shop_list .content .ratings div{display:flex;align-items:center;gap:5px}.w7l_products_section .shop_lists .shop_list .content .action{display:flex;align-items:stretch;gap:5px}.w7l_products_section .shop_lists .shop_list .content .action a{flex:1 1}@media(max-width:768px){.w7l_products_section .shop_lists .shop_list .content h4{font-size:14px}.w7l_products_section .shop_lists .shop_list .content .category{font-size:12px}.w7l_products_section .shop_lists .shop_list .content .ratings{gap:5px;font-size:11px}.w7l_products_section .shop_lists .shop_list .content .ratings div{gap:3px}.w7l_products_section .shop_lists .shop_list .content .price{gap:10px}.w7l_products_section .shop_lists .shop_list .content .price .selling{font-size:12px}.w7l_products_section .shop_lists .shop_list .content .price .mrp{font-size:11px}}@media(max-width:576px){.w7l_products_section .shop_lists .shop_list .content h4{font-size:12px}.w7l_products_section .shop_lists .shop_list .content .category{font-size:10px}.w7l_products_section .shop_lists .shop_list .content .price{gap:10px}.w7l_products_section .shop_lists .shop_list .content .price .selling{font-size:12px}.w7l_products_section .shop_lists .shop_list .content .price .mrp{font-size:11px}}@media(max-width:1440px){.w7l_products_section .shop_lists{grid-template-columns:repeat(4,1fr)}}@media(max-width:1200px){.w7l_products_section .shop_lists{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.w7l_products_section .shop_lists{grid-template-columns:repeat(2,1fr)}}.w7l_story_section{position:relative;padding:80px 0;background-color:ivory;display:flex;flex-direction:column;align-items:stretch;gap:60px}.w7l_story_section .title_wrap{display:flex;flex-direction:column;align-items:center;gap:10px;padding:0 20px}.w7l_story_section .title_wrap h2{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:30px;color:#365e3b;font-weight:700;line-height:140%;text-align:center}.w7l_story_section .title_wrap h4{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:16px;color:#333;font-weight:400;line-height:140%;text-align:center}.w7l_story_section .video_wrap{position:relative;left:50%;transform:translateX(-50%);width:60%;overflow:hidden;transition:.3s ease-in-out}.w7l_story_section .video_wrap video{width:100%;height:100%;object-fit:cover}.w7l_story_section.fullscreen{padding-bottom:0}.w7l_story_section.fullscreen .video_wrap{width:100%;max-height:100vh}@media(max-width:992px){.w7l_story_section{padding:60px 0;gap:60px}.w7l_story_section .title_wrap{gap:10px}.w7l_story_section .title_wrap h2{font-size:25px}.w7l_story_section .title_wrap h4{font-size:15px}.w7l_story_section .video_wrap{width:80%}}@media(max-width:768px){.w7l_story_section{padding:40px 0;gap:30px}.w7l_story_section .title_wrap{gap:10px}.w7l_story_section .title_wrap h2{font-size:22px}.w7l_story_section .title_wrap h4{font-size:12px}.w7l_story_section .video_wrap{width:85%}}.w7l_ghee_hero{background-color:#fbc435;color:#365e3b;padding:60px 0;position:relative;display:flex;align-items:stretch;gap:20px;overflow:hidden;justify-content:center}.w7l_ghee_hero:before{content:"";position:absolute;top:0;right:0;width:40%;height:100%;background-image:url(/assets/landing/ghee_bg.png);background-repeat:repeat-y;background-position:50%;background-size:contain;z-index:0;opacity:.5;transform:scale(1.7)}@media(max-width:1440px){.w7l_ghee_hero:before{width:50%;height:100%;transform:scale(1.5)}}@media(max-width:992px){.w7l_ghee_hero:before{transform:scale(1.3)}}@media(max-width:768px){.w7l_ghee_hero{flex-direction:column;align-items:center}.w7l_ghee_hero:before{background-position:bottom;background-image:url(/assets/landing/ghee_bg2.png);background-repeat:no-repeat;width:100%;height:50%;bottom:0;opacity:.5;transform:scale(2);top:inherit}}.w7l_ghee_hero .hero_content{display:flex;flex-direction:column;justify-content:center;flex:1 1;gap:15px}.w7l_ghee_hero .hero_content h1{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:50px;font-weight:800;display:flex;flex-direction:column}.w7l_ghee_hero .hero_content h1 span.strong{font-weight:800;font-size:60px}.w7l_ghee_hero .hero_content p{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:14px;font-weight:600;max-width:60%}.w7l_ghee_hero .hero_content .action{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:15px}@media(max-width:1440px){.w7l_ghee_hero .hero_content h1{font-size:45px}.w7l_ghee_hero .hero_content h1 span.strong{font-size:50px}.w7l_ghee_hero .hero_content p{font-size:14px;max-width:80%}}@media(max-width:992px){.w7l_ghee_hero .hero_content h1{font-size:40px}.w7l_ghee_hero .hero_content h1 span.strong{font-size:45px}.w7l_ghee_hero .hero_content p{font-size:14px;max-width:85%}}@media(max-width:768px){.w7l_ghee_hero .hero_content{align-items:center}.w7l_ghee_hero .hero_content h1{font-size:35px;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center}.w7l_ghee_hero .hero_content h1 span.strong{font-size:40px}.w7l_ghee_hero .hero_content p{font-size:12px;max-width:85%;text-align:center}}.w7l_ghee_hero .img_wrap{position:relative}.w7l_ghee_hero .img_wrap img{width:400px;transition:.4s ease-in-out}@media(max-width:1440px){.w7l_ghee_hero .img_wrap img{width:380px}}@media(max-width:768px){.w7l_ghee_hero .img_wrap img{width:280px}}.w7l_ghee_hero.groundnut{background-color:rgba(251,196,53,.4)}.w7l_ghee_hero.groundnut .hero_content h1{font-size:50px}.w7l_ghee_hero.groundnut .hero_content h1 span.strong{font-size:60px}.w7l_ghee_hero.groundnut .hero_content p{font-size:14px;max-width:80%;color:#333}@media(max-width:1440px){.w7l_ghee_hero.groundnut .hero_content h1{font-size:45px}.w7l_ghee_hero.groundnut .hero_content h1 span.strong{font-size:50px}.w7l_ghee_hero.groundnut .hero_content p{font-size:14px;max-width:90%}}@media(max-width:992px){.w7l_ghee_hero.groundnut .hero_content h1{font-size:40px}.w7l_ghee_hero.groundnut .hero_content h1 span.strong{font-size:45px}.w7l_ghee_hero.groundnut .hero_content p{font-size:14px;max-width:90%}}@media(max-width:768px){.w7l_ghee_hero.groundnut .hero_content h1{font-size:30px}.w7l_ghee_hero.groundnut .hero_content h1 span.strong{font-size:38px}.w7l_ghee_hero.groundnut .hero_content p{font-size:12px;max-width:85%;text-align:center}}.w7l_ghee_hero.groundnut .img_wrap img{width:400px}@media(max-width:1440px){.w7l_ghee_hero.groundnut .img_wrap img{width:330px}}@media(max-width:992px){.w7l_ghee_hero.groundnut .img_wrap img{width:280px}}@media(max-width:768px){.w7l_ghee_hero.groundnut .img_wrap img{width:230px}}.w7l_new_oil_hero{background-color:#f7f7e9;padding:60px 0;position:relative;display:flex;align-items:stretch;gap:20px;overflow:hidden;justify-content:stretch;min-height:400px}.w7l_new_oil_hero:before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-image:url(/assets/landing/rough_pattern.png);background-repeat:no-repeat;background-position:50%;background-size:cover;z-index:0;opacity:.15}.w7l_new_oil_hero .hero_content{z-index:2;position:relative;width:70%;display:flex;flex-direction:column;gap:20px;align-items:flex-start;justify-content:center}.w7l_new_oil_hero .hero_content h1{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:43px;color:#5c4033;font-weight:800;line-height:140%}.w7l_new_oil_hero .hero_content h1 span{color:ivory}.w7l_new_oil_hero .hero_content p{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:18px;color:#365e3b;font-weight:600;line-height:150%;margin-bottom:20px}.w7l_new_oil_hero .hero_content .action{display:flex;align-items:center;gap:20px}@media(max-width:1440px){.w7l_new_oil_hero .hero_content h1{font-size:38px}.w7l_new_oil_hero .hero_content p{font-size:16px}}@media(max-width:1200px){.w7l_new_oil_hero .hero_content h1{font-size:33px}.w7l_new_oil_hero .hero_content p{font-size:14px}}@media(max-width:992px){.w7l_new_oil_hero .hero_content h1{font-size:33px}.w7l_new_oil_hero .hero_content p{font-size:14px}}@media(max-width:768px){.w7l_new_oil_hero .hero_content h1{font-size:30px}.w7l_new_oil_hero .hero_content p{font-size:12px}}.w7l_new_oil_hero .img_wrap{position:absolute;right:0;bottom:0;height:100%}.w7l_new_oil_hero .img_wrap img{width:100%;height:100%;object-fit:contain;object-position:bottom right}.w7l_new_oil_hero .img_wrap .mobile{display:none}.w7l_new_oil_hero .img_wrap .desktop{display:block}@media(max-width:992px){.w7l_new_oil_hero{flex-direction:column;align-items:center;gap:80px;padding:80px 0 0}.w7l_new_oil_hero .hero_content{width:100%;gap:15px;align-items:center;justify-content:center;text-align:center}.w7l_new_oil_hero .hero_content h1{font-size:30px}.w7l_new_oil_hero .hero_content p{font-size:14px;text-align:center;width:85%}.w7l_new_oil_hero:before{background-image:url(/assets/landing/rough_pattern_m.png)}.w7l_new_oil_hero .img_wrap{position:relative;width:100%;height:auto}.w7l_new_oil_hero .img_wrap img{width:100%;height:100%;max-height:300px;object-fit:contain;object-position:bottom}.w7l_new_oil_hero .img_wrap .mobile{display:block}.w7l_new_oil_hero .img_wrap .desktop{display:none}}@media(max-width:576px){.w7l_new_oil_hero .hero_content h1{font-size:24px}.w7l_new_oil_hero .hero_content p{font-size:12px}}.v1_category_page{background-color:#fff;padding:60px 0}.v1_category_page .collections{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px;gap:20px}.v1_category_page .collections .collection{display:flex;flex-direction:column;gap:10px;align-items:stretch;cursor:pointer}.v1_category_page .collections .collection .collection-image{padding:20px 20px 0;overflow:hidden;border-radius:20px;display:flex;flex-direction:column;align-items:stretch;box-shadow:0 0 0 0 rgba(17,132,75,.2);transition:box-shadow .2s ease-in-out}.v1_category_page .collections .collection .collection-image .header{font-family:Outfit,sans-serif;font-optical-sizing:auto;font-style:normal;color:#fff;display:flex;align-items:flex-start;flex-direction:column;font-size:26px;font-weight:600;line-height:115%;z-index:2}.v1_category_page .collections .collection .collection-image .header span{transition:.2s ease-in-out}.v1_category_page .collections .collection .collection-image .image{display:flex;justify-content:flex-end}.v1_category_page .collections .collection .collection-image .image img{width:100px;height:100px;object-fit:contain;transform:translateY(5px);transition:.2s ease-in-out}.v1_category_page .collections .collection .collection-label{font-size:18px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;text-align:center;font-weight:600;display:flex;align-items:center;justify-content:center;gap:0}.v1_category_page .collections .collection .collection-label span:first-child{transition:.3s ease-in-out;transform:translateX(5px)}.v1_category_page .collections .collection .collection-label .arrow{opacity:0;transition:.3s ease-in-out;transform:translateX(-5px)}.v1_category_page .collections .collection:hover .collection-image .header span:first-child{transform:translateX(-5px)}.v1_category_page .collections .collection:hover .collection-image .header span:last-child{transform:translateX(-2px)}.v1_category_page .collections .collection:hover .collection-image .image img{transform:translateY(3px) scale(1.05)}.v1_category_page .collections .collection:hover .collection-label span:first-child{transform:translateX(0)}.v1_category_page .collections .collection:hover .collection-label .arrow{opacity:1;transform:translateX(5px)}.v1_category_page .collections .collection:hover.one .collection-image{box-shadow:0 0 0 4px rgba(17,132,75,.2)}.v1_category_page .collections .collection:hover.two .collection-image{box-shadow:0 0 0 4px hsla(39,83%,84%,.2)}.v1_category_page .collections .collection:hover.three .collection-image{box-shadow:0 0 0 4px rgba(251,196,53,.2)}.v1_category_page .collections .collection:hover.four .collection-image{box-shadow:0 0 0 4px hsla(39,88%,68%,.2)}.v1_category_page .collections .collection:hover.five .collection-image{box-shadow:0 0 0 4px rgba(92,75,58,.2)}.v1_category_page .collections .collection.one .collection-image{background-color:#11844b}.v1_category_page .collections .collection.two .header{color:#5c4033}.v1_category_page .collections .collection.two .collection-image{background-color:#f8e1b5}.v1_category_page .collections .collection.three .collection-image{background-color:#fbc435}.v1_category_page .collections .collection.four .header{color:#333}.v1_category_page .collections .collection.four .collection-image{background-color:#f5c264}.v1_category_page .collections .collection.five .collection-image{background-color:#5c4b3a}@media(max-width:1440px){.v1_category_page .collections .collection .collection-label{font-size:16px}}@media(max-width:1200px){.v1_category_page .collections{grid-template-columns:repeat(4,1fr);gap:30px 20px}}@media(max-width:992px){.v1_category_page .collections{grid-template-columns:repeat(3,1fr);gap:30px 20px}.v1_category_page .collections .collection .collection-image{padding:15px 15px 0;border-radius:15px}.v1_category_page .collections .collection .collection-image .image img{width:80px;height:80px}}@media(max-width:768px){.v1_category_page .collections{grid-template-columns:repeat(2,1fr);gap:25px 15px}.v1_category_page .collections .collection .collection-image{padding:15px 15px 0;border-radius:15px}.v1_category_page .collections .collection .collection-image .header{font-size:20px}.v1_category_page .collections .collection .collection-image .image img{width:60px;height:60px}.v1_category_page .collections .collection .collection-label{font-size:15px}.v1_category_page .collections .collection .collection-label span:first-child{transform:translateX(0)}.v1_category_page .collections .collection .collection-label .arrow{display:none}}.v1_products_section{padding:60px 0;position:relative;background-color:#fff}.v1_products_section .shop_lists{display:grid;grid-auto-flow:column;grid-auto-columns:calc(25% - 12px);grid-gap:15px;gap:15px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.v1_products_section .shop_lists::-webkit-scrollbar{display:none}.v1_products_section .shop_lists>*{scroll-snap-align:start}.v1_products_section .shop_lists .shop_list{background:#fff;position:relative;display:flex;flex-direction:column;align-items:stretch;gap:10px}.v1_products_section .shop_lists .shop_list .overlay{position:absolute;top:10px;right:0;z-index:2;background-color:#fff;color:#e07a5f;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:13px;font-weight:600;line-height:140%;padding:5px 10px;border-radius:30px 0 0 30px;pointer-events:none}.v1_products_section .shop_lists .shop_list .overlay span{color:#333;font-weight:500}@media(max-width:992px){.v1_products_section .shop_lists .shop_list .overlay{font-size:14px}.v1_products_section .shop_lists .shop_list .overlay span{display:none}}@media(max-width:768px){.v1_products_section .shop_lists .shop_list .overlay{top:5px;font-size:12px}}.v1_products_section .shop_lists .shop_list .img_wrap{width:100%;height:auto;min-height:100px;overflow:hidden;padding:0;position:relative;aspect-ratio:5/6;cursor:pointer}.v1_products_section .shop_lists .shop_list .img_wrap img{width:100%;height:100%;object-fit:cover;transition:transform .15s ease;transform-origin:center;background-color:#a9bba9;margin:0;padding:0}.v1_products_section .shop_lists .shop_list .content{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;align-items:stretch;gap:10px}.v1_products_section .shop_lists .shop_list .content h4{font-size:15px;font-weight:600;line-height:140%;color:#365e3b;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal}.v1_products_section .shop_lists .shop_list .content .category{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#728e76;font-size:14px;line-height:140%;font-weight:400;flex:1 1}.v1_products_section .shop_lists .shop_list .content .price{font-family:Outfit,sans-serif;font-optical-sizing:auto;font-style:normal;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.v1_products_section .shop_lists .shop_list .content .price .selling{font-size:16px;font-weight:600;color:#333}.v1_products_section .shop_lists .shop_list .content .price .mrp{font-size:13px;font-weight:400;color:#707070;text-decoration:line-through}.v1_products_section .shop_lists .shop_list .content .ratings{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;color:rgba(54,94,59,.7);font-size:14px;font-weight:500;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal}.v1_products_section .shop_lists .shop_list .content .ratings div{display:flex;align-items:center;gap:5px}.v1_products_section .shop_lists .shop_list .content .action{display:flex;align-items:stretch;gap:5px}.v1_products_section .shop_lists .shop_list .content .action a{flex:1 1}@media(max-width:768px){.v1_products_section .shop_lists .shop_list .content h4{font-size:14px}.v1_products_section .shop_lists .shop_list .content .category{font-size:12px}.v1_products_section .shop_lists .shop_list .content .ratings{gap:5px;font-size:11px}.v1_products_section .shop_lists .shop_list .content .ratings div{gap:3px}.v1_products_section .shop_lists .shop_list .content .price{gap:10px}.v1_products_section .shop_lists .shop_list .content .price .selling{font-size:12px}.v1_products_section .shop_lists .shop_list .content .price .mrp{font-size:11px}}@media(max-width:576px){.v1_products_section .shop_lists .shop_list .content h4{font-size:12px}.v1_products_section .shop_lists .shop_list .content .category{font-size:10px}.v1_products_section .shop_lists .shop_list .content .price{gap:10px}.v1_products_section .shop_lists .shop_list .content .price .selling{font-size:12px}.v1_products_section .shop_lists .shop_list .content .price .mrp{font-size:11px}}@media(max-width:1440px){.v1_products_section .shop_lists{grid-auto-columns:calc(25% - 12px)}}@media(max-width:1200px){.v1_products_section .shop_lists{grid-auto-columns:calc(33.33% - 10px)}}@media(max-width:768px){.v1_products_section .shop_lists{grid-auto-columns:calc(50% - 8px)}}.v1_products_section .v1_products_section_header{display:flex;align-items:center;gap:20px;justify-content:space-between;margin-bottom:30px}.v1_products_section .v1_products_section_header .title{font-family:Delicious Handrawn,cursive;font-optical-sizing:auto;font-style:normal;font-display:swap;font-size:42px;color:#5c4033;flex:1 1;font-weight:500}.v1_products_section .v1_products_section_header .navigation{display:flex;align-items:center;gap:5px;justify-content:flex-end}.v1_products_section .v1_products_section_header .navigation button{font-size:16px;color:#5c4033;font-weight:600;text-decoration:none;padding:10px;display:flex;align-items:center;justify-content:center;border-radius:5px;background-color:rgba(92,64,51,.2);transition:all .1s ease-in-out}.v1_products_section .v1_products_section_header .navigation button:hover{background-color:rgba(92,64,51,.4);box-shadow:0 0 0 2px rgba(92,64,51,.2);transform:scale(1.01)}.v1_products_section .v1_products_section_header .navigation button.hide{opacity:.2;pointer-events:none}@media(max-width:1200px){.v1_products_section .v1_products_section_header .title{font-size:36px}.v1_products_section .v1_products_section_header .navigation button{font-size:14px}}@media(max-width:992px){.v1_products_section .v1_products_section_header .title{font-size:32px}.v1_products_section .v1_products_section_header .navigation button{font-size:14px}}@media(max-width:768px){.v1_products_section .v1_products_section_header .title{font-size:26px}.v1_products_section .v1_products_section_header .navigation button{font-size:14px;padding:8px}}.v1_faq{background-image:url(/assets/landing/faq_bg.jpg);background-position:50%;background-size:cover;background-repeat:no-repeat}.v1_faq .faq_container{padding-top:60px;padding-bottom:60px;background:linear-gradient(180deg,rgba(54,94,59,.72),rgba(54,94,59,.9));backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;flex-direction:column;align-items:stretch;gap:30px;justify-content:center;position:relative;z-index:1}.v1_faq .faq_container .faq_title{color:#fff;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:32px;text-align:center;font-weight:600}.v1_faq .faq_container .faq_list{display:flex;flex-direction:column;gap:10px;align-items:stretch}.v1_faq .faq_container .faq_list .faq_item{padding:15px 20px;background-color:hsla(0,0%,100%,.1);border-radius:10px;cursor:pointer;transition:all .2s ease-in-out}.v1_faq .faq_container .faq_list .faq_item .faq_question{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:22px;color:#fff;font-weight:400;display:flex;align-items:center;justify-content:space-between;gap:10px}.v1_faq .faq_container .faq_list .faq_item .faq_question .faq_icon{display:flex;align-items:center;justify-content:center;transform:rotate(90deg)}.v1_faq .faq_container .faq_list .faq_item .faq_answer{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:16px;color:#fff;font-weight:400;line-height:150%;margin-top:10px;transition:all .2s ease-in-out}.v1_faq .faq_container .faq_list .faq_item.active{background-color:hsla(0,0%,100%,.2)}.v1_faq .faq_container .faq_list .faq_item.active .faq_question .faq_icon{transform:rotate(-90deg)}@media(max-width:1200px){.v1_faq .faq_container .faq_title{font-size:28px}.v1_faq .faq_container .faq_list .faq_item .faq_question{font-size:20px}.v1_faq .faq_container .faq_list .faq_item .faq_answer{font-size:14px}}@media(max-width:992px){.v1_faq .faq_container .faq_title{font-size:22px}.v1_faq .faq_container .faq_list .faq_item{padding:10px 15px}.v1_faq .faq_container .faq_list .faq_item .faq_question{font-size:18px}.v1_faq .faq_container .faq_list .faq_item .faq_answer{font-size:14px}}@media(max-width:768px){.v1_faq .faq_container .faq_title{font-size:20px}.v1_faq .faq_container .faq_list .faq_item{padding:10px 15px}.v1_faq .faq_container .faq_list .faq_item .faq_question{font-size:15px}.v1_faq .faq_container .faq_list .faq_item .faq_answer{font-size:13px}}.v1_traditional{background-color:#fff;padding-bottom:80px}.v1_traditional img{width:100%;height:auto}.w7l_available_platforms{background-color:ivory;padding:60px 0}.w7l_available_platforms .w7l_available_platforms_content{display:flex;flex-direction:column;align-items:center;gap:35px}.w7l_available_platforms .w7l_available_platforms_content p{text-align:center;font-size:20px;font-family:Outfit,sans-serif;font-optical-sizing:auto;font-style:normal;color:#5c4033;line-height:140%;font-weight:300}.w7l_available_platforms .w7l_available_platforms_content p span{font-weight:600}.w7l_available_platforms .w7l_available_platforms_content .hashtags{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-weight:600;font-size:24px;color:#5c4033}.w7l_available_platforms .w7l_available_platforms_content .hashtags .hashtag{display:inline-block;transition:opacity .5s ease-in-out}.w7l_available_platforms .w7l_available_platforms_content .hashtags .hashtag.fade-in{opacity:1}.w7l_available_platforms .w7l_available_platforms_content .hashtags .hashtag.fade-out{opacity:0}.w7l_available_platforms .w7l_available_platforms_content .platforms{align-self:stretch;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:30px}.w7l_available_platforms .w7l_available_platforms_content .platforms img{height:50px;width:auto;object-fit:contain}@media(max-width:1440px){.w7l_available_platforms .w7l_available_platforms_content p{font-size:18px}.w7l_available_platforms .w7l_available_platforms_content .hashtags{font-size:22px}.w7l_available_platforms .w7l_available_platforms_content .platforms img{height:45px}}@media(max-width:1200px){.w7l_available_platforms .w7l_available_platforms_content p{font-size:16px}.w7l_available_platforms .w7l_available_platforms_content .hashtags{font-size:20px}.w7l_available_platforms .w7l_available_platforms_content .platforms img{height:40px}}@media(max-width:992px){.w7l_available_platforms .w7l_available_platforms_content p{font-size:14px}.w7l_available_platforms .w7l_available_platforms_content .hashtags{font-size:18px}.w7l_available_platforms .w7l_available_platforms_content .platforms{margin-top:20px}.w7l_available_platforms .w7l_available_platforms_content .platforms img{height:35px}}@media(max-width:768px){.w7l_available_platforms .w7l_available_platforms_content p{font-size:12px}.w7l_available_platforms .w7l_available_platforms_content .hashtags{font-size:16px}.w7l_available_platforms .w7l_available_platforms_content .platforms{margin-top:15px}.w7l_available_platforms .w7l_available_platforms_content .platforms img{height:30px}}@media(max-width:576px){.w7l_available_platforms .w7l_available_platforms_content p{font-size:12px}.w7l_available_platforms .w7l_available_platforms_content .hashtags{font-size:16px}.w7l_available_platforms .w7l_available_platforms_content .platforms{margin-top:15px}.w7l_available_platforms .w7l_available_platforms_content .platforms img{height:25px}}.w7l_minimal_hero{display:flex;align-items:stretch;gap:40px;padding-right:0!important;background-color:ivory;border-bottom:1px solid rgba(54,94,59,.1)}.w7l_minimal_hero .h_content{flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:10px}.w7l_minimal_hero .h_content h1{color:#5c4033;font-family:Outfit,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:500;font-size:36px}.w7l_minimal_hero .h_content p{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:20px;color:#5c4033;font-weight:400;line-height:150%}.w7l_minimal_hero .h_image{display:flex;align-items:center;justify-content:center}.w7l_minimal_hero .h_image .mobile{display:none}@media(max-width:1440px){.w7l_minimal_hero .h_content h1{font-size:32px}.w7l_minimal_hero .h_content p{font-size:18px}}@media(max-width:1200px){.w7l_minimal_hero .h_content h1{font-size:28px}.w7l_minimal_hero .h_content p{font-size:16px}.w7l_minimal_hero .h_image img{width:300px;height:auto}}@media(max-width:992px){.w7l_minimal_hero .h_content h1{font-size:25px}.w7l_minimal_hero .h_content p{font-size:14px}.w7l_minimal_hero .h_image img{width:250px;height:auto}}@media(max-width:768px){.w7l_minimal_hero{flex-direction:column;align-items:stretch;padding:0!important}.w7l_minimal_hero .h_content{order:2;padding:40px 20px 80px}.w7l_minimal_hero .h_content h1{font-size:24px;text-align:center}.w7l_minimal_hero .h_content p{font-size:14px;text-align:center}.w7l_minimal_hero .h_image{order:1}.w7l_minimal_hero .h_image .desktop{display:none}.w7l_minimal_hero .h_image .mobile{display:block}.w7l_minimal_hero .h_image img{width:100%;height:auto}}@media(max-width:576px){.w7l_minimal_hero .h_content{padding:20px 20px 40px}.w7l_minimal_hero .h_content h1{font-size:20px}.w7l_minimal_hero .h_content p{font-size:12px}}.w7l_blog_detail{padding-top:30px;padding-bottom:30px}.w7l_blog_detail .blog_title{font-size:34px;font-weight:600;margin-bottom:10px;line-height:150%;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal}.w7l_blog_detail .blog_meta{display:flex;align-items:center;gap:10px;margin-bottom:20px}.w7l_blog_detail .blog_meta .date{font-size:15px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:gray;font-weight:400}.w7l_blog_detail .blog_meta .author{color:#333}.w7l_blog_detail .blog_meta .author,.w7l_blog_detail .blog_meta .category{font-size:15px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:500}.w7l_blog_detail .blog_meta .category{color:#365e3b}.w7l_blog_detail .blog_short_description{font-size:17px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400;line-height:150%;margin-bottom:30px;font-style:italic;color:#365e3b}.w7l_blog_detail .blog_image{margin-bottom:20px}.w7l_blog_detail .blog_image img{width:100%;height:auto;max-height:800px;object-fit:cover}.w7l_blog_detail .blog_content{font-size:16px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#333;font-weight:400;line-height:150%}.w7l_blog_detail .blog_content p{margin-bottom:20px;line-height:160%;font-size:20px}.w7l_blog_detail .blog_content strong{font-weight:600;color:#365e3b}.w7l_blog_detail .blog_content h1{font-size:28px;font-weight:600;margin-bottom:10px;color:#365e3b;line-height:150%}.w7l_blog_detail .blog_content h2{font-size:26px;font-weight:600;margin-bottom:10px;line-height:150%}.w7l_blog_detail .blog_content h3{font-size:24px;font-weight:600;margin-bottom:10px;line-height:150%}.w7l_blog_detail .blog_content h4{font-size:22px;font-weight:600;margin-bottom:10px;line-height:150%}.w7l_blog_detail .blog_content ul{padding-left:20px;margin-bottom:20px}.w7l_blog_detail .blog_content ul li{margin-bottom:10px}.w7l_blog_detail .blog_content ul li p{margin-bottom:0}.w7l_blog_detail .blog_content ol{padding-left:20px;margin-bottom:20px}.w7l_blog_detail .blog_content ol li{margin-bottom:10px}.w7l_blog_detail .blog_content ol li p{margin-bottom:0}.w7l_blog_detail .blog_content img{width:100%;height:auto;margin-bottom:20px}.w7l_blog_detail .blog_content blockquote{padding:20px;background-color:#ecf4ed;border-left:5px solid #365e3b;margin-bottom:20px}.w7l_blog_detail .blog_content blockquote p{font-size:20px;font-weight:400;color:#333;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal}.w7l_blog_detail .blog_content blockquote h1,.w7l_blog_detail .blog_content blockquote h2,.w7l_blog_detail .blog_content blockquote h3,.w7l_blog_detail .blog_content blockquote h4{color:#365e3b;margin-bottom:15px}.w7l_blog_detail .blog_content a{color:#365e3b;font-weight:500;text-decoration:underline}.w7l_blog_detail .blog_content a:hover{text-decoration:underline}.w7l_blog_detail .blog_content pre{padding:20px;background-color:#292929;border-radius:10px;margin-bottom:20px}.w7l_blog_detail .blog_content pre code{font-size:16px;letter-spacing:1px;font-weight:400;color:#fff;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal}.w7l_blog_detail .blog_content table{width:100%;border-collapse:collapse;margin-bottom:20px}.w7l_blog_detail .blog_content table td,.w7l_blog_detail .blog_content table th{border:1px solid #dcdcdc;padding:15px;text-align:left}.w7l_blog_detail .blog_content table td p,.w7l_blog_detail .blog_content table th p{margin:0}.w7l_blog_detail .blog_content table th{background-color:#dbebdd;color:#365e3b}.w7l_blog_detail .blog_share{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;margin-bottom:40px;margin-top:40px}.w7l_blog_detail .blog_share h3{font-size:20px;font-weight:600;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b}.w7l_blog_detail .blog_share .share_icons{display:flex;align-items:center;gap:20px}.w7l_blog_detail .blog_share .share_icons a{display:flex;align-items:center;justify-content:center;background-color:#333;border-radius:50%;width:50px;height:50px;transition:all .2s ease}.w7l_blog_detail .blog_share .share_icons a:hover{background-color:#365e3b}.w7l_blog_detail .blog_share .share_icons a:hover svg{fill:#fff}.w7l_blog_detail .blog_share .share_icons a svg{fill:#fff;width:28px;height:28px}@media(max-width:992px){.w7l_blog_detail .blog_title{font-size:30px}.w7l_blog_detail .blog_content,.w7l_blog_detail .blog_meta .author,.w7l_blog_detail .blog_meta .category,.w7l_blog_detail .blog_meta .date,.w7l_blog_detail .blog_short_description{font-size:14px}.w7l_blog_detail .blog_content p{margin-bottom:15px;font-size:16px}.w7l_blog_detail .blog_content h1{font-size:24px}.w7l_blog_detail .blog_content h2{font-size:22px}.w7l_blog_detail .blog_content h3{font-size:20px}.w7l_blog_detail .blog_content h4{font-size:18px}.w7l_blog_detail .blog_content ol,.w7l_blog_detail .blog_content ul{margin-bottom:15px}.w7l_blog_detail .blog_content blockquote p{font-size:16px}.w7l_blog_detail .blog_content pre code{font-size:12px}.w7l_blog_detail .blog_content table td,.w7l_blog_detail .blog_content table th{padding:10px}}@media(max-width:768px){.w7l_blog_detail .blog_title{font-size:24px}.w7l_blog_detail .blog_meta .author,.w7l_blog_detail .blog_meta .category,.w7l_blog_detail .blog_meta .date{font-size:13px}.w7l_blog_detail .blog_short_description{font-size:12px}.w7l_blog_detail .blog_image{margin-bottom:20px}.w7l_blog_detail .blog_image img{max-height:500px}.w7l_blog_detail .blog_content{font-size:12px}.w7l_blog_detail .blog_content p{margin-bottom:10px;font-size:15px}.w7l_blog_detail .blog_content h1{font-size:22px}.w7l_blog_detail .blog_content h2{font-size:20px}.w7l_blog_detail .blog_content h3{font-size:18px}.w7l_blog_detail .blog_content h4{font-size:16px}.w7l_blog_detail .blog_content ol,.w7l_blog_detail .blog_content ul{margin-bottom:10px}.w7l_blog_detail .blog_content blockquote p{font-size:14px}.w7l_blog_detail .blog_content pre code{font-size:10px}.w7l_blog_detail .blog_content table td,.w7l_blog_detail .blog_content table th{padding:8px}.w7l_blog_detail .blog_share{margin-bottom:20px}.w7l_blog_detail .blog_share h3{font-size:14px}.w7l_blog_detail .blog_share .share_icons a{width:35px;height:35px}.w7l_blog_detail .blog_share .share_icons a svg{width:17px;height:17px}}.blog_tags{display:none}.blog_side_nav h3{font-size:22px;font-weight:700;margin-bottom:20px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b}.blog_side_nav ul{list-style:none;display:flex;flex-direction:column;gap:15px}.blog_side_nav ul li a{display:flex;align-items:center;gap:10px;justify-content:space-between;font-size:16px;font-weight:500;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal}.blog_side_nav ul li a span{font-size:22px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.blog_side_nav ul li a:hover{color:#365e3b}.blog_side_nav ul li a:hover span{transform:translateX(5px)}@media(max-width:992px){.blog_side_nav h3{font-size:20px}.blog_side_nav ul li a{font-size:14px}}.blog_list{padding-top:40px;padding-bottom:40px}.blog_list .blog_list_items{display:flex;flex-direction:column;gap:15px;align-items:stretch}.blog_list .blog_list_items .blog_list_item{display:flex;gap:20px;justify-content:stretch;background-color:#fff}.blog_list .blog_list_items .blog_list_item .blog_link{width:100%;padding:20px 25px}.blog_list .blog_list_items .blog_list_item .blog_content{flex:1 1;display:flex;flex-direction:column;gap:10px}.blog_list .blog_list_items .blog_list_item .blog_content .blog_title{font-size:20px;font-weight:700;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#333}.blog_list .blog_list_items .blog_list_item .blog_content .blog_meta{display:flex;align-items:center;gap:10px}.blog_list .blog_list_items .blog_list_item .blog_content .blog_meta .date{font-size:14px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:gray;font-weight:400}.blog_list .blog_list_items .blog_list_item .blog_content .blog_meta .author{font-size:14px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#333;font-weight:500}.blog_list .blog_list_items .blog_list_item .blog_content .blog_meta .category{font-size:14px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-weight:500}.blog_list .blog_list_items .blog_list_item .blog_content .blog_short_description{font-size:16px;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#333;font-weight:400;line-height:150%}@media(max-width:992px){.blog_list .blog_list_items .blog_list_item .blog_content .blog_title{font-size:18px}.blog_list .blog_list_items .blog_list_item .blog_content .blog_meta .author,.blog_list .blog_list_items .blog_list_item .blog_content .blog_meta .category,.blog_list .blog_list_items .blog_list_item .blog_content .blog_meta .date{font-size:12px}.blog_list .blog_list_items .blog_list_item .blog_content .blog_short_description{font-size:14px}}@media(max-width:768px){.blog_list{padding-top:30px;padding-bottom:30px}.blog_list .blog_list_items .blog_list_item .blog_content .blog_title{font-size:15px}.blog_list .blog_list_items .blog_list_item .blog_content .blog_meta .author,.blog_list .blog_list_items .blog_list_item .blog_content .blog_meta .category,.blog_list .blog_list_items .blog_list_item .blog_content .blog_meta .date{font-size:10px}.blog_list .blog_list_items .blog_list_item .blog_content .blog_short_description{font-size:12px}}body{background-color:#f5f5f5;height:100%;width:100%;scroll-behavior:smooth;overflow-y:auto;overscroll-behavior:none}.w7lMain.whitebg{background-color:#fff}.w7lMain.ivory{background-color:ivory}.w7l_container{margin:0 auto;padding-left:15px;padding-right:15px}@media(min-width:576px){.w7l_container{padding-left:20px;padding-right:20px}}@media(min-width:768px){.w7l_container{padding-left:20px;padding-right:20px}}@media(min-width:992px){.w7l_container{padding-left:40px;padding-right:40px}}@media(min-width:1200px){.w7l_container{padding-left:80px;padding-right:80px}}@media(min-width:1440px){.w7l_container{padding-left:150px;padding-right:150px}}@media(min-width:2560px){.w7l_container{padding-left:200px;padding-right:200px}}.w7l_padding_continer{padding-top:25px;padding-bottom:25px}@media(min-width:576px){.w7l_padding_continer{padding-top:25px;padding-bottom:25px}}@media(min-width:768px){.w7l_padding_continer{padding-top:30px;padding-bottom:30px}}@media(min-width:992px){.w7l_padding_continer{padding-top:40px;padding-bottom:40px}}@media(min-width:1200px){.w7l_padding_continer{padding-top:50px;padding-bottom:50px}}@media(min-width:1440px){.w7l_padding_continer{padding-top:60px;padding-bottom:60px}}.w7l_hero_1{background-color:#365e3b;position:relative;display:flex}.w7l_hero_1 .content{padding:40px 0;max-width:60%;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal}.w7l_hero_1 .content h1{font-size:40px;text-transform:uppercase;line-height:120%;color:#fff;font-weight:800;margin-bottom:15px}.w7l_hero_1 .content p{color:#fff;font-weight:500;font-size:14px;line-height:140%;margin-bottom:15px}.w7l_hero_1 .img_wrap{flex:1 1;display:flex;justify-content:flex-end}.w7l_hero_1 .img_wrap img{width:350px;height:100%;object-fit:cover}.w7l_login{width:100%;padding:40px}.w7l_login .login_wrap{background-color:#fff;margin:0 auto;max-width:600px;padding:50px;display:flex;align-items:stretch;flex-direction:column;gap:10px}.w7l_login .login_wrap h1{font-optical-sizing:auto;font-style:normal;color:#333;font-weight:700;font-size:24px;margin-bottom:0}.w7l_login .login_wrap h1,.w7l_login .login_wrap p{text-align:center;font-family:Montserrat,system-ui;line-height:140%}.w7l_login .login_wrap p{font-optical-sizing:auto;font-style:normal;color:#1a1a1a;margin-bottom:15px;font-size:13px;font-weight:400}.w7l_login .login_wrap .notes{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#707070;font-size:11px;line-height:140%;font-weight:400;text-align:center}.w7l_login .login_wrap .notes a:hover{text-decoration:underline}.w7l_login .login_wrap .forgot_password{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;color:#365e3b;font-weight:600;font-size:13px;display:flex;justify-content:flex-end;padding:10px 0}.w7l_login .login_wrap .forgot_password.center{justify-content:center;margin-top:10px}.w7l_login .login_wrap .forgot_password.button{cursor:pointer}.w7l_login .login_wrap .ant-divider-inner-text{font-size:12px!important;color:#999!important;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal}@media(max-width:992px){.w7l_login{padding:15px}.w7l_login .login_wrap{padding:40px}.w7l_login .login_wrap h1{font-size:20px}.w7l_login .login_wrap p{font-size:12px}.w7l_login .login_wrap .notes{font-size:10px}.w7l_login .login_wrap .forgot_password{font-size:12px;padding:10px 0}.w7l_login .login_wrap .forgot_password.center{margin-top:10px}.w7l_login .login_wrap .ant-divider-inner-text{font-size:10px!important}}@media(max-width:768px){.w7l_login{padding:15px}.w7l_login .login_wrap{padding:20px}.w7l_login .login_wrap h1{font-size:16px}.w7l_login .login_wrap p{font-size:10px;margin-bottom:5px}.w7l_login .login_wrap .forgot_password{font-size:10px;padding:0}.w7l_login .login_wrap .forgot_password.center{margin-top:10px}.w7l_login .login_wrap .ant-divider-inner-text{font-size:10px!important}}.w7l_page_header{background-color:#365e3b;display:flex;align-items:stretch}.w7l_page_header .content{flex:1 1;padding:30px 10px 30px 0;display:flex;flex-direction:column;justify-content:center}.w7l_page_header .content h3{color:#fff;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:26px;font-weight:700;text-transform:capitalize}.w7l_page_header .content p{color:#fff;font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:15px;font-weight:500;line-height:140%}.w7l_page_header .image_wrap{width:350px;overflow:hidden;position:relative;background-position:50%;background-size:contain;background-repeat:no-repeat}@media(max-width:992px){.w7l_page_header .content{padding:30px 10px 30px 0}.w7l_page_header .content h3{font-size:22px}.w7l_page_header .content p{font-size:13px}.w7l_page_header .image_wrap{width:300px}}@media(max-width:768px){.w7l_page_header .content{padding:20px 10px 20px 0}.w7l_page_header .content h3{font-size:18px}.w7l_page_header .content p{font-size:12px}.w7l_page_header .image_wrap{display:none}}.w7l_loader{position:fixed;top:0;left:0;bottom:0;right:0;z-index:10000;display:none;align-items:center;justify-content:center;flex-direction:column;gap:15px;font-size:26px;color:#365e3b;background-color:hsla(0,0%,100%,.9)}.w7l_loader svg{animation:spin 2s linear infinite}.w7l_loader .loading_text{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:14px;text-align:center}.w7l_loader.active{display:flex}@media(max-width:768px){.w7l_loader{gap:10px;font-size:24px}.w7l_loader .loading_text{font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;font-size:12px;text-align:center}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.w7l_static_page{padding-top:30px;padding-bottom:30px}.w7l_static_page .page_header_2{font-size:30px;font-weight:700;color:#365e3b;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;text-align:center;padding:10px 10px 15px;text-transform:uppercase}.w7l_static_page .content{font-family:Open Sans,sans-serif;font-optical-sizing:auto;font-style:normal;color:#365e3b;line-height:140%}.w7l_static_page .content p{font-size:14px;margin-bottom:10px;font-weight:400}.w7l_static_page .content p .strong{font-weight:600}.w7l_static_page .content li{font-size:14px;font-weight:400}.w7l_static_page .content h4{margin-bottom:7px;font-size:16px;font-weight:700}.w7l_static_page .content ul{padding-left:20px;margin-bottom:10px}@media(max-width:992px){.w7l_static_page{padding-top:30px;padding-bottom:30px}.w7l_static_page .page_header_2{font-size:24px;padding:10px 10px 15px}.w7l_static_page .content p{font-size:13px;margin-bottom:10px}.w7l_static_page .content li{font-size:13px}.w7l_static_page .content h4{margin-bottom:7px;font-size:15px}.w7l_static_page .content ul{padding-left:20px;margin-bottom:10px}}@media(max-width:768px){.w7l_static_page{padding-top:30px;padding-bottom:30px}.w7l_static_page .page_header_2{font-size:20px;padding:10px 10px 15px}.w7l_static_page .content p{font-size:13px;margin-bottom:10px}.w7l_static_page .content li{font-size:13px}.w7l_static_page .content h4{margin-bottom:7px;font-size:15px}.w7l_static_page .content ul{padding-left:20px;margin-bottom:10px}}.w7l_eastereggs_1{background-color:#365e3b;background-image:url(/textures/pattern_small_white.png);position:fixed;top:0;left:0;bottom:0;right:0;z-index:9999;display:none;justify-content:center;align-items:center;overflow:hidden}.w7l_eastereggs_1.active{display:flex}.w7l_eastereggs_1 .container,.w7l_eastereggs_1 .container .content{position:relative;width:100%;height:100%}.w7l_eastereggs_1 .container .content img{height:150px}.w7l_eastereggs_1 .container .hit_counter{position:absolute;top:0;right:0;padding:10px;background-color:#fff;color:#365e3b;font-size:12px;font-weight:600;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal;opacity:0}.w7l_eastereggs_1 .container .hit_counter .red{color:#e07a5f}.w7l_eastereggs_1 .container .hit_counter:hover{opacity:1}.w7l_tracksection{min-height:80vh;width:100%;background-color:ivory;display:flex;align-items:center;justify-content:center}.w7l_tracksection .content{width:500px;max-width:80%;text-align:center;font-family:Montserrat,system-ui;font-optical-sizing:auto;font-style:normal}.w7l_tracksection .content .track_form{width:100%;height:60px;background-color:#fff;position:relative;border:1px solid #365e3b;border-radius:5px}.w7l_tracksection .content .track_form input{width:100%;height:100%;border:none;outline:none;padding:0 20px;background-color:transparent;color:#365e3b;font-size:14px;font-weight:600;line-height:140%;letter-spacing:2px;text-transform:uppercase}.w7l_tracksection .content .track_form button{position:absolute;right:3px;top:3px;bottom:3px;background-color:#365e3b;color:#fff;border:none;outline:none;padding:0 20px;cursor:pointer}@media(max-width:992px){.w7l_tracksection .content .track_form{height:50px}.w7l_tracksection .content .track_form input{font-size:14px}}@media(max-width:768px){.w7l_tracksection .content .track_form{height:50px}.w7l_tracksection .content .track_form input{font-size:11px}.w7l_tracksection .content .track_form button span{display:none}}.color_red{color:#e07a5f!important}.flex_center{display:flex;align-items:center;justify-content:center}