@import"https://fonts.googleapis.com/css2?family=Shrikhand&family=Inter:wght@400;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap";*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}:root{--font-primary: "Inter", sans-serif;--font-heading: "Oleo Script", cursive}html{font-size:var(--nomal-font-size);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{min-height:100vh;line-height:1.5;font-family:var(--font-primary);overflow-x:hidden;width:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}ul,ol{list-style:none}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{border:none;background:none;cursor:pointer}a{text-decoration:none;color:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}#root{overflow-x:hidden;width:100%;max-width:100vw}.Hero__Section{position:relative;width:100%;height:100vh;background-size:contain;background-position:left;background-repeat:no-repeat;overflow:hidden;background-color:#e4fbdd}.Hero__BtnPrimary{position:relative;background-color:#346322;color:#fff;border:none;padding:.5rem 1.5rem;cursor:pointer;transition:.3s ease;font-weight:600;border-radius:10px;font-size:25px;box-shadow:4px 8px 16px #34632233;overflow:hidden}.Hero__BtnPrimary:before{content:"";position:absolute;left:0;top:0;transform:rotate(-40deg);transform-origin:bottom left;width:120%;height:8px;background:#d6f0cc;transition:.3s ease}.Hero__BtnPrimary:after{content:"";position:absolute;right:0;bottom:0;transform:rotate(-40deg);transform-origin:top right;width:140%;height:8px;background:#d6f0cc;transition:.3s ease}.Hero__BtnPrimary:before{top:40%}.Hero__BtnPrimary:after{bottom:30%}.Hero__ProductTop{position:relative;width:180px;height:140px!important;object-fit:contain;z-index:2;margin-top:50px}@media(max-width:768px){.Hero__NewArrivalBadge{display:none}}:root{--green: #61954F;--card-bg: #ffffff;--text: #152018;--muted: #454341;--shadow: 0 10px 24px rgba(0,0,0,.12);--radius: 16px;--price: #D80104;--star: #FAC800}*{box-sizing:border-box}.hot-deals{background:#61954f;padding:28px 0 48px;color:#fff}.container{width:100%;max-width:100%;margin:0 auto;padding:0 5rem}.hot-deals__header{margin-bottom:18px;text-align:left}.hot-deals__title{font-family:"Shrikhand",system-ui,serif,;font-size:clamp(32px,5vw,56px);line-height:1;margin:20px 0 10px;font-size:50px;text-shadow:0 2px 0 rgba(0,0,0,.12);text-align:left}.hot-deals__subtitle{font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;max-width:820px;margin:0 0 30px!important;text-align:left}.product-gridd{display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(16px,2.2vw,28px);margin-top:18px;justify-content:start}@media(max-width:1200px){.product-gridd{grid-template-columns:repeat(4,1fr)}}@media(max-width:992px){.product-gridd{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-gridd{grid-template-columns:repeat(2,1fr)}}@media(max-width:420px){.product-gridd{grid-template-columns:1fr}}.product-ccard{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 18px 16px;color:var(--text);display:flex;flex-direction:column;align-items:center;transition:transform .18s ease,box-shadow .18s ease}.product-ccard:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00000029}.product-ccard__imgWrap{width:100%;aspect-ratio:4/5;display:grid;place-items:center;border-radius:12px;margin-bottom:10px}.product-ccard__img{width:min(100%,220px);height:auto;object-fit:contain}.product-ccard__body{width:100%;text-align:center;padding-inline:6px}.product-ccard__stock{margin:0 0 5px;font:800 14px/1.2 Inter,system-ui,sans-serif}.product-ccard__desc{margin:4px 0 5px;color:var(--muted);font:600 13px/1.3 Inter,system-ui,sans-serif}.product-ccard__meta{display:flex;align-items:center!important;justify-content:center;gap:8px;margin-bottom:8px}.stars{font-size:20px;letter-spacing:1px;color:var(--star);text-shadow:0 1px 0 rgba(0,0,0,.08)}.product-ccard__reviews{font-size:12px;color:#a8a6a6}.product-ccard__price{margin:4px 0 0;color:var(--price);font:800 18px/1 Inter,system-ui,sans-serif}@media(max-width:768px){.container{padding:0 1rem}.product-gridd{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:70%;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:1rem}.product-ccard{scroll-snap-align:center;min-width:0}.product-ccard__img{width:min(100%,220px);height:auto;object-fit:contain}.hot-deals__subtitle br{display:none}.hot-deals__subtitle{font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:12px;margin:0 0 30px!important;text-align:left}.product-gridd::-webkit-scrollbar{display:none}}.product-ccard__body{word-break:normal;overflow-wrap:anywhere}:root{--green: #61954f;--light-green: #eaf5e7;--dark-text: #454341;--muted-text: #454341;--border-color: #61944f}.product-categories{padding:60px 0;max-width:1200px;margin:0 5rem}.pc-header{display:flex;gap:24px}.pc-heading{text-align:left}.section-title-pop{display:inline-block;font-family:Open Sans,sans-serif;color:#61954f;font-weight:700;font-size:25px}.product-categories h2{font-family:Shrikhand,system-ui,serif;color:var(--dark-text);font-size:85px;font-weight:800;line-height:1.1;margin:16px 0 10px;text-align:left}.product-categories p{color:var(--muted-text);font-family:Open Sans,sans-serif;font-size:15px;line-height:1.6;max-width:700px;text-align:left}.nav-buttons{display:flex;gap:12px;align-items:center;margin-top:18rem;flex-shrink:0;position:relative;left:17rem}.nav-btn{border:1px solid var(--green);background:#fff;color:var(--green);width:40px;height:40px;border-radius:50%;font-size:16px;cursor:pointer;transition:.2s}.nav-btn.active,.nav-btn:hover{background:var(--green);color:#fff}.product-listt{display:flex;gap:100px;margin-top:28px;align-items:flex-start}.product-line img{display:flex;margin-top:28px;margin-bottom:50px;align-items:flex-start;position:relative}.product-line img{width:108.5%;max-width:none;display:block;margin-top:28px;margin-bottom:50px}.productt-cardd{flex:0 0 auto;text-align:left;background:transparent;border:none;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:flex-start;transition:none;padding:0;margin-right:.8rem}.product-cardd:hover{background:transparent;border:none;border-radius:0;box-shadow:none}.product-framee{border:1px solid var(--border-color);border-radius:30px;padding:8px;background:#fff;position:relative;overflow:hidden;width:280px;height:340px;display:flex;align-items:center;justify-content:center;margin-right:2rem}.productt-cardd:nth-child(1) .product-framee{width:360px;height:440px}.productt-cardd:nth-child(3) .product-framee{width:250px;height:270px}.productt-cardd:nth-child(4) .product-framee{width:180px;height:200px;margin-left:3rem}.product-framee img{width:100%;height:100%;object-fit:cover;display:block}.product-metaa{margin-top:14px;text-align:left}.productt-cardd:nth-child(4) .product-metaa{margin-left:3rem}.productt-cardd:nth-child(1){transform:translateY(-10rem)!important;z-index:4}.productt-cardd:nth-child(2){transform:translateY(-7rem)!important;width:290px!important;margin-left:-3rem;z-index:3}.productt-cardd:nth-child(3){transform:translateY(-4rem)!important;width:250px!important;margin-left:-4rem;z-index:2}.productt-cardd:nth-child(4){transform:translateY(-1rem)!important;margin-left:-5rem;z-index:1}.product-metaa h4{font-family:Open Sans,sans-serif;font-weight:700;font-size:20px;color:var(--dark-text);margin:0 0 6px}.product-metaa p{font-family:Open Sans,sans-serif;font-weight:400;font-size:16px;color:var(--dark-text);margin:0 0 12px}.buy-btn-product{display:inline-flex;border:1.5px solid var(--green);color:var(--green);padding:6px 20px;border-radius:8px;background:#fff;cursor:pointer;transition:.2s;box-shadow:0 2px 4px #00000040}.buy-btn:hover{background:var(--green);color:#fff}.productt-cardd:nth-child(1){width:360px}.productt-cardd:nth-child(2){width:300px}.productt-cardd:nth-child(3){width:260px}.productt-cardd:nth-child(4){width:210px}.pagination-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}.dot{width:8px;height:8px;background:#cfe3d0;border-radius:999px;transition:width .2s,background .2s}.dot.active{width:22px;background:var(--green)}@media(max-width:992px){.product-categories{padding:40px 0;margin:0 2rem}.product-categories h2{font-size:54px}.productt-cardd:nth-child(1){width:320px}.productt-cardd:nth-child(2){width:280px}.productt-cardd:nth-child(3){width:240px}.productt-cardd:nth-child(4){width:200px}}@media(max-width:768px){.pc-header{flex-direction:column;align-items:flex-start}.nav-buttons{margin-top:6px;left:0;margin-bottom:-15px}.product-categories h2{font-size:40px}.product-line img{width:130%;margin-top:10px;margin-bottom:-40px;z-index:-1;position:relative}}@media(max-width:768px){.product-listt{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:12px!important;scroll-snap-type:none;padding-bottom:20px;padding-top:80px;padding-left:10px;scrollbar-width:none;-ms-overflow-style:none}.product-listt::-webkit-scrollbar{display:none}.productt-cardd{flex:0 0 auto!important;scroll-snap-align:none;margin:0!important}.product-framee{width:100%!important;margin-right:0!important;height:auto!important;aspect-ratio:280 / 340;border-radius:16px}.productt-cardd:nth-child(1){transform:translateY(-5rem)!important;width:200px!important;z-index:4}.productt-cardd:nth-child(2){transform:translateY(-1rem)!important;width:160px!important;margin-left:-30px!important;z-index:3;padding-top:10px}.productt-cardd:nth-child(3){transform:translateY(2rem)!important;width:140px!important;margin-left:-30px!important;z-index:2;padding-top:15px}.productt-cardd:nth-child(4){transform:translateY(5rem)!important;width:120px!important;margin-left:-30px!important;z-index:1;padding-top:20px}.product-metaa h4{font-size:16px!important;font-weight:700!important}.product-metaa p{font-size:14px!important}.buy-btn-product{font-size:13px!important;padding:6px 14px!important}}@media(max-width:480px){.product-cardd{min-width:85%}.product-categories h2{font-size:34px}}@media only screen and (min-width:768px)and (max-width:1180px){.product-categories{margin:0 2rem!important;padding:40px 0!important}.product-listt{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:20px!important;padding-bottom:12px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.product-listt::-webkit-scrollbar{height:6px}.product-listt::-webkit-scrollbar-thumb{background:#d7e7d3;border-radius:4px}.product-listt{scrollbar-width:thin;scrollbar-color:#d7e7d3 transparent}.productt-cardd{flex:0 0 auto;width:220px!important;scroll-snap-align:start}.productt-cardd:nth-child(1),.productt-cardd:nth-child(2),.productt-cardd:nth-child(3){transform:none!important;width:220px!important}.product-framee{border-radius:22px;padding:6px!important}.product-metaa h4{font-size:16px!important}.product-metaa p{font-size:13px!important}.buy-btn{font-size:14px!important;padding:5px 12px!important}.nav-buttons{margin-top:6rem!important}}@media only screen and (min-width:1181px)and (max-width:1366px){.product-categories{margin:0 3rem!important}.product-listt{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:24px!important;padding-bottom:12px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.productt-cardd{flex:0 0 auto;width:240px!important;scroll-snap-align:start}.productt-cardd:nth-child(1),.productt-cardd:nth-child(2),.productt-cardd:nth-child(3){transform:none!important;width:240px!important}}html,body,#root{width:100%;min-height:100%;margin:0;padding:0}:root{--green: #61954F;--green-600: #3d6f32;--chip-bg: rgba(228, 251, 221, 1);--text: #454341;--muted: #454341;--card-bg: #ffffff;--shadow: 0 10px 24px rgba(0,0,0,.12);--radius-lg: 16px}.products{padding:20px 80px;max-width:100%;background-color:var(--chip-bg)!important;margin:6rem 0 0;display:flex;flex-direction:column}.products__head{max-width:100%;margin:0 auto 40px;width:100%}.products__chip{display:inline-block;color:var(--green);font:700 25px/1 Open Sans,system-ui,sans-serif;padding:15px 10px;border-radius:8px}.products__titleWrap{display:grid;grid-template-columns:1fr 2fr;gap:24px;align-items:start;margin-top:10px}.products__title{font-family:"Shrikhand",system-ui,serif,;color:var(--text);color:#454341;font-size:clamp(42px,6vw,64px);line-height:.95;margin:0}.products__note{font:600 15px/1.7 Open Sans,system-ui,sans-serif;color:var(--muted);padding:0 8px;max-width:700px}.products__titleWrap img{display:block;width:285%;max-width:none;margin-top:-12rem;margin-bottom:2rem}.product-page-bg{background-color:var(--chip-bg)!important;padding:0}.products__grid{max-width:100%;margin:18px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:50px}.productCard{background:var(--card-bg);border-radius:18px;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.productCard:hover{transform:translateY(-3px);box-shadow:0 14px 28px #00000029}.productCard__imgWrap{width:100%;height:100%;aspect-ratio:10/10;overflow:hidden}.productCard__imgWrap img{width:100%;height:100%;object-fit:cover;display:block}.productCard__body{padding:14px 16px 16px}.top_line{display:flex;justify-content:space-between;align-items:center;flex-direction:row}.productCard__name{margin:0 0 6px;font:700 25px/1.2 Open Sans,system-ui,sans-serif;color:#346322;font-size:25px;font-size:23px;font-weight:900!important}.product_price{font-family:opensans,sans-serif;font-size:14px;font-weight:700;color:#454341;white-space:nowrap}.second_line{display:flex;flex-direction:row;align-items:center;gap:8px}.rating4{font-size:12px;font-weight:600;color:#a8a6a6}.product_detail{font-size:14px;font-weight:600;color:#454341}.productCard__blurb{margin:0 0 12px;font:600 15px/1.7 Open Sans,system-ui,sans-serif;color:#454341}.productCard__actions{display:grid;grid-template-columns:1fr;gap:10px}.btn_pop_pro{border:0;border-radius:8px;padding:6px;cursor:pointer;transition:background .2s ease,transform .15s ease;font-size:20px!important;font-weight:700!important}.btn_pop_pro--light{background:#61954f;color:#fff;font:700 17px/1.7 Open Sans,system-ui,sans-serif}.btn_pop_pro--light:hover{background:#61954f;color:#fff}.btn_pop_pro--solid{background:#346322;color:#fff;font:700 17px/1.7 Open Sans,system-ui,sans-serif}.btn_pop_pro--solid:hover{background:#346322;color:#fff}@media(max-width:1024px){.products__titleWrap{grid-template-columns:1fr}.products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.products{padding:28px 16px 48px;margin-top:5rem}.products__grid,.productCard__actions{grid-template-columns:1fr}}@media(max-width:992px){.products__titleWrap img{width:120%;margin-top:-6rem;margin-left:-20%}}@media(max-width:768px){.products__titleWrap img{width:100%;margin-top:-3rem;margin-left:0}}@media(max-width:480px){.products__titleWrap img{width:100%;margin-top:-2rem;margin-left:0}.products{padding:23px!important}}@media only screen and (min-width:1024px)and (max-width:1366px){.products__titleWrap img{width:315%;margin-top:-8rem;margin-left:0%}}:root{--green-700:#2f5e2c;--green-600:#346322;--green-500:#3f7e35;--green-200:#cfe6c9;--bg-light:#9DC68F;--text:#283029;--muted:#4b524c}.footer{width:100%;color:var(--text);font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.footer__top{background:var(--bg-light)}.footer__container{max-width:1200px;margin:0 auto;padding:50px 0;display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:28px;align-items:start}.footer__title{margin:0 0 10px;font-weight:700;font-size:24px;color:#454341;font-family:Open Sans,sans-serif}.footer__links,.footer__contact{font-weight:400;font-size:14px;font-family:Open Sans,sans-serif;list-style:none;padding:0;margin:0}.footer__links li+li,.footer__contact li+li{margin-top:8px}.footer__links a,.footer__contact a,.footer__contact span{color:#454341;text-decoration:none;font-size:14px}.footer__links a:hover,.footer__contact a:hover{text-decoration:underline}.icon{display:inline-block;width:20px;margin-right:8px;margin-bottom:-.3rem}.footer__col--subscribe{position:relative;min-height:92px}.subscribe{display:flex;gap:0px;width:100%;position:relative;z-index:1}.subscribe__input{flex:1 1 auto;height:44px;border:1px solid #454341;border-radius:6px 0 0 6px;padding:0 16px;background-color:transparent;color:#454341;font-family:Open Sans,sans-serif;text-align:center;font-family:300;outline:none}.subscribe__input::placeholder{color:#7a8b78}.subscribe__btn{flex:0 0 auto;padding:0 28px;height:44px;border:0;border-radius:0 6px 6px 0;background:var(--green-600);color:#fff;font-weight:600;cursor:pointer;font-family:Open Sans,sans-serif;font-size:18px}.subscribe__btn:hover{background:var(--green-700)}.subscribe__input.is-invalid{border-color:#d9534f}.subscribe__error{margin-top:8px;color:#d9534f;font-size:13px}.leaves{position:absolute;inset:0;pointer-events:none}.leaves img{position:absolute;right:-6.2rem;top:-7.5rem;width:21rem;height:auto}.footer__bottom{background:#346322;color:#fff}.footer__bottomInner{max-width:1200px;margin:0 auto;text-align:center;font-family:Open Sans,sans-serif;font-weight:400;padding:10px 20px;font-size:12px;letter-spacing:.3px}@media(max-width:640px){.footer__top{padding:10px 0}.footer__container{grid-template-columns:1fr 1fr;grid-template-areas:"sub sub" "links contact";gap:16px;padding:18px 12px;border-radius:6px}.footer__col--subscribe{grid-area:sub}.footer__container>.footer__col:nth-child(1){grid-area:links}.footer__container>.footer__col:nth-child(2){grid-area:contact}.subscribe{width:100%}.subscribe__input{height:40px;font-size:14px;padding:0 12px;border:1px solid var(--green-700);border-right:0;border-radius:6px 0 0 6px;background:transparent;text-align:left}.subscribe__btn{height:40px;padding:0 16px;font-size:14px;border-radius:0 6px 6px 0}.footer__title{font-size:16px;margin:6px 0}.footer__links,.footer__contact{font-size:13px}.footer__links li+li,.footer__contact li+li{margin-top:6px}.icon{width:18px;margin-right:6px}.leaves img{right:-.5rem;top:-2rem;width:9rem}.footer__bottomInner{font-size:11px;padding:8px 10px}}@media(min-width:641px)and (max-width:1180px){.footer__top{padding:16px 0}.footer__container{grid-template-columns:1fr 1fr;grid-template-areas:"sub sub" "links contact";gap:22px;padding:28px 20px;border-radius:8px}.footer__col--subscribe{grid-area:sub}.footer__container>.footer__col:nth-child(1){grid-area:links}.footer__container>.footer__col:nth-child(2){grid-area:contact}.subscribe__input{height:44px;font-size:15px;padding:0 14px;border-right:0;border-radius:6px 0 0 6px;text-align:left}.subscribe__btn{height:44px;padding:0 22px;font-size:15px;border-radius:0 6px 6px 0}.footer__title{font-size:18px;margin:8px 0}.footer__links,.footer__contact{font-size:14px}.footer__links li+li,.footer__contact li+li{margin-top:8px}.icon{width:20px;margin-right:8px}.leaves img{right:-.5rem;top:-2.5rem;width:12rem}.footer__bottomInner{font-size:12px;padding:10px 16px}}@media(min-width:1194px)and (max-width:1366px){.footer__container{grid-template-columns:1fr 1fr 1.2fr;gap:24px;padding:36px 24px}.leaves img{right:-2rem;top:-3rem;width:14rem}}.header__container{position:absolute;width:100%;z-index:100;top:0;left:0;background:none;background-size:900px auto;background-repeat:no-repeat;background-position:left top;background-attachment:scroll;max-width:100vw;background:transparent}.guest-navbar{visibility:hidden!important}.header__wrapper{margin:0 auto;padding:1.25rem 1.5rem;overflow-x:visible}.navigation__link{position:relative;color:#374151;font-weight:500;text-decoration:none;padding-bottom:4px}.navigation__link:after{content:"";position:absolute;left:0;bottom:-1px;width:0;height:2px;background-color:#111827;transition:width .3s ease}.navigation__link:hover:after{width:100%}.navigation__link.active:after{width:100%}.navigation__link:hover{color:#111827}.user__greeting{position:relative;cursor:pointer}.user__dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#e4fbdd;border:.5px solid rgba(69,67,65,1);border-radius:10px;min-width:180px;padding:8px 0;z-index:1000}.dropdown__item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;transition:background-color .2s;font-size:14px;color:#374151}.dropdown__item img{width:15px}.dropdown__item:hover{background-color:#c8e6be80}.dropdown__icon{font-size:18px}.dropdown__divider{height:1px;background-color:#454341;margin:8px 16px}.dropdown__item--logout{color:#d80104;font-weight:600;justify-content:center;text-align:center}.dropdown__item--logout:hover{background-color:#dc26261a}.NavBar__section{display:flex;align-items:center;justify-content:space-between;width:100%;overflow-x:visible;position:relative}.mobile-menu-btn,.mobile-login-btn,.mobile-logout-btn,.mobile-login-btn3,.mobile-user__dropdown{display:none}@media(max-width:768px){.header__wrapper{padding:1.25rem 1.5rem;position:relative}.mobile-menu-btn{display:flex;background:none;border:none;cursor:pointer;padding:0}.NavBar__section{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:10px 14px}.NavBar__header{display:none;position:fixed;top:70px;left:0;right:0;background:#e4fbdd;padding:1rem;box-shadow:0 4px 6px #0000001a;z-index:9999;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);box-sizing:border-box}.NavBar__header.mobile-menu-open{display:block}.mobile-login-btn3{display:flex;align-items:center;gap:8px;width:fit-content;padding:12px 16px;background:transparent;border:none;border:1px solid rgba(69,67,65,1);cursor:pointer;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px;border-radius:25px}.mobile-login-btn3 img{width:28px;height:28px}.mobile-login-btn3:hover{background:#c5debd}.mobile-user-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.mobile-user-hello{font-size:15px;color:#6b7280;font-weight:400}.mobile-user-name{font-size:12px;color:#111827;font-weight:600}.mobile-user__dropdown{background:#e4fbdd;border:none;border-radius:10px;margin-bottom:12px;overflow:hidden}.mobile-user__dropdown .dropdown__item{padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.05)}.mobile-user__dropdown .dropdown__item:last-child{border-bottom:none}.mobile-logout-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;background:#e4fbdd;border:none;border-top:1px solid rgba(0,0,0,.1);cursor:pointer;font-size:18px;font-weight:600;color:#dc2626;margin-top:8px;gap:8px}.logout-arrow img{font-size:16px;width:16px;height:16px;color:#dc2626}.NavBar__header.mobile-menu-open .header__navigation{flex-direction:column;align-items:flex-start;gap:1rem}.NavBar__header.mobile-menu-open .navigation__link{padding:0 16px}.mobile-user__dropdown{display:block}.user__greeting .user__dropdown,.user__greeting{display:none!important}.NavBar__Logo{justify-self:center;height:36px;padding-left:2rem}.header__icons{gap:12px;margin-right:1rem;margin-left:1rem}.header__icons button:last-child{display:none}}.logout-popup-overlay{position:fixed;inset:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .2s ease-out}@keyframes slideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.logout-popup{background:linear-gradient(145deg,#fff,#f8f9fa);border-radius:20px;padding:2.5rem 2rem;width:90%;max-width:400px;text-align:center;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a;animation:slideIn .3s ease-out}.logout-popup-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#3463221a,#34632233);border-radius:50%;display:flex;justify-content:center;align-items:center;color:#346322}.logout-popup-title{font-size:1.5rem;font-weight:700;color:#1a1a2e;margin:0 0 .75rem}.logout-popup-message{font-size:1rem;color:#6b7280;margin:0 0 2rem;line-height:1.5}.logout-popup-buttons{display:flex;gap:1rem;justify-content:center}.logout-popup-btn{padding:.875rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;min-width:130px}.logout-popup-btn-cancel{background-color:#f3f4f6;color:#374151;border:2px solid #e5e7eb}.logout-popup-btn-cancel:hover{background-color:#e5e7eb;border-color:#d1d5db;transform:translateY(-2px)}.logout-popup-btn-confirm{background:linear-gradient(135deg,#346322,#2a4f1b);color:#fff;box-shadow:0 4px 14px #34632266}.logout-popup-btn-confirm:hover{background:linear-gradient(135deg,#2a4f1b,#203b14);transform:translateY(-2px);box-shadow:0 6px 20px #34632280}.logout-popup-btn:active{transform:translateY(0)}@media(max-width:480px){.logout-popup{padding:2rem 1.5rem;margin:1rem}.logout-popup-buttons{flex-direction:column-reverse}.logout-popup-btn{width:100%}.logout-popup-icon{width:64px;height:64px}.logout-popup-icon svg{width:32px;height:32px}}.preferences-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000}.preferences-modal{background:#d6f0cc;border-radius:15px;width:90%;max-width:550px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0003;overflow:hidden}.preferences-header{text-align:center;padding:24px 24px 16px;border-bottom:1px solid rgba(200,230,190,1);position:sticky;top:0;background:#d6f0cc;z-index:100;border-radius:15px 15px 0 0;flex-shrink:0}.close-button{position:absolute;top:16px;right:16px;background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;color:#454341;z-index:10;width:40px;height:40px}.close-button:hover{background-color:#c8e6be80;transform:scale(1.1)}.close-button:focus{outline:2px solid rgba(69,67,65,.3)}.close-button svg{font-size:24px;display:block}.preferences-header h2{font-size:25px;font-weight:700;color:#454341;margin:0 0 8px;font-family:Opensans,sans-serif}.preferences-header p{font-size:15px;color:#727272;margin:0;font-weight:600}.preferences-scrollable{overflow-y:auto;flex:1}.preferences-content{padding:24px}.preference-section{margin-bottom:24px}.preference-section p{color:#d80104;font-size:15px;font-weight:400;margin-bottom:10px}.section-label{display:block;font-size:18px;font-weight:600;color:#454341;margin-bottom:6px}.required{color:#dc2626}.error-message{color:#dc2626;font-size:12px;margin:-8px 0 8px}.checkbox-grid{padding:15px;border-radius:10px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;border:1px solid rgba(168,166,166,1)}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:15px;font-weight:400;color:#454341}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid rgba(168,166,166,1);border-radius:0!important;background-color:#d6f0cc;position:relative;flex-shrink:0}.checkbox-label input[type=checkbox]:checked{background-color:#dc2626!important;border-color:#dc2626!important}.checkbox-label input[type=checkbox]:checked:after{content:"✓";position:absolute;color:#fff;font-size:14px;font-weight:700;top:50%;left:50%;transform:translate(-50%,-50%);line-height:1}.radio-group{display:flex!important;gap:24px;flex-direction:row!important;flex-wrap:wrap;border-radius:10px;background:#d6f0cc;justify-content:space-between}.radio-label{display:inline-flex!important;align-items:center;gap:8px;cursor:pointer;font-size:15px;font-weight:400;color:#dc2626!important;flex-direction:row!important}.radio-label span{color:#454341!important;font-size:15px;font-weight:400}.radio-label input[type=radio]{width:16px!important;height:16px!important;cursor:pointer;accent-color:rgba(52,99,34,1);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:50%!important;background-color:transparent!important;border:1px solid rgba(168,166,166,1)!important;position:relative;flex-shrink:0}.radio-label input[type=radio]:checked{background-color:#346322;border-color:#346322}.radio-label input[type=radio]:checked:after{content:"";position:absolute;width:8px;height:8px;background-color:#fff;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.avoid-input{width:100%;padding:10px 12px;border:1px solid rgba(168,166,166,1);border-radius:10px;font-size:14px;background:#d6f0cc;color:#a8a6a6;outline:none}.price-inputs{display:flex;align-items:center;gap:12px}.price-inputs input{border-radius:10px;border:1px solid rgba(168,166,166,1)}.price-input{flex:1}.price-separator{font-size:20px;color:#a8a6a6;font-weight:400}.avoid-input:focus{border-color:#346322}.avoid-input::placeholder{color:#a8a6a6;font-size:15px;font-weight:400;text-align:left}.warning-message{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:12px;color:#dc2626}.toggle-wrapper{display:flex;justify-content:left;align-items:center;font-size:14px;color:#374151;gap:15px}.toggle-wrapper span{color:#454341;font-size:15px;font-weight:400}.toggle-switch{position:relative;display:inline-block;width:48px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#61954f;transition:.3s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#d6f0cc;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#346322}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.preferences-actions{display:flex;gap:12px;padding:16px 24px 24px}.btn-save,.btn-cancel{flex:1;padding:12px;border-radius:10px;font-size:18px;font-weight:600;cursor:pointer;transition:all .2s;border:none;margin-top:-40px}.btn-save{background:#346322;color:#fff}.btn-save:hover{background:#2a4f18}.btn-cancel{background:transparent;color:#346322;border:2px solid rgba(52,99,34,1)}.btn-cancel:hover{background:#3463221a}.preferences-modal::-webkit-scrollbar{width:8px}.preferences-modal::-webkit-scrollbar-track{background:#c8e6be4d;border-radius:4px}.preferences-modal::-webkit-scrollbar-thumb{background:#34632280;border-radius:4px}.preferences-modal::-webkit-scrollbar-thumb:hover{background:#346322b3}@media(max-width:600px){.preferences-modal{width:95%;max-height:95vh}.checkbox-grid{grid-template-columns:1fr}.radio-group{flex-direction:column;gap:12px}.radio-label{gap:8px}.preferences-actions{flex-direction:column}}.search-dropdown{position:absolute;top:100%;left:0;width:350px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;margin-top:8px;z-index:1000;overflow:hidden}.search-dropdown-header{display:flex;gap:8px;padding:12px;background:#fbfbfb}.filter-btn3{display:flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid rgba(0,0,0,.5);border-radius:20px;background:#fff;font-size:13px;font-weight:500;color:#454341;cursor:pointer;transition:all .2s}.filter-btn3:hover{background:#d6f0cc80}.filter-btn3.active{background:#fff!important;color:#454341;border-color:#00000080}.filter-icon3 img{font-size:14px;width:14px;height:14px}.popular{width:16px;height:12px!important}.search-dropdown-content{max-height:450px;overflow-y:auto;padding:16px}.section-title3{font-size:14px;font-weight:300;color:#221f1f80;margin:0;text-transform:capitalize;font-family:Opensans,sans-serif}.trending-section{margin-bottom:20px}.trending-items{display:flex;flex-direction:column}.trending-item{display:flex;align-items:center;gap:12px;padding:4px 0;border-radius:8px;cursor:pointer;transition:background .2s}.trending-item:hover{background:#d6f0cc4d}.trending-item-icon{width:40px;height:40px;flex-shrink:0}.product-icon{width:100%;height:100%;background:linear-gradient(135deg,#34632233,#61954f33);border-radius:8px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(168,166,166,.2)}.trending-item-info{flex:1}.trending-item-info h4{font-size:12px;font-weight:400;font-family:Opensans,sans-serif;color:#454341;margin:0 0 4px}.rating{display:flex;align-items:center;gap:6px;font-size:12px}.stars{color:#ffc107!important;letter-spacing:1px}.reviews{color:#a8a6a6!important;font-size:8px!important;font-weight:500}.arrow-icon{color:#727272;flex-shrink:0}.quick-actions-section{border-top:1px solid rgba(168,166,166,.2);padding-top:16px}.quick-actions{display:flex;flex-direction:column}.quick-action-item{display:flex;align-items:center;gap:12px;padding:4px 0;border-radius:8px;cursor:pointer;transition:background .2s;font-size:14px;font-weight:500;color:#454341}.quick-action-item:hover{background:#d6f0cc4d}.action-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#454341;flex-shrink:0}.action-icon img{width:18px;height:18px}.quick-action-item span{color:#221f1f}.quick-action-item span:nth-child(2){flex:1}.highlight-text{background-color:#d6f0cc}.trending-loading,.trending-empty{padding:20px;text-align:center;color:#727272;font-size:13px;font-weight:400}.trending-loading{color:#346322}.product-icon img{width:100%;height:100%;object-fit:cover;border-radius:8px}.search-dropdown-content::-webkit-scrollbar{width:6px}.search-dropdown-content::-webkit-scrollbar-track{background:#d6f0cc33;border-radius:3px}.search-dropdown-content::-webkit-scrollbar-thumb{background:#3463224d;border-radius:3px}.search-dropdown-content::-webkit-scrollbar-thumb:hover{background:#34632280}@media(max-width:768px){.search-dropdown{width:100%;max-width:calc(100vw - 32px)}}.skincare-container{background:#d6f0cc;text-align:center;padding:4rem 2rem;position:relative;width:100%;color:#2b2b2b;font-family:Open Sans,sans-serif;overflow:hidden;margin-top:4rem}.skincare-header .category{font-size:20px;font-weight:600;color:#346322;margin-bottom:.3rem;margin-top:-2rem;align-items:center;display:flex;justify-content:center}.skincare-header .title{font-family:Oleo Script,cursive;font-size:50px;font-weight:700;color:#454341;margin-bottom:2rem}.skincare-content{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;position:relative;max-width:1800px;margin-left:auto;margin-right:auto}.offer{color:#000;font-size:1.25rem;line-height:1.6;width:200px;flex-shrink:0}.offer strong{font-weight:700;display:block;margin-bottom:-2.5rem;color:#000;font-size:25px}.left-offer{text-align:right!important;font-size:25px;font-weight:500;color:#000;font-family:Open Sans,sans-serif;position:relative;left:13rem}.left-offer strong{font-size:25px;font-weight:700;color:#000;font-family:Open Sans,sans-serif;position:relative;left:-6rem}.right-offer{text-align:left;margin-left:1rem;font-size:25px;font-weight:500;color:#000;font-family:Open Sans,sans-serif;position:relative;right:8rem;top:9rem}.right-offer strong{font-size:25px;font-weight:700;color:#000;font-family:Open Sans,sans-serif;position:relative;right:4rem}.products{display:flex;justify-content:center;align-items:center;flex:1;background:none!important;margin:0 0rem;max-width:100%}.skincare-image{width:120%;max-width:900px!important;height:auto;object-fit:contain;transform:scale(1.4)}.btn-container{display:flex;justify-content:center;margin-top:1rem}.shop-btn{position:relative;background-color:#346322;color:#fff;font-size:25px;font-weight:600;padding:.9rem 2.8rem;border:none;cursor:pointer;border-radius:10px;overflow:hidden;transition:all .3s ease;font-family:Open Sans,sans-serif;z-index:1}.shop-btn:before,.shop-btn:after{content:"";position:absolute;top:0;width:7px;height:100%;background-color:#d6f0cc;transform:skew(-35deg);transition:all .3s ease;z-index:-1}.shop-btn:before{left:0}.shop-btn:after{right:0}.shop-btn:hover{background-color:#244c1f;transform:translateY(-2px)}.shop-btn:hover:before,.shop-btn:hover:after{background-color:#fff3}@media(max-width:992px){.skincare-content{display:block;position:relative;padding:1rem 0 0;margin-bottom:1rem;text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.products{display:block;margin:0 auto;padding:0}.skincare-image{max-width:420px;width:100%;height:auto;transform:none;margin:0 auto;display:block;order:0}.offer{position:absolute;top:50%;transform:translateY(-50%);background:transparent;width:auto;font-size:1rem;line-height:1.3;white-space:nowrap}.left-offer{left:5rem;text-align:left;top:5rem}.right-offer{right:16px;text-align:right;top:9rem}.left-offer strong,.right-offer strong{font-size:1.05rem;display:block;margin-bottom:-1.3rem}.offer,.left-offer,.right-offer{color:#000}.btn-container{margin-top:3rem}}@media(max-width:600px){.skincare-container{padding:3rem 1rem;margin-top:6rem}.category{font-size:12px!important}.category svg{width:12px;height:12px}.skincare-header .title{font-size:2rem}.skincare-header .category{font-size:1rem}.left-offer{left:3rem}.left-offer strong{font-size:10px;font-weight:700;position:relative;left:-3rem}.text{font-size:10px;font-weight:500}.right-offer strong{font-size:10px;font-weight:700;position:relative;left:-3rem}.offer{font-size:1.1rem}.skincare-image{max-width:780px!important;margin-top:-1rem;margin-bottom:-1rem}.shop-btn{font-size:1rem;padding:.8rem 2.2rem}}@media(max-width:400px){.skincare-header .title{font-size:1.8rem}.skincare-image{max-width:240px;margin-top:-5rem;margin-bottom:-2rem}.offer{font-size:1rem}}@media(max-width:420px){.skincare-container{padding:2rem 1rem 3rem;margin-top:5rem}.skincare-header .title{font-size:2.2rem;margin-bottom:1.2rem}.skincare-header .category{font-size:.95rem;margin-top:0;margin-bottom:.6rem}.skincare-content{display:block;position:relative;padding:0}.products{display:flex;justify-content:center;margin:0 auto}.skincare-image{width:380px;max-width:220px;transform:scale(1);margin:0 auto;display:block}.left-offer,.right-offer{position:absolute;top:45%;width:auto;font-size:.95rem;background:transparent;left:8px;right:auto;transform:translateY(-50%);text-align:left}.right-offer{left:auto;right:8px;text-align:right}.left-offer{left:3rem}.left-offer strong,.right-offer strong{display:block;margin-bottom:-1rem}.btn-container{margin-top:1.2rem}.shop-btn{font-size:.9rem;padding:.6rem 1.8rem;border-radius:8px}}@media(max-width:360px){.skincare-container{padding:2rem 1rem 3rem;margin-top:4rem}.skincare-header .title{font-size:1.9rem}.skincare-image{width:340px;max-width:340px}.left-offer,.right-offer{top:48%;font-size:.9rem}.shop-btn{padding:.5rem 1.4rem;font-size:.85rem}}.products-page{display:flex;gap:30px;background-color:#d6f0cc;padding:30px 40px}.filter-box{background:#d6f0cc;border:1px solid rgba(69,67,65,1);border-radius:15px;padding:16px;width:100%}.filter-box label{display:flex;justify-content:flex-start!important;font-size:12px;margin-bottom:8px;white-space:nowrap;cursor:pointer;font-weight:400;background:#d6f0cc;width:100%;max-width:100%}.filter-row1{display:flex;flex-direction:row;align-items:center;justify-content:space-between!important;flex:1;width:100%}.count2{align-items:center!important;display:flex;margin-left:auto}.filter-box input[type=checkbox]{width:16px;height:16px;cursor:pointer;margin-right:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(52,99,34,1);background-color:#d6f0cc;position:relative}.filter-box .price-input{width:140px;max-width:100%}.sort-select{display:flex;align-items:center;gap:0;overflow:hidden;border-radius:2px}.sort-label{background:#346322;color:#fff;padding:8px 16px;font-size:14px;font-weight:400;white-space:nowrap;height:40px;box-sizing:border-box;display:flex;align-items:center}.select-wrapper{position:relative;display:inline-block;border:rgba(52,99,34,1) 1px solid;height:40px;box-sizing:border-box}.sort-select select{padding:8px 32px 8px 16px;border:none;background:#d6f0cc;color:#727272;font-size:14px;font-weight:400;outline:none;cursor:pointer;min-width:160px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:40px;box-sizing:border-box}.product-image img{width:100%;height:100%;object-fit:contain;transform:scale(1.2)}.buy-btn6{background:#6c9850;color:#fff;border:none;border-radius:8px;padding:6px;font-weight:700;font-size:20px;margin-bottom:8px;cursor:pointer;width:100%!important}.cart-btn6{background:#3f6b2a;color:#fff;border:none;border-radius:8px;padding:6px;font-size:20px;font-weight:700;cursor:pointer;width:100%!important}@media(max-width:768px){.products-page{flex-direction:column;padding:16px}.filters{width:100%;display:none;position:fixed;bottom:0;left:0;height:85vh;background-color:#d6f0cc;z-index:999;gap:16px;padding:20px 16px;overflow-y:auto;flex-direction:column;border-radius:20px 20px 0 0;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -4px 20px #0000001a}.filters.mobile-open{display:flex;transform:translateY(0)}.filters-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid rgba(69,67,65,1)}.close-filters-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#454341;padding:0}.filters-overlay{display:block}.products-grid{grid-template-columns:1fr}.price-values{gap:10px}.price-input-group{flex:0 0 calc(50% - 8px);max-width:calc(50% - 8px)}.products-topbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;justify-content:flex-start}.sort-select{order:1;display:inline-flex;align-items:center;gap:0;background:transparent;flex:0 1 auto;max-width:calc(100% - 100px)}.sort-label{padding:6px 8px;font-size:13px;height:36px;display:inline-flex;align-items:center;white-space:nowrap;box-sizing:border-box}.select-wrapper{height:36px;flex:1 1 auto;min-width:100px;box-sizing:border-box;border:none}.sort-select select{position:relative;min-width:100px;max-width:100%;padding:6px 24px 6px 8px;height:36px;font-size:12px;border:rgba(52,99,34,1) 1px solid!important;box-sizing:border-box}.products-topbar:before{display:none}.filters-btn-mobile3{color:#000;border:none;padding:6px 12px;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;height:36px;width:auto;display:inline-flex;gap:6px;flex-direction:row!important;align-items:center;order:2;margin-left:auto;align-self:center;flex-shrink:0}.filters-btn-mobile3 img{width:14px;height:14px;flex-shrink:0}.active-filters{order:4;width:100%;display:flex;gap:6px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.chip{background:#346322;color:#fff;padding:5px 10px;border-radius:999px;font-size:12px;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;max-width:100%}.chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.active-filters img{width:12px;height:12px;margin-left:0;position:static;flex-shrink:0}.clear-btn{margin-left:auto;font-size:12px;background:none;border:none;color:#454341;text-decoration:none;cursor:pointer;white-space:nowrap;flex-shrink:0}.hard-text{display:none!important}.products-content .mobile-applied-filters-heading{display:block!important;font-size:13px;font-weight:600;margin-bottom:0;order:3;width:100%;font-family:Roboto,sans-serif;color:#454341}.mobile-filters-toggle{display:none!important}}@media(max-width:480px){.products-page{padding:12px}.sort-label{padding:6px;font-size:12px}.sort-select select{font-size:11px;padding:6px 20px 6px 6px}.filters-btn-mobile3{padding:6px 10px;font-size:12px;gap:4px}.chip{font-size:11px;padding:4px 8px;gap:4px}.clear-btn{font-size:11px}.products-content .mobile-applied-filters-heading{font-size:12px}}.mobile-filters-toggle{display:none!important}@media(min-width:769px){.filters-btn-mobile3{display:none!important}.products-topbar:before{display:none!important}.hard-text,.mobile-filters-toggle,.mobile-applied-filters-heading{display:none!important}}.cart-page{min-height:100vh;padding:28px 16px;background:#d6f0cc;margin-top:5rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.cart-shell{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr;gap:18px}.card{background:#e4fbdd;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 8px 22px #00000014}.cart-card{padding:18px}.right-col{display:grid;gap:18px}.cart-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:14px}.cart-card__header h2{margin:0;font-size:25px;font-weight:750;font-family:Roboto,sans-serif}.cart-card__header p{margin:4px 0 0;font-size:13px;opacity:.75;font-weight:500;color:#727272}.btn{border:0;cursor:pointer;border-radius:5px;padding:6px 22px!important;font-weight:500;color:#616060;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(168,166,166,1)!important}.btn-ghost2{background:transparent!important;font-size:12px!important;font-weight:500!important;color:#a8a6a6!important;border-radius:5px!important}.btn-clear-cart{border:rgba(168,166,166,1) 1px solid!important;background:transparent!important;color:#a8a6a6!important;font-size:12px!important;font-weight:500;border-radius:5px!important}.btn-soft{background:#ffffff73;border:1px solid rgba(0,0,0,.08)}.btn-primary{background:#2f6a2f;color:#fff;border-radius:8px}.btn-checkout{width:100%;background:#2f6a2f;color:#fff;padding:12px 14px;border-radius:10px;font-size:15px;font-weight:700}.cart_btn_wapper{display:flex;justify-content:center;align-items:center}.cart_cartadd_btn,.cart_cartlike_btn{background-color:transparent;color:#727272;border:1px solid rgba(114,114,114,1);border-radius:8px;padding:6px 10px;display:inline-flex;gap:8px;align-items:center;box-sizing:border-box;width:140px;height:36px;justify-content:center}.cart-list{padding-top:16px;display:grid;gap:14px}.cart-group{background:#ffffff1f;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:14px}.seller-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}.seller-avatar{width:34px;height:34px;border-radius:999px;background:#ffffff59;border:1px solid rgba(0,0,0,.08);overflow:hidden;display:grid;place-items:center}.seller-avatar img{width:100%;height:100%;object-fit:cover}.seller-name{font-family:Open Sans,sans-serif;font-weight:400;font-size:14px}.seller-sub{font-family:Open Sans,sans-serif;font-weight:600;font-size:10px;color:#616060}.seller-rating{display:inline-flex;align-items:center;gap:6px}.rating-icon{width:14px;height:14px;object-fit:contain}.cart-item{background:#d6f0cc;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:12px;display:flex;justify-content:space-between;gap:12px;box-shadow:0 2px 4px 2px #0000001a}.cart-item+.cart-item{margin-top:12px}.item-left{display:flex;gap:12px;min-width:0}.item-img{width:80px;height:100px;border-radius:12px;background:#ffffff47;border:1px solid rgba(0,0,0,.08);display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.item-img img{width:55px;height:55px;object-fit:contain}.item-info{min-width:0}.item-title{font-family:Roboto,sans-serif;font-weight:500;font-size:20px;margin-bottom:6px;color:#000}.muted{opacity:.65;font-weight:600;font-size:12px;color:#000}.badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.badge{font-size:11px;padding:4px 8px;border-radius:3px!important;background:#a8a6a680;border:1px solid rgba(0,0,0,.07);display:inline-flex!important;align-items:center;gap:6px}.badge-cod{background:#a8a6a680!important}.badge--ok{background:#9dc68f80!important;border:none!important;color:#61954f}.badge--warn{background:#fac80066!important;border:none!important;color:#a68400}.badge-icon{width:13px;height:13px;object-fit:contain}.item-price{font-weight:600;margin-top:2px;font-size:15px;color:#000}.pricedel_wapper{display:flex;align-items:center;gap:10px}.link-danger{border:0;background:transparent;color:#e25555;font-weight:600;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:2px}.remove-icon{width:16px;height:16px;object-fit:contain}.item-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;min-width:160px;gap:10px}.cartqty{display:flex;align-items:center;gap:18px}.qty-btn{width:32px;height:32px;border-radius:8px;background:#9dc68f80;cursor:pointer;font-size:16px;line-height:0;border:none!important}.qty-val{width:32px;text-align:center;font-weight:600;font-size:13px}.btn-wishlist{border:.5px solid rgba(114,114,114,1)!important;font-size:12px!important;font-weight:400;border-radius:5px!important;color:#727272}.btn-icon{width:14px;height:14px;object-fit:contain}.item-total{font-weight:650;color:#000}.summary-card{padding:16px}.summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.summary-header h3{margin:0;font-size:18px;font-weight:800;font-family:Roboto,sans-serif}.summary-rows{display:grid;gap:10px}.row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.row-left{display:flex;align-items:center;gap:8px}.row-icon{width:25px;height:25px;object-fit:contain;background:#a8a6a666;padding:5px;border-radius:4px}.row-label{color:#616060;font-weight:600;margin-left:-3rem}.row-value{font-weight:700;color:#2b2b2b}.promo{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;margin:8px 0;border-top:1px solid rgba(168,166,166,1);padding-top:12px}.inputpromp{padding:10px 12px;border-radius:5px;border:.5px solid rgba(168,166,166,1);background:transparent;outline:none}.inputpromp::placeholder{color:#a8a6a6;font-size:15px;font-weight:400}.grand{display:flex;justify-content:space-between;align-items:center;padding-top:8px}.youlikecart_title{font-size:20px;font-weight:500;margin-bottom:10px}.like-card h3{margin:0 0 12px;font-size:16px;font-weight:900}.like-list{display:grid;gap:12px}.like-item{display:grid;grid-template-columns:100px 1fr auto;gap:12px;padding:12px;border-radius:12px;background:#ffffff4d;border:1px solid rgba(0,0,0,.06);align-items:center;box-shadow:0 2px 4px 2px #0000001a}.like-imgcart{width:100px;height:100px;border-radius:12px;background:#fff9;border:1px solid rgba(52,99,34,1)!important;display:grid;place-items:center;overflow:hidden}.like-img img{width:50px;height:50px;object-fit:contain}.like-title{font-weight:600!important;margin-bottom:6px}.like-price{font-weight:600!important;color:#000}.like-actions{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.cart_cartadd_btn,.cart_cartlike_btn{font-size:13px}.btn-primarycart{background-color:#61954f;color:#fff;width:80px;height:45px;border-radius:5px}.btn_checkoutcart{background-color:#346322;color:#fff;font-size:18px;font-weight:600;border-radius:8px;height:40px;box-shadow:0 2px 6px 2px #0000004d;transition:box-shadow .18s ease,transform .12s ease;display:inline-flex;align-items:center;justify-content:center;margin-top:0}.btn_checkoutcart:hover{box-shadow:0 10px 28px #34632238;transform:translateY(-2px)}.like-btn{min-width:140px;justify-content:center}@media(max-width:1024px){.cart-page{margin-top:6rem}.cart-shell{grid-template-columns:1fr}}@media(max-width:768px){.cart-page{margin-top:6rem;padding:18px 12px}.cart-item{flex-direction:column;justify-content:space-between;display:block}.item-right{width:100%;min-width:0;flex-direction:column;justify-content:space-between;margin-top:-6rem!important}.btn-wishlist{font-size:14px!important;padding:4px 12px!important}.item-total{font-size:14px}.btn-primary{width:100%}.like-item{grid-template-columns:64px 1fr}.like-item--exact{grid-template-columns:64px minmax(0,1fr) 120px}.like-actions--exact{flex-direction:row;gap:8px;align-items:center;justify-content:flex-end}.cart_cartadd_btn,.cart_cartlike_btn{text-align:center;align-items:center;justify-content:center}.cart_cartadd_btn,.cart_cartlike_btn{min-width:0;width:120px;padding:5px 8px;font-size:13px;height:34px}.like-btn{min-width:0;width:100%}}@media(max-width:768px){.like-item--exact{grid-template-columns:70px minmax(0,1fr) 120px}.like-btn--small{width:100%}}@media(max-width:640px){.cart-shell{gap:14px}.item-right{width:100%;min-width:0;flex-direction:column;justify-content:space-between;margin-top:-5rem!important}.cart-card__header h2{font-size:20px}.btn-clear-cart{font-size:12px!important;padding:5px 10px!important}.btn-wishlist{font-size:10px!important;padding:4px 12px!important}.item-total{font-size:12px}.item-title{font-size:15px}.badge-cod,.badge-status{font-size:9px!important}.qty-btn{width:28px;height:28px;font-size:14px}.cartqty{padding:0 0 0 10px}.qty-val{width:12px!important;text-align:center;font-weight:600;font-size:13px}}@media(max-width:4000px){.item-img img{width:55px;height:55px;object-fit:contain}.item-title{font-size:14px}.badge-cod,.badge-status{font-size:9px!important;padding:3px!important}}@media(max-width:480px){.cart-page{padding:14px 10px}.item-img img{width:55px;height:55px;object-fit:contain}.btn-wishlist{font-size:10px!important;padding:4px 12px!important}.item-img{width:60px;height:80px;border-radius:12px;background:#ffffff47;border:1px solid rgba(0,0,0,.08);display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.item-title{font-size:14px}.badge-cod,.badge-status{font-size:9px!important;padding:3px!important}.like-title{font-size:12px}.like-title span{font-size:10px}.like-badges span{font-size:7px!important}.like-badges img{width:10px!important;height:10px!important}.badge-cod{font-size:4px;padding:3px 6px}.item-title{font-size:16px}.item-img{width:64px;height:80px}.item-right{flex-wrap:wrap;gap:8px}.item-right .btn-soft{width:100%;justify-content:center}.item-total{width:100%;text-align:right}.cart_cartadd_btn,.cart_cartlike_btn{width:80px;padding:4px 1px;font-size:8px;height:22px;border-radius:6px}}.like-card{padding:16px}.like-card h3{margin:0 0 12px;font-size:16px;font-weight:900;color:#000}.like-list{display:grid;gap:14px}.like-item--exact{display:grid;grid-template-columns:100px minmax(0,1fr) 100px;gap:14px;padding:14px;border-radius:12px;background:#ddf7d3;border:1px solid rgba(0,0,0,.08);align-items:center}.like-img{width:76px;height:76px;border-radius:12px;background:#ffffff73;border:1px solid rgba(0,0,0,.08);display:grid;place-items:center;overflow:hidden}.like-img img{width:52px;height:52px;object-fit:contain}.like-mid{display:flex;flex-direction:column;gap:8px;min-width:0;width:100%;align-items:flex-start;text-align:left}.like-title{font-weight:900;color:#000}.like-badges{display:flex;gap:10px;flex-wrap:wrap}.like-price{font-weight:900;color:#000}.like-actions--exact{display:flex;flex-direction:column;gap:10px;align-items:flex-end;justify-content:center}.like-btn--small{width:150px;justify-content:center;padding:8px 10px;border-radius:8px;font-size:12px}@media(max-width:508px){.cart-card__header{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:start;padding-bottom:10px}.cart-card__header>div{min-width:0}}@media(max-width:420px){.cart-page{margin-top:5.8rem}.cart-card__header{grid-template-columns:1fr auto}}@media(max-width:360px){.cart-page{margin-top:4rem}}.remove-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease-in-out}.remove-popup-content{background:#fff;padding:24px;border-radius:16px;box-shadow:0 10px 30px #00000026;width:90%;max-width:400px;text-align:center;position:relative;border:1px solid rgba(0,0,0,.05);animation:scaleIn .2s ease-in-out}.remove-popup-icon-container{width:60px;height:60px;margin:0 auto 16px;background:#fff0f0;border-radius:50%;display:flex;align-items:center;justify-content:center}.remove-popup-icon{width:32px;height:32px;color:#e25555}.remove-popup-title{font-family:Roboto,sans-serif;font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.remove-popup-message{font-family:Open Sans,sans-serif;font-size:14px;color:#666;margin:0 0 24px;line-height:1.5}.remove-popup-actions{display:flex;gap:12px;justify-content:center}.btn-popup-cancel{flex:1;padding:10px 16px;border-radius:8px;border:1px solid #ddd;background:#fff;color:#666;font-weight:600;cursor:pointer;transition:all .2s}.btn-popup-cancel:hover{background:#f5f5f5;border-color:#ccc}.btn-popup-confirm{flex:1;padding:10px 16px;border-radius:8px;border:none;background:#e25555;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #e2555533;transition:all .2s}.btn-popup-confirm:hover{background:#d14444;box-shadow:0 6px 16px #e255554d;transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.checkout-page{min-height:100vh;background:#cfe8c7;padding:28px 16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#203020;margin-top:5rem}.checkout-shell{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.15fr 1fr;gap:18px;align-items:start}.card{background:#e4fbdd;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 8px 22px #00000014;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:12px!important}h3{margin:0 0 10px;font-size:16px;font-weight:900}.checkout_title_top{font-size:20px;font-weight:600}.shipping_address_topic{font-size:20px;font-weight:600}.btn{border:0;cursor:pointer;padding:10px 12px;font-weight:700}.btn-ghost{background:transparent;border:.5px solid rgba(69,67,65,1)!important;color:#454341;font-size:15px!important;border-radius:5px!important}.btn-pay{width:100%;background:#2f6a2f;color:#fff;padding:12px 14px;border-radius:12px}.guest-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.form-grid{display:grid;gap:10px}.field span{display:block;font-size:15px;font-weight:600;margin-bottom:6px}.input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:transparent;outline:none}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkout_dilivery_option,.checkout_payment_option{font-size:20px;font-weight:600}.payment-option input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#454341}.row-left{display:grid;grid-template-columns:74px 1fr;gap:12px;align-items:center}.ov-img{width:100px!important;height:100px!important;border-radius:12px;background:#e4fbdd!important;border:1px solid rgba(0,0,0,.08);display:grid;place-items:center;position:relative;overflow:visible;z-index:2!important;padding:0}.ov-img img{width:80px!important;height:80px!important;object-fit:contain;position:relative;display:inline-block}.qty-pill{position:absolute;top:0;right:0;width:24px;height:24px;border-radius:50%;background:#2f6a2f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;z-index:1000}.muted{color:#000}.btn_paycheckout{background-color:#346322;color:#fff;width:100%;height:40px;border-radius:10px;margin-top:10px;font-size:20px;font-weight:600}@media(max-width:992px){.checkout-shell{grid-template-columns:1fr}}@media(max-width:520px){.btn-ghost{width:40%!important;padding:10px 20px!important;text-align:center!important;font-size:12px!important;align-items:center!important;justify-content:center!important}.form-card .two-col,.form-grid .two-col{grid-template-columns:1fr 1fr}.overview-row{flex-direction:row;align-items:flex-start}.row-left{grid-template-columns:74px 1fr}.ov-total{align-self:flex-end}.checkout_polices_bottom{font-size:14px}.brake{display:none}.main-method{font-weight:600;font-size:12px}}.c1-page{min-height:100vh;background:#cfe8c7;padding:28px 16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#203020;margin-top:5rem}.c1-shell{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.15fr 1fr;gap:18px;align-items:start}.left-col,.right-col{display:grid;gap:18px}.select_delevery_option{margin-top:20px}.shipping_address_card{margin-bottom:1rem}.c1-card,.card,.card2{background:#e4fbdd;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 8px 22px #00000014;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:12px!important}.c1-card-bottom{background:#ffffff38;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 8px 22px #00000014;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:16px;margin-top:20px}.c1-title{font-size:20px;font-weight:600;margin-bottom:12px}.c1-title-left{font-size:25px;font-weight:900}.muted{opacity:.75;font-weight:400;font-size:14px;color:#727272!important}.shipping_address_topic,.checkout_payment_option,.checkout_dilivery_option{font-size:20px;font-weight:600}.addr-text{font-size:15px;color:#454341;font-weight:500}.addr-list{display:grid;gap:10px;margin-bottom:12px}.addr-item{display:flex;justify-content:space-between;gap:12px;border-radius:12px;padding:12px;background:#ffffff2e;border:1px solid rgba(168,166,166,1);cursor:pointer}.addr-left{display:flex;gap:10px;align-items:flex-start}.addr-check{margin-top:5px;accent-color:#2f6a2f;width:18px;height:18px;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:rgba(69,67,65,1) solid 2px}.addr-actions{display:grid;gap:8px;justify-items:end}.addr-link{border:0;background:transparent;font-weight:400;cursor:pointer;font-size:15px;opacity:.8;color:#454341}.addr-link--danger{color:#d80104;opacity:1}.btn-outline{width:100%;border-radius:10px;border:1px solid rgba(69,67,65,1);background:#ffffff47;padding:10px 12px;font-weight:500;font-size:15px;cursor:pointer}.checkout_payment_option{margin-bottom:1rem}.payment_option_section{margin-top:20px}.payment-option-list{display:grid;gap:12px}.payment-option{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:12px;padding:14px 16px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;background:#e4fbdd;border:1px solid rgba(0,0,0,.08)}.payment-option:hover{background:#d6f0cccc}.payment-option input[type=radio]{accent-color:rgba(52,99,34,1);cursor:pointer;width:18px;height:18px;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid rgba(52,99,34,1);border-radius:50%;position:relative}.payment-option input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#346322}.payment-logos{display:flex;align-items:center;gap:6px}.payment-logo{font-size:10px;font-weight:700;padding:4px 10px;border-radius:4px;display:inline-block}.payment-logo.visa img,.payment-logo.mastercard img{height:20px;width:auto}.koko-line{display:flex;align-items:center;gap:6px;flex-direction:row}.koko-line img{height:20px;width:auto}.koko-badge{display:inline-block;padding:2px 10px;border-radius:4px;font-size:11px;font-weight:700;margin-left:6px;text-transform:lowercase;align-items:center}.main-method{color:#454341}.payment-options-card{background:transparent;padding:0}.seller-block{margin-top:12px;padding:20px;border-radius:10px;background-color:#e4fbdd}.seller-row{display:flex;align-items:center;gap:10px}.seller-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#ffffff8c;border:1px solid rgba(0,0,0,.08)}.seller-sub{font-size:11px}.radio-list{display:grid}.radio{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:10px;padding:10px;border-radius:12px;font-size:15px;font-weight:600}.radio input{accent-color:rgba(69,67,65,1)}.note{padding:4px;border-radius:5px;background:#a8a6a680;border:1px solid rgba(0,0,0,.06);font-size:11px;display:flex;align-items:center;gap:5px}.line_checkout_h{border:none;height:1px;background-color:#00000026;margin:16px 0}.warn-bar{padding:4px;border-radius:3px;background:#fac80066;font-size:11px;color:#a68400;display:flex;align-items:center;gap:5px}.checkout_polices_bottom{margin-top:10px;line-height:1.5;color:#454341;font-weight:500}.green_light{color:#346322}.checkout_polices_bottom p{margin:10px 0}.overview-card{background:#e4fbdd;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 8px 22px #00000014;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:12px!important}.checkout_dilivery_option{margin:1rem 0}.checkout_overview_title{font-size:25px;font-weight:600}.overview-head p{margin:0}.overview-list{margin-top:12px;display:grid;gap:14px}.overview-seller{background:#e4fbdd;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:12px;position:relative;overflow:visible;z-index:0}.overview-seller__head{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.08);margin-bottom:10px}.overview-rows{display:grid;gap:10px}.overview-row{display:flex;justify-content:space-between;gap:12px;background:#d6f0cc;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 1px 1px #00000026;border-radius:12px;padding:10px;position:relative;overflow:visible;z-index:0!important}.row-left{display:grid;grid-template-columns:74px 1fr;gap:12px;align-items:center;position:relative;overflow:visible}.ov-img{width:100px!important;height:100px!important;border-radius:12px;background:#e4fbdd!important;border:1px solid rgba(0,0,0,.08);display:grid;place-items:center;position:relative;overflow:visible!important;z-index:1!important;padding:0}.ov-img img{width:80px!important;height:80px!important;object-fit:contain;position:relative;display:inline-block;z-index:1}.qty-pill{position:absolute;top:-8px;right:-8px;width:26px;height:26px;border-radius:50%;background:#2f6a2f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;z-index:100!important;border:2px solid rgba(228,251,221,1)}.ov-info{margin-left:20px}.ov-title{font-weight:500;color:#000;font-size:13px;margin-bottom:4px}.muted2{color:#000!important}.ov-rating{font-size:12px;margin-bottom:4px}.ov-sub{font-size:12px;color:#000}.ov-total{font-weight:600!important;font-size:16px!important;white-space:nowrap}.badge{display:inline-block;margin-top:6px;font-size:11px;padding:5px 8px;border-radius:999px;background:#ffffff8c;border:1px solid rgba(0,0,0,.08)}.badge--ok{background:#b4ffb459}.badge--warn{background:#ffe6968c}.summary-head{display:flex;align-items:center;justify-content:space-between}.summ-card{background:#e4fbdd;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 8px 22px #00000014;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:12px!important}.sum-row{display:flex;justify-content:space-between;font-size:13px;margin-top:10px}.sum-row-divider{padding-top:10px;border-top:1px solid rgba(0,0,0,.1)}.cart_tot_mony{font-weight:600}.grand-row{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.08)}.grand-row p{font-weight:600}.order_summery_card_title{font-size:25px}.muted-summrycary{display:flex;gap:10px;color:#727272;font-size:15px}.muted-summrycary img{height:20px;width:20px;background-color:#a8a6a666;padding:2px;border-radius:5px}.btn_paycheckout{background-color:#346322;color:#fff;width:100%;height:40px;border-radius:10px;margin-top:10px;font-size:20px;font-weight:600;border:none;cursor:pointer}.terms-checkbox{display:flex;align-items:flex-start;gap:8px;margin-top:12px}.terms-checkbox input[type=checkbox]{width:13px;height:13px;margin-top:6px;cursor:pointer;flex-shrink:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(0,0,0,1);border-radius:0;background-color:transparent;position:relative}.terms-checkbox input[type=checkbox]:checked{background-color:#346322}.terms-checkbox input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.terms-checkbox label{font-size:13px;color:#000000d9;line-height:1.5;cursor:pointer}.terms-agreement{font-size:16px!important;font-weight:400}.terms-link{color:#010101;text-decoration:none;cursor:pointer;font-weight:600}.terms-link:hover{color:#284b1a}.koko-badge{display:inline-block;padding:2px 10px;border-radius:4px;font-size:11px;font-weight:700;margin-left:6px;text-transform:lowercase;background:none!important}.del-seller{padding:12px;border-radius:14px;background:#ffffff2e;border:1px solid rgba(0,0,0,.08)}.del-seller--space{margin-top:14px}.seller-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.seller-head--box{padding-bottom:10px}.seller-ic{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#ffffff8c;border:1px solid rgba(0,0,0,.08)}.seller-name{font-weight:900;font-size:13px}.seller-sub{font-size:11px;opacity:.75;font-weight:700}.del-radio{display:grid;grid-template-columns:18px 1fr auto;gap:10px;align-items:center;padding:8px 10px;border-radius:12px;font-size:12px;font-weight:800;margin-top:8px}.del-radio input{accent-color:#2f6a2f}.del-note{margin-top:10px;padding:10px;border-radius:10px;background:#00000014;font-size:11px;opacity:.9;display:flex;align-items:center;gap:10px}.del-warn{margin-top:10px;padding:10px;border-radius:8px;background:#ffe696bf;font-size:11px;display:flex;align-items:center;gap:10px}.policy{margin-top:12px;font-size:14px;opacity:.85;line-height:1.4}.policy-link{font-weight:600;cursor:pointer;color:#346322}.ov-head{margin-bottom:10px}.ov-sub{font-size:12px;opacity:.75;font-weight:700}.ov-list{display:grid;gap:14px}.ov-sellerBox{border-radius:14px;border:1px solid rgba(0,0,0,.08);background:#ffffff2e;padding:12px}.ov-rows{display:grid;gap:10px;margin-top:10px}.ov-row{display:flex;justify-content:space-between;gap:12px;padding:10px;border-radius:12px;border:1px solid rgba(0,0,0,.06);background:#ffffff29}.ov-left{display:grid;grid-template-columns:76px 1fr;gap:12px;align-items:center}.ov-img{width:76px;height:64px;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#ffffff8c;display:grid;place-items:center;position:relative;overflow:hidden}.ov-img img{width:46px;height:46px;object-fit:contain}.ov-qty{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:999px;background:#2f6a2f;color:#fff;font-size:11px;font-weight:900;display:grid;place-items:center}.ov-titleRow{font-size:13px;font-weight:900}.ov-size{opacity:.7;font-weight:700;margin-left:6px}.ov-stars{font-size:12px;letter-spacing:1px;opacity:.9;margin:4px 0}.ov-unit{font-size:12px;opacity:.8;font-weight:800}.ov-total{font-weight:900;white-space:nowrap;font-size:13px;margin-top:16px}.sum-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.sum-items{font-size:12px;opacity:.75;font-weight:700}.sum-row{display:flex;justify-content:space-between;font-size:13px;margin-top:10px;opacity:.9}.sum-grand{display:flex;justify-content:space-between;margin-top:14px;padding-top:12px;border-top:1px solid rgba(0,0,0,.08);font-weight:900;font-size:14px}.btn-main{width:100%;margin-top:12px;background:#2f6a2f;color:#fff;border:0;border-radius:12px;padding:12px 14px;font-weight:900;cursor:pointer}@media(max-width:992px){.c1-shell{grid-template-columns:1fr}}@media(max-width:520px){.addr-item{align-items:flex-start}.addr-actions{grid-auto-flow:column;gap:40px;display:flex;flex-direction:column}.overview-row{flex-direction:row;align-items:flex-start}.row-left{grid-template-columns:74px 1fr}.ov-total{align-self:flex-end}.checkout_polices_bottom{font-size:14px}.brake{display:none}.main-method{font-weight:600;font-size:12px}.del-radio{grid-template-columns:18px 1fr}.del-radio strong{grid-column:1 / -1;justify-self:end}}.oc-page{min-height:100vh;background:#e9f9e6;color:#1b2b1f;padding:28px 16px 48px;margin-top:5rem}.oc-shell{max-width:980px;margin:0 auto}.oc-header{text-align:center;margin-bottom:14px}.oc-check{width:56px;height:56px;border-radius:999px;display:grid;place-items:center;margin:0 auto 10px;color:#1f6b2b}.oc-title-orderconfierm{font-size:22px;margin:0;font-weight:600}.oc-sub{margin:6px auto 0;max-width:640px;color:#454341;font-size:15px;line-height:1.4}.oc-toast{margin:14px 0 18px;border-radius:10px;padding:10px 12px;background:#d7f1d1;border:1px solid rgba(42,122,52,.25);display:flex;align-items:center;justify-content:space-between;gap:12px}.oc-toast__left{display:flex;gap:10px;align-items:center;font-size:13px}.oc-badgeIcon{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:#1f6b2b;color:#fff;font-weight:900;flex:0 0 auto}.oc-toast__close{border:0;background:transparent;font-size:18px;cursor:pointer;color:#142d1ab3;padding:4px 8px;border-radius:8px}.oc-toast__close:hover{background:#0000000d}.oc-sectionTitle{font-size:25px;margin:0 0 10px;font-weight:600}.oc-overviewCard{border:2px solid rgba(42,122,52,.22);border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000000f;margin-bottom:18px}.oc-overviewTop{background:#cfecc7;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;gap:12px;height:80px}.oc-overviewTop__left,.oc-overviewTop__right{font-size:13px}.oc-overviewLabel{color:#454341;font-size:20px;font-weight:600}.oc-overviewValue{font-weight:900;font-size:20px;color:#346322}.oc-overviewRow{padding:10px 14px;display:flex;justify-content:space-between;gap:10px;border-top:1px solid rgba(42,122,52,.12);font-size:13px}.oc-overviewRowday{padding:10px 14px;display:flex;gap:10px;border-top:1px solid rgba(42,122,52,.12);font-size:13px}.oc-rowLabel{color:#142d1ab8;font-weight:600;font-size:20px}.oc-rowValue{font-weight:600;font-size:20px}.oc-linkLike{text-decoration:underline;text-underline-offset:3px}.oc-addressBlock{padding:10px 25px 12px;border-top:1px solid rgba(42,122,52,.12);display:flex;gap:10px;align-items:flex-start}.oc-addressIcon{position:relative;width:18px;height:18px;border-radius:999px;display:grid;place-items:center;border:2px solid rgba(69,67,65,1);color:#1f6b2be6;font-size:12px;margin-top:2px}.oc-addressIcon:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:1px;height:80px;background:#454341}.green-radio{display:inline-flex;align-items:center;cursor:pointer}.green-radio input{display:none}.radio-ui{width:18px;height:18px;border-radius:50%;border:2px solid rgba(31,107,43,.7);display:grid;place-items:center}.radio-ui:after{content:"";width:10px;height:10px;border-radius:50%;background:#1f6b2b;transform:scale(0);transition:transform .15s ease}.green-radio input:checked+.radio-ui:after{transform:scale(1)}.oc-sellerName{display:flex}.seller_batchwapper{display:flex;gap:5px}.seller_batchwapper img{width:15px;height:15px}.oc-addressName{font-weight:900;font-size:13px;margin-bottom:2px}.oc-sellerMetaRowWap{padding:8px 12px 10px;display:flex;flex-direction:column;gap:10px;border-top:1px solid rgba(42,122,52,.12)}.oc-miniInfo{margin:0 14px 14px;background:#d2efcdb3;border:1px solid rgba(42,122,52,.14);border-radius:10px;padding:8px 10px;font-size:12px;color:#142d1abf;display:flex;gap:8px;align-items:center}.oc-miniInfo__dot{width:18px;height:18px;border-radius:999px;display:grid;place-items:center;background:#1f6b2b;color:#fff;font-weight:900;font-size:12px}.oc-muted{color:#142d1ab3}.oc-small{font-size:12px}.oc-strong{font-weight:800}.oc-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:860px){.oc-grid{grid-template-columns:1fr}}.oc-sellerCard{background:#ffffff73;border:1px solid rgba(42,122,52,.22);border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000000f}.oc-sellerHead{padding:12px 12px 10px;display:flex;justify-content:space-between;align-items:center;gap:12px}.oc-sellerLeft{display:flex;align-items:center;gap:10px}.oc-avatar{width:34px;height:34px;border-radius:999px;background:#cfecc7;border:1px solid rgba(42,122,52,.22);display:grid;place-items:center;font-size:16px}.oc-sellerName{font-weight:900;font-size:13px;line-height:1.1}.oc-sellerMetaRow{padding:8px 12px 10px;display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid rgba(42,122,52,.12)}.oc-trackWrap{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;background-color:#a8a6a640;border-radius:12px}.oc-dot{width:8px;height:8px;border-radius:999px}.oc-dot--warn{background:#d1a100}.oc-dot--ok{background:#1f6b2b}.oc-dot--muted{background:#00000040}.oc-trackBtn{border:0;background:transparent;color:#1f6b2b;font-weight:900;cursor:pointer;text-decoration:underline;text-underline-offset:3px;font-size:12px;padding:4px 6px;border-radius:8px}.oc-trackBtn:hover{background:#0000000d}.oc-items{padding:10px 12px 8px;border-top:1px solid rgba(42,122,52,.12);display:flex;flex-direction:column;gap:10px}.oc-itemRow{background:#cfecc799;border:1px solid rgba(42,122,52,.14);border-radius:12px;padding:10px;display:flex;justify-content:space-between;gap:10px}.oc-itemLeft{display:flex;gap:10px;align-items:center}.oc-itemImgWrap{width:80px;height:80px;border-radius:12px;background:#ffffffb3;border:1px solid rgba(42,122,52,.16);display:grid;place-items:center;position:relative;flex:0 0 auto}.oc-itemImg{width:100%;height:100%;object-fit:cover}.oc-qtyPill{position:absolute;top:-6px;right:-6px;width:22px;height:22px;border-radius:999px;background:#1f6b2b;color:#fff;font-size:12px;font-weight:900;display:grid;place-items:center;border:2px solid rgba(233,249,230,.9)}.oc-itemTitle{font-size:13px;font-weight:900;line-height:1.2;margin-bottom:2px}.oc-itemTotal{font-weight:600;font-size:15px;white-space:nowrap}.oc-stars{font-size:12px;letter-spacing:1px}.oc-stars--muted{color:#00000040}.oc-sellerTotal{display:flex;justify-content:space-between;padding:10px 12px;border-top:1px solid rgba(42,122,52,.12);font-size:16px;font-weight:600}.oc-returnBar{margin:0 12px 12px;background:#9dc68f80;border-radius:5px;padding:8px 10px;font-size:12px;color:#142d1abf;display:flex;gap:8px;align-items:center}.oc-returnBar img{height:20px;width:20px}.oc-returnDot{width:18px;height:18px;border-radius:999px;display:grid;place-items:center;background:#1f6b2b;color:#fff;font-weight:900;font-size:12px}.oc-sellerCardWapper{border:2px solid rgba(42,122,52,.22);border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000000f}.ot-page{min-height:100vh;background:#e9f9e6;color:#1b2b1f;padding:26px 16px 44px;margin-top:5rem}.ot-overviewCard_orderconfirm{background:transparent;border:1px solid rgba(42,122,52,.22);border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000000f;margin-bottom:16px}.ot-shell{max-width:980px;margin:0 auto}.ot-title{text-align:center;font-size:25px;font-weight:600;margin:0 0 50px}.order_tracking_wapper{padding:20px;border-left:1px solid rgba(42,122,52,.22);border-right:1px solid rgba(42,122,52,.22);border-bottom:1px solid rgba(42,122,52,.22);border-bottom-left-radius:10px;border-bottom-right-radius:10px}.ot-stageBar{display:flex;align-items:stretch;gap:0;background:#cfecc7;border-right:1px solid rgba(42,122,52,.22);border-top:1px solid rgba(42,122,52,.22);border-top-left-radius:10px;border-top-right-radius:10px;overflow:hidden;box-shadow:0 8px 20px #0000000f;height:50px}.ot-stage{appearance:none;border:0;background:transparent;padding:12px 36px 12px 40px;font-size:14px;font-weight:800;color:#142d1ab3;cursor:pointer;position:relative;display:inline-flex;align-items:center;gap:15px;white-space:nowrap}.ot-stageSep{opacity:.35;font-weight:900}.ot-stage--active{background:#2f6f2b;color:#fff;padding-left:14px;padding-right:14px}.ot-stage--active:after{content:"";position:absolute;top:0;right:-26px;width:0;height:0;border-top:26px solid transparent;border-bottom:26px solid transparent;border-left:26px solid #2f6f2b}.ot-stage--active .ot-stageSep{opacity:.65}.ot-overviewCard{background:#ffffff73;border:1px solid rgba(42,122,52,.22);border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000000f;margin-bottom:16px}.ot-overviewTop{background:#cfecc7;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;gap:12px;height:80px}.ot-label{color:#142d1ab3;font-weight:600;font-size:20px}.ot-value{font-weight:600;font-size:20px;color:#346322}.ot-row{padding:10px 14px;display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid rgba(42,122,52,.12)}.ot-row_bottom{padding:10px 14px;display:flex;align-items:center;gap:10px;border-top:1px solid rgba(42,122,52,.12)}.ot-rowLabel{color:#142d1ab8;font-weight:700}.ot-rowRight{display:inline-flex;align-items:center;gap:8px}.ot-rowValue{font-weight:600}.ot-linkLike{text-decoration:underline;text-underline-offset:3px}.ot-copyBtn{border:0;background:#ffffff8c;border:1px solid rgba(42,122,52,.2);border-radius:8px;width:30px;height:28px;display:grid;place-items:center;cursor:pointer;color:#1f6b2bf2}.ot-copyBtn:hover{background:#ffffffd9}.ot-copyBtn--tiny{width:26px;height:24px;border-radius:7px}.ot-addressBlock{padding:10px 25px 12px;border-top:1px solid rgba(42,122,52,.12);display:flex;gap:10px;align-items:flex-start}.ot-pin{position:relative;width:18px;height:18px;border-radius:999px;display:grid;place-items:center;border:2px solid rgba(69,67,65,1);color:#1f6b2be6;font-size:12px;margin-top:2px}.ot-pin:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:1px;height:80px;background:#454341}.ot-addressName{font-weight:900;font-size:13px;margin-bottom:2px}.ot-miniInfo{margin:0 14px 14px;background:#d2efcdb3;border:1px solid rgba(42,122,52,.14);border-radius:10px;padding:8px 10px;font-size:12px;color:#142d1abf;display:flex;gap:8px;align-items:center}.ot-miniInfo img{width:30px;height:30px}.ot-miniInfo__dot{width:18px;height:18px;border-radius:999px;display:grid;place-items:center;background:#1f6b2b;color:#fff;font-weight:900;font-size:12px}.ot-muted{color:#142d1ab3}.ot-small{font-size:12px}.ot-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:860px){.ot-grid{grid-template-columns:1fr}}.ot-sellerCard{background:transparent;border:1px solid rgba(42,122,52,.22);border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000000f}.ot-sellerHead{padding:12px 12px 10px;display:flex;justify-content:space-between;align-items:center;gap:12px}.ot-sellerLeft{display:flex;align-items:center;gap:10px}.ot-avatar{width:34px;height:34px;border-radius:999px;background:#cfecc7;border:1px solid rgba(42,122,52,.22);display:grid;place-items:center;font-size:16px}.ot-sellerName{font-weight:900;font-size:13px;line-height:1.1}.ot-info{opacity:.7}.ot-shipRow{padding:10px 12px;border-top:1px solid rgba(42,122,52,.12);display:flex;justify-content:space-between;align-items:center;gap:10px}.oc_ship_wapper{display:flex;align-items:center;gap:65px;background-color:#a8a6a640;padding:5px;border-radius:5px}.ot-shipLeft{display:inline-flex;align-items:center;gap:8px}.ot-shipIcon{width:18px;height:18px;display:grid;place-items:center;opacity:.85}.ot-shipText{font-weight:800;font-size:12px;color:#142d1abf}.ot-shipRight{display:inline-flex;align-items:center;gap:6px}.ot-shipNo{font-weight:900;font-size:12px;color:#142d1ae6}.ot-steps{padding:10px 12px 12px;border-top:1px solid rgba(42,122,52,.12);display:flex;flex-direction:column;gap:10px}.ot-step{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.ot-stepLeft{display:flex;gap:10px;align-items:flex-start;position:relative}.ot-dot{width:16px;height:16px;border-radius:999px;border:2px solid rgba(20,45,26,.25);background:#ffffff80;position:relative;margin-top:2px;flex:0 0 auto}.ot-dot--done{border-color:#1f6b2b59;background:#2f6f2b}.ot-dot--done:after{content:"";position:absolute;inset:3px;border-radius:999px;background:#cfecc7}.ot-stepBody{display:flex;flex-direction:column;gap:2px}.ot-stepTitle{font-weight:900;font-size:12px;color:#142d1ac7}.ot-stepTitle--done{color:#142d1ae6}.ot-stepSub{font-size:11px;line-height:1.25}.ot-stepTime{font-size:11px;white-space:nowrap;margin-top:2px}.ot-cancelBtn{margin:0 12px 12px;width:calc(100% - 24px);border-radius:10px;padding:10px 12px;font-weight:900;cursor:not-allowed;border:1px solid rgba(20,45,26,.2);color:#142d1a59;background:#ffffff59}.ot-cancelBtn--active{cursor:pointer;border:2px solid #d93025;background:#ffffff8c;color:#d93025}.ot-cancelBtn--active:hover{background:#ffffffe6}.co-modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000073;z-index:2000}.co-modal{width:640px;max-width:calc(100% - 32px);background:#d6f0cc;border-radius:10px;box-shadow:0 8px 24px #0003;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial}.co-header{background:#d6f0cc;padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.06);text-align:center}.co-header h3{margin:0;font-size:25px;font-family:Open Sans,sans-serif;color:#454341;font-weight:700}.co-body{padding:20px 24px}.co-label{display:block;font-size:18px;font-weight:600;color:#454341;margin-bottom:12px}.co-required{color:#d44}.co-options{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.co-options label{display:flex;align-items:center;gap:10px;font-weight:400;font-size:15px;color:#454341}.co-options input[type=radio]{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;border:1px solid rgba(168,166,166,1);background:#d6f0cc;display:inline-grid;place-items:center;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease}.co-options input[type=radio]:before{content:"";width:10px;height:10px;border-radius:50%;background:#755a5a;transform:scale(0);transition:transform .12s ease}.co-options input[type=radio]:checked{border-color:#313030}.co-options input[type=radio]:checked:before{transform:scale(1)}.co-options input[type=radio]:focus{box-shadow:0 0 0 3px #5151511f;outline:none}.co-textarea{width:100%;min-height:92px;border-radius:10px;border:1px solid rgba(168,166,166,1);padding:10px;resize:vertical;margin-top:12px;margin-bottom:16px;background:#d6f0cc}.co-textarea ::placeholder{color:#a8a6a6;font-size:15px;font-weight:400}.co-warning{background:#fac80066;border:.5px solid rgba(166,132,0,1);padding:12px 14px;border-radius:3px;margin-bottom:14px}.warning-top{display:flex;flex-direction:row;gap:10px;align-items:center}.co-warning-icon{width:16px;height:16px;margin-bottom:5px}.co-warning strong{display:block;margin-bottom:6px;text-transform:lowercase;font-size:15px;font-weight:700;color:#454341}.co-warning ul{margin:0;padding-left:28px;font-size:15px;font-weight:400;color:#454341;list-style-type:disc;list-style-position:outside}.co-warning ul li{margin-bottom:2px}.co-warning ul li::marker{color:#454341;font-size:18px;opacity:.95}.co-footer{display:flex;gap:12px;padding:16px 24px 22px;justify-content:flex-start}.btn{padding:10px 42px;border-radius:10px;font-weight:600;cursor:pointer;font-size:18px}.btn.keep{background:#346322;color:#fff;border:none;font-size:18px;font-weight:600}.btn.cancel{background:transparent;color:#d80104;border:2px solid rgba(216,1,4,1)}@media(max-width:480px){.co-modal{width:92%}.co-footer{flex-direction:column-reverse;gap:10px}.btn{width:100%}}.vendor-sidebar{width:280px;background-color:#346322;color:#fff;height:100vh;position:fixed;left:0;top:0;display:flex;flex-direction:column;overflow-y:auto}.vendor-logo{padding:30px 20px;text-align:center;border-bottom:1px solid rgba(255,255,255,.1);border-radius:5px}.logo-placeholder{background-color:#fff;color:#000;padding:8px 30px;border-radius:8px;font-weight:600;display:inline-block}.vendor-nav{flex:1;padding:20px 0}.nav-section{margin-bottom:5px}.nav-item{display:flex;align-items:center;padding:15px 25px;color:#fffc;text-decoration:none;transition:all .3s ease;cursor:pointer}.nav-item:hover{background-color:#ffffff1a;color:#fff}.nav-item.active{background-color:#ffffff26;color:#fff;border-left:4px solid #6fba82}.nav-icon{font-size:20px;margin-right:15px;width:24px;display:inline-block}.nav-icon img{height:18px;width:18px}.nav-text{font-size:16px;font-weight:600;font-family:Open Sans,sans-serif}.nav-submenu{padding-left:60px;margin-top:5px}.nav-subitem{display:block;padding:10px 0;color:#ffffffb3;text-decoration:none;font-size:14px;transition:color .3s ease}.nav-subitem:hover{color:#fff}.nav-subitem.active{color:#fff;font-weight:600}.vendor-logout{padding:20px;border-top:1px solid rgba(255,255,255,.1);justify-content:center;text-align:center;align-items:center}.logout-btn{width:85%;display:flex;padding:10px 16px;background-color:transparent;border:.5px solid rgba(255,255,255,1);color:#fff;border-radius:5px;cursor:pointer;transition:all .3s ease;justify-content:center;text-align:center;align-items:center;font-weight:400;font-size:14px;margin-left:15px}.logout-btn:hover{background-color:#ffffff1a;border-color:#ffffff80}.logout-btn .nav-icon{margin-right:10px}.product-listing-progress{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 8px #00000014;position:sticky;top:20px}.progress-header{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}.progress-header h3{font-size:20px;font-weight:700;color:#000;margin-bottom:15px;font-family:Open Sans,sans-serif}.progress-bar-container{display:flex;align-items:center;gap:15px}.progress-bar{flex:1;height:8px;background:#e5e7eb;border-radius:10px;overflow:hidden}.progress-fill{height:100%;background:#346322;border-radius:10px;transition:width .5s ease}.progress-count{font-size:16px;font-weight:700;color:#000;min-width:30px;text-align:right}.progress-steps{display:flex;flex-direction:column;gap:20px}.progress-step{display:flex;gap:15px}.step-indicator{display:flex;flex-direction:column;align-items:center;position:relative}.step-circle{width:24px;height:24px;border-radius:50%;border:2px solid #e5e7eb;background:#fff;display:flex;font-size:14px;color:#fff;position:relative;z-index:1;flex-shrink:0;align-items:center;justify-content:center}.step-circle.completed{background:#346322;border-color:#346322}.step-circle.current{border-color:#346322;border-width:3px;background:#fff}.step-line{width:2px;flex:1;background:#727272;margin:5px 0 -13px;min-height:48px;align-items:center}.step-content{flex:1;padding-top:5px}.step-content h4{font-size:18px;font-weight:700;color:#000;margin-top:-5px;line-height:1.4;font-family:Open Sans,sans-serif}.step-content h4.current-step{color:#1a1a1a;font-weight:600}.compliance-details-form{background:#fff;border-radius:12px;padding:30px;box-shadow:0 1px 5px #00000040}.section-title{font-size:20px;font-weight:600;color:#000;margin-bottom:15px;padding-bottom:15px;font-family:Open Sans,sans-serif}.form-group{margin-bottom:20px}.form-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.form-label.required{font-family:Open Sans,sans-serif;font-size:16px;font-weight:600;color:#616060}.form-select option{font-size:14px;font-family:Open Sans,sans-serif;font-weight:400;color:#a1a1a1}.form-select option[value=""]{font-size:14px;font-family:Open Sans,sans-serif;font-weight:500;color:#a1a1a1!important;font-style:italic}.form-input,.form-select,.form-textarea{width:100%;padding:12px 16px;font-size:14px;border:.5px solid rgba(97,96,96,1);border-radius:5px;transition:all .3s ease;font-family:inherit;background-color:#fff}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#2d5f3f;box-shadow:0 0 0 3px #2d5f3f1a}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af;font-size:14px;font-weight:400;font-family:Open Sans,sans-serif;color:#a1a1a1}.form-select{appearance:none;background-image:none;background-repeat:no-repeat;background-position:right 16px center;padding-right:40px;cursor:pointer}.select-wrapper{position:relative;display:inline-block;width:100%}.select-arrow-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none;font-size:24px!important}.form-select[value=""]{color:#a1a1a1;font-weight:500;font-family:Open Sans,sans-serif;font-size:14px}.form-select:not([value=""]){color:#a1a1a1;font-weight:400;font-size:14px;font-family:Open Sans,sans-serif}.form-textarea{resize:vertical;min-height:80px}.input-with-icon{position:relative}.input-with-icon .form-input,.input-with-icon .form-textarea{padding-right:45px}.input-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:18px;color:#9ca3af;pointer-events:none}.input-icon img{width:18px;height:18px}.input-with-icon .form-textarea+.input-icon{top:16px;transform:none}.radio-group{display:flex;flex-direction:column;gap:10px}.radio-label{display:flex;align-items:center;gap:10px;cursor:pointer;padding:8px 0}.radio-label input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:18px;height:18px;border:2px solid rgba(97,96,96,1);border-radius:3px;cursor:pointer;position:relative;background-color:#fff;transition:all .2s ease}.radio-label input[type=radio]:checked{background-color:#616060;border-color:#616060}.radio-label input[type=radio]:checked:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.radio-label span{font-size:14px;color:#374151;font-weight:400;color:#a1a1a1}.form-label{font-family:Open Sans,sans-serif;font-size:16px;font-weight:600;color:#616060}.file-upload-area{border:.5px solid rgba(114,114,114,1);border-radius:10px;padding:40px;background-color:#f9fafb;transition:all .3s ease;cursor:pointer;position:relative;text-align:center;align-items:center;flex-direction:column}.file-upload-area:hover{border-color:#2d5f3f;background-color:#f0f9f4}.upload-icon{display:flex;justify-content:center;align-items:center;margin-bottom:10px}.upload-icon img{height:35px;width:35px}.upload-text{font-size:14px;color:#a1a1a1;margin:0;font-weight:400}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.btn-primary,.btn-secondary{padding:6px 20px;font-size:14px;font-weight:400;border-radius:5px;border:none;cursor:pointer;transition:all .3s ease}.btn-primary{background:#346322;color:#fff}.btn-secondary{background:#fff;color:#346322;border:1px solid rgba(52,99,34,1)}.images-media-form{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px #0000000d}.form-section{margin-bottom:30px}.section-title{font-size:20px;font-weight:600;color:#000;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #f3f4f6;font-family:Open Sans,sans-serif}.form-group{margin-bottom:30px}.form-label{display:block;font-size:16px;font-weight:600;color:#616060;margin-bottom:12px;font-family:Open Sans,sans-serif}.form-label.required:after{content:" *";color:#ef4444}.file-input-hidden{display:none}.main-image-upload{margin-bottom:30px}.upload-box{border:1.5px dashed #d1d5db;border-radius:10px;background-color:#f9fafb;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.upload-box:hover{border-color:#2d5f3f;background-color:#f0f9f4}.main-upload{padding:50px;min-height:180px}.upload-icon-svg{font-size:48px!important;color:#9ca3af;margin-bottom:15px}.upload-text{font-size:14px;color:#a1a1a1;text-align:center;line-height:1.6;margin:0;font-family:Open Sans,sans-serif}.gallery-images-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.gallery-image-item{aspect-ratio:1}.gallery-upload{width:100%;height:100%;padding:20px}.upload-icon-svg-small{font-size:32px!important;color:#9ca3af;margin-bottom:8px}.upload-text-small{font-size:12px;color:#a1a1a1;margin:0;font-family:Open Sans,sans-serif}.form-actions{display:flex;justify-content:flex-end;gap:15px;padding-top:30px;border-top:1px solid #f3f4f6;margin-top:30px}.btn-primary,.btn-secondary{padding:12px 32px;font-size:14px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease}.btn-primary{background:#2d5f3f;color:#fff}.btn-primary:hover{background:#1f4530;transform:translateY(-2px);box-shadow:0 4px 12px #2d5f3f4d}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}@media(max-width:768px){.gallery-images-grid{grid-template-columns:repeat(2,1fr);gap:15px}.main-upload{padding:30px;min-height:150px}}.vendor-dashboard{display:flex;min-height:100vh;background-color:#f9fafb}.vendor-main{flex:1;margin-left:280px;display:flex;flex-direction:column}.vendor-header{background:#fff;padding:20px 40px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:flex-end;align-items:center;position:sticky;top:0;z-index:10}.header-right{display:flex;align-items:center;gap:25px}.notification-icon{position:relative;cursor:pointer;height:26px;width:26px;color:#6b7280;transition:color .3s ease}.user-profile{display:flex;align-items:center;gap:12px;cursor:pointer;border-radius:8px;transition:background-color .3s ease}.user-profile img{height:26px;width:26px}.user-info{display:flex;flex-direction:column;gap:2px}.user-avatar{font-size:10px;font-weight:600;color:#000;line-height:1.2}.user-name{font-size:10px;font-weight:700;color:#757575;line-height:1.2}.dropdown-arrow{font-size:10px;color:#000}.dropdown-arrow svg{height:24px;width:24px}.vendor-content{display:grid;grid-template-columns:1fr 350px;gap:30px;padding:40px;max-width:1600px;width:100%}.content-main,.content-sidebar{min-width:0}.form-header{margin-top:15px;margin-bottom:-10px;margin-left:3rem}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:#6b7280;margin-bottom:12px;font-weight:400;font-family:Open Sans,sans-serif}.breadcrumb-item{color:#727272}.breadcrumb-item.active{color:#000;font-weight:500}.breadcrumb-separator{color:#d1d5db}.form-title{font-size:27px;font-weight:700;font-family:Open Sans,sans-serif;color:#000;margin:0}.breadcrumb-separator svg{color:#727272;height:16px;width:20px;display:flex}@media(max-width:1200px){.vendor-content{grid-template-columns:1fr}.content-sidebar{order:-1}}@media(max-width:768px){.vendor-main{margin-left:0}.vendor-header{padding:15px 20px}.vendor-content{padding:20px;gap:20px}}.Hero__Section4{position:relative;width:100%;height:100vh;background-size:contain;background-position:left;background-repeat:no-repeat;overflow:hidden;background-color:#e4fbdd}.navbar{display:none}.Hero__Content{position:relative;width:100%;height:100%;display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:2rem;padding:8rem 4rem 4rem;z-index:10}.Hero__LeftContent{display:flex;flex-direction:column;justify-content:center;padding-left:4rem}.Hero__Subtitle{color:#346322;font-weight:700;font-size:1rem;margin-bottom:.5rem;font-size:20px;font-family:Open-Sans,sans-serif!important}.Hero__Title{font-size:5rem;font-weight:700;color:#454341;margin:.5rem 0 1rem;line-height:1;font-size:90px}.Hero__Description{font-size:15px;color:#42483c;line-height:1.6;margin-bottom:2rem;font-weight:600}.Hero__Buttons{display:flex;gap:1.5rem;align-items:center;flex-direction:column;align-items:flex-start}.Hero__BtnPrimary{background-color:#346322;color:#fff;border:none;padding:.5rem 1.5rem;cursor:pointer;transition:.3s ease;font-weight:600;border-radius:10px;font-size:25px;box-shadow:4px 8px 16px #34632233}.Hero__BtnPrimary:hover{background-color:#2f5e4d;transform:translateY(-2px);box-shadow:0 4px 12px #3b755f4d}.Hero__BtnLink{text-decoration:underline;text-underline-offset:5px;color:#454341;font-weight:700;font-size:15px;transition:color .3s;align-items:center;display:flex}.Hero__BtnLink:hover{color:#3b755f;text-decoration:underline}.Hero__CenterContent{display:flex;align-items:center;justify-content:center}.Hero__Image{position:relative;z-index:5}.Hero__MainImage{width:100%;max-width:600px;height:auto;filter:drop-shadow(0 15px 35px rgba(0,0,0,.15))}.Hero__RightContent{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:2rem;padding-right:2rem}.Hero__NewArrivalBadge{position:relative;width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:10rem}.Hero__BadgeText{text-align:center;animation:counterRotate 20s linear infinite}.Hero__BadgeTop{font-size:.7rem;font-weight:600;color:#3b755f;letter-spacing:1px}.Hero__BadgeBottom{font-size:1.2rem;font-weight:700;color:#1e293b}.Hero__ProductCard{padding:1.5rem;width:280px;transition:transform .3s ease,box-shadow .3s ease}.Hero__ProductImageWrapper{position:relative;width:100%;height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.Hero__ProductBg{position:absolute;width:70%;height:100%;object-fit:contain;z-index:1}.Hero__ProductTop{position:relative;width:80%;height:85%;object-fit:contain;z-index:2;margin-top:50px}.Hero__ProductPrice{font-size:25px;font-weight:700;color:#454341;text-align:center;background:#fff;padding:.75rem 1.5rem;border-radius:.75rem;margin-bottom:1rem;box-shadow:0 2px 8px #00000014;margin-top:-32px}.Hero__ProductInfo{margin-top:1rem}.Hero__ProductTitle{font-size:20px;font-weight:700;color:#454341;margin-bottom:.5rem;font-family:Open-Sans,sans-serif!important}.Hero__ProductDesc{font-size:12px;color:#454341;line-height:1.6;margin-bottom:1rem;font-weight:400}.Hero__ProductLink{display:inline-flex;align-items:center;color:#454341;font-weight:700;text-decoration:underline;text-underline-offset:4px;font-size:12px;transition:color .3s}.Hero__ProductLink:hover{color:#2f5e4d;text-decoration:underline}@media(max-width:768px){.Hero__NewArrivalBadge,.Hero__RightContent{display:none}}@media(max-width:1200px){.Hero__Content{grid-template-columns:1fr;gap:3rem;padding:7rem 2rem 2rem}.Hero__LeftContent,.Hero__RightContent{align-items:center;text-align:center}.Hero__Title{font-size:4rem}.Hero__MainImage{max-width:400px}.Hero__ProductCard{width:100%;max-width:320px}}@media(max-width:768px){.Hero__Title{font-size:3rem}.Hero__MainImage{max-width:300px}.Hero__Content{padding:6rem 1.5rem 0rem 0rem}}@media(max-width:768px){.Hero__LeftContent{align-items:flex-start;text-align:left;padding-left:2.5rem}.Hero__Buttons,.Hero__BtnLink{justify-content:flex-start}}@media(max-width:768px){.Hero__BtnLink{display:none}}.Hero__BtnLinkk{display:none}@media(max-width:768px){.Hero__BtnLinkk{display:inline-flex;justify-content:flex-start}}.recommended-title{color:#fff;font-size:48px;font-weight:700;margin-bottom:10px}.recommended-card{background-color:#eaffdc;border-radius:16px;padding:14px;box-shadow:0 8px 20px #0000002e;display:flex;flex-direction:column}.rating5{font-size:12px;color:#f4b400;margin:6px 0 10px;display:flex;flex-direction:column!important;align-items:flex-start}.reviews12{display:block;font-size:9px;color:#a8a6a6;font-weight:600}.buy-btn2{background-color:#61954f;color:#fff;border:none;border-radius:8px;padding:6px!important;font-size:20px!important;font-weight:700;cursor:pointer;margin-bottom:8px;width:100%;text-align:center!important;display:flex;justify-content:center;align-items:center}.buy-btn2:hover{background-color:#5b8345}.cart-btn2{background-color:#346322;color:#fff;border:none;border-radius:8px;padding:6px!important;font-size:20px!important;font-weight:700;cursor:pointer;width:100%}.cart-btn2:hover{background-color:#355b23}@media(max-width:768px){.recommended{padding:40px 12px}.recommended-grid{display:flex!important;flex-wrap:nowrap!important;flex-direction:row!important;gap:16px;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:1.5rem;padding-left:12px;padding-right:12px;scrollbar-width:none;-ms-overflow-style:none}.recommended-grid::-webkit-scrollbar{display:none}.recommended-card{flex:0 0 calc(100% - 40px)!important;min-width:250px!important;max-width:320px!important;scroll-snap-align:center;height:auto;padding:16px!important}.product-image{height:160px!important;margin:10px 0 20px!important}.buy-btn2,.cart-btn2{font-size:16px!important;padding:10px!important}}.recommended{background-color:#6c9850;padding:60px 80px}.recommended-title{color:#fff;font-size:42px;font-weight:700;margin-bottom:10px}.recommended-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.recommended-card{background-color:#eaffdc;border-radius:14px;padding:16px;box-shadow:0 8px 20px #0000002e;display:flex;flex-direction:column}.card-header h4{font-size:14px;font-weight:600;color:#1d3b1a}.price{font-size:13px;font-weight:600;color:#1d3b1a}.rating6{font-size:12px;color:#f4b400;margin:6px 0 12px;display:flex;flex-direction:column}.rating span{color:#5f6f5f;margin-left:0}.reviews2{display:block;font-size:9px;color:#a8a6a6;font-weight:600}.product-image{display:flex;justify-content:center;align-items:center;margin:20px 0 30px}.product-image img{width:150px;height:auto;object-fit:contain}.buy-btn3{background-color:#6c9850;color:#fff;border:none;border-radius:8px;padding:6px;font-size:20px;font-weight:600;cursor:pointer;margin-bottom:10px}.buy-btn3:hover{background-color:#5b8345}.cart-btn3{background-color:#3f6b2a;color:#fff;border:none;border-radius:8px;padding:6px;font-size:20px;font-weight:600;cursor:pointer}.cart-btn3:hover{background-color:#355b23}@media(max-width:768px){.recommended{padding:40px 12px}.recommended-grid{display:flex!important;flex-wrap:nowrap!important;flex-direction:row!important;gap:16px;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:1.5rem;padding-left:12px;padding-right:12px;scrollbar-width:none;-ms-overflow-style:none}.recommended-grid::-webkit-scrollbar{display:none}.recommended-card{flex:0 0 calc(100% - 40px)!important;min-width:250px!important;max-width:320px!important;scroll-snap-align:center;height:auto;padding:16px!important}.product-image{height:160px!important;margin:10px 0 20px!important}.buy-btn3,.cart-btn3{font-size:16px!important;padding:10px!important}}.header__container{position:absolute;width:100%;z-index:100;top:0;left:0;background:#e4fbdd;background-size:900px auto;background-repeat:no-repeat;background-position:left top;background-attachment:scroll}.mobile-login-btn2,.divider3{display:none}.guest-navbar{visibility:visible!important}.header__wrapper{margin:0 auto;padding:1.25rem 1.5rem}.user__name-tooltip{cursor:pointer}.header__content{display:flex;align-items:center;justify-content:space-between}.NavBar__Logo{height:2.5rem;width:auto}.header__navigation{display:flex;align-items:center;gap:3rem}.navigation__link{position:relative;text-decoration:none;color:#454341;font-size:15px;font-weight:700}.navigation__link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background-color:#454341;transition:width .3s ease}.navigation__link:hover:after,.navigation__link.active:after{width:100%}.navigation__link:hover,.navigation__link.active{color:#454341}.header__icons{display:flex;align-items:center;gap:1.5rem;margin-right:4rem}.search__input-wrapper{position:relative;display:flex;align-items:center}.search__input-wrapper .search__icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#374151;pointer-events:none}.search__input{padding:.5rem 1rem;padding-left:36px;border:1px solid #d1d5db;border-radius:20px;outline:none;font-size:14px;width:200px;background-color:#fff;transition:all .3s ease}.search__input:focus{border-color:#346322;box-shadow:0 0 0 3px #3463221a;width:250px}.search__input::placeholder{color:#9ca3af}.icon__button{color:#374151;background:none;border:none;cursor:pointer;transition:color .3s ease}.icon__button:hover{color:#111827}.user__greeting{display:flex;align-items:center;gap:.5rem;padding:.5rem .7rem;background:transparent;border-radius:15px;cursor:pointer;transition:background-color .3s ease;border:1px solid rgba(55,65,81,.2)}.user__greeting:hover{background-color:#fff}.user__icon{color:#374151;flex-shrink:0}.user__text{display:flex;flex-direction:column;line-height:1.2}.user__hello{font-size:10px;color:#6b7280;font-weight:400}.user__name{font-size:10px;color:#111827;font-weight:700}.NavBar__section{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-menu-btn,.mobile-login-btn,.mobile-logout-btn{display:none}@media(max-width:768px){.mobile-menu-btn{display:flex;background:none;border:none;cursor:pointer;padding:0}.NavBar__section{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:10px 14px}.NavBar__header{display:none;position:absolute;top:100%;left:0;right:0;background:#e4fbdd;padding:1rem;box-shadow:0 4px 6px #0000001a;z-index:99}.NavBar__header.mobile-menu-open{display:block}.mobile-login-btn2{display:flex;align-items:center;gap:14px;width:fit-content;padding:12px 16px;background:transparent;border:none;border:1px solid rgba(69,67,65,1);cursor:pointer;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px;border-radius:25px}.hello{font-size:15px}.mobile-login-btn2 img{width:32px;height:32px}.divider3{background:#000;margin:15px 0}.column1{text-align:left}.log{color:#454341;font-size:15px;font-weight:700}.mobile-login-btn:hover{background:#c5debd}.mobile-logout-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;background:#e4fbdd;border:none;border-top:1px solid rgba(0,0,0,.1);cursor:pointer;font-size:14px;font-weight:600;color:#dc2626;margin-top:8px}.logout-arrow img{font-size:16px;width:16px;height:16px;color:#dc2626}.NavBar__header.mobile-menu-open .header__navigation{flex-direction:column;align-items:flex-start;gap:1rem}.NavBar__Logo{justify-self:center;height:36px;padding-left:2rem}.header__container{background-size:900px auto;background-position:left top}.header__icons{gap:12px;margin-right:1rem;margin-left:1rem}.header__icons button:last-child{display:none}.search__input{width:135px;font-size:10px;text-align:left!important}.search__input:focus{width:160px}.search__input::placeholder{text-align:left!important;position:relative;left:0rem}.search__icon{width:12px;height:12px}}@media(max-width:420px){.NavBar__Logo{height:32px;padding-left:1rem}.search__input{width:120px;font-size:12px}.search__input:focus{width:180px}}@media(max-width:360px){.header__wrapper{padding:.6rem}.NavBar__Logo{height:28px;padding-left:.6rem}.search__input{width:100px;font-size:12px;padding-left:34px}.search__input:focus{width:140px}.header__icons{gap:8px;margin-right:.6rem}}.register-popup-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.register-popup-container{background:#e4fbdd;border-radius:12px;max-width:400px;width:90%;max-height:90vh;position:relative;border:1px solid #c3e6b4;display:flex;flex-direction:column;overflow:hidden}.register-popup{display:flex;flex-direction:column;height:100%;overflow:hidden}.register-popup-header{position:sticky;top:0;background:#e4fbdd;z-index:10;padding:20px 20px 10px}.register-popup-content{flex:1;overflow-y:auto;padding:10px 20px 20px}.popup-title{font-size:30px;font-weight:700;color:#000;margin-bottom:10px;text-align:center;font-family:open-sans,sans-serif!important}.encryption-notice{display:flex;align-items:center;justify-content:center;gap:8px;color:#346322;font-size:14px!important;margin-bottom:10px;font-weight:700!important;font-family:Open-Sans,sans-serif!important}.register-popup-form{display:flex;flex-direction:column;gap:18px}.form-field label span{color:#d80104;height:5px!important;width:5px!important}.form-field label{font-size:18px;font-weight:700;color:#000!important;margin-bottom:4px;font-family:Open-Sans,sans-serif!important}.form-field input{padding:10px 12px;border:1px solid rgba(52,99,34,1)!important;border-radius:10px;font-size:14px;background:#e4fbdd!important;color:#333;width:100%;box-sizing:border-box;font-family:inherit}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{padding-right:45px}.password-toggle-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s}.password-toggle-btn:hover{opacity:1}.password-toggle-btn img{width:20px;height:20px;object-fit:contain}.password-requirements{margin-top:8px!important;color:#727272;font-weight:600}.password-requirements p{margin-bottom:4px;font-weight:600;font-size:9.5px!important;font-family:Open-Sans,sans-serif!important;color:#d80104}.terms-checkbox-container{margin:5px 0;margin-top:0!important}.checkbox-text{font-size:13px!important;color:#454341;line-height:1.4;font-weight:600!important;font-family:Open-Sans,sans-serif!important}.checkbox-text a:hover{text-decoration:underline}.register-submit-btn{background:#346322;color:#fff;border:none;padding:12px;border-radius:30px;font-size:18px;font-weight:700;cursor:pointer;width:100%;margin-top:-5px;transition:background .2s;font-family:inherit;font-family:Open-Sans,sans-serif!important}.register-submit-btn:hover{background:#2a511b}.register-submit-btn:disabled{opacity:.5;cursor:not-allowed}.popup-divider{display:flex;align-items:center;margin:20px 0;color:#898686}.popup-divider:before,.popup-divider:after{content:"";flex:1;height:1px;background:#ccc}.divider-text{padding:0 12px;font-size:14px;color:#727272;background:#e4fbdd;font-weight:700}.google-signup-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:11px;background:#e4fbdd!important;border:1px solid rgba(52,99,34,1)!important;border-radius:10px!important;font-size:14px;font-weight:500;color:#727272!important;cursor:pointer;transition:all .2s;font-family:inherit}.google-signup-btn img{width:18px;height:18px}.login-link{text-align:center;margin-top:20px;font-size:14px;color:#727272;font-weight:600}.login-link-btn{background:none;border:none;color:#000;text-decoration:none;font-weight:700;cursor:pointer;padding:0;font-size:14px;font-family:inherit;margin-left:4px}.login-link-btn:hover{text-decoration:underline}.form-field input.error{border-color:#d80104!important;background-color:#fef2f2}.error-message{color:#d80104;font-size:12px;font-weight:400;margin-top:4px;display:block;font-family:Open-Sans,sans-serif}.success-screen{text-align:center;padding:40px 30px;min-height:300px;display:flex;flex-direction:column;justify-content:center}.success-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.success-icon{font-size:64px;color:#346322;margin-bottom:20px}.success-title{font-size:28px;font-weight:600;color:#000;margin-bottom:15px;font-family:Georgia,serif}.success-message{font-size:16px;color:#666;margin-top:10px}@media(max-width:480px){.register-popup-container{width:95%;padding:15px;max-height:85vh}.popup-title{font-size:22px;margin-bottom:15px}.popup-close-btn{top:10px;right:10px;width:25px;height:25px;font-size:22px}.encryption-notice{font-size:13px;margin-bottom:20px}.register-popup-form{gap:15px}.success-icon{font-size:48px}.success-title{font-size:24px}.success-message{font-size:14px}.success-screen{padding:30px 20px;min-height:250px}}@media(min-width:768px){.register-popup-container{max-width:420px}}.login-popup-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.login-popup-container{background:#e4fbdd;border-radius:12px;padding:20px;max-width:400px;width:90%;max-height:90vh;overflow-y:auto;position:relative;border:1px solid #c3e6b4}.login-popup{padding:10px;margin:15px 10px}.popup-close-btn{position:absolute;top:15px;right:15px;background:none;border:none;font-size:28px;color:#666;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;z-index:10000}.popup-close-btn:hover{background:#0000001a;color:#333}.popup-title{font-size:24px;font-weight:600;color:#000;margin-bottom:20px;text-align:center;font-family:Georgia,serif}.encryption-notice{display:flex;align-items:center;justify-content:center;gap:8px;color:#346322;font-size:14px;margin-bottom:25px}.encryption-notice span{font-size:14px!important;font-weight:700!important;font-family:Open-Sans,sans-serif!important}.lock-icon{font-size:14px}.login-popup-form{display:flex;flex-direction:column;gap:18px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:18px;font-weight:700;color:#333;margin-bottom:4px}.form-field input{padding:10px 12px;border:1px solid #ccc;border-radius:10px;font-size:14px;background:#fff;color:#333;width:100%;box-sizing:border-box;font-family:inherit}.form-field input:focus{outline:none;border-color:#346322;box-shadow:0 0 0 2px #3463221a}.form-field input::placeholder{color:#999}.password-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.password-input-wrapper input{padding-right:45px;width:100%}.password-toggle-icon{position:absolute;right:12px;width:20px;height:20px;cursor:pointer;object-fit:contain;transition:opacity .2s}.password-toggle-icon:hover{opacity:.7}.password-toggle-btn{position:absolute;right:12px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;transition:opacity .2s}.password-toggle-btn:hover{opacity:.7}.password-toggle-btn .eye-icon{width:20px;height:20px;object-fit:contain}.password-field-container{display:flex;flex-direction:column;gap:6px}.password-field-container label{font-size:14px;font-weight:600;color:#333;margin-bottom:4px}.forgot-password-container{display:flex;justify-content:flex-end;margin-top:8px}.forgot-password-btn{background:none;border:none;color:#346322;font-size:10px;font-weight:600;cursor:pointer;padding:4px 0;text-decoration:none;font-family:inherit}.forgot-password-btn:hover{text-decoration:underline}.password-requirements{margin-top:8px;font-size:12px;color:#666}.password-requirements p{margin-bottom:4px;font-weight:500}.checkbox-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer}.checkbox-label input[type=checkbox]{margin-top:3px;width:16px;height:16px;border-radius:4px;border:1.5px solid #999;cursor:pointer;flex-shrink:0;accent-color:#346322}.checkbox-label input[type=checkbox]:checked{background:#346322;border-color:#346322}.checkbox-text{font-size:14px;color:#454341;line-height:1.4;font-weight:600}.checkbox-text a{color:#346322;text-decoration:none;font-weight:500}.login-submit-btn{background:#346322;color:#fff;border:none;padding:12px;border-radius:30px;font-size:18px;font-weight:700;cursor:pointer;width:100%;margin-top:5px;transition:background .2s;font-family:inherit}.login-submit-btn:hover{background:#2a511b}.login-submit-btn:disabled{opacity:.5;cursor:not-allowed}.popup-divider{display:flex;align-items:center;margin:20px 0;color:#999}.popup-divider:before,.popup-divider:after{content:"";flex:1;height:1px;background:#898686}.divider-text{padding:0 12px;font-size:14px;color:#727272;background:#e4fbdd;font-weight:600}.google-signup-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:11px;background:#fff;border:1px solid #ddd;border-radius:6px;font-size:14px;font-weight:600;color:#727272;cursor:pointer;transition:all .2s;font-family:inherit}.google-signup-btn:hover{background:#f8f8f8;border-color:#bbb}.google-signin-wrap{display:flex;justify-content:center;margin:20px 0}.google-signin-button{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 24px;background:transparent;border:1px solid rgba(52,99,34,1);border-radius:10px;font-size:14px;font-weight:600;color:#3c3c3c;cursor:pointer;transition:all .2s;font-family:inherit;min-width:250px;width:100%}.google-signin-button:hover:not(:disabled){background:#bedcb499;border-color:#89868680}.google-signin-button:disabled{opacity:.6;cursor:not-allowed}.google-signin-button .google-icon{width:20px;height:20px;object-fit:contain}.google-signin-button span{font-size:14px;font-weight:500}.register-link{text-align:center;margin-top:20px;font-size:14px;color:#727272;font-weight:600}.register-link-btn{background:none;border:none;color:#000;text-decoration:none;font-weight:700;cursor:pointer;padding:0;font-size:14px;font-family:inherit;margin-left:4px}.register-link-btn:hover{text-decoration:underline}.back-button{background:none;border:none;color:#346322;font-size:14px;font-weight:500;cursor:pointer;padding:8px 0;margin-bottom:10px;display:flex;align-items:center;gap:4px}.back-button:hover{text-decoration:underline}.verification-info{font-size:14px;color:#666;text-align:center;margin-bottom:20px;line-height:1.4}.resend-code-btn{background:none;border:none;color:#346322;font-size:12px;font-weight:500;cursor:pointer;padding:0;margin-top:8px;text-align:left;display:block}.resend-code-btn:hover{text-decoration:underline}.forgot-password-form .form-field{margin-bottom:10px}.forgot-password-btn{text-align:right;font-size:14px;font-weight:700;color:#346322}.verification-code-input{letter-spacing:8px;font-size:18px;font-weight:600;text-align:center}.reset-password-form .form-field{margin-bottom:15px}.verification-terms{margin:20px 0;padding:10px;background:#f0f9eb;border-radius:6px;border-left:3px solid #346322}.form-field input.error{border-color:#dc2626!important;background-color:#fef2f2}.error-message{color:#dc2626;font-size:12px;margin-top:4px;display:block}.terms-checkbox-container .error-message{margin-top:8px;margin-left:28px}@media(max-width:480px){.login-popup-container{width:95%;padding:15px;max-height:85vh}.popup-title{font-size:22px;margin-bottom:15px}.popup-close-btn{top:10px;right:10px;width:25px;height:25px;font-size:22px}.encryption-notice{font-size:13px;margin-bottom:20px}.login-popup-form{gap:15px}.verification-info,.back-button,.forgot-password-btn,.register-link,.register-link-btn{font-size:13px}}@media(min-width:768px){.login-popup-container{max-width:420px}}.products-page1{display:flex;gap:30px;background-color:#d6f0cc;padding:30px 40px;margin-top:4rem;position:relative}.desktop-only{display:block}.mobile-only{display:none}.filter-box .price-input{width:100px;max-width:100%}.range-slider{position:relative;width:100%;height:28px;margin-bottom:8px}.range-track{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:8px;background:#cfe6c6;border-radius:8px}.range-track:before,.range-track:after{content:none}.range-fill{position:absolute;top:50%;transform:translateY(-20%);height:8px;background:#6c9850;border-radius:8px;pointer-events:none}.range-track{pointer-events:none}.range-track{z-index:0}.range-fill{z-index:1}.range-input{-webkit-appearance:none;appearance:none;position:absolute;inset:0;width:100%;background:transparent;pointer-events:all}.range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#3f6b2a;box-shadow:0 0 0 3px #3f6b2a1f;cursor:pointer;pointer-events:all}.range-input::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#3f6b2a;border:none;cursor:pointer}.range-input::-webkit-slider-runnable-track{height:8px;background:transparent}.range-input::-moz-range-track{height:8px;background:transparent}.range-min{z-index:90}.range-max{z-index:100}.range-input.active{z-index:110!important}.applied-filters-label{display:block!important;font-size:14px;font-weight:600;margin-top:12px;margin-bottom:12px;font-family:Roboto,sans-serif}.active-filters img{width:15px;height:15px;align-items:center!important;text-align:center!important;justify-content:center!important;top:0!important;position:relative;margin-left:5px}.chip{background:#346322!important;color:#fff!important;padding:4px 10px!important;border-radius:0!important;font-size:14px!important;font-weight:400!important;align-items:center!important}.filters-btn-mobile3{color:#000;border:none;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;height:38px;width:auto;display:inline-flex;gap:8px;flex-direction:row!important;align-items:center}.filters-btn-mobile3 img{width:16px;height:16px}.sort-select1{display:flex;align-items:center;gap:0;overflow:hidden;border-radius:2px}.sort-label{background:#346322;color:#fff;padding:8px 16px;font-size:14px;font-weight:400;white-space:nowrap}.select-wrapper{position:relative;display:inline-block}.sort-select1 select{padding:8px 36px 8px 16px;border:1px solid rgba(52,99,34,1);border-radius:2px;background:#d6f0cc;color:#727272;font-size:14px;font-weight:400;outline:none;cursor:pointer;max-width:150px;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:38px}.sort-select1 select:focus{border-color:#3f6b2a;box-shadow:0 0 0 3px #3f6b2a1f}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:1.5rem;margin-top:1rem}.product-card{background:#e4fbdd!important;border-radius:16px;padding:14px;box-shadow:0 6px 18px #00000026;display:flex;flex-direction:column}.card-header{display:flex;justify-content:space-between;font-size:13px;font-weight:700;color:#1d3b1a}.card-header span{font-size:14px;font-weight:800;color:#000}.product-image{display:flex;justify-content:center;align-items:center;height:240px;margin-bottom:12px}.product-image img{width:100%;height:100%;object-fit:contain;transform:scale(1.3)!important}.mobile-only{display:none!important}.buy-btn5{background:#6c9850;color:#fff;border:none;border-radius:8px;padding:10px;font-weight:700;margin-bottom:8px;cursor:pointer}.cart-btn5{background:#3f6b2a;color:#fff;border:none;border-radius:8px;padding:10px;font-weight:700;cursor:pointer}@media(max-width:768px){.products-page1{flex-direction:column;gap:20px;padding:20px 16px;margin-top:6rem}.filters-overlay{display:block}.filters{display:none;position:fixed;bottom:0;left:0;width:100%;height:85vh;background-color:#d6f0cc;z-index:999;gap:16px;padding:20px 16px;overflow-y:auto;flex-direction:column;border-radius:20px 20px 0 0;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -4px 20px #0000001a}.filters.mobile-open{display:flex;transform:translateY(0)}.filters-header{display:flex;border-bottom:none!important}.products-content{flex:1;width:100%}.products-content h2{display:none}.price-values{gap:10px}.price-input-group{flex:0 0 calc(50% - 28px);max-width:calc(50% - 78px)}.applied-filters-label{display:block}.products-topbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;width:100%}.mobile-only{display:block!important}.products-topbar .left-controls{order:2}.products-topbar .right-controls{display:flex;align-items:center;gap:8px;width:100%}.products-topbar .right-controls .sort-select1{flex:1 1 auto;min-width:0;order:1}.mobile-only{display:none!important}.products-topbar .right-controls .filters-btn-mobile3{order:2;flex:0 0 auto}.sort-select1{display:flex;align-items:center;gap:0;flex:1;min-width:auto}.sort-select1 select{font-size:13px;padding:8px 12px;min-width:140px}.filters-btn-mobile{display:inline-block!important;flex-shrink:0}.active-filters{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:flex-start;width:100%;margin-bottom:16px}.chip{font-size:13px;padding:6px 12px;border-radius:4px}.clear-btn{font-size:11px;margin-left:0;white-space:nowrap}.products-grid{grid-template-columns:1fr;gap:16px;margin-top:16px;margin-bottom:1.5rem}.product-card{padding:16px;gap:8px}.product-image{height:180px;margin-bottom:8px}.product-image img{max-width:150px}.buy-btn5,.cart-btn5{font-size:14px;padding:12px}}@media(min-width:769px){.products-topbar{display:flex;align-items:center;gap:12px;width:100%}.active-filters{justify-content:flex-start;order:1;margin-right:auto}.sort-select1{order:2;margin-left:auto}.filters-btn-mobile3,.filters-btn-mobile{display:none!important}}.products-page2{display:flex;gap:30px;background-color:#d6f0cc;padding:30px 40px;margin-top:4rem;position:relative}.filters-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:998}.filters{width:260px;display:flex;flex-direction:column;gap:20px}.filters-header{display:none;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid rgba(69,67,65,1)}.filters-header h3{font-size:16px;font-weight:600;margin:0}.close-filters-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#454341;padding:0}.filter-box{background:#d6f0cc;border:1px solid rgba(69,67,65,1);border-radius:15px;padding:16px}.filter-box h4{font-size:15px;font-weight:600;margin-bottom:6px;font-family:Roboto,sans-serif}.filter-sub{font-size:10px;font-weight:400;color:#454341;margin-bottom:10px}.filter-box label{display:flex;justify-content:flex-start;align-items:flex-start;font-size:12px;margin-bottom:8px;cursor:pointer;font-weight:400;background:#d6f0cc;width:100%}.filter-box input[type=checkbox]{width:16px;height:16px;flex-shrink:0;margin-top:1px;cursor:pointer;margin-right:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(52,99,34,1);background-color:#d6f0cc;position:relative}.filter-box span{margin-left:auto;padding-left:8px;white-space:nowrap}.filter-box input[type=checkbox]:checked{background-color:#346322}.filter-box input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.price-slider{width:100%;height:6px;border-radius:5px;background:#6c9850;outline:none;-webkit-appearance:none;margin-bottom:12px}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#3f6b2a;cursor:pointer}.price-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#3f6b2a;cursor:pointer;border:none}.price-values{display:flex;justify-content:space-between;gap:10px;margin-top:8px}.price-input-group{display:flex;flex-direction:column;align-items:center;flex:1}.price-input{width:100%;padding:8px;border:1.5px solid #6c9850;border-radius:5px;background:#d6f0cc;font-size:12px;font-weight:400;color:#454341;text-align:center;outline:none;transition:border-color .3s ease}.price-input:focus{border-color:#3f6b2a}.price-input-group label{font-size:12px;font-weight:400;color:#454341;margin-top:4px;display:block;cursor:default}.products-content{flex:1}.products-content h2{font-size:15px;font-weight:600;font-family:Roboto,sans-serif}.applied-filters-label{display:none;font-size:14px;font-weight:600;margin-top:12px;margin-bottom:12px;font-family:Roboto,sans-serif}.products-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.active-filters{display:flex;gap:8px;flex-wrap:wrap;align-items:center;text-align:center;justify-content:center}.active-filters img{width:15px;height:15px;align-items:center!important;text-align:center!important;justify-content:center!important;top:3px;position:relative;margin-left:5px}.chip{background:#346322;color:#fff;padding:4px 10px;border-radius:0;font-size:14px;font-weight:400}.clear-btn{background:none;border:none;color:#454341;font-size:12px;cursor:pointer;font-weight:400;margin-left:1rem;border-bottom:1px solid rgba(69,67,65,1)}.filters-btn-mobile{display:none;background:#346322;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.sort-select2{display:flex;align-items:center;gap:0;overflow:hidden;border-radius:2px}.sort-label2{background:#346322;color:#fff;padding:8px 16px;font-size:14px;font-weight:400;white-space:nowrap}.select-wrapper2{position:relative;display:inline-block}.sort-select2 select{padding:8px 32px 8px 16px;border:1px solid rgba(52,99,34,1);height:38px;background:#d6f0cc;color:#727272;font-size:14px;font-weight:400;outline:none;cursor:pointer;min-width:160px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dropdown-icon{position:absolute;right:8px;top:50%;transform:translateY(-50%);pointer-events:none;color:#727272;font-size:20px!important}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.products-grid .product-card{background:#e4fbdd!important;border-radius:16px;padding:18px;box-shadow:0 6px 18px #00000026;display:flex;flex-direction:column;align-items:flex-start}.products-grid .card-header,.products-grid .card-header2{display:flex;justify-content:space-between;font-size:13px;font-weight:700;color:#1d3b1a;width:100%}.products-grid .card-header span{font-size:14px;font-weight:800;color:#000}.rating{font-size:12px;color:#f4b400;margin:6px 0 10px;flex-direction:column!important}.rating span{color:#a8a6a6;font-size:9px;font-weight:600;flex-direction:column!important}.product-image{display:flex;justify-content:center;align-items:center;height:220px;margin-bottom:12px;width:100%}.product-image img{width:auto;max-width:180px;height:100%;object-fit:contain;transform:none}.buy-btn5,.buy-btn,.buy-btn2{background:#6c9850;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-weight:700;margin-bottom:8px;cursor:pointer;width:100%}.cart-btn5,.cart-btn,.cart-btn2{background:#3f6b2a;color:#fff;border:none;border-radius:8px;padding:10px 14px;font-weight:700;cursor:pointer;width:100%}.filters-btn-mobile2{display:none}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.products-page2{flex-direction:column;gap:20px;padding:20px 16px;margin-top:6rem!important}.filters-overlay{display:block}.filters{display:none;position:fixed;bottom:0;left:0;width:100%;height:85vh;background-color:#d6f0cc;z-index:999;gap:16px;padding:20px 16px;overflow-y:auto;flex-direction:column;border-radius:20px 20px 0 0;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -4px 20px #0000001a}.select-wrapper2 select{font-size:11px!important}.filters.mobile-open{display:flex;transform:translateY(0)}.filters-header{display:flex}.products-content{flex:1;width:100%}.products-content h2{display:none}.applied-filters-label{display:block}.products-topbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;width:100%}.sort-select2{display:flex;align-items:center;gap:0;flex:1;min-width:auto}.sort-select2 select{font-size:13px;padding:8px 12px;min-width:140px}.filters-btn-mobile2{display:inline-flex;align-items:center;gap:8px}.filters-btn-mobile2 img{width:16px;height:16px}.active-filters{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:flex-start;width:100%;margin-bottom:16px}.chip{font-size:13px;padding:6px 12px;border-radius:4px}.clear-btn{font-size:11px;margin-left:0;white-space:nowrap}.products-grid{grid-template-columns:1fr;gap:16px;width:100%}.products-grid .product-card{padding:16px;gap:8px}.product-image{height:180px;margin-bottom:8px}.product-image img{max-width:150px}.buy-btn5,.buy-btn,.buy-btn2,.cart-btn5,.cart-btn,.cart-btn2{font-size:14px;padding:12px}}.product-page{background:#d6f0cc;padding:40px 80px;margin-top:4rem}.product-top{display:grid;grid-template-columns:1fr 1fr;gap:50px}.gallery{display:flex;flex-direction:column;max-width:600px}.main-image{width:600px;height:500px;object-fit:cover;border-radius:5px}.thumb-row{display:flex;align-items:center;gap:12px;margin-top:12px;justify-content:space-between}.thumb2{width:120px;height:110px;object-fit:cover;border-radius:6px;cursor:pointer;opacity:1;border:2px solid transparent}.thumb-nav{cursor:pointer;color:#727272!important}.thumb2.active{opacity:1;border-color:#6c9850}.info h1{font-size:40px;font-weight:700;font-family:Open Sans,sans-serif;margin-bottom:6px}.header-wrapper{display:flex;align-items:center;justify-content:space-between}.header-wrapper h1{font-size:39px;font-weight:900!important}.rating{color:#f4b400;font-size:14px;display:flex!important;flex-direction:row!important}.rating svg{width:20px;height:20px}.rating span{color:#a8a6a6;margin-left:6px;font-size:9px;font-weight:600}.weight2{margin:10px 0;color:#000;font-size:30px;font-weight:600}.price2{color:#346322;font-size:30px;margin:6px 0;font-weight:700;font-family:Open Sans,sans-serif}.row2-wrapping{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.privacy{display:flex;align-items:center;font-size:12px;color:#454341;font-weight:600}.privacy img{width:12px;height:12px;margin-left:6px}.shipping{font-size:17px;color:#727272;font-weight:600;font-family:Open Sans,sans-serif}.seller{margin:12px 0;font-size:13px;display:flex;flex-direction:row;align-items:center}.seller-icon{color:#346322;font-size:48px!important;width:35px!important;height:35px!important}.seller-info{justify-content:left;margin-left:10px;flex-direction:column;display:flex}.seller-info strong{font-size:14px;font-weight:400}.seller-info span{display:flex;flex-wrap:row;align-items:center;font-size:10px;font-weight:600;color:#616060}.seller-info span img{width:10px;height:12px;margin-left:6px}.seller-wrapper{display:flex;flex-direction:row;gap:24px}.chat-now-container{display:flex;align-items:center;justify-content:space-between;background:#d6f0cc;padding:12px 18px;border-radius:8px;margin:15px 0;box-shadow:0 2px 4px #00000014}.chat-seller-profile{display:flex;align-items:center;gap:12px}.chat-seller-icon{color:#346322;font-size:48px!important;width:42px!important;height:42px!important}.chat-seller-details{display:flex;flex-direction:column;gap:2px}.chat-seller-name{font-size:14px;font-weight:600;color:#000;font-family:Open Sans,sans-serif}.chat-seller-badge{font-size:11px;font-weight:500;color:#616060}.chat-now-button{color:#346322;border:none;border-radius:6px;font-size:17px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease;font-family:Open Sans,sans-serif}.chat-now-button img{width:16px;height:16px}.chat-now-button:active{transform:translateY(0)}.stock{color:#2d6b2f;font-weight:600;margin-bottom:8px}.stock-progress{width:100%;height:8px;background-color:#d9d9d9;border-radius:10px;overflow:hidden;margin-bottom:16px}.stock-bar{height:100%;background-color:#346322;transition:width .3s ease;border-radius:10px}.qty-row{display:flex;flex-direction:column;width:100%}.qty-row>span{font-size:20px;font-weight:600}.qty-box-wrapper{justify-content:space-between;align-items:center;display:flex;width:100%}.qty-icons{display:flex;gap:15px;align-items:center}.qty-icons img{height:25px;width:25px;cursor:pointer;color:#c60808}.qty-box{display:flex;border:1px solid #000000;border-radius:0;overflow:hidden;margin-top:10px;background:#e4fbdd}.qty-box button{background:transparent;border:none;padding:6px 12px;cursor:pointer}.qty-box span{padding:6px 14px}.qty-box>*:not(:last-child){border-right:1px solid rgba(0,0,0,1)}.qty-box>*{display:flex;align-items:center;justify-content:center;min-width:36px}.buy-btn{margin-top:40px;background:#61954f;color:#fff;border:none;padding:8px;border-radius:10px;font-weight:700;cursor:pointer;font-size:25px;box-shadow:0 4px 6px #0003;display:flex;align-items:center;justify-content:center;width:70%;position:relative}.cart-btn{margin-top:20px;background:#346322;color:#fff;border:none;padding:8px;border-radius:10px;font-weight:700;cursor:pointer;font-size:25px;box-shadow:0 4px 6px #0003;display:flex;align-items:center;justify-content:center;width:70%;position:relative}.buy-btn img,.cart-btn img{width:25px!important;height:25px!important;position:absolute;right:12px}.details{margin-top:40px;border:.5px solid #000000;border-radius:15px;padding:20px;background:#d6f0cc}.details p{margin-top:1.5rem!important;font-size:14px;font-weight:600}.details h3{margin-bottom:10px;font-size:18px;font-weight:700;font-family:Open Sans,sans-serif}.topic{font-size:14px;font-weight:600}.details ul{list-style-type:disc;margin-left:20px;padding-left:20px}.details ul li{margin-bottom:8px;font-size:14px;font-weight:400}.para{font-size:14px!important;font-weight:400!important}.details ol{list-style-type:decimal;margin-left:20px;padding-left:20px}.details ol li{margin-bottom:8px;font-size:14px;font-weight:400}@media(max-width:900px){.product-top{grid-template-columns:1fr}}@media(max-width:768px){.product-page{padding:20px 16px;margin-top:6rem}.product-top{grid-template-columns:1fr;gap:24px}.gallery{max-width:100%}.main-image{width:100%;height:auto;max-height:350px}.thumb-row{gap:8px}.thumb2{width:80px;height:75px}.thumb-nav{font-size:18px}.info h1{font-size:24px}.header-wrapper{flex-direction:column;align-items:flex-start;gap:8px}.header-wrapper h1{font-size:30px!important}.rating{font-size:12px}.rating svg{width:16px;height:16px}.weight2{font-size:20px;margin:0}.price2{font-size:24px}.row2-wrapping{flex-direction:row;align-items:center;gap:8px;margin-bottom:.5rem}.shipping{font-size:12px}.privacy{font-size:10px}.seller-wrapper{flex-direction:row;gap:32px;margin-bottom:.5rem}.seller{margin:8px 0}.seller-icon{font-size:36px!important;width:28px!important;height:28px!important}.seller-info strong{font-size:12px}.seller-info span{font-size:9px}.chat-now-container{padding:10px 14px;margin:12px 0}.chat-seller-icon{font-size:36px!important;width:32px!important;height:32px!important}.chat-seller-name{font-size:12px}.chat-seller-badge{font-size:10px}.chat-now-button{font-size:12px}.chat-now-button img{width:14px;height:14px}.stock{font-size:14px}.stock-progress{height:6px}.qty-row>span{font-size:16px}.qty-box-wrapper{flex-direction:row}.qty-icons img{height:20px;width:20px}.qty-box button{padding:5px 10px}.qty-box span{padding:5px 12px}.buy-btn,.cart-btn{width:100%;font-size:18px;padding:10px}.buy-btn{margin-top:24px}.cart-btn{margin-top:12px}.buy-btn img,.cart-btn img{width:20px!important;height:20px!important}.details{margin-top:24px;padding:16px}.details h3{font-size:16px}.details p{font-size:13px;margin-top:1rem!important}.topic{font-size:13px}.para{font-size:13px!important}.details ul li,.details ol li{font-size:13px}}@media(max-width:480px){.product-page{padding:16px 22px}.main-image{max-height:280px}.thumb2{width:65px;height:60px}.header-wrapper h1,.price2{font-size:20px}.buy-btn,.cart-btn{font-size:16px;padding:8px}}.recommended-title1{color:#454341;font-size:50px;font-weight:700;margin-bottom:10px}@media(max-width:768px){.recommended1{padding:20px 4px!important}.recommended-title1{font-size:30px!important;margin-bottom:16px!important;padding:0 6px!important}.recommended-grid{grid-template-columns:1fr!important;gap:16px!important;width:100%!important;max-width:100%!important;display:grid!important;padding:0!important;margin:0!important}.recommended-card{width:100%!important;max-width:100%!important;margin:0!important;box-sizing:border-box!important}.card-header h4,.price{font-size:13px!important}.rating{font-size:11px!important}.rating span{font-size:8px!important}.product-image{height:200px!important;margin:8px 0 12px!important}.buy-btn4,.cart-btn4{font-size:16px!important;padding:10px!important}}@media(max-width:480px){.recommended1{padding:16px 20px!important}.recommended-title1{font-size:50px!important;padding:0 5px!important}.recommended-grid{grid-template-columns:1fr!important;gap:12px!important;width:100%!important;max-width:100%!important;display:grid!important;padding:0!important;margin:0!important}.recommended-card{width:100%!important;max-width:100%!important;margin:0!important;box-sizing:border-box!important}.card-header h4,.price{font-size:12px!important}.product-image{height:180px!important}.buy-btn4,.cart-btn4{font-size:14px!important;padding:9px!important}}.recommended1{background-color:#d6f0cc;padding:60px 80px}.recommended-title2{color:#454341;font-size:50px;font-weight:700;margin-bottom:10px}.recommended-subtitle{color:#e8f4e2;max-width:620px;font-size:14px;line-height:1.6;margin-bottom:40px}.recommended-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.recommended-card{background-color:#e4fbdd;border-radius:16px;padding:14px;box-shadow:0 8px 20px #0000002e;display:flex;flex-direction:column}.card-header{display:flex;justify-content:space-between;align-items:center}.card-header h4{font-size:14px;font-weight:800;font-family:Roboto,sans-serif}.price{font-size:14px;font-weight:700;color:#1d3b1a}.rating{font-size:12px;color:#f4b400;margin:6px 0 10px;flex-direction:column;align-items:flex-start}.rating span{color:#a8a6a6;margin-left:0!important;font-size:9px;font-weight:600}.product-image{display:flex;justify-content:center;align-items:center;height:200px;margin:10px 0 14px;overflow:hidden}.product-image img{width:100%!important;height:100%!important;object-fit:contain;transform:scale(1.15)}.buy-btn4{background-color:#61954f;color:#fff;border:none;border-radius:8px;padding:10px;font-size:20px!important;font-weight:700;cursor:pointer;margin-bottom:8px;width:100%;text-align:center!important;display:flex;justify-content:center;align-items:center}.buy-btn4:hover{background-color:#5b8345}.cart-btn4{background-color:#346322;color:#fff;border:none;border-radius:8px;padding:10px;font-size:20px!important;font-weight:700;cursor:pointer;width:100%}.cart-btn4:hover{background-color:#355b23}@media(max-width:1200px){.recommended-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.recommended{padding:40px 20px}.recommended-grid{grid-template-columns:1fr}.product-image{height:220px}}:root{--rr-bg: rgba(214, 240, 204, 1);--rr-panel: rgba(214, 240, 204, 1);--rr-border: #cfe8cf;--rr-accent: #f7c948;--rr-text: #173d1f}.reviews-content{padding:0;border:.5px solid black;border-radius:15px}.ratings-reviews{background:var(--rr-bg);padding:10px 80px;border-radius:8px;font-family:Inter,Arial,sans-serif;color:var(--rr-text)}.rr-header4{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;padding:0!important}.rr-header-content4{border-bottom:.5px solid #000000;padding:0!important;position:relative}.rr-header4 h3{margin:0;font-size:20px;font-weight:700;font-family:Open Sans,sans-serif;padding:0 30px!important;color:#000}.rr-controls{display:flex;gap:12px;color:#2f5a32;padding:0 12px!important;align-items:center;border-radius:6px;position:relative}.rr-controls>div{background:transparent;padding:0 10px;border-radius:6px}.rr-controls>div:not(.divider-ver2){display:flex;align-items:center}.divider-ver2{width:1px;height:44px;background-color:#000!important;padding:0!important;margin:0 4px;position:relative}.rr-sort,.rr-filter{display:flex;align-items:center;gap:6px;flex-direction:row}.rr-sort img,.rr-filter img{width:16px;height:16px}.rr-summary{display:flex;gap:38px;padding:16px;background:var(--rr-panel);border-radius:6px;align-items:center}.rr-average{width:220px;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.rr-score{font-size:62px;font-weight:600;line-height:1}.rr-small{font-size:30px;margin-left:6px;color:#727272}.rr-count{font-size:12px;color:#454341;font-weight:400}.rr-stars,.rr-dist-stars{display:inline-flex;gap:4px;align-items:center}.rr-star{position:relative;display:inline-block;color:#00000026;line-height:1}.rr-star-base{color:#00000026;display:inline-block}.rr-star-fill{position:absolute;left:0;top:0;height:100%;white-space:nowrap;overflow:hidden;color:var(--rr-accent);display:inline-block}.rr-star-base,.rr-star-fill{pointer-events:none}.rr-distribution{display:flex;flex-direction:column;gap:8px;padding-top:6px;align-items:flex-start;margin-left:5rem}.rr-dist-row{display:flex;align-items:center;gap:12px;margin-bottom:4px}.rr-dist-label{width:48px;display:flex;align-items:center;gap:6px;justify-content:flex-end;padding-right:6px}.rr-dist-num{font-weight:700;color:var(--rr-text);margin-right:4px}.rr-dist-star{color:var(--rr-accent);font-size:14px}.rr-dist-bar{flex:0 0 320px;width:320px;height:12px;background:#0000000f;border-radius:6px;overflow:hidden}.rr-dist-fill{height:100%;background:linear-gradient(90deg,#f7c948,#ffd36b);border-radius:6px}.rr-list{display:flex;flex-direction:column;gap:10px}.rr-review-card{display:flex;justify-content:space-between;gap:12px;padding:18px;background:transparent}.rr-review-left{max-width:calc(100% - 140px)}.rr-review-meta{display:flex;gap:10px;align-items:center;margin-top:6px;color:#454341;font-size:12px;font-weight:400}.rr-verified{font-size:12px;color:#2f6b36;display:flex;flex-direction:row;align-items:center;gap:4px}.rr-verified img{width:16px;height:16px}.rr-review-text{margin:8px 0;color:#000000b3}.rr-review-right-mobile1{display:none}.rr-pagination2{display:flex;justify-content:flex-end;gap:8px;margin-top:14px;padding-bottom:22px;padding-right:12px}.rr-page{padding:6px 10px;border-radius:6px;border:1px solid rgba(114,114,114,1)!important;background:transparent;cursor:pointer}.rr-pagination{display:flex;justify-content:flex-end;gap:10px;margin-top:-75px;align-items:center;padding:0 20px}.rr-page{width:36px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid rgba(47,107,54,.12);background:transparent;cursor:pointer;font-weight:600;color:var(--rr-text)}.rr-page:hover{background:#2f6b360f}.rr-page.active{background:#2f6b36;color:#fff;border-color:#2f6b36}.rr-page:focus{outline:none;box-shadow:0 0 0 3px #2f6b3614}.ratings-reviews .rr-pagination .rr-page{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;max-width:36px!important;max-height:36px!important;line-height:36px!important;box-sizing:border-box;padding:0!important}.rr-review-right{width:140px;text-align:right;color:#00000073;align-self:flex-start}.rr-separator{width:100%;height:1px!important;margin:16px 0;background:#0000004d!important;border:none;display:block}.rr-images{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.rr-img{width:80px;height:80px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:8px;border:1px solid rgba(0,0,0,.1)}@media(max-width:768px){.ratings-reviews{padding:10px 16px}.reviews-content{border-radius:10px}.rr-header4{flex-direction:row;align-items:flex-start;gap:12px;padding:16px 16px 12px!important}.rr-header-content4{padding:0!important}.rr-header4 h3{font-size:18px!important;padding:0!important;width:100%}.rr-controls{width:100%;justify-content:flex-end;padding:0!important;gap:8px}.rr-sort img,.rr-filter img{font-size:12px;gap:4px}.text2,.divider-ver2{display:none}.rr-sort img,.rr-filter img{width:14px;height:14px}.divider-ver2{height:24px}.rr-summary{flex-direction:row;gap:20px;padding:20px 16px;align-items:stretch}.rr-average{width:100%;align-items:left;text-align:center}.rr-score{font-size:45px!important;color:#000}.rr-small{font-size:30px!important}.rr-count{font-size:12px;color:#454341}.rr-distribution{margin-left:0;width:100%;padding-top:0;gap:4px}.rr-dist-row{width:100%;margin-bottom:0}.rr-dist-row{justify-content:flex-end}.rr-dist-label{width:auto;flex-shrink:0}.rr-dist-num{padding:0}.rr-dist-bar{display:none}.rr-list{gap:0}.rr-review-card{flex-direction:column;padding:16px;gap:8px}.rr-review-left{max-width:100%}.top{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.rr-review-right-mobile1{display:block;font-size:12px!important;color:#454341}.rr-review-meta{flex-direction:row;align-items:flex-start;gap:14px}.rr-review-meta strong{font-size:13px}.rr-verified{font-size:11px}.rr-verified img{width:14px;height:14px}.rr-review-text{font-size:13px;margin:8px 0}.rr-images{gap:6px;flex-wrap:wrap}.rr-img{width:70px;height:70px}.rr-review-right{display:none}.rr-separator{width:100%;height:1px;margin:8px 0;background:#0000004d!important;border:none;display:block}.rr-pagination2{justify-content:center;margin-top:16px;padding:0 16px 22px;gap:6px}.rr-page{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important;line-height:32px!important;font-size:13px}}@media(max-width:480px){.ratings-reviews{padding:8px 22px}.rr-header4{padding:12px 12px 10px!important}.rr-header4 h3{font-size:14px}.rr-sort,.rr-filter{font-size:11px;padding:3px 6px!important}.rr-summary{padding:16px 12px}.rr-score{font-size:40px}.rr-small{font-size:20px}.rr-review-card{padding:12px}.rr-img{width:60px;height:60px}.rr-pagination{padding:0 12px 12px}.rr-page{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important;line-height:28px!important;font-size:12px}}.rar-itemBody{display:flex;align-items:center;gap:18px;justify-content:center}.rar-thumb{width:92px!important;height:92px!important;background:#e4fbdd;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:8px;box-shadow:inset 0 0 0 1px #00000008;border:1px solid rgb(158,158,158)}.rar-price{margin-top:6px;color:#000000e6;font-weight:500;font-size:15px}.rar-right4{width:160px;text-align:right;display:flex;flex-direction:column;gap:26px;align-items:flex-end}@media(max-width:768px){.rar-shell{flex-direction:column;gap:16px;padding:16px}.rar-sidebar{width:100%}.rar-title{font-size:20px;margin:4px 0 16px;display:flex;align-items:center;gap:8px}.rar-title svg{width:24px;height:24px}.rar-nav{flex-direction:row;gap:8px;padding-bottom:0;overflow-x:auto;justify-content:space-between;scrollbar-width:none;-ms-overflow-style:none}.rar-nav::-webkit-scrollbar{display:none}.rar-nav-link{padding:12px 16px;font-size:15px!important;font-weight:700;border:none;border-bottom:3px solid transparent;background:none;color:#454341;cursor:pointer;margin-bottom:-3px;white-space:nowrap;transition:all .3s ease}.rar-nav-link.rar-active{color:#346322;border-bottom-color:#346322;font-weight:600;text-decoration:none}.rar-nav-link:hover{text-decoration:none;color:#346322}.rar-main{flex:1;width:100%}.rar-listCard{padding:12px;gap:12px}.rar-item{padding:12px;margin-bottom:12px;background:#d6f0cc;border-radius:8px}.rar-itemHeader{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}.rar-meta{font-size:12px;flex:1;line-height:1.4}.rar-status{flex-shrink:0}.rar-statusPill{font-size:12px;padding:4px 10px;gap:4px}.rar-itemBody{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:12px}.rar-thumb{width:80px;height:80px;min-width:80px;background:#e4fbdd;border-radius:6px;display:flex;align-items:center;justify-content:center;padding:6px;border:1px solid rgba(158,158,158,.5)}.rar-thumb img{max-width:100%;max-height:100%;object-fit:contain}.rar-details{flex:1;display:flex;flex-direction:column;gap:6px}.rar-top-row{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:15px}.rar-nav-link.rar-active{font-weight:700;color:#346322;text-decoration:underline}.rar-productName{font-size:13px!important;font-weight:500;flex:1;line-height:1.3;white-space:nowrap;text-overflow:ellipsis}.rar-weight{font-size:13px;font-weight:400;margin-left:2px}.rar-qty{font-size:13px;white-space:nowrap;flex-shrink:0;color:#454341b3}.rar-price{font-size:13px;margin-top:0;margin-bottom:0;font-weight:600;color:#000000e6}.chat-with-seller{font-size:10px}.chat-with-seller img{width:10px;height:10px}.rar-right{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:right;gap:10px}.rar-total{font-size:13px;font-weight:600;color:#000000e6}.rar-detailsLink{font-size:12px;white-space:nowrap;color:#346322;text-decoration:none;flex-shrink:0}}.rrr-page{background:#e4fbdd;min-height:100vh;margin-top:5rem}.rrr-shell{max-width:100%;margin:0 auto;padding:20px 100px}.rrr-header{font-size:30px;font-weight:600;font-family:open sans,sans-serif;margin-bottom:12px;color:#000;align-items:center}.rrr-stepper{display:flex;gap:0;background:#61954f33;border-radius:8px 8px 0 0;margin-bottom:30px;align-items:center;justify-content:flex-start;padding:0 20px 0 0}.rrr-stepper svg{color:#454341}.step{padding:12px 58px;color:#454341;border:none;z-index:1;position:relative;font-weight:600;font-size:20px;text-align:center;margin-right:8px;white-space:nowrap}.step:last-child:after{content:""}.step--active{background:#346322;color:#fff;clip-path:polygon(0 0,calc(100% - 25px) 0,100% 50%,calc(100% - 25px) 100%,0 100%,0px 50%);border-radius:10px 0 0}.rrr-description{margin-bottom:10px;font-size:20px;font-weight:500;color:#454341}.rrr-card{background:#ffffff1f;border-radius:8px;padding:0;border:1px solid rgba(0,0,0,.06)}.second-content{padding:0 18px}.rrr-cart-content{border:.5px solid rgba(168,166,166,1);border-radius:10px;padding:20px}.rrr-cardHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.rrr-seller{display:flex;align-items:center;gap:8px;color:#123;font-weight:600}.rrr-seller-content{flex-direction:column;font-size:14px;font-weight:400}.rrr-cardHeader img{width:32px;height:32px}.rrr-badge{font-size:11px;background:transparent;color:#616060;font-weight:600;display:flex;flex-direction:row;gap:5px}.rrr-badge img{width:13px;height:15px}.rrr-refundTotal{font-weight:600;font-size:18px;font-family:open sans,sans-serif;display:flex}.refund,.price3{font-weight:600;font-size:18px;font-family:open sans,sans-serif}.refund{color:#454341}.price3{color:#346322}.rrr-itemsTitle{margin-bottom:8px;font-weight:600;font-size:18px;color:#454341}.rrr-item{display:flex;gap:12px;background:#d6f0cc;padding:12px;border-radius:6px;margin-bottom:12px;border:1px solid rgba(0,0,0,.04);box-shadow:0 1px 3px 1px #0000001a}.rrr-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;-webkit-appearance:none;appearance:none;border:1px solid rgba(114,114,114,1);background:#d6f0cc99;display:inline-block;vertical-align:middle}.rrr-checkbox input[type=checkbox]:checked{background:#1b5e20;border-color:#1b5e20}.rrr-checkbox input[type=checkbox]:checked:after{content:"";display:block;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);margin:1px 0 0 6px}.rrr-thumb{width:84px;height:84px;background:#e4fbdd;border-radius:6px;display:flex;align-items:center;justify-content:center;padding:6px;border:1px solid rgb(158,158,158)}.rrr-thumb img{max-width:100%;max-height:100%}.rrr-itemInfo{flex:1}.rrr-name{font-weight:700}.rrr-weight{color:#000;font-weight:500;margin-left:6px;font-size:16px}.rrr-price{margin-top:6px}.rrr-qtyControl{display:flex;align-items:center;gap:8px;margin-bottom:25px}.qty-btn{background:#9dc68f80;border:1px solid rgba(0,0,0,.04);padding:6px 10px;border-radius:4px;cursor:pointer}.qty-val{min-width:28px;text-align:center}.rrr-itemTotal{width:120px;text-align:right;font-weight:700}.rrr-form{margin-top:14px}.rrr-label{display:block;margin-top:12px;margin-bottom:8px;color:#454341;font-size:20px;font-weight:500}.rrr-select{width:100%;padding:10px;border-radius:6px;border:.5px solid rgba(168,166,166,1);background:#e4fbdd}.rrr-select option ::placeholder{color:#a8a6a6;font-size:20px}.rrr-uploader{border:.5px solid rgba(168,166,166,1);padding:28px;border-radius:10px;text-align:center;color:#00000073;margin-bottom:12px}.rrr-uplIcon{font-size:24px;margin-bottom:8px}.warning-top img{width:16px;height:16px;align-items:center;margin-bottom:6px}.rrr-warning{background:#fac80066;border:.5px solid rgba(166,132,0,1);padding:12px;border-radius:3px;margin-top:8px}.rrr-warning strong{display:block;margin-bottom:6px;color:#454341}.rrr-warning ul{margin:0;padding-left:18px;color:#454341;list-style-type:disc;list-style-position:outside}.sub{color:#454341;font-size:15px;font-weight:400}.rrr-actions{display:flex;gap:12px;margin-top:12px}.btn.submit{background:#346322;color:#fff;padding:10px 18px;border-radius:10px;border:0;font-size:18px;font-weight:600;border:none!important}.btn.cancel{background:transparent;border:2px solid rgba(114,114,114,1)!important;padding:8px 68px;border-radius:10px;color:#727272;font-size:18px;font-weight:600}@media(max-width:700px){.rrr-shell{padding:12px}.rrr-item{flex-direction:row;align-items:flex-start}.rrr-itemTotal{width:100%;text-align:left}.rrr-refundTotal{display:block;margin-top:8px}.rrr-stepper{justify-content:center;padding:0;background:#61954f1f;border-radius:8px;position:relative}.rrr-stepper .step,.rrr-stepper svg{display:none}.rrr-stepper:before{content:"Processing";display:inline-block;background:#346322;color:#fff;padding:12px 14px;border-radius:10px 10px 0 0;font-weight:600;font-size:15px;line-height:1;width:100%;text-align:center}.rrr-thumb{width:64px;height:64px}.qty-btn{padding:6px 8px}.rrr-label{font-size:14px}.rrr-uploader{padding:18px}.rrr-warning{border-radius:6px}.rrr-actions{display:flex;gap:12px;margin-top:12px}.btn.submit,.btn.cancel{flex:1}.rrr-checkbox input[type=checkbox]{width:10px;height:10px}.rrr-itemInfo{display:flex;flex-direction:column}.rrr-name{font-size:10px;display:flex;flex-direction:row;white-space:nowrap}.rrr-weight{font-size:8px}}@media(max-width:480px){.rrr-page{margin-top:6rem}.rrr-header{font-size:20px;align-items:center;justify-content:center}.rrr-header svg{width:14px;height:14px}.qty-btn{width:12px;height:12px;padding:2px;border-radius:2px}.qty-val{font-size:8px}.rrr-qtyControl{gap:0px;margin-bottom:15px}.rrr-thumb{width:48px;height:52px}.rrr-price{font-size:10px}.rrr-itemTotal{font-size:10px;text-align:right}.rrr-refundTotal{display:flex;flex-direction:row;white-space:nowrap;font-size:12px}.refund,.price3{font-size:12px}.rrr-seller-content{font-size:10px}.rrr-badge strong{font-size:7px}.rrr-badge img{width:7px;height:8px}.rrr-description{font-size:15px}.warning-top strong{font-size:12px}.sub{font-size:10px}.btn.submit,.btn.cancel{font-size:15px}.btn.submit{display:flex;justify-content:center;align-items:center;white-space:nowrap}.rrr-uploader{font-size:12px}}.rra-page{background:#e4fbdd;min-height:100vh;margin-top:5rem}.rra-shell{max-width:1200px;margin:0 auto;padding:20px 40px}.rra-header{font-size:30px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;font-family:open sans,sans-serif;gap:8px}.rra-stepper{display:flex;gap:8px;margin-bottom:16px}.rra-step{padding:10px 16px;background:#00000008;border-radius:6px;color:#0009}.rra-step--active{background:#2f7a2f;color:#fff;position:relative}.rra-card{background:#ffffff1f;border-radius:8px;padding:18px;border:1px solid rgba(0,0,0,.06)}.rra-inner{display:flex;gap:18px}.rra-left{flex:1}.rra-desc{margin-bottom:12px;font-size:16px;color:#454341}.rra-suborder{background:#e4fbdd;border-radius:8px;padding:12px;border:1px solid rgba(168,166,166,.6)}.rra-sellerRow{display:flex;align-items:flex-start;margin-bottom:12px;flex-direction:column}.rra-seller{display:flex;gap:12px;align-items:center}.rra-seller img{width:36px;height:36px;border-radius:6px}.rra-sellerName{font-weight:700}.rra-sellerBadge{font-size:12px;color:#2b6b2b}.rra-orderInfo{text-align:left;color:#454341;font-size:14px;margin-top:2%}.rra-sub{font-size:18px;color:#454341;font-weight:600;margin-bottom:6px}.rra-sub span{font-size:18px;color:#346322;font-weight:600}.rra-orderMeta{font-size:18px;font-weight:400;justify-content:space-between!important;display:flex}.rra-orderMeta strong{align-items:flex-end;justify-content:space-between;margin-left:24rem}.rra-tot{font-size:18px;font-weight:600;color:#454341}.rra-itemCard{display:flex;gap:12px;background:#d6f0cc;padding:12px;border-radius:8px;border:1px solid rgba(0,0,0,.04);margin-bottom:12px}.rra-itemThumb{width:84px;height:84px;display:flex;align-items:center;justify-content:center;padding:6px;border-radius:6px;background:#e4fbdd;border:1px solid #676767}.rra-processCard{background:#ffffffeb;border-radius:8px;padding:0;border:1px solid rgba(0,0,0,.06);overflow:hidden}.rra-processHeader{font-weight:700;margin:0;padding:12px 14px;background:#e4fbdd99;border-bottom:1px solid rgba(0,0,0,.03);max-width:100%;width:100%}.rra-timeline{position:relative;display:flex;flex-direction:column;gap:18px;padding:18px 14px 8px 40px}.rra-timeline:before{content:"";position:absolute;left:26px;top:28px;bottom:72px;width:2px;background:#0000000f}.rra-stepMarker{position:absolute;left:0;top:4px;width:36px;display:flex;justify-content:center}.rra-dot{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;border:2px solid rgba(0,0,0,.06);background:#fff;color:#fff}.rra-dot.done{background:#2f7a2f;border-color:#2f7a2f}.rra-dot.pending{background:#fff;border-color:#d0d0d0;color:#9e9e9e;font-size:14px}.rra-stepContent{margin-left:8px;flex:1}.rra-stepMeta{display:flex;justify-content:space-between;align-items:center;gap:12px}.rra-stepDesc{color:#0000008c;font-size:13px}.rra-stepTime{color:#0009;font-weight:600;font-size:13px}.rra-dispute{margin-top:18px;width:100%;background:#2f7a2f;color:#fff;padding:14px;border-radius:10px;border:0;font-weight:700;font-size:18px}.rra-itemThumb img{max-width:100%;max-height:100%}.item-wrapp{display:flex;justify-content:space-between;align-items:center}.rra-itemContent{flex:1}.rra-itemName{font-weight:700}.rra-itemName span{font-weight:500;margin-left:6px}.rra-itemPrice{margin-top:6px}.rra-refundMethod{margin-top:10px}.rra-refundTitle{font-weight:600;margin-bottom:8px}.rra-refundBox{border:.5px solid rgba(168,166,166,1);border-radius:8px;overflow:hidden;background:#a8a6a640}.rra-refundHeader{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#a8a6a640;border-bottom:1px solid rgba(0,0,0,.04)}.rra-refundIcon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:4px;background:#fff9;color:#244319;font-size:14px}.rra-refundHeaderText{font-weight:600;color:#244319}.rra-refundBody{padding:12px;color:#454341;background:#e4fbdd;font:size 15px;font-weight:400}.rra-processCard{border-radius:8px;border:.5px solid rgba(168,166,166,1)!important}.rra-processHeader{font-weight:700;margin-bottom:12px;background:#a8a6a640!important}.rra-timeline{display:flex;flex-direction:column;background:#e4fbdd!important}.rra-stepItem{display:flex;gap:12px;align-items:flex-start}.rra-stepItem .dot{width:14px;height:14px;border-radius:50%;border:2px solid rgba(0,0,0,.12);background:#fff;margin-top:4px}.rra-stepItem .dot.done{background:#2f7a2f;border-color:#2f7a2f}.rra-stepBody{flex:1}.rra-stepTitle{font-weight:700}.rra-stepMeta{color:#00000080;font-size:13px}.rra-stepMeta span{float:right;color:#0009;font-weight:600}.rra-dispute{margin-top:12px;width:100%;background:#2f7a2f;color:#fff;padding:12px;border-radius:8px;border:0;font-weight:700}@media(max-width:900px){.rra-inner{flex-direction:column}.rra-right{width:100%}}.rra-right{width:360px}.rra-processHeader{padding:12px 16px;font-weight:700;background:#e4fbddcc;border-bottom:1px solid rgba(0,0,0,.08)}.rra-timeline{position:relative;padding:16px 16px 8px 56px}.rra-timeline:before{content:"";position:absolute;left:34px;top:22px;bottom:60px;width:2px;background:#d9d9d9}.rra-stepItem{position:relative;display:flex;gap:12px;margin-bottom:18px}.rra-stepMarker{position:absolute;left:-40px;top:2px;width:40px;display:flex;justify-content:center}.rra-icon{width:28px;height:28px;border-radius:50%;font-size:14px;display:flex;align-items:center;justify-content:center;border:2px solid #ccc;background:#fff;color:#888}.rra-icon.done{background:#2f7a2f;border-color:#2f7a2f;color:#fff}.rra-icon.pending{background:#f2f2f2;border-color:#cfcfcf;color:#8a8a8a}.rra-stepRow{display:flex;justify-content:space-between;font-size:13px;color:#0000008c}.rra-time{font-weight:600;color:#0009}.rra-dispute{margin:12px 16px 16px;width:calc(100% - 32px);background:#2f7a2f;color:#fff;padding:14px;border-radius:10px;border:none;font-weight:700;font-size:16px;cursor:pointer}@media(max-width:900px){.rra-right{width:100%}}.rra-processCard{background:#ffffffeb;border-radius:8px;border:1px solid rgba(0,0,0,.06);overflow:hidden}.rra-processHeader{font-weight:700;padding:12px 14px;background:#e4fbdd99;border-bottom:1px solid rgba(0,0,0,.05)}.rra-timeline{position:relative;display:flex;flex-direction:column;gap:20px;padding:18px 14px 8px 56px;background:#e4fbdd}.rra-timeline:before{content:"";position:absolute;left:30px;top:28px;bottom:72px;width:2px;background:#0000001f}.rra-stepItem{position:relative;display:flex;gap:12px;align-items:flex-start}.rra-stepMarker{position:absolute;left:-56px;top:0;width:56px;display:flex;justify-content:center}.rra-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;border:2px solid rgba(0,0,0,.2);background:#fff;color:#9e9e9e}.rra-dot.done{background:#2f7a2f;border-color:#2f7a2f;color:#fff}.rra-dot.pending{background:#f5f5f5;border-color:#d0d0d0}.rra-stepContent{flex:1}.rra-stepTitle{font-weight:700;margin-bottom:6px}.rra-stepMeta{display:flex;justify-content:space-between;gap:12px}.rra-stepDesc{font-size:13px;color:#0000008c}.rra-stepTime{font-size:13px;font-weight:600;color:#0009}.rrrr-page{background:#e4fbdd;min-height:100vh;margin-top:5rem}.rrrr-shell{display:flex;gap:24px;max-width:100%;margin:0 auto;padding:20px 100px}.rrrr-sidebar{width:200px}.rrrr-title{font-size:30px;font-weight:600;font-family:open sans,sans-serif;margin:8px 0 18px;color:#000;align-items:center}.rrrr-nav{display:flex;flex-direction:column;gap:10px}.rrrr-nav-link{display:block;background:none;border:0;padding:0;color:#454341;text-decoration:none;cursor:pointer;text-align:left;font-size:20px;font-weight:500}.rrrr-nav-link:hover,.rrrr-nav-link:focus{color:#2b6b2b;outline:none;text-decoration:underline}.rrrr-nav-link.rrrr-active{font-weight:700;color:#346322;text-decoration:underline}.rrrr-main{flex:1}.rrrr-listCard{background:#ffffff26;border-radius:10px;padding:18px;border:.5px solid rgba(168,166,166,1)}.rrrr-item{background:#d6f0cc;border-radius:8px;padding:12px;margin-bottom:14px;border:1px solid rgba(0,0,0,.04);box-shadow:0 1px 1px 1px #00000026}.rrrr-itemHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.rrrr-meta{font-size:15px;font-weight:400;color:#000000d9}.rrrr-returnedOn{font-size:15px;font-weight:600;display:block;color:#454341f2}.rrrr-orderId{font-size:15px;font-weight:400;color:#346322}.rrrr-statusPill{display:inline-flex;align-items:center;gap:8px;background:#61954f40;padding:6px 12px;border-radius:15px;color:#2e7d32;font-weight:400;font-size:15px}.rrrr-statusPill svg{display:block;color:#346322}.rrrr-top-row{flex-direction:row;justify-content:space-between;display:flex;max-width:70%}.rrrr-itemBody{display:flex;align-items:center;gap:18px;justify-content:center}.rrrr-thumb{width:92px;height:92px;background:#e4fbdd;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:8px;box-shadow:inset 0 0 0 1px #00000008;border:1px solid rgb(158,158,158)}.rrrr-thumb img{max-width:100%;max-height:100%;object-fit:contain}.rrrr-details{flex:1}.rrrr-productName{font-size:18px;font-weight:500;color:#000}.rrrr-weight{font-weight:400;color:#000000b3;margin-left:6px;font-size:16px}.rrrr-price{margin-top:6px;color:#000000e6;font-weight:500;font-size:15px}.chat-with-seller{display:flex;flex-direction:row;align-items:center;color:#346322;font-size:15px}.chat-with-seller img{width:13px;height:13px;margin-right:6px}.rrrr-right{width:160px;text-align:right;display:flex;flex-direction:column;gap:26px;align-items:flex-end}.rrrr-qty{color:#45434199}.rrrr-total{font-size:15px;font-weight:600;align-items:flex-end}.rrrr-detailsLink{color:#346322;text-decoration:none;font-size:13px}@media(max-width:768px){.rrrr-shell{flex-direction:column}.rrrr-sidebar{width:100%}.rrrr-right{width:100%;text-align:left;align-items:flex-start}.rrrr-thumb{width:80px;height:80px;min-width:80px;background:#e4fbdd;border-radius:6px;display:flex;align-items:center;justify-content:center;padding:6px;border:1px solid rgba(158,158,158,.5)}.rrrr-thumb img{max-width:100%;max-height:100%;object-fit:contain}}@media(max-width:480px){.rrrr-thumb{width:70px;height:70px}}:root{--bg: rgba(228, 251, 221, 1);--panel: #e6f6de;--panel-2: rgba(157, 198, 143, .5);--dark: #264b24;--muted: rgba(52, 99, 34, 1)}.od-page{background:var(--bg);min-height:100vh;margin-top:5rem}.od-shell{max-width:1200px;margin:0 auto;padding:18px 36px}.od-header{font-size:30px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:8px;font-family:open sans,sans-serif}.od-master{display:flex;justify-content:space-between;align-items:center;background:var(--panel-2);padding:12px 16px;border-radius:6px;margin-bottom:16px}.od-masterLeft{color:#22381ee6;font-weight:600}.od-masterRight{color:#22381ef2;font-weight:700}.od-content{display:flex;flex-direction:column;gap:14px}.od-sellerCard{border:1px solid rgba(168,166,166,1);border-radius:10px;padding:12px;background:#e4fbdd}.od-sellerHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.od-sellerInfo{display:flex;align-items:center;gap:12px}.od-sellerInfo img{width:28px;height:28px;border-radius:6px}.od-sellerName{font-weight:700}.od-sellerBadge{font-size:12px;color:var(--dark)}.od-chat{margin-left:12px;color:var(--muted);font-size:13px}.od-status{background:#29792d1f;color:var(--dark);padding:6px 10px;border-radius:16px;font-weight:600}.od-products{display:flex;flex-direction:column;gap:10px}.od-productRow{display:grid;grid-template-columns:90px 1fr 140px 80px 140px;gap:12px;align-items:center;background:#d6f0cc;padding:12px;border-radius:6px;width:100%;max-width:100%}.od-thumb{width:72px;height:72px;background:#e4fbdd;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:8px;box-shadow:inset 0 0 0 1px #00000008;border:1px solid rgb(158,158,158)}.od-thumb img{width:72px;height:72px;object-fit:contain}.od-name{font-weight:700}.od-name span{font-weight:500;margin-left:6px}.od-small{font-size:13px;color:var(--muted)}.od-price{font-weight:700;align-items:flex-start}.od-qty{text-align:center;color:var(--muted)}.od-action{text-align:right;color:var(--muted);font-weight:600;font-size:14px;display:flex;align-items:center}.od-action img{width:16px;height:16px;margin-right:5px}.od-bottom{display:flex;gap:12px;margin-top:12px}.od-summary,.od-address{flex:1;border:1px solid rgba(168,166,166,1);padding:12px;border-radius:10px;background:#e4fbdd}.od-addressTitle{font-weight:700;margin-bottom:6px}@media(max-width:900px){.od-productRow{grid-template-columns:72px 1fr;grid-template-rows:auto auto;gap:8px}.od-price,.od-qty,.od-action{grid-column:2 / 3;text-align:left}.od-bottom{flex-direction:column}}:root{--bg:rgba(228, 251, 221, 1);--panel:rgba(214, 240, 204, 1);--green:#285d26;--muted:#6b6b6b}.wr-page{background:var(--bg);min-height:100vh;margin-top:5rem}.wr-shell{max-width:1100px;margin:0 auto;padding:18px 36px}.wr-header{font-size:30px;font-weight:600;margin-bottom:14px;font-family:open sans,sans-serif}.wr-card{border:1px solid rgba(168,166,166,1);border-radius:8px;padding:18px;background:#e4fbdd}.wr-product{display:flex;gap:12px;align-items:center;background:var(--panel);padding:12px;border-radius:8px;margin-bottom:12px;box-shadow:0 3px 5px 1px #0000001a}.wr-thumb{width:72px;height:72px;background:#e4fbdd;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:8px;box-shadow:inset 0 0 0 1px #00000008;border:1px solid rgb(158,158,158)}.wr-thumb img{width:72px;height:72px;object-fit:contain}.wr-productInfo{display:flex;flex-direction:column}.wr-name{font-weight:700}.wr-name span{font-weight:500;margin-left:6px}.wr-stars{width:16px;height:16px;display:flex}.wr-small{color:var(--muted);margin-top:6px}.wr-ratingCard{border:1px solid rgba(168,166,166,1);border-radius:8px;padding:12px;background:#e4fbdd99;margin-bottom:12px}.wr-ratingHeader{font-weight:700;display:flex;align-items:center;margin-bottom:12px}.wr-score{font-size:18px;color:#f0b400;margin-left:5.5rem}.wr-score svg{width:20px;height:20px;margin-right:2px}.wr-ratingRows{display:flex;flex-direction:column;gap:2px}.wr-row{display:flex;gap:1px;align-items:center}.wr-label{width:200px;color:var(--muted)}.wr-stars{color:#f0b400;width:20px;height:20px}.wr-uploads{display:flex;gap:12px;margin:12px 0}.wr-upload{width:90px;height:80px;border:1px solid rgba(168,166,166,1);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:#e4fbdd;cursor:pointer}.wr-upload img{width:24px;height:18px}.wr-uploadText{font-size:12px;color:var(--muted)}.hiddenFile{display:none}.wr-thoughts{margin-top:6px}.wr-label{font-weight:700;display:block;margin-bottom:8px}.wr-textarea{width:100%;min-height:120px;border:1px solid rgba(168,166,166,1);border-radius:10px;padding:12px;background:#e4fbdd66}.wr-actions{margin-top:14px}.wr-submit{background:var(--green);color:#fff;padding:12px 40px;border-radius:10px;border:0;font-weight:700}@media(max-width:900px){.wr-product{flex-direction:row}.wr-label{width:140px}}:root{--bg: rgba(228, 251, 221, 1);--panel: #f2fff2;--accent: #7da56f;--muted: #8aa07a}.messages-wrap{background:#e4fbdd;min-height:100vh;box-sizing:border-box;margin-top:5rem}.page-header{display:flex;align-items:center;gap:12px;margin-left:8px;margin-bottom:12px}.page-header-left{display:flex;flex-direction:row;align-items:center}.page-header .MuiSvgIcon-root{font-size:20px}.page-header{padding:18px 36px 0;justify-content:space-between}.page-title{font-size:32px;font-weight:700;color:#000000e6}.page-header-right{display:flex;align-items:center;margin-top:10px}.chat-toggle{display:flex;align-items:center;gap:10px;color:#143214e6;font-weight:600;margin-top:40px}.chat-toggle-label{font-size:14px;font-weight:400;color:#000000e6}.chat-toggle .state-text{margin-left:6px;color:#000000e6;font-weight:400;font-size:14px}.switch{display:inline-block;width:46px;height:26px;border-radius:20px;padding:3px;background:#c8dcc899;position:relative;cursor:pointer}.switch input{display:none}.switch .knob{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #00000026;transition:all .18s ease}.switch.on{background:#346322}.switch.on .knob{left:calc(100% - 23px)}.messages-container{display:flex;height:calc(100vh - 120px);border-radius:10px;overflow:hidden;background:#e4fbdd;padding:36px}.messages-sidebar{width:300px;border:1px solid rgba(0,0,0,.2);padding:18px;border-radius:10px 0 0 10px}.sidebar-search{display:flex;flex-direction:column;gap:10px;margin-bottom:8px}.search-box{position:relative;align-items:center}.search-box input::placeholder{color:#00000080;font-size:14px;font-weight:400}.search-box input{width:100%;padding:10px 14px 10px 38px;border-radius:10px;border:1px solid rgba(168,166,166,1);background:transparent;outline:none}.search-box .search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:16px;opacity:.7}.search-box .search-icon{position:absolute;right:10px;top:50%;transform:translateY(-40%);font-size:14px;opacity:.7;color:#727272}.filter-chips{display:flex;gap:8px;align-items:center}.filter-btn{padding:6px 10px;border-radius:18px;background:transparent;border:1px solid rgba(168,166,166,1);color:var(--muted);font-weight:400;cursor:pointer;display:flex;gap:8px;align-items:center;font-size:12px}.filter-btn.active{background:#346322;color:#fff;border-color:var(--accent)}.filter-btn .count{font-weight:400;margin-left:4px;opacity:.9}.preview{font-size:11px!important;font-weight:400;color:#00000080}.messages-title-placeholder{height:10px}.convo-list{list-style:none;padding:0;margin:0}.convo{display:flex;align-items:center;padding:12px;border-radius:8px;cursor:pointer}.convo.active{background:#7da56f14}.convo{position:relative}.conco{position:absolute;right:12px;top:50%;transform:translateY(80%);width:16px;height:16px;display:flex;align-items:center;justify-content:center;opacity:.6}.conco img{width:18px;height:18px;object-fit:contain}.meta{margin-left:10px}.avatar{width:44px;height:44px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.meta .name{font-weight:600;color:#274c23'
}.meta .preview{font-size:12px;color:#5b6e58}.convo img{height:36px;width:36px}.messages-main{flex:1;display:flex;flex-direction:column;position:relative;border:1px solid rgba(0,0,0,.2);border-radius:0 10px 10px 0}.dispute-banner{background-color:#d801041a;color:#d80104;text-align:center;padding:32px 20px;font-weight:700;font-size:14px;border-radius:10px 10px 0 0}.dispute-info{color:#000c;padding:20px 30px;text-align:center;font-size:14px;line-height:1.6;margin:0}.chat-header{font-weight:700;color:var(--muted);padding:8px 0}.chat-area{flex:1;padding:12px 55px 12px 25px;display:flex;flex-direction:column;gap:18px;overflow:auto;max-width:100%;width:100%}.message-row{display:flex;align-items:flex-end;align-items:center}.message-row.left{justify-content:flex-start}.message-row.right{justify-content:flex-end}.avatar.small{width:36px;height:36px;margin-right:12px}.author-label{text-align:left;font-size:10px!important;font-weight:400;color:#a8a6a6!important;background:transparent;border:none;padding:0;cursor:pointer}.bubble-text,.bubble.small{max-width:520px;background:#d6f0cc;padding:12px 14px;border-radius:12px;color:#000;box-shadow:2px 2px 2px #0000001a;position:relative;font-size:14px;font-weight:400}.bubble{font-size:12px;color:#346322;margin-bottom:6px;font-weight:600}.bubble-author{display:block;width:100%;text-align:right;font-size:10px!important;font-weight:400;color:#a8a6a6;background:transparent;border:none;padding:0;margin:0 0 6px;cursor:pointer}.bubble .bubble-text{font-size:14px}.bubble-footer{margin-top:8px}.bubble-time{font-size:12px;font-weight:400;color:#797676;text-align:right}.reactions{display:flex;gap:8px;margin-left:12px}.thumb{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:#00000008;font-size:14px}.thumb.up{background:#7da56f1f;color:var(--accent)}.thumb.down{background:#7878780f;color:#7b7b7b}.product-card{background:#d6f0cc!important;border-radius:8px;padding:10px 12px;display:flex;gap:12px;align-items:center;box-shadow:2px 2px 2px #0000001a;flex-direction:row}.product-card-header{font-size:12px;font-weight:700;color:#000}.product-left img{width:64px;height:64px;object-fit:cover;border-radius:6px;background:#fff}.product-right .product-title{font-weight:700;color:#254c2b}.product-right .product-code{font-size:12px;color:#6a7e68}.product-right .product-price{font-weight:800;color:#133f18;margin-top:6px}.message-row.right .author-label{font-size:12px;color:#274c23;margin-right:10px;align-self:flex-start}.message-block{display:flex;flex-direction:column;gap:6px}.message-block.right{align-items:flex-end}.message-block .author-label{font-size:12px;color:#274c23;margin:0;padding:0 8px;text-align:center}.message-block{position:relative}.profile-avatar{position:absolute;right:-3rem;top:8px;width:44px;height:44px;border-radius:50%;overflow:hidden;border:4px solid var(--panel);box-shadow:0 2px 6px #00000014}.profile-avatar img{width:100%;height:100%;object-fit:cover;display:block}.order-card{background:#d6f0cc;border:4px solid rgba(52,99,34,1);border-radius:5px;padding:12px;display:flex;flex-direction:column;gap:10px;min-width:320px;box-shadow:2px 2px 6px #00000014}.order-card-header{font-weight:700;color:#000;font-size:14px}.order-card-body{display:flex;gap:12px;align-items:center}.order-left img{width:72px;height:72px;object-fit:cover;border-radius:8px;background:#fff}.order-right{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.order-title{font-weight:400;color:#000;font-size:14px;display:flex;flex-direction:row;gap:10px}.multi{color:#616060}.order-qty{font-size:14px;color:#294f2a}.order-amount{font-weight:700;color:#000;font-size:14px}.order-actions{display:flex;gap:10px;margin-top:12px;flex-basis:100%;justify-content:space-between;align-items:center}.track-btn{padding:4px 36px;border-radius:20px;background:transparent;border:1px solid rgba(52,99,34,1);color:#346322;cursor:pointer;font-weight:400}.view-btn{padding:5px 16px;border-radius:20px;background:#346322;color:#fff;border:none;cursor:pointer;font-weight:400}.view-btn2{padding:5px 16px;border-radius:20px;background:#346322;color:#fff;border:none;cursor:pointer;font-weight:400;width:100%}.announce2{color:#d80104;font-weight:400}.order-actions3{flex-direction:column;display:flex;gap:10px;margin-top:12px;flex-basis:100%;justify-content:space-between;align-items:center}.first-row{display:flex;gap:12px}.track-btn3{padding:4px 36px;border-radius:20px;background:transparent;border:1px solid rgba(52,99,34,1);color:#346322;cursor:pointer;font-weight:400}.view-btn3{padding:5px 16px;border-radius:20px;background:#346322;color:#fff;border:none;cursor:pointer;font-weight:400}.second-row{width:100%}.reorder-btn{padding:4px 36px;border-radius:20px;background:transparent;border:2px solid rgba(216,1,4,1);color:#d80104;cursor:pointer;font-weight:400;width:100%;max-width:100%;display:flex;text-align:center;align-items:center;justify-content:center}.bubble-order{padding:0;background:transparent;box-shadow:none}.read-status{font-size:12px;color:#7a8a74;margin-left:8px;align-self:flex-end}.chat-actions{padding:12px 25px;display:flex;gap:12px}.chip1{display:flex;flex-direction:row;border-radius:20px;padding:8px 12px;background:#d6f0cc;color:var(--muted);cursor:pointer;box-shadow:2px 2px 2px #0000001a;align-items:center;gap:5px;font-size:14px;font-weight:400;color:#000}.chip1 img{width:14px;height:14px;object-fit:contain}.chat-input-wrap{display:flex;align-items:center;gap:12px;padding:6px 8px;background:transparent;border-radius:8px}.attach{width:40px;height:40px;border-radius:50%;border:none;background:transparent;font-size:20px;color:var(--accent);display:flex;align-items:center;justify-content:center;cursor:pointer}.chat-input{flex:1;border:none;padding:4px 18px;border-radius:10px;background:#fff;color:#3b5a3a;outline:none;font-size:15px}input.chat-input:focus,input.chat-input:focus-visible{outline:none!important;box-shadow:none!important}.chat-input::placeholder{color:#797676;font-size:14px;font-weight:400}.send{min-width:72px;height:40px;border-radius:20px;background:#346322;color:#fff;border:none;padding:0 18px;cursor:pointer;box-shadow:0 2px #0000000f;display:flex;flex-direction:row;align-items:center}.send img{width:16px;height:16px;object-fit:contain;margin-right:6px}.send:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;color:#fff;background:#a8a6a6;box-shadow:0 2px 4px 2px #0000001a}.report-trigger{background:transparent;border:none;color:#7a7a7a;font-size:14px;padding:0;cursor:pointer;display:flex;flex-direction:row;gap:4px}.report-trigger img{width:12px;height:12px;object-fit:contain}.report-trigger:hover{text-decoration:underline;color:#5a5a5a}.report-overlay{position:fixed;inset:0;display:flex;align-items:flex-start;justify-content:flex-end;padding:80px 24px;background:#0000001f;z-index:1200}.report-overlay-transparent{position:fixed;inset:0;z-index:1199}.report-popup{background:#d1d0d040;border:1px solid rgba(0,0,0,.08);padding:16px 18px;border-radius:8px;min-width:150px;box-shadow:0 6px 20px #0000000f}.report-header{font-size:16px;color:#7b7b7b;margin-bottom:8px;border-bottom:1px solid rgba(0,0,0,.06);padding-bottom:8px}.report-option{display:block;margin:8px 0;color:#6a6a6a}.report-option input{margin-right:8px}.report-actions{display:flex;gap:8px;justify-content:center;margin-top:8px}.submit-report{background:transparent;border:1px solid rgba(168,166,166,1);padding:2px 12px;border-radius:8px;color:#a8a6a6;cursor:pointer;width:100%}.cancel-report{background:transparent;border:1px solid rgba(0,0,0,.06);padding:6px 12px;border-radius:8px;color:#6a6a6a;cursor:pointer}.under-wrapper .chat-input-wrap{padding:10px 12px}.under-wrapper .chat-input{background:#e4fbdd;width:100%}.under-wrapper .send{margin-left:12px}.under-wrapper{background:#d6f0cc;padding:18px;width:100%}.danger-text{color:#d80104;font-weight:400;font-size:13px;text-align:right;margin-top:8px;margin-right:6px}.medical-announcement{background:#d801041a;color:#d80104;font-weight:700;text-align:center;padding:1.5rem 20.5rem;border-radius:6px;margin:0;font-size:14px}.under-wrapper .chat-input-wrap{position:relative}.under-wrapper .chat-input>input{padding-right:120px}.under-wrapper .send{position:absolute;right:18px;top:50%;transform:translateY(0);margin-left:0;min-width:72px;height:30px;border-radius:20px}.under-wrapper .send:disabled{opacity:.5;cursor:not-allowed}.bottom-row{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:6px}.char-count{font-size:13px;color:#1f5c20;font-weight:400;margin-right:6px}.char-count.over,.char-count.warn{color:#d80104;font-weight:600}.chat-fab{position:absolute;right:18px;bottom:22px;width:52px;height:52px;border-radius:50%;background:#346322;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #0000001f;z-index:40;border:4px solid rgba(242,255,242,.95);cursor:pointer}.chat-fab img{width:22px;height:22px;object-fit:contain}@media(max-width:900px){.messages-sidebar{display:none}}.rar-page{background:#e4fbdd;min-height:100vh;margin-top:5rem}@media(max-width:768px){.rar-page{margin-top:6rem}}.rar-shell{display:flex;gap:24px;max-width:100%;margin:0 auto;padding:20px 100px}.rar-sidebar{width:200px}.rar-title{font-size:30px;font-weight:600;font-family:open sans,sans-serif;margin:8px 0 18px;color:#000;align-items:center}.rar-nav{display:flex;flex-direction:column;gap:10px}.rar-nav-link{display:block;background:none;border:0;padding:0;color:#454341;text-decoration:none;cursor:pointer;text-align:left;font-size:20px;font-weight:500}.rar-nav-link:hover,.rar-nav-link:focus{color:#2b6b2b;outline:none;text-decoration:underline}.rar-nav-link.rar-active{font-weight:700;color:#346322;text-decoration:underline}.rar-main{flex:1}.rar-listCard{background:#ffffff26;border-radius:10px;padding:18px;border:.5px solid rgba(168,166,166,1)}.rar-item{background:#d6f0cc;border-radius:8px;padding:12px;margin-bottom:14px;border:1px solid rgba(0,0,0,.04);box-shadow:0 1px 1px 1px #00000026}.line{margin:10px 0;background:#a8a6a6;color:#a8a6a6;border:none;height:.5px}.rar-itemHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.rar-meta{font-size:15px;font-weight:400;color:#000000d9}.rrr-img{width:30px;height:30px}.delete img{width:16px;height:16px}.rar-returnedOn{font-size:15px;font-weight:600;display:block;color:#454341f2}.cart img{height:20px;width:32px}.rar-orderId{font-size:15px;font-weight:400;color:#346322}.rar-statusPill{display:inline-flex;align-items:center;gap:8px;background:#61954f40;padding:6px 16px;border-radius:15px;color:#346322;font-weight:400;font-size:15px}.rar-statusPill svg{display:block;color:#dcffce!important}.rar-top-row{flex-direction:row;justify-content:space-between;display:flex;max-width:70%}.rar-itemBody{display:flex;align-items:center;gap:18px}.rar-thumb{width:92px;height:102px;background:#e4fbdd;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:8px;box-shadow:inset 0 0 0 1px #00000008;border:1px solid rgb(158,158,158)}.rar-thumb img{max-width:100%;max-height:100%;object-fit:contain}.rar-details{flex:1}.rar-productName{font-size:18px;font-weight:500;color:#000}.rar-weight{font-weight:400;color:#000000b3;margin-left:6px;font-size:16px}.rar-price{margin-top:0;color:#000000e6;font-weight:500;font-size:15px}.rar-right{margin-top:-4rem;width:160px;text-align:right;display:flex;gap:26px;align-items:flex-end}.rar-qty{color:#45434199}.rar-total{font-size:15px;font-weight:600;align-items:flex-end}.rar-detailsLink{color:#346322;text-decoration:none;font-size:13px}@media(max-width:768px){.rar-shell{flex-direction:column;gap:16px;padding:16px}.rar-sidebar{width:100%}.rar-title{font-size:20px;margin:4px 0 16px;display:flex;align-items:center;gap:8px}.rar-title svg{width:24px;height:24px}.rar-nav{flex-direction:row;gap:8px;padding-bottom:0;overflow-x:auto;justify-content:space-between}.rar-nav-link{padding:12px 16px;font-size:15px!important;font-weight:700;border:none;border-bottom:3px solid transparent;background:none;color:#454341;cursor:pointer;margin-bottom:-3px;white-space:nowrap;transition:all .3s ease}.rar-nav-link.rar-active{color:#346322;border-bottom-color:#346322;font-weight:600;text-decoration:none}.rar-nav-link:hover{text-decoration:none;color:#346322}.rar-main{flex:1;width:100%}.rar-listCard{padding:12px;gap:12px}.rar-item{padding:12px;margin-bottom:12px;background:#d6f0cc;border-radius:8px}.rar-itemHeader{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}.rar-meta{font-size:12px;flex:1;line-height:1.4}.rar-status{flex-shrink:0}.rar-statusPill{font-size:12px;padding:4px 10px;gap:4px}.rar-itemBody{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:12px}.rar-thumb{width:80px;height:80px;min-width:80px;background:#e4fbdd;border-radius:6px;display:flex;align-items:center;justify-content:center;padding:6px;border:1px solid rgba(158,158,158,.5)}.rar-thumb img{max-width:100%;max-height:100%;object-fit:contain}.rar-details{flex:1;display:flex;flex-direction:column;gap:6px}.rar-top-row{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:15px}.rar-nav-link.rar-active{font-weight:700;color:#346322;text-decoration:underline}.rar-productName{font-size:13px!important;font-weight:500;flex:1;line-height:1.3;white-space:nowrap;text-overflow:ellipsis}.rar-weight{font-size:13px;font-weight:400;margin-left:2px}.rar-qty{font-size:13px;white-space:nowrap;flex-shrink:0;color:#454341b3}.rar-price{font-size:13px;margin-top:0;margin-bottom:0;font-weight:600;color:#000000e6}.rar-right{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:right;gap:10px}.rar-total{font-size:13px;font-weight:600;color:#000000e6}.rar-detailsLink{font-size:12px;white-space:nowrap;color:#346322;text-decoration:none;flex-shrink:0}}.bw-page{background:#e4fbdd;min-height:calc(100vh - 4rem);padding:24px}.bw-shell{max-width:980px;margin:0 auto}.bw-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.bw-title{font-size:20px;font-weight:700;margin:0;display:flex;align-items:center;gap:8px}.bw-title .back{font-size:18px;margin-right:6px}.bw-link{color:#346322;text-decoration:underline;font-weight:600}.bw-panel{background:#f8fcf5;border-radius:8px;padding:48px;border:1px solid rgba(0,0,0,.06);min-height:420px;display:flex;align-items:center;justify-content:center}.bw-empty{text-align:center;color:#454341}.bw-illust{width:160px;height:auto;opacity:.95;margin-bottom:18px}.center-img img{width:160px;height:160px}.bw-empty h4{margin:6px 0 8px;font-weight:600}.bw-browse{display:inline-block;color:#346322;text-decoration:underline;margin-top:6px}.rar-listCard{background:#ffffff26;border-radius:10px;padding:18px;border:.5px solid rgba(168,166,166,1);height:55rem}.content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;margin-top:16rem}.text-contnt h4{font-size:20px;font-weight:600;font-family:open sans,sans-serif}.bw-browse{font-size:15px;font-weight:500;color:#727272}@media(max-width:720px){.bw-shell{padding:0 12px}.bw-panel{padding:28px;min-height:320px}.bw-illust{width:120px}}@media(max-width:480px){.rar-shell{padding:12px}.rar-title{font-size:18px;margin:0 0 12px}.rar-nav{gap:4px}.rar-nav-link{padding:10px 12px;font-size:12px}.rar-item{padding:10px;margin-bottom:10px}.rar-itemHeader{margin-bottom:10px}.rar-orderId,.rar-meta{font-size:10px}.rar-statusPill{font-size:8px;padding:3px 8px;align-items:center!important;justify-content:center!important}.rar-statusPill .check-icon{width:12px;height:17px}.rar-thumb{width:70px;height:70px}.rar-productName{font-size:10px;color:#000;font-weight:500}.rar-weight{font-size:8px;color:#000;font-weight:500}.rar-qty{font-size:10px;font-weight:500;color:#000}.rar-price,.rar-total{font-size:12px}.rar-detailsLink{font-size:11px}}.brand-info-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.brand-info-modal{background:#d6f0cc;border-radius:16px;max-width:720px;width:100%;max-height:75vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.brand-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;gap:12px;background:#9dc68f;padding:24px}.brand-profile-section{display:flex;align-items:center;gap:12px}.brand-profile-icon{width:68px;height:68px;border-radius:50%;background:#346322;display:flex;align-items:center;justify-content:center;color:#fff}.brand-profile-icon .MuiSvgIcon-root{font-size:38px}.brand-details{display:flex;flex-direction:column;gap:4px}.brand-name-row{display:flex;align-items:center;gap:6px}.brand-name{font-size:16px;font-weight:700;color:#000000e6}.top-badge{display:flex;justify-content:row;align-items:center;gap:5px;background:#346322;padding:2px 8px;border-radius:10px;color:#9dc68f;font-size:10px}.badge-img{width:11px;height:11px}.brand-since{font-size:12px;color:#646464cc;font-weight:500;display:flex;justify-content:row;align-items:center;gap:4px}.top2-img{width:11px;height:13px}.brand-actions{display:flex;flex-direction:row;gap:8px}.brand-action-btn{display:flex;align-items:center;gap:6px;padding:2px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;border:1px solid;white-space:nowrap;flex-direction:column}.chat-btn{background:transparent;border:none;color:#346322;font-size:17px}.chat-icon{width:18px;height:18px}.chat-btn:hover{background:#3463221a}.follow-icon{width:26px;height:20px}.follow-btn{background:transparent;border:none;color:#000;font-size:17px}.follow-btn:hover{background:#2a5918}.brand-action-btn .MuiSvgIcon-root{font-size:16px}.brand-description{font-size:15px;line-height:1.6;color:#454341;text-align:justify;margin-bottom:20px;font-weight:400;padding:0 24px 24px;border-bottom:none}.brand-section{margin-bottom:10px;padding:0 24px 24px;border-top:none;margin-top:0}.section-title{font-size:18px;font-weight:600;color:#000;margin-bottom:1px;font-family:open-sans,sans-serif;font-style:normal;border:none;border-top:none;margin-top:0}.section-description,.section-description1{font-size:15px;line-height:1.6;color:#454341;text-align:justify;margin:0;background:none;box-shadow:none;padding:0}.certifications-content{display:flex;align-items:center;justify-content:space-between;gap:16px;border:none}.cert-badges{display:flex;gap:12px}.cert-badge{width:84px;height:84px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.cert-badge img{width:100%;height:100%;object-fit:cover}.cert-actions{display:flex;flex-direction:row;gap:8px}.cert-btn{padding:6px 18px;border-radius:5px;font-size:15px;font-weight:400;cursor:pointer;transition:all .2s;border:1px solid;white-space:nowrap;display:flex;flex-direction:row;align-items:center;gap:7px}.cert-view-icon{width:16px;height:12px}.cert-view-icon2{width:16px;height:15px}.view-btn{background:transparent;border-color:#346322;color:#346322}.view-btn:hover{background:#3463221a}.download-btn{background:transparent;border-color:#346322;color:#346322}.download-btn:hover{background:#3463221a}.view-store-btn{width:100%;padding:12px;background:#346322;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s;margin-top:24px}.view-store-btn:hover{background:#2a5918;transform:translateY(-1px);box-shadow:0 4px 12px #3463224d}.brand-info-modal::-webkit-scrollbar{width:6px}.brand-info-modal::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.brand-info-modal::-webkit-scrollbar-thumb{background:#34632280;border-radius:3px}.brand-info-modal::-webkit-scrollbar-thumb:hover{background:#346322b3}@media(max-width:480px){.brand-info-modal{padding:20px;max-width:100%}.brand-header{flex-direction:column;align-items:flex-start}.brand-actions{flex-direction:row;width:100%}.brand-action-btn{flex:1}.certifications-content{flex-direction:column;align-items:flex-start}.cert-actions{flex-direction:row;width:100%}.cert-btn{flex:1}}
