:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}html{scroll-behavior:smooth}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}@media screen and (max-width:768px){#root{background:#f4f4ea}}}html,body{width:100%}.top-strip{background:#0e3a22;color:#fff;text-align:center;padding:3px 0;letter-spacing:2px;font-size:13px;position:sticky}.navbar-wrapper{width:100%;background:#fff;box-shadow:0 2px 4px #00000014;position:sticky;top:0;z-index:99}.navbar{margin:auto;display:flex;padding:3px 15px;align-items:center;justify-content:space-between;box-shadow:4px 8px 14px #0000000f;position:sticky}.left-section{display:flex;align-items:center;gap:12px}.logo-circl img{height:77px;width:79px;display:flex;align-items:center;justify-content:center;margin-left:14px}.logo-text img{width:131px;height:47px;margin-top:11px}.logo-text h2{font-size:22px;font-weight:450;margin:0 0 0 13px;font-family:Montserrat,sans-serif;color:#293629;letter-spacing:2.5px}.logo-text p{font-size:12px;color:#777;letter-spacing:1px;margin:-3px 0 0 15px}.nav-links{list-style:none;display:flex;gap:30px;font-size:13px;font-weight:500;color:#446044}.nav-links li{cursor:pointer;position:relative;display:inline-block;transition:.2s}.nav-links li:hover{color:#0b9449}.nav-links li:after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:2px;background-color:#0b9449;transition:width .3s ease}.nav-links li:hover:after{width:100%}.cart-navbar .nav-links li:after{background-color:#944d0b}.cart-navbar .nav-links li:hover{color:#944d0b}.nav-actions{display:flex;align-items:center;gap:18px}.nav-search{display:flex;position:relative}.nav-search input{width:185px;padding:8px 23px;border-radius:72px;border:1px solid #bdb6ab;font-size:14px;outline:none;background:#fff;margin-right:12px}.nav-search input::placeholder{color:#777}.nav-search input:focus{border-color:#2a5835}.search-icon{position:absolute;right:24px;top:58%;transform:translateY(-50%);color:#333;pointer-events:none;cursor:pointer}.cart-navbar .search-icon{position:absolute;right:21px;top:60%;transform:translateY(-50%);color:#333;pointer-events:none;cursor:pointer}.nav-icons{display:flex;align-items:center;gap:18px;margin-right:15px}.icon{position:relative;color:#1f2f3f;cursor:pointer}.badge .count{position:absolute;top:-9px;right:-9px;background:#f26b5b;color:#fff;font-size:10px;padding:2px 7px;border-radius:50%;font-weight:600}.wshlst-count{position:absolute;top:-14px;right:-12px;background:#f26b5b;color:#fff;font-size:10px;padding:2px 7px;border-radius:50%;font-weight:600}.profile-wrapper{position:relative}.profile-dropdown{position:absolute;top:38px;right:0;background:#fff;border-radius:8px;box-shadow:0 8px 20px #0000001f;width:120px;display:flex;flex-direction:column;z-index:1000}.profile-dropdown button{padding:9px 26px;border:none;background:none;cursor:pointer;text-align:center;font-size:14px;letter-spacing:1px}.profile-dropdown button:hover{background-color:#f7f3eb}.auth-btn{padding:8px 18px;border-radius:20px;border:.5px solid brown;background:#4caf50;color:#fff;font-weight:500;cursor:pointer;transition:.3s}.auth-btn:hover{background:#43a047}.hamburger{display:none}@media(max-width:768px){.top-strip{font-size:12px;padding:6px 0}.navbar{padding:10px 12px}.logo-circle{height:42px;width:42px;font-size:18px;margin-left:0}.logo-text h2{font-size:16px;letter-spacing:1.5px;margin-left:6px}.logo-text p{font-size:10px;margin-left:6px}.nav-links{display:none}.nav-links.active{display:flex;flex-direction:column;position:absolute;top:89%;right:0;width:40%;background:#f4efe6;padding:0;border-top:1px solid #ccc;z-index:999}.nav-links.active li{list-style:none;padding:8px 20px;text-align:center;font-size:14px;letter-spacing:2px}.nav-search{display:none}.nav-icons{gap:12px}.icon svg{width:20px;height:20px}.hamburger{display:block;cursor:pointer;font-size:22px;color:#1f2f3f}.profile-dropdown{right:-10px;width:140px}}.custom-toast{display:flex;align-items:center;gap:12px;background:#fff;border-radius:14px;padding:14px 16px;min-width:280px;max-width:340px;box-shadow:0 10px 25px #0000001f;border-left:5px solid #4caf50}.toast-img{width:48px;height:48px;object-fit:contain}.toast-text{display:flex;flex-direction:column}.toast-title{font-size:17px;font-weight:600;margin:0}.toast-message{font-size:15px;margin:2px 0 0;color:#555}.confirm-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;display:flex;justify-content:center;align-items:center;z-index:99999;padding:20px;box-sizing:border-box}.confirm-box{position:relative;width:43%;background:#fff;border:3px solid #4d8c97;border-radius:40px;box-sizing:border-box;animation:confirmPopup .25s ease;padding:9px 40px 9px 20px}.confirm-close{position:absolute;top:6px;right:19px;border:none;background:transparent;font-size:34px;cursor:pointer;color:#2f7280;line-height:1;padding:0}.confirm-content{display:flex;align-items:center;justify-content:space-between;gap:35px;width:100%}.confirm-image-section{flex:0 0 180px;display:flex;justify-content:center;align-items:center}.confirm-image{width:100%;max-width:260px;height:auto;object-fit:contain}.confirm-text-section{flex:1;text-align:center}.confirm-title{margin:0;font-size:29px;line-height:1.2;font-weight:700;color:#2f7280}.confirm-subtext{margin:20px 0 0;font-size:24px;line-height:1.4;color:#c9655d;font-weight:500}.confirm-buttons{margin-top:30px;display:flex;justify-content:center;gap:28px;flex-wrap:wrap}.confirm-yes-btn,.confirm-no-btn{height:48px;border:none;border-radius:14px;font-size:17px;font-weight:500;color:#fff;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.confirm-yes-btn:hover,.confirm-no-btn:hover{transform:translateY(-2px);opacity:.95}.confirm-yes-btn{background:#2f7280}.confirm-no-btn{background:#c9655d}.confirm-box-delete{position:relative;width:43%;background:#fff;border:3px solid #4d8c97;border-radius:40px;box-sizing:border-box;animation:confirmPopup .25s ease;padding:17px 40px 17px 20px}@keyframes confirmPopup{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.confirm-close-delete{position:absolute;top:6px;right:19px;border:none;background:transparent;font-size:24px;cursor:pointer;color:#2f7280;line-height:1;padding:0}.confirm-content-delete{display:flex;align-items:center;justify-content:space-between;gap:35px;width:100%}.confirm-image-section-delete{flex:0 0 180px;display:flex;justify-content:center;align-items:center}.confirm-image-delete{width:100%;max-width:260px;height:auto;object-fit:contain}.confirm-text-section-delete{flex:1;text-align:center}.confirm-title-delete{margin:0;font-size:20px;line-height:1.2;font-weight:700;color:#2f7280}.confirm-subtext-delete{margin:11px 0 0;font-size:15px;line-height:1.4;color:#c9655d;font-weight:600}.confirm-buttons-delete{margin-top:30px;display:flex;justify-content:center;gap:28px;flex-wrap:wrap}.confirm-box-recovery{position:relative;width:43%;background:#fff;border:3px solid #4d8c97;border-radius:40px;box-sizing:border-box;animation:confirmPopup .25s ease;padding:17px 40px 17px 20px}.confirm-close-recovery{position:absolute;top:6px;right:19px;border:none;background:transparent;font-size:24px;cursor:pointer;color:#2f7280;line-height:1;padding:0}.confirm-content-recovery{display:flex;align-items:center;justify-content:space-between;gap:35px;width:100%}.confirm-image-section-recovery{flex:0 0 180px;display:flex;justify-content:center;align-items:center}.confirm-image-recovery{width:100%;max-width:260px;height:auto;object-fit:contain}.confirm-text-section-recovery{flex:1;text-align:center}.confirm-title-recovery{margin:0;font-size:20px;line-height:1.2;font-weight:700;color:#2f7280}.confirm-subtext-recovery{margin:0;font-size:20px;line-height:1.4;color:#c9655d;font-weight:600}.confirm-buttons-recovery{margin-top:30px;display:flex;justify-content:center;gap:28px;flex-wrap:wrap}.confirm-box-success{position:relative;width:43%;background:#fff;border:3px solid #4d8c97;border-radius:40px;box-sizing:border-box;animation:confirmPopup .25s ease;padding:10px 40px 10px 20px}.confirm-close-success{position:absolute;top:6px;right:19px;border:none;background:transparent;font-size:24px;cursor:pointer;color:#2f7280;line-height:1;padding:0}.confirm-content-success{display:flex;align-items:center;justify-content:space-between;gap:35px;width:100%}.confirm-image-section-success{flex:0 0 180px;display:flex;justify-content:center;align-items:center}.confirm-image-success{width:100%;max-width:260px;height:auto;object-fit:contain}.confirm-text-section-success{flex:1;text-align:center}.confirm-title-success{margin:0 0 8px;font-size:20px;line-height:1.2;font-weight:700;color:#2f7280}.confirm-subtext-success{margin:0;font-size:14px;line-height:1.4;color:#c9655d;font-weight:600}.confirm-buttons-success{margin-top:30px;display:flex;justify-content:center;gap:28px;flex-wrap:wrap}.confirm-box-address{position:relative;width:43%;background:#fff;border:3px solid #4d8c97;border-radius:40px;box-sizing:border-box;animation:confirmPopup .25s ease;padding:17px 40px 17px 20px}.confirm-close-address{position:absolute;top:6px;right:19px;border:none;background:transparent;font-size:24px;cursor:pointer;color:#2f7280;line-height:1;padding:0}.confirm-content-address{display:flex;align-items:center;justify-content:space-between;gap:35px;width:100%}.confirm-image-section-address{flex:0 0 180px;display:flex;justify-content:center;align-items:center}.confirm-image-address{width:100%;max-width:260px;height:auto;object-fit:contain}.confirm-text-section-address{flex:1;text-align:center}.confirm-title-address{margin:0 0 10px;font-size:20px;line-height:1.2;font-weight:700;color:#2f7280}.confirm-subtext-address{margin:0;font-size:20px;line-height:1.4;color:#c9655d;font-weight:600}.confirm-buttons-address{margin-top:30px;display:flex;justify-content:center;gap:25px;flex-wrap:wrap}.confirm-box-empty_cart{position:relative;width:43%;background:#fff;border:3px solid #4d8c97;border-radius:40px;box-sizing:border-box;animation:confirmPopup .25s ease;padding:17px 40px 17px 20px}.confirm-close-empty_cart{position:absolute;top:6px;right:19px;border:none;background:transparent;font-size:24px;cursor:pointer;color:#2f7280;line-height:1;padding:0}.confirm-content-empty_cart{display:flex;align-items:center;justify-content:space-between;gap:35px;width:100%}.confirm-image-section-empty_cart{flex:0 0 180px;display:flex;justify-content:center;align-items:center}.confirm-image-empty_cart{width:100%;max-width:260px;height:auto;object-fit:contain}.confirm-text-section-empty_cart{flex:1;text-align:center}.confirm-title-empty_cart{margin:0;font-size:20px;line-height:1.2;font-weight:700;color:#2f7280}.confirm-subtext-empty_cart{margin:22px 0 0;font-size:17px;line-height:1.4;color:#c9655d;font-weight:600}.confirm-buttons-empty_cart{margin-top:30px;display:flex;justify-content:center;gap:18px;flex-wrap:wrap}@media(max-width:768px){.confirm-box{max-width:95%;border-radius:24px;padding:24px 20px}.confirm-content{flex-direction:column;gap:20px}.confirm-image-section{flex:unset}.confirm-image{max-width:180px}.confirm-title{font-size:34px}.confirm-subtext{font-size:18px}.confirm-yes-btn,.confirm-no-btn{min-width:160px;height:64px;font-size:28px;border-radius:18px}}.hero-container{background:#fffdf3;padding:0}.hero-content{max-width:1264px;margin:0;padding:0}.hero-content img{object-fit:cover;width:100%}.hero-left{flex:1;margin-top:-90px}.tag-box{display:inline-block;background:#fff;padding:5px 14px;border-radius:20px;border:1px solid #ddd;font-size:14px;letter-spacing:1px}.hero-title{margin-top:20px;font-size:37px;line-height:1.4;color:#333;font-weight:450;letter-spacing:1px;margin-right:0}.hero-title span{color:#3b6e52}.hero-desc{margin-top:-5px;font-size:14px;color:#703434;line-height:1.6}.chip-container{margin-top:27px;display:flex;gap:33px;flex-wrap:wrap;margin-bottom:26px}.chip{padding:6px 11px;border:1px solid #ccc;border-radius:20px;font-size:14px;box-shadow:0 2px 4px #00000014;text-align:center;margin-bottom:10px;font-weight:500}.chip-msg{display:flex;align-items:center;gap:10px}.chip-msg img{width:30px;height:30px;border-radius:50%;border:2px solid darkgreen}.hrlft-info{margin-top:20px;margin-right:-48px;margin-left:0;display:flex}.small-label2{background:#f5e9e9;padding:12px 35px;display:inline-block;font-size:13px;border-radius:30px;margin-bottom:21px;margin-top:4px;margin-left:28px;border:1px solid #7f6a6a}.info{display:flex}.info1{width:250px}.info2{width:250px;margin-left:25px}.info1 h1{font-size:12px;font-weight:400px;margin-left:11px}.info1 p{font-size:10px;font-weight:300px;margin-left:11px;letter-spacing:1px;margin-bottom:-59px;margin-top:-4px}.info2 h1{font-size:12px;font-weight:400px;margin-left:11px}.info2 p{font-size:10px;font-weight:300px;margin-left:11px;letter-spacing:1px;margin-bottom:-59px;margin-top:-4px}.hero-image-wrapper{position:relative;width:100%;height:100%}.hero-image{width:100%;height:580px;object-fit:cover;border-radius:18px}.hero-overlay{position:absolute;bottom:7px;left:0;right:40px;color:#fff;z-index:5;text-align:left;background:#0003;width:475px;padding-left:21px;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.overlay-tag{display:inline-block;padding:6px 14px;background:#00000059;border-radius:20px;font-size:12px;letter-spacing:1px;margin-bottom:5px}.overlay-title{font-size:44px;font-weight:500;margin:5px 0;letter-spacing:2px}.overlay-subtitle{font-size:16px;max-width:420px;line-height:1.5;opacity:.95}.hero-right{position:relative;flex:1;margin-top:0;margin-right:0;margin-left:41px;z-index:1}.hero-image{width:100%;height:450px;border-radius:25px;box-shadow:0 8px 20px #0003}.arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffb3;border:none;padding:15px;border-radius:50%;cursor:pointer;font-size:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.left{left:15px}.right{right:15px}.image-label{position:absolute;bottom:20px;left:25px;background:#1e1e1eb3;padding:12px 20px;border-radius:25px;color:#fff;font-size:14px;letter-spacing:1px}.trusted-wrapper{width:100%;display:flex;justify-content:center;margin:40px 0}.trusted-bar{width:90%;background:#fff;border:1px solid #eae6df;padding:11px 28px;border-radius:999px;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;font-family:Inter,sans-serif}.trusted-left{display:flex;align-items:center;gap:8px;color:#263238;font-size:11px;letter-spacing:.5px;font-weight:500}.dot{width:10px;height:10px;background:#53a650;border-radius:50%}.trusted-right{display:flex;gap:22px;font-size:12px;color:#897e7e}.trusted-right span{white-space:nowrap}.fade-slide{animation:fadeZoom 1.2s ease-in-out}@keyframes fadeZoom{0%{opacity:0;transform:scale(1.05)}to{opacity:.5;transform:scale(1)}}@media(max-width:768px){.hero-container{padding:40px 0}.hero-content{flex-direction:column;gap:30px;padding:0 20px;margin-top:0}.hero-left{margin-top:0;text-align:center}.tag-box{font-size:12px;padding:4px 12px}.hero-title{font-size:26px;line-height:1.3;margin-top:15px}.hero-desc{font-size:13px;margin-top:10px;color:#5a4a4a}.chip-container{justify-content:center;gap:8px;margin-top:20px}.chip{font-size:12px;padding:4px 10px}.hrlft-info{flex-direction:column;align-items:center;margin:20px 0 0}.info{flex-direction:column;align-items:center}.info1,.info2{width:100%;margin:10px 0;text-align:center}.info1 h1,.info2 h1{font-size:12px;margin-left:0}.info1 p,.info2 p{font-size:10px;margin:5px 0 0}.small-label2{margin:15px 0;padding:8px 22px;font-size:12px}.hero-right{margin:0;width:100%}.hero-image{height:280px;border-radius:18px}.arrow{padding:10px;font-size:16px}.image-label{font-size:12px;padding:8px 14px;bottom:12px;left:12px}.trusted-wrapper{margin-top:50px;margin-bottom:0}.trusted-bar{flex-direction:column;gap:10px;padding:14px 18px;border-radius:20px}.trusted-left{font-size:13px;text-align:center}.dot{width:10px;height:10px;background:#53a650;border-radius:50%;top:0;margin-top:-19px}.trusted-right{flex-wrap:wrap;justify-content:center;gap:12px;font-size:11px}}.product-section{background:#fffdf3;margin-top:-90px;display:column;text-align:center;justify-content:center;margin-bottom:-15px}.product-header{margin-bottom:10px}.product-edit{font-size:21px;font-weight:450;letter-spacing:2px;color:#496a48;margin-bottom:10px}.section-title{font-size:29px;font-weight:400;letter-spacing:2px;color:#496a48;margin-top:0;margin-bottom:0}.product-content{display:block;justify-content:space-between;gap:40px}.product-text{width:32%;font-size:14px;line-height:1.5;color:#4f4f4f;margin-left:190px;margin-bottom:42px}.product-text p{width:816px;margin-left:45px;font-size:17px;margin-top:5px}.product-grid{width:60%;display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.product-card{background:#fff;border-radius:20px;padding:10px;box-shadow:0 5px 20px #0000001a;overflow:hidden}.product-card img{width:100%;border-radius:15px;display:block}@media(max-width:768px){.product-section{margin-top:0;padding:40px 16px;flex-direction:column}.product-header{margin-bottom:25px;text-align:center}.product-edit{margin-left:0;font-size:12px;letter-spacing:1.5px}.section-title{margin:8px 0 0;font-size:22px;letter-spacing:1.5px}.product-content{display:flex;flex-direction:column;gap:24px;align-items:center}.product-text{width:100%;margin-left:0;margin-bottom:10px;text-align:center;font-size:13px;line-height:1.6;padding:0 10px}.product-grid{width:100%;grid-template-columns:1fr;gap:20px}.product-card{border-radius:16px;padding:12px}.product-card img{border-radius:12px}}body{background:#fff;width:100%;font-family:Inter,sans-serif}.carousel-wrapper{position:relative;display:flex;align-items:center}.product-carousel{display:flex;overflow-x:auto;gap:16px;padding:10px;scroll-behavior:smooth}.product-carousel::-webkit-scrollbar{display:none}.carousel-btn{position:absolute;top:40%;transform:translateY(-39%);background:green;border:none;font-size:27px;cursor:pointer;padding:10px 20px;border-radius:61%;box-shadow:0 2px 8px #0003;z-index:10;color:#fff}.carousel-btn.left{left:0}.carousel-btn.right{right:0}.card{flex:0 0 220px;scroll-snap-align:start;background:#fff;border-radius:30px;padding:15px;box-shadow:0 6px 16px #00000014;display:flex;flex-direction:column;height:400px}.card-img{width:100%;height:144px;object-fit:cover;border-radius:12px;flex-shrink:0}.category{font-size:12px;color:#7a7a7a;margin-top:12px}.title{font-size:15px;margin:6px 0;font-weight:500;color:#1f1f1f;flex-shrink:0;min-height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.desc{font-size:12px;color:#6b6b6b;line-height:1.5;margin-top:-2px;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis;min-height:54px;max-height:54px}.card-bottom{margin-top:auto}.price-row{display:flex;justify-content:space-between;margin-top:16px;font-weight:600}.btn-row{display:flex;margin-top:17px;gap:87px;margin-left:-5px}.wishlogo-prdct{background:transparent;border:none;padding:0;margin:0;cursor:pointer;outline:none;font-size:25px}.fa-regular,.far{font-weight:400;font-size:21px}.wishlogo-prdct:focus,.wishlogo-prdct:focus-visible{outline:none;box-shadow:none}.wishlogo-prdct.active{color:red}.price{font-size:16px;font-weight:600;color:#1f6c2f;letter-spacing:.5px}.weight{font-size:14px;color:#666;margin-top:2px}.cart-addbtn{padding:10px 11px;border-radius:24px;border:1px solid #b8c7b6;background:#f7fdf4;cursor:pointer;font-size:11px;letter-spacing:1px;font-weight:600}.cart-addbtn:hover{background:#2c4d1f;color:#fff;border:1px solid black}.button-row{display:flex;justify-content:space-between;align-items:center;margin-right:10px;width:96%;margin-top:22px}.cart-addbtn.added{background-color:#daf3cd;color:#000}.wellness-wrapper{background:linear-gradient(90deg,#143d27,#3c784b);margin:60px auto;padding:0 25px;border-radius:40px;width:90%;max-width:1280px;color:#fff}.wellness-content{display:flex;gap:60px;align-items:flex-start}.wellness-left{flex:1;margin-top:30px;margin-left:35px}.wellness-title{font-size:21px;letter-spacing:3px;font-weight:400;margin-bottom:0;color:#cccc91}.wellness-desc{font-size:13px;line-height:1.6;opacity:.9;color:#cccc91}.wellness-tags{flex:1.6;margin-top:3px}.tag-row{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:18px;margin-top:20px}.tag{background:#1a3f1a00;border:1.5px solid rgb(205 205 112 / 70%);padding:4px 8px;color:#fff;border-radius:30px;font-size:11px;letter-spacing:1px;white-space:nowrap;display:flex;gap:8px;background:#0d340d}.sub-tag{background:#ffffff26;border:1px solid rgba(255,255,255,.6);padding:2px 7px;color:#fff;border-radius:20px;font-size:8px;letter-spacing:1px;white-space:nowrap}.why-wrapper{text-align:center;padding:0 20px;color:#324d36}.why-subtitle{letter-spacing:4px;font-size:15px;color:#4a6a4b;margin-bottom:10px}.why-title{font-size:30px;letter-spacing:3px;font-weight:500;margin-bottom:2opx;margin-top:0}.why-description{font-size:16px;color:#8d7676;max-width:850px;margin:14px auto 35px;line-height:1.6}.why-cards{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.why-card{background:#fff;width:30%;min-width:310px;border-radius:25px;box-shadow:0 0 25px #00000014;text-align:left;padding:0 0 0 15px}.icon-circle{width:55px;height:55px;background:linear-gradient(180deg,#e8f2da,#f0edd8);border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:16px;margin-top:12px;margin-left:12px}.icon-circle img{width:35px;height:35px}.fa-solid,.fas{font-weight:1000;font-size:25px}.card-title{font-size:24px;margin-bottom:0;color:#31643b;font-weight:300;margin-top:0;margin-left:19px}.card-desc{font-size:12px;color:#666;line-height:1.6;margin-left:19px;letter-spacing:0px}@media(max-width:768px){body{overflow-x:hidden}.product-carousel{padding:15px 10px;gap:15px}.card{flex:0 0 75%;padding:14px;border-radius:22px}.card-img{height:130px}.title{font-size:14px}.desc{font-size:11px}.price{font-size:14px}.weight{font-size:12px}.button-row{margin-top:15px}.add-btn{font-size:8px;padding:8px 14px}.link-btn{font-size:10px}.wellness-wrapper{padding:0;border-radius:25px}.wellness-content{flex-direction:column;gap:20px}.wellness-left{margin:0;text-align:center;padding-left:28px}.wellness-title{font-size:18px;letter-spacing:2px}.wellness-desc{font-size:12px}.wellness-tags{margin-top:0}.tag-row{justify-content:center;gap:10px}.tag{font-size:10px;padding:4px 7px}.sub-tag{font-size:7px}.why-wrapper{padding:10px}.why-subtitle{font-size:12px;letter-spacing:2px}.why-title{font-size:22px;letter-spacing:2px}.why-description{font-size:13px;margin:10px auto 25px}.why-cards{flex-direction:column;align-items:center;gap:20px}.why-card{width:50%;border-radius:20px;padding-left:0}.icon-circle{width:45px;height:45px;margin-left:12px}.icon-circle img{width:28px;height:28px}.card-title{font-size:20px;margin-left:12px}.card-desc{font-size:12px;margin-left:8px;padding-bottom:12px}}.santhe-abt-sec{padding:40px 20px 20px;background:#fff}.santhe-abt-container{max-width:1200px;margin:auto;display:flex;align-items:center;gap:30px;background:#eef5ef;border-radius:12px;padding:0 0 0 30px}.santhe-abt-left{flex:.8}.santhe-abt-subtitle{font-size:20px;color:#38583b;margin-bottom:10px;font-weight:600;margin-top:4px;letter-spacing:1px}.santhe-abt-title{font-size:28px;font-weight:700;color:#776953;margin-bottom:15px;margin-top:10px;line-height:35px}.santhe-abt-desc{font-size:15px;color:#555;line-height:1.4;margin-bottom:20px}.santhe-abt-btn{background:#2e7d32;color:#fff;border:none;padding:10px 18px;border-radius:6px;cursor:pointer;font-size:14px}.santhe-abt-btn:hover{background:#256628}.santhe-abt-right{flex:1.2;position:relative}.santhe-abt-image{width:100%;border-radius:12px;object-fit:cover}.santhe-abt-stats{position:absolute;bottom:80px;right:20px;background:#fff;border-radius:10px;padding:17px 8px;display:grid;grid-template-columns:repeat(2,1fr);gap:5px;box-shadow:0 6px 20px #0000001a;row-gap:26px}.santhe-abt-stats img{width:40px;height:40px}.santhe-abt-icon{display:flex;gap:5px}.santhe-abt-stat h3{margin:0;font-size:18px;color:#2e7d32}.santhe-abt-stat p{margin:0;font-size:12px;color:#666}@media(max-width:768px){.santhe-abt-container{flex-direction:column}.santhe-abt-stats{position:static;margin-top:15px}}.mv-section{padding:60px 80px;background:#fffdf3}.mv-subtitle{font-size:14px;letter-spacing:4px;color:#496a48;margin-bottom:10px;font-weight:200;text-align:center}.mv-title{font-size:26px;font-weight:300;margin-bottom:40px;color:#496a48;letter-spacing:2px;text-align:center}.mv-container{display:flex;gap:40px;justify-content:space-between;align-items:stretch}.mv-card{flex:1;background:#fff;padding-left:18px;border-radius:37px;box-shadow:0 20px 30px #00000014;display:flex;flex-direction:column;justify-content:flex-start;font-weight:200}.mv-label{font-size:12px;letter-spacing:3px;color:#355d3a;margin-bottom:0;font-weight:200}.mv-heading{font-size:18px;margin-bottom:0;color:#0b4028;font-weight:350;letter-spacing:1px;margin-top:7px}.mv-text{font-size:13px;line-height:1.7;margin-bottom:0;color:#6c5757}.mv-list{margin-left:6px;margin-top:10px;line-height:1.9;color:#6e5a5a;font-size:13px}.t-wrapper{text-align:center;padding:0 20px;color:#324d36}.t-subtitle{letter-spacing:4px;font-size:18px;color:#4a6a4b;margin-bottom:6px}.t-title{font-size:30px;letter-spacing:3px;font-weight:500;margin-bottom:15px;margin-top:0;color:#4a6a4b}.t-description{font-size:16px;color:#8d7676;max-width:850px;margin:20px auto 35px;line-height:1.6}.t-section{padding:60px 80px;background:#fffdf3}.t-container{display:flex;gap:40px;justify-content:space-between;margin-bottom:65px;margin-top:-30px}.t-card{flex:1;background:#fff;padding:0 14px 14px;border-radius:25px;position:relative;box-shadow:0 25px 35px #0000001a}.t-quote{width:50px;height:50px;background:linear-gradient(to bottom,#dfb55a,#b5852b);border-radius:50%;position:absolute;top:-20px;left:-24px;display:flex;align-items:center;justify-content:center}.t-quote:after{content:"❞";font-size:46px;color:#1a1919;padding-top:22px}.t-stars{font-size:15px;color:#c9992b;margin:20px 0 20px 16px}.t-text{font-size:13px;line-height:1.6;margin-bottom:18px;color:#5a5151;padding-left:20px}.t-tag{border:1px solid #2c2d29;padding:6px 8px;border-radius:50px;display:inline-block;margin-bottom:0;font-size:9px;letter-spacing:1px;margin-left:16px;background:#ebf0eb}.t-divider{border:none;border-top:1px solid #ebebeb;margin:20px 0 30px}.t-footer{display:flex;justify-content:space-between;align-items:center}.t-name{font-size:14px;font-weight:450;color:#594e4e;padding-left:14px}.t-loc{font-size:13px;color:#666;padding-left:14px}.t-date{font-size:14px;color:#666}.t-stats{display:flex;justify-content:center;gap:120px;padding-top:15px}.t-stat-block{text-align:center}.t-stat-num{font-size:40px;color:#355d3a;margin-bottom:10px}.t-stat-label{font-size:14px;letter-spacing:2px;color:#777}@media(max-width:768px){.mv-section,.t-section{padding:40px 20px}.mv-title,.t-title{font-size:22px;text-align:center}.mv-subtitle,.t-subtitle{font-size:12px;text-align:center}.mv-container{flex-direction:column;gap:25px}.mv-card{padding:18px;border-radius:25px}.mv-heading{font-size:16px}.mv-text,.mv-list{font-size:12px;line-height:1.6}.t-wrapper{padding:0 10px}.t-description{font-size:14px;margin-bottom:25px}.t-container{flex-direction:column;gap:30px;margin-top:0}.t-card{padding:20px 15px}.t-quote{left:10px;top:-18px;width:40px;height:40px}.t-quote:after{font-size:34px;padding-top:14px}.t-text{font-size:12px;padding-left:10px}.t-stars{font-size:14px;margin-left:10px}.t-tag{font-size:8px;margin-left:10px}.t-footer{flex-direction:row;align-items:flex-start;gap:6px}.t-name,.t-loc,.t-date{font-size:12px;padding-left:10px}.t-stats{flex-direction:column;gap:25px;padding-top:30px}.t-stat-num{font-size:30px}.t-stat-label{font-size:12px}}.footer{background:#205817;font-family:Poppins,sans-serif}.newsletter{background:#eef5ef;padding:10px 50px;display:flex;justify-content:space-between;align-items:center}.newsletter-left{display:flex;align-items:center;gap:15px}.newsletter-left .icon{font-size:28px;color:#2e7d32}.newsletter-left h3{font-size:16px;margin-bottom:4px}.newsletter-left p{font-size:13px;color:#666;margin-top:2px}.newsletter-right{display:flex;gap:10px}.newsletter-right input{padding:10px 12px;width:260px;border-radius:6px;border:1px solid #ddd}.newsletter-right button{background:#2e7d32;color:#fff;border:none;padding:10px 18px;border-radius:6px;cursor:pointer}.footer-main{padding:20px 60px;display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr 1.5fr;gap:30px}.footer-col h4{margin-bottom:12px;font-size:17px;font-weight:600;color:#d7d0d0}.footer-col ul{list-style:none;padding:0;color:#d7d0d0}.footer-col li{font-size:14px;margin-bottom:8px;color:#555;cursor:pointer;color:#d7d0d0}.footer-col li:hover{color:#2e7d32}.logo-col .logo{margin-bottom:10px;color:#f1ecec;font-weight:500}.logo-col p{font-size:12px;color:#666;margin-bottom:15px;max-width:183px;font-weight:600;color:#d7d0d0}.socials span{margin-right:10px;font-size:18px;cursor:pointer}.contact li{line-height:1.5;color:#d7d0d0}.footer-bottom{background:#163318;color:#fff;padding:1px 60px;display:flex;justify-content:space-between;font-size:13px}@media(max-width:992px){.footer-main{grid-template-columns:repeat(2,1fr)}.newsletter{flex-direction:column;gap:15px;text-align:center}.newsletter-right{justify-content:center}}@media(max-width:600px){.footer-main{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center;gap:8px}}.cart-page{width:100%;background:#fff}.cart-top-banner{width:100%;height:155px;position:relative;overflow:hidden}.cart-top-banner img{width:100%;height:100%;object-fit:cover;object-position:center 43%}.cart-banner-overlay{position:absolute;left:0;top:0;width:48%;height:100%;z-index:1;background:linear-gradient(to right,#fff8ebdb,#fff8ebb3 35%,#fff8eba6 60%,#fff8eb40,#fff8eb00)}.cart-banner-left{position:absolute;left:75px;top:45px;z-index:2}.cart-banner-left h1{font-size:46px;font-weight:700;color:#2f2f2f;margin:0 0 8px;line-height:1}.cart-breadcrumb{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:800;color:#305e2a;padding-left:12px}.cart-breadcrumb span{color:#2d7a2d;font-size:17px}.cart-banner-right{position:absolute;right:42px;top:37px;z-index:2}.cart-banner-card{width:270px;background:#fff;border-radius:18px;padding:12px 14px;display:flex;align-items:flex-start;gap:15px;box-shadow:0 10px 30px #0000001a}.cart-banner-icon{width:42px;height:42px;border-radius:50%;background:#edf7ea;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.cart-banner-card h3{margin:0 0 5px;font-size:16px;color:#2e7d32;font-weight:700}.cart-banner-card p{margin:0;font-size:12px;line-height:18px;color:#666}.cart-main-wrapper{width:100%;display:flex;align-items:flex-start;gap:24px;padding:20px 35px 0}.cart-left-section{flex:1}.cart-summary-section{width:355px;position:sticky;top:20px}.cart-saving-box{width:100%;background:#eef7e8;border-radius:10px;padding:14px 18px;color:#2d7a2d;font-size:14px;font-weight:600;margin-bottom:18px}.cart-table-header{display:flex;align-items:center;padding:0 18px 12px;font-size:13px;color:#777;font-weight:600}.cart-table-header p{margin:0}.cart-table-header p:nth-child(1){width:76%}.cart-table-header p:nth-child(2){width:41%}.cart-table-header p:nth-child(3){width:33%}.cart-table-header p:nth-child(4){width:17%}.cart-product-card{width:100%;background:#fff;border-radius:14px;padding:18px;display:flex;align-items:center;gap:15px;position:relative;margin-bottom:14px;border:1px solid #ececec}.cart-product-left{width:45%;display:flex;align-items:center;gap:35px}.cart-product-img{width:115px;height:87px;object-fit:cover;border-radius:12px;background:#f3f3f3;cursor:pointer}.cart-product-info h3{margin:0 0 5px;font-size:15px;color:#222;font-weight:700}.cart-product-info p{margin:0 0 8px;color:#777;font-size:13px}.cart-product-info span{background:#edf7ea;color:#2e7d32;padding:4px 10px;border-radius:8px;font-size:11px;font-weight:600}.cart-price-box{width:18%}.cart-price-box h3{margin:0;font-size:20px;color:#222}.cart-price-box p{margin:3px 0 0;color:#aaa;text-decoration:line-through;font-size:13px}.cart-qty-box{width:20%;display:flex;align-items:center;gap:14px;border:1px solid #dfe7db;border-radius:30px;padding:7px 16px;width:max-content}.cart-qty-box button{width:24px;height:24px;border:none;background:transparent;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;outline:none}.cart-qty-box span{font-weight:700;font-size:15px}.cart-total-box{width:17%}.cart-total-box h3{margin:0;font-size:20px;color:#111;text-align:center}.cart-remove-btn{position:absolute;right:0;top:0;border:none;background:none;color:#aaa;font-size:16px;cursor:pointer}.cart-action-row{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:18px}.cart-outline-btn{border:1px solid #ddd;background:#fff;border-radius:10px;padding:12px 18px;cursor:pointer;font-size:12px;font-weight:600;transition:.3s}.cart-outline-btn:hover{background:#2d7a2d;color:#fff;border-color:#2d7a2d}.cart-summary-card{width:100%;background:#f7f7f2;border-radius:16px;padding:17px 26px;border:1px solid #ececec}.cart-summary-card h2{margin:0 0 22px;font-size:22px;color:#222}.cart-summary-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.cart-summary-row p{margin:0;color:#666;font-size:15px}.cart-summary-row span{font-weight:700;color:#222}.cart-summary-row.green span{color:#2e7d32}.free{color:#2d7a2d!important}.cart-coupon-box{width:100%;display:flex;gap:10px;margin:22px 0}.cart-coupon-box input{flex:1;height:38px;border:1px solid #ddd;border-radius:10px;padding:0 14px;outline:none}.cart-coupon-box button{width:90px;border:none;border-radius:10px;background:#2d7a2d;color:#fff;font-weight:600;cursor:pointer}.cart-coupon-msg{margin:0 0 14px;font-size:13px}.cart-coupon-msg.success{color:#2d7a2d}.cart-coupon-msg.error{color:red}.cart-summary-total{display:flex;align-items:center;justify-content:space-between;margin:21px 0;border-top:1px solid;padding-top:15px}.cart-summary-total h3{margin:0;font-size:20px;color:#222}.cart-summary-total h2{margin:0;color:#2d7a2d;font-size:22px}.cart-checkout-btn{width:100%;height:54px;border:none;border-radius:10px;background:#2d7a2d;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:.3s}.cart-checkout-btn:hover{background:#1f611f}.cart-feature-list{margin-top:16px;background:#f7f7f2;border-radius:16px;padding:20px;border:1px solid #ececec}.cart-feature-list div{font-size:14px;color:#555;margin-bottom:18px;line-height:22px}.cart-feature-list div:last-child{margin-bottom:0}.cart-farm-banner{width:100%;margin-top:24px;background:linear-gradient(to right,#eef6e8,#f7fbf4);border-radius:18px;display:flex;align-items:center;justify-content:space-between;padding:24px 28px;overflow:hidden}.cart-farm-left img{width:120px;height:120px;border-radius:18px;object-fit:cover}.cart-farm-center{flex:1;padding:0 28px}.cart-farm-center h2{margin:0 0 10px;color:#2d7a2d;font-size:30px}.cart-farm-center p{margin:0 0 20px;color:#666}.cart-farm-features{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.cart-farm-features div{color:#2d7a2d;font-size:14px;font-weight:600}.cart-farm-right img{width:200px}.cart-recommend-section{width:100%;padding:28px 35px 50px}.cart-recommend-section h2{margin:0 0 22px;font-size:28px;color:#222}.cart-recommend-grid{display:flex;gap:18px;overflow-x:auto;padding-bottom:10px}.cart-recommend-grid::-webkit-scrollbar{height:6px}.cart-recommend-grid::-webkit-scrollbar-thumb{background:#d5d5d5;border-radius:20px}.cart-recommend-card{min-width:190px;background:#fff;border-radius:10px;padding:14px;border:1px solid #ececec;display:flex;gap:5px}.cart-recommend-img-cntr{width:107px;display:flex;align-items:center}.cart-recommend-card img{width:100%;height:90px;object-fit:contain;border-radius:12px;background:#f5f5f5}.cart-recommend-card h4{margin:0 0 5px;font-size:16px;color:#222}.cart-recommend-card p{margin:0 0 10px;color:#777;font-size:13px}.cart-recommend-card h3{margin:0 0 14px;color:#2d7a2d}.cart-recommend-card button{width:100%;height:30px;border:none;border-radius:8px;background:#2d7a2d;color:#fff;font-size:12px;font-weight:600;cursor:pointer;padding:6px 8px}.cart-empty-box{width:100%;background:#fff;border-radius:20px;padding:50px;text-align:center}.cart-empty-box img{width:260px}.cart-empty-box h2{font-size:36px;margin-top:10px}.cart-empty-box p{color:#666;margin-bottom:22px}.cart-shop-btn{width:220px;height:54px;border:none;border-radius:12px;background:#2d7a2d;color:#fff;font-size:16px;font-weight:700;cursor:pointer}@media(max-width:1100px){.cart-main-wrapper{flex-direction:column}.cart-summary-section{width:100%}.cart-farm-banner{flex-direction:column;gap:25px;text-align:center}.cart-farm-center{padding:0}}@media(max-width:768px){.cart-banner-left{left:20px;top:20px}.cart-banner-left h1{font-size:38px}.cart-banner-right{display:none}.cart-main-wrapper{padding:20px}.cart-product-card{flex-wrap:wrap}.cart-product-left{width:100%}.cart-price-box,.cart-total-box{width:auto}.cart-action-row{flex-direction:column;gap:12px}.cart-outline-btn{width:100%}.cart-recommend-section{padding:25px 20px 40px}}.signup-page{width:100%;background-size:contain;background-position:center;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;object-position:center 10%}.signup-overlay{width:100%;display:flex;padding:40px 60px 10px;gap:40px}.signup-left{flex:1;display:flex;flex-direction:column}.signup-logo{display:flex;align-items:center;gap:12px}.signup-logo-icon{width:50px;height:50px;background:#1f7a1f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff}.signup-logo h2{margin:0;color:#1f7a1f;font-size:30px;font-weight:600}.signup-logo p{margin:0;color:#555;font-size:14px}.signup-left-content{margin-top:30px;padding:0 20px}.signup-left-content h1{font-size:42px;line-height:52px;margin-bottom:17px;color:#2c1e12;font-weight:600;letter-spacing:1px}.signup-left-content h1 span{color:#1f7a1f}.signup-left-content p{width:520px;font-size:23px;line-height:29px;color:#333;margin-bottom:55px;font-weight:600}.signup-feature-list{display:flex;flex-direction:column;gap:18px}.signup-feature-card{width:210px;background:#ffffffeb;border-radius:18px;padding:5px 8px;display:flex;align-items:center;gap:10px;box-shadow:0 6px 20px #00000014}.signup-feature-icon{width:55px;height:55px;border-radius:50%;background:#edf8ed;display:flex;align-items:center;justify-content:center;font-size:28px}.signup-feature-card h4{margin:0;font-size:16px;color:#222}.signup-feature-card p{margin:4px 0 0;width:auto;font-size:10px;line-height:20px;color:#666}.signup-right{width:520px;display:flex;align-items:center;justify-content:center}.signup-form-card{width:100%;background:#fffffff2;border-radius:30px;padding:15px 30px;box-shadow:0 12px 40px #00000026}.signup-form-card h2{display:flex;align-items:center;gap:10px;font-size:30px;margin-bottom:2px;color:#145214}.signup-form-card h2 img{width:35px}.signup-subtitle{color:#666;font-size:16px;margin-bottom:18px}.signup-input-group{margin-bottom:15px}.signup-input-group label{display:block;margin-bottom:10px;font-weight:600;color:#222;font-size:14px}.signup-input-wrapper{width:100%;background:#fff;border:1px solid #ddd;border-radius:14px;display:flex;align-items:center;padding:13px 10px;gap:12px}.signup-input-wrapper img{width:14px;opacity:.7}.signup-input-wrapper input{flex:1;border:none;outline:none;background:none;font-size:15px}.signup-eye{cursor:pointer;font-size:15px}.signup-password-row{display:flex;gap:5px}.signup-password-row .signup-input-group{flex:1}.signup-terms{display:flex;align-items:flex-start;gap:10px;margin:8px 0 16px;font-size:13px;color:#555}.signup-terms input{margin-top:3px}.signup-terms b{color:#1f7a1f;margin:0 4px;font-weight:600}.signup-btn{width:100%;height:44px;border:none;border-radius:14px;background:#1f7a1f;color:#fff;font-size:17px;font-weight:700;cursor:pointer;transition:.3s}.signup-btn:hover{background:#155d15}.signup-divider{text-align:center;margin:22px 0;position:relative}.signup-divider:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:#ddd}.signup-divider span{background:#fffffff2;padding:0 15px;position:relative;color:#666;font-size:14px}.signup-google-btn{width:100%;height:40px;border-radius:14px;border:1px solid #ddd;background:#fff;display:flex;align-items:center;justify-content:center;gap:12px;font-size:15px;font-weight:600;cursor:pointer}.signup-google-btn img{width:24px}.signup-login-link{text-align:center;font-size:16px;color:#444;margin-top:5px}.signup-login-btn{border:none;background:none;color:#1f7a1f;font-weight:700;margin-left:6px;cursor:pointer;font-size:16px}.signup-bottom-strip{width:100%;height:63px;background:#fff;display:flex;align-items:center;justify-content:space-evenly;border-top:1px solid #eee}.signup-bottom-item{display:flex;align-items:center;gap:10px;font-weight:600;color:#1f7a1f;font-size:18px}@media(max-width:1100px){.signup-overlay{flex-direction:column;padding:30px}.signup-right{width:100%}.signup-left-content h1{font-size:52px;line-height:62px}.signup-left-content p{width:100%;font-size:22px;line-height:35px}.signup-password-row{flex-direction:column;gap:0}.signup-bottom-strip{flex-wrap:wrap;height:auto;padding:20px;gap:15px}}.profile-page{background:#f7f7f7;min-height:100vh;padding-bottom:40px}.profile-top-banner{width:100%;height:155px;position:relative;overflow:hidden}.profile-top-banner img{width:100%;height:100%;object-fit:cover;object-position:center 43%}.profile-banner-overlay{position:absolute;left:0;top:0;width:48%;height:100%;z-index:1;background:linear-gradient(to right,#fff8ebdb,#fff8ebb3 35%,#fff8eba6 60%,#fff8eb40,#fff8eb00)}.profile-banner-left{position:absolute;left:75px;top:45px;z-index:2}.profile-banner-left h1{font-size:46px;font-weight:700;color:#2f2f2f;margin:0 0 8px;line-height:1}.profile-breadcrumb{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:800;color:#305e2a;padding-left:12px}.profile-breadcrumb span{color:#2d7a2d;font-size:17px}.profile-banner-right{position:absolute;right:42px;top:37px;z-index:2}.profile-banner-card{width:270px;background:#fff;border-radius:18px;padding:12px 14px;display:flex;align-items:flex-start;gap:15px;box-shadow:0 10px 30px #0000001a}.profile-banner-icon{width:42px;height:42px;border-radius:50%;background:#edf7ea;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.profile-banner-card h3{margin:0 0 5px;font-size:16px;color:#2e7d32;font-weight:700}.profile-banner-card p{margin:0;font-size:12px;line-height:18px;color:#666}.profile-container{width:95%;margin:18px auto auto;display:flex;gap:20px}.profile-center{flex:1}.profile-right{width:360px}.profile-card,.profile-side-card{background:#fff;border:1px solid #ececec;border-radius:12px;padding:15px 24px}.profile-card-top{display:flex;justify-content:space-between;align-items:flex-start}.profile-card-top h2{font-size:23px;font-weight:700}.profile-card-top p{margin-top:4px;font-size:13px;color:#777}.profile-card-top button{padding:5px 10px;border:1px solid #2e7d32;background:#fff;color:#2e7d32;border-radius:8px;cursor:pointer;font-weight:600}.profile-user-section{margin-top:28px;display:flex;gap:20px;align-items:center;padding-bottom:24px;border-bottom:1px solid #eee}.profile-user-img{width:90px;height:90px;border-radius:50%;background:#f3f7f3;display:flex;align-items:center;justify-content:center;font-size:42px}.profile-user-section h3{font-size:28px;margin-bottom:6px}.profile-user-section p{font-size:15px;color:#666;margin-bottom:3px}.profile-user-section span{font-size:16px;font-weight:600}.profile-info-grid{margin-top:5px}.profile-info-row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f1f1f1}.profile-info-row span{color:#777;font-size:14px}.profile-info-row strong{color:#222;font-size:15px}.profile-action-row{margin-top:24px;display:flex;gap:14px}.profile-logout-btn,.profile-delete-btn{flex:1;height:48px;border:none;border-radius:8px;cursor:pointer;font-size:15px;font-weight:600}.profile-logout-btn{background:#2e7d32;color:#fff}.profile-delete-btn{background:#fff1f1;color:#d32f2f}.profile-side-card{margin-bottom:20px;padding:10px 11px}.profile-side-card h3{font-size:22px;margin-bottom:20px}.profile-stats-grid{display:grid;grid-template-columns:repeat(2,161px);gap:14px}.profile-stat-box{background:#fafafa;border-radius:10px;padding:10px 15px;display:flex;gap:8px}.profile-stat-box span{font-size:24px;color:#2e7d32;display:flex;align-items:center}.profile-stat-box h4{margin-top:12px;font-size:20px;color:#2e7d32;text-align:center}.profile-stat-box p{margin-top:4px;font-size:13px;color:#666;text-align:center}.profile-benefits{display:flex;flex-direction:column;gap:20px}.profile-benefit-item{display:flex;gap:14px}.profile-benefit-item span{font-size:26px;color:#2e7d32}.profile-benefit-item h4{font-size:16px;margin-bottom:4px}.profile-benefit-item p{font-size:13px;color:#666;line-height:1.5}@media(max-width:1100px){.profile-container{flex-direction:column}.profile-right{width:100%}.profile-banner-content{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px}}@media(max-width:768px){.profile-stats-grid{grid-template-columns:1fr}.profile-user-section{flex-direction:column;align-items:flex-start}.profile-info-row{flex-direction:column;gap:6px}.profile-action-row{flex-direction:column}}.profile-sidebar{width:240px;background:#fff;border-radius:8px;border:1px solid #ececec;padding:14px;height:fit-content}.profile-sidebar button{width:100%;height:42px;border:none;background:transparent;text-align:left;padding:0 14px;border-radius:6px;cursor:pointer;margin-bottom:6px;font-size:13px;color:#333;transition:.2s}.profile-sidebar button:hover{background:#f5f5f5}.profile-sidebar button.active{background:#f3f7f3;color:#2e7d32;font-weight:600}.profile-sidebar-logout{color:#d32f2f!important}@media(max-width:1100px){.profile-sidebar{width:100%}}.wishlist-page{width:100%;background:#f8f8f5}.wishlist-top-banner{position:relative;width:100%;height:155px;overflow:hidden}.wishlist-banner-img{width:100%;height:100%;object-fit:cover;object-position:center 43%}.wishlist-banner-overlay{position:absolute;left:0;top:0;width:48%;height:100%;z-index:1;background:linear-gradient(to right,#fff8ebdb,#fff8ebb3 35%,#fff8eba6 60%,#fff8eb40,#fff8eb00)}.wishlist-banner-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 45px}.wishlist-banner-left{position:absolute;left:75px;top:45px;z-index:2}.wishlist-banner-right{position:absolute;right:42px;top:37px;z-index:2}.wishlist-banner-left h1{font-size:46px;font-weight:700;color:#2f2f2f;margin:0 0 8px;line-height:1}.wishlist-breadcrumb{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:800;color:#305e2a;padding-left:12px}.wishlist-breadcrumb span{color:#2d8b33}.wishlist-banner-card{width:270px;background:#fff;border-radius:18px;padding:12px 14px;display:flex;align-items:flex-start;gap:15px;box-shadow:0 10px 30px #0000001a}.wishlist-banner-icon{font-size:28px;color:#2d8b33}.wishlist-banner-card h3{margin:0 0 5px;font-size:16px;color:#2e7d32;font-weight:700}.wishlist-banner-card p{margin:0;font-size:12px;line-height:18px;color:#666}.wishlist-main-wrapper{display:flex;gap:15px;padding:10px}.wishlist-left-section{flex:1;width:75%}.wishlist-right-section{width:25%}.wishlist-card{background:#fff;border-radius:20px;padding:15px 28px;box-shadow:0 3px 14px #0000000d}.wishlist-header-row{margin-bottom:28px}.wishlist-header-row h2{font-size:23px;color:#222}.wishlist-header-row span{color:#2c8c33}.wishlist-grid{display:flex;flex-wrap:wrap;gap:18px}.wishlist-product-card{width:180px;border:1px solid #ececec;border-radius:10px;padding:10px;position:relative;background:#fff;transition:.3s}.wishlist-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 18px #00000014}.wishlist-heart-btn{position:absolute;top:3px;right:1px;border:none;background:none;font-size:20px;cursor:pointer;padding:0;outline:none}.wishlist-product-img{width:100%;height:120px;object-fit:contain;display:block;margin:auto;cursor:pointer}.wishlist-product-content{margin-top:5px;text-align:left}.wishlist-product-content h3{font-size:19px;color:#222;padding-left:4px}.wishlist-product-content p{color:#777;margin:3px 0;padding-left:5px}.wishlist-product-content h2{color:#111;font-size:19px;margin-bottom:14px;padding-left:5px}.wishlist-add-cart-btn{width:100%;padding:9px 12px;border:1.5px solid rgb(147,222,147);border-radius:10px;background:#fff;color:#000;font-weight:500;cursor:pointer}.wishlist-bottom-actions{margin-top:25px;border-top:1px solid #ececec;padding-top:20px;display:flex;align-items:center;justify-content:space-between}.wishlist-note{color:#666;font-size:14px}.wishlist-action-buttons{display:flex;gap:12px}.wishlist-action-buttons button{border:1px solid #ddd;background:#fff;padding:8px 10px;border-radius:10px;cursor:pointer;font-weight:600;font-size:13px}.wishlist-side-card{background:#fff;border-radius:20px;padding:25px;box-shadow:0 3px 14px #0000000d}.wishlist-side-item h3{color:#2b8c33;margin-bottom:12px}.wishlist-side-item p{color:#666;line-height:24px;margin-bottom:20px}.wishlist-side-item button{width:100%;height:46px;border:none;border-radius:12px;background:#1f7a25;color:#fff;font-weight:600;cursor:pointer}.wishlist-side-list{margin-top:28px;display:flex;flex-direction:column;gap:22px}.wishlist-side-list div{font-weight:600;color:#222}.wishlist-side-list span{display:block;margin-top:6px;font-size:14px;color:#777;font-weight:400}.wishlist-empty-box{text-align:center;padding:60px 20px}.wishlist-empty-box img{width:170px;margin-bottom:20px}.wishlist-empty-box h3{font-size:28px;margin-bottom:12px}.wishlist-empty-box p{color:#666;margin-bottom:20px}.wishlist-empty-box button{border:none;background:#2c8c33;color:#fff;padding:14px 28px;border-radius:10px;cursor:pointer;font-weight:600}.wishlist-farm-banner{margin-top:25px;background:#eef6ea;border-radius:22px;padding:30px;display:flex;align-items:center;justify-content:space-between;gap:20px}.wishlist-farm-item{display:flex;flex-direction:column;gap:8px;color:#226f2a;font-weight:700;width:170px}.wishlist-farm-item span{font-size:13px;color:#666;font-weight:500;line-height:20px}.wishlist-farm-image img{width:180px;object-fit:contain}@media(max-width:1100px){.wishlist-main-wrapper{flex-direction:column}.wishlist-right-section{width:100%}.wishlist-banner-content{flex-direction:column;justify-content:center;gap:20px;align-items:flex-start}.wishlist-banner-left h1{font-size:40px}.wishlist-grid{justify-content:center}.wishlist-farm-banner{flex-wrap:wrap}}@media(max-width:700px){.wishlist-main-wrapper{padding:18px}.wishlist-banner-content{padding:20px}.wishlist-product-card{width:100%}.wishlist-bottom-actions{flex-direction:column;gap:18px;align-items:flex-start}}.address-page{background:#f7f7f7;padding-bottom:40px}.address-top-banner{width:100%;height:155px;position:relative;overflow:hidden}.address-top-banner img{width:100%;height:100%;object-fit:cover;object-position:center 43%}.address-banner-overlay{position:absolute;left:0;top:0;width:48%;height:100%;z-index:1;background:linear-gradient(to right,#fff8ebdb,#fff8ebb3 35%,#fff8eba6 60%,#fff8eb40,#fff8eb00)}.address-banner-left{position:absolute;left:75px;top:45px;z-index:2}.address-banner-left h1{font-size:46px;font-weight:700;color:#2f2f2f;margin:0 0 8px;line-height:1}.address-breadcrumb{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:800;color:#305e2a;padding-left:12px}.address-breadcrumb span{color:#2d7a2d;font-size:17px}.address-banner-right{position:absolute;right:42px;top:37px;z-index:2}.address-banner-card{width:270px;background:#fff;border-radius:18px;padding:12px 14px;display:flex;align-items:flex-start;gap:15px;box-shadow:0 10px 30px #0000001a}.address-banner-icon{width:42px;height:42px;border-radius:50%;background:#edf7ea;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.address-banner-card h3{margin:0 0 5px;font-size:16px;color:#2e7d32;font-weight:700}.address-banner-card p{margin:0;font-size:12px;line-height:18px;color:#666}.address-container{width:100%;margin-top:14px;display:flex;gap:20px;padding:10px 20px}.address-right{flex:1}.address-right-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.address-right-top h2{font-size:22px;font-weight:700}.address-right-top p{font-size:13px;color:#777;margin-top:4px}.address-add-btn{height:40px;padding:0 18px;border:1px solid #2e7d32;background:#fff;color:#2e7d32;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600}.address-card-new{background:#fff;border:1px solid #ececec;border-radius:8px;padding:20px;margin-bottom:14px;display:flex;justify-content:space-between;align-items:flex-start;cursor:pointer}.address-card-new.selected{border:1px solid #2e7d32;background:#fbfffb}.address-card-left{display:flex;gap:18px;width:45%}.address-type-icon{width:54px;height:54px;border-radius:50%;background:#f3f7f3;display:flex;align-items:center;justify-content:center;font-size:26px}.address-user-details h3{font-size:18px;margin-bottom:4px}.address-user-details h4{font-size:13px;margin-bottom:6px}.address-user-details p{font-size:12px;color:#666;line-height:1.6}.address-default-badge{display:inline-block;margin-bottom:8px;background:#e8f5e9;color:#2e7d32;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600}.address-card-center{width:28%;border-left:1px solid #eee;border-right:1px solid #eee;padding:0 20px}.address-info-row{display:flex;justify-content:space-between;margin-bottom:18px;font-size:13px}.address-info-row span{color:#777}.address-info-row strong{color:#222}.address-card-actions{width:16%;display:flex;flex-direction:column;gap:16px;align-items:flex-start}.address-edit-btn,.address-delete-btn{border:none;background:transparent;cursor:pointer;font-size:13px;font-weight:600}.address-edit-btn{color:#2e7d32}.address-delete-btn{color:#d32f2f}.address-safe-box{background:#f7fbf7;border-radius:8px;padding:18px;display:flex;gap:14px;margin-top:20px}.address-safe-icon{font-size:22px;color:#2e7d32}.address-safe-box h4{font-size:14px;margin-bottom:4px}.address-safe-box p{font-size:12px;color:#666}.address-continue-btn{margin-top:20px;width:100%;height:48px;border:none;background:#2e7d32;color:#fff;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer}.address-continue-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1100px){.address-container{flex-direction:column}.address-card-new{flex-direction:column;gap:20px}.address-card-left,.address-card-center,.address-card-actions{width:100%}.address-card-center{border:none;padding:0}.address-banner-content{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px}}.add-new-address-page{background:#f7f8f9;font-family:Inter,sans-serif}.add-new-address-banner{width:100%;height:170px;background:linear-gradient(to right,#f8f9f7,#fff);border-bottom:1px solid #ececec;display:flex;align-items:center;padding:0 60px;margin-bottom:30px;position:relative;overflow:hidden}.add-new-address-banner:after{content:"";position:absolute;right:100px;top:15px;width:180px;height:140px;background:url(https://cdn-icons-png.flaticon.com/512/535/535137.png) no-repeat center;background-size:contain;opacity:.12}.add-new-address-banner h1{font-size:34px;font-weight:700;color:#1d1d1d;margin-bottom:8px}.add-new-address-banner p{color:#666;font-size:15px}.add-new-address-layout{display:flex;gap:24px;padding:0 20px;align-items:flex-start}.add-new-address-sidebar{width:270px;background:#fff;border-radius:14px;border:1px solid #ececec;padding:14px;box-shadow:0 2px 12px #0000000a;position:sticky;top:20px}.add-new-address-sidebar-item{padding:14px 16px;border-radius:10px;cursor:pointer;font-size:14px;color:#333;font-weight:500;transition:.25s;margin-bottom:6px}.add-new-address-sidebar-item:hover{background:#f3f7f2;color:#2e7d32}.add-new-address-sidebar-item.active{background:#edf7ee;color:#2e7d32;font-weight:600}.add-new-address-content{flex:1}.add-new-address-form-card{background:#fff;border-radius:18px;padding:13px 20px;border:1px solid #ececec;box-shadow:0 2px 14px #0000000a}.add-new-address-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.add-new-address-header-row h2{font-size:22px;font-weight:700;color:#222;margin-bottom:0}.add-new-address-header-row p{color:#777;font-size:14px}.saved-add-btn{padding:10px 12px;font-size:15px;background:#fff;color:#2e7d32;outline:none}.add-new-address-type-row{display:flex;gap:12px;margin-bottom:20px}.add-new-address-type-btn{border:1px solid #dadada;background:#fff;color:#444;padding:8px 15px;border-radius:40px;cursor:pointer;font-size:12px;transition:.25s;font-weight:500}.add-new-address-type-btn:hover{border-color:#2e7d32;color:#2e7d32}.add-new-address-type-btn.active{background:#2e7d32;border-color:#2e7d32;color:#fff}.add-new-address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;row-gap:15px}.add-new-address-grid label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#333}.add-new-address-grid input,.add-new-address-grid select,.add-new-address-grid textarea{width:100%;height:35px;border-radius:10px;border:1px solid #dcdcdc;padding:0 16px;font-size:14px;outline:none;background:#fff;transition:.25s}.add-new-address-grid input:focus,.add-new-address-grid select:focus,.add-new-address-grid textarea:focus{border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d321a}.add-new-address-dropdown-wrapper{position:relative}.add-new-address-dropdown-list{position:absolute;top:56px;left:0;width:100%;background:#fff;border-radius:10px;border:1px solid #e6e6e6;max-height:220px;overflow-y:auto;z-index:50;box-shadow:0 6px 18px #00000014}.add-new-address-dropdown-item{padding:12px 14px;font-size:14px;cursor:pointer;transition:.2s}.add-new-address-dropdown-item:hover{background:#f3f8f4;color:#2e7d32}.add-new-address-save-row{display:flex;justify-content:space-between;align-items:center;margin-top:20px;gap:20px;flex-wrap:wrap}.add-new-address-default-check{display:flex;align-items:center;gap:10px;color:#444;font-size:14px;font-weight:500}.add-new-address-default-check input{width:18px;height:18px;accent-color:#2e7d32}.add-new-address-action-buttons{display:flex;gap:14px}.add-new-address-save-btn{border:none;background:#2e7d32;color:#fff;padding:10px 30px;border-radius:10px;cursor:pointer;font-size:13px;font-weight:600;transition:.25s}.add-new-address-save-btn:hover{background:#256728}.add-new-address-cancel-btn{height:48px;border:1px solid #d5d5d5;background:#fff;color:#444;padding:0 28px;border-radius:10px;cursor:pointer;font-size:15px;font-weight:500;transition:.25s}.add-new-address-cancel-btn:hover{background:#f7f7f7}.add-new-address-saved-section{margin-top:32px}.add-new-address-saved-section h2{font-size:26px;margin-bottom:22px;color:#222}.add-new-address-saved-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:22px}.add-new-address-card{background:#fff;border-radius:16px;border:1px solid #ececec;padding:22px;transition:.25s;box-shadow:0 2px 10px #0000000a}.add-new-address-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #00000014}.add-new-address-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.add-new-address-badge{background:#edf7ee;color:#2e7d32;padding:7px 14px;border-radius:40px;font-size:12px;font-weight:700}.add-new-address-default-badge{background:#fff4d8;color:#a46b00;padding:7px 14px;border-radius:40px;font-size:12px;font-weight:700}.add-new-address-card h3{font-size:18px;margin-bottom:12px;color:#222}.add-new-address-card p{color:#666;font-size:14px;margin-bottom:8px;line-height:1.5}.add-new-address-card-actions{margin-top:18px}.add-new-address-edit-btn{height:42px;border:none;background:#2e7d32;color:#fff;padding:0 24px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;transition:.25s}.add-new-address-edit-btn:hover{background:#256728}@media(max-width:1100px){.add-new-address-layout{flex-direction:column}.add-new-address-sidebar{width:100%;position:relative;top:0}}@media(max-width:768px){.add-new-address-banner{padding:0 24px;height:150px}.add-new-address-layout{padding:0 16px}.add-new-address-form-card{padding:20px}.add-new-address-grid{grid-template-columns:1fr}.add-new-address-save-row{flex-direction:column;align-items:stretch}.add-new-address-action-buttons{width:100%;display:flex}.add-new-address-save-btn,.add-new-address-cancel-btn{width:100%}.add-new-address-banner h1{font-size:28px}}.cart-address-page{background:#f7f3eb;padding:30px}.cart-add-steps{display:flex;gap:20px;font-size:20px;justify-content:center}.cart-add-steps .active{color:orange;font-weight:600}.cart-address-card{display:flex;gap:20px;padding:0 16px;background:#fff;border-radius:12px;margin-bottom:15px;border:1px solid #ddd}.cart-address-card p{margin:6px 16px}.cart-address-card .cart-add-name{font-weight:600}.cart-address-card.active{border:2px solid #1e7f6d}.cart-address-card h4{margin:0;color:#1e7f6d}.cart-add-address-btn{margin-top:20px;padding:12px;width:100%;border-radius:10px;border:2px dashed #1e7f6d;background:transparent;color:#1e7f6d;font-weight:700;cursor:pointer}.cart-add-left h2{font-size:20px;margin-left:8px;margin-top:3px;margin-bottom:3px}.cart-add-content{display:flex;gap:30px}.cart-add-left{flex:2}.cart-add-left-title{display:flex;gap:500px;margin-bottom:15px}.address-actions{margin-top:20px;display:flex;gap:20px}.address-actions button{background:#fff;border:.5px solid black;border-radius:5px}.cmpltd{color:green;font-weight:600}.change-add{padding:0 8px;background:#1e7f6d;font-size:17px;color:#fff;border-radius:9px}.cart-address-items{margin-top:24px;background:#fff;border-radius:14px;padding:0 20px;box-shadow:0 4px 14px #0000000f}.cart-address-items-title{font-size:20px;margin-bottom:0;color:#2c3e2c;margin-top:35px;margin-left:9px}.cart-address-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 0}.cart-address-item:last-child{border-bottom:none}.cart-address-item-img{width:80px;height:80px;object-fit:cover;border-radius:10px}.cart-address-item-details{flex:1}.cart-address-item-details h4{margin:0 0 6px;font-size:16px;color:#1f1f1f}.cart-address-item-details p{margin:4px 0;color:#666;font-size:14px;display:flex;gap:7px}.cart-address-item-price{text-align:right;min-width:120px}.cart-address-item-price h4{margin:0 0 6px;color:#15611a;font-size:18px}.cart-address-item-price p{margin:0;font-size:12px;color:#777}.cart-add-item-qnty button{padding:3px 11px}.cart-add-back{margin-bottom:39px;display:flex;gap:282px}.cart-add-back-btn{background:transparent;border:none;font-size:25px;cursor:pointer;color:#1e7f7a;font-weight:800;margin-left:-20px;padding-top:0}.cart-add-back-btn:focus,.cart-add-back-btn:active{outline:none;box-shadow:none}.cart-add-back-btn:hover{text-decoration:underline}.payment-page{background-color:#fffdf3;min-height:100vh}.payment-steps{display:flex;gap:20px;font-size:20px;margin-bottom:36px;margin-top:27px;justify-content:center}.payment-steps .active{color:orange;font-weight:600}.payment-delivery-title{font-size:16px;font-weight:700;margin-bottom:8px;color:#333;letter-spacing:1px;margin-top:12px;color:#1e7f6d}.payment-add-section{margin-bottom:30px;margin-right:330px}.payment-add{margin-top:1px;margin-left:-14px}.payment-add p{margin:5px}.payment-add .pymnt-add-1{margin-top:-6px;font-size:13px;letter-spacing:.5px}.name{font-weight:600;font-size:14px;letter-spacing:.5px}.type{letter-spacing:1px;margin-left:5px;font-size:14px}.payment-address-card{display:flex;gap:20px;padding:0 8px;background:#fff;border-radius:8px;border:1px solid #ddd;margin:0 200px -20px 82px}.payment-address-card.active{border:1px solid #1e7f6d}.payment-address-card h4{margin:0;color:#1e7f6d}.mobile{font-weight:700;font-size:14px}.payment-container{margin:30px auto;padding:0 20px 20px;margin-left:unset;margin-left:62px;display:flex;gap:45px;margin-right:50px}.payment-left{background:#fff;padding:0 25px 3px;border-radius:8px;box-shadow:0 2px 8px #0000001a;width:600px;border:2px solid #1e7f6d}.payment-right{flex:1;background:#fff;padding:20px;border-radius:8px;height:fit-content;border:2px solid #1e7f6d}.pay-icon{width:35px}.payment-section-title{font-size:18px;font-weight:700;margin-bottom:-10px;letter-spacing:.5px;margin-left:5px;color:#1e7f6d;border-bottom:.3px solid #eee;padding-bottom:14px}.payment-box{margin-bottom:17px;margin-top:8px}.payment-option{display:flex;align-items:center;padding:0;border-bottom:1px solid #eee;cursor:pointer;transition:background .2s}.payment-title{margin-top:-5px;border-bottom:1px solid #eee;padding-bottom:11px;color:#1e7f6d}.payment-option:hover{background-color:#f8f8f8}.payment-option h4{font-size:15px;color:#222;margin-bottom:-8px}.payment-option p{font-size:12px;color:#666}.payment-option>div:nth-child(2){margin-left:30px}.payment-select{width:60px;display:flex;justify-content:center;align-items:center;margin-left:auto}.payment-select input{position:relative;transform:scale(1.1)}.contact-box{margin-top:25px;padding:15px;border:1px solid #ddd;border-radius:8px;background:#fafafa}.contact-box h3{margin-bottom:10px;font-size:16px}.contact-box p{font-size:14px;margin:4px 0}.total-amount{margin-top:10px;font-size:16px;font-weight:700;color:#2e7d32}.pay-btn{margin-top:20px;width:100%;padding:14px;font-size:16px;font-weight:700;background-color:#2e7d32;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .3s}.pay-btn:hover{background-color:#256428}.payment-footer{margin-top:40px;padding:0;text-align:center;background-color:#fff;border-top:1px solid #ddd}.security-row{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:10px}.secure-badge{width:35px;height:35px;background-color:#2e7d32;color:#fff;font-size:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.secure-title{font-size:13px;font-weight:700;color:#2e7d32}.secure-sub,.footer-text{font-size:12px;color:#666}.footer-text span{color:#1976d2;cursor:pointer}.upi-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center}.upi-modal-box{background:#f7f3eb;padding:25px 30px;border-radius:12px;width:320px;text-align:center;box-shadow:0 4px 20px #0000004d;animation:popup .3s ease}.upi-modal-box h3{margin-bottom:5px;color:#222;margin-top:0}.upi-modal-box p{font-size:14px;color:#555;margin-bottom:15px}.upi-qr{width:200px;height:200px;margin-bottom:30px;margin-left:46px}.upi-close-btn{padding:8px 20px;border:none;border-radius:6px;background:#1e7f6d;color:#fff;cursor:pointer;font-size:14px;margin-left:-32px}.upi-close-btn:hover{background:#166356}@keyframes popup{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.row .discount{font-weight:700}.payment-back{margin-bottom:39px;display:flex;gap:288px}.payment-back-btn{background:transparent;border:none;font-size:25px;cursor:pointer;color:#1e7f7a;font-weight:800}.payment-back-btn:focus,.payment-back-btn:active{outline:none;box-shadow:none}.payment-back-btn:hover{text-decoration:underline}.address-overlay{position:fixed;inset:0;background:#00000073;z-index:999;display:flex;justify-content:center;align-items:center}.address-modal{background-image:url(/assets/address_form_bg-FQ0sROyB.jpeg);width:720px;max-height:100vh;overflow:hidden;border-radius:6px;position:relative;display:flex;flex-direction:column;background-repeat:no-repeat;background-size:100%;background-position-x:48%;background-position-y:10%}.close-x{position:absolute;right:-5px;top:-9px;font-size:26px;background:none;border:none;cursor:pointer}.address-form-ui{padding:13px 40px;overflow-y:auto}.address-form-ui input{width:100%;padding:8.5px 14px;margin-bottom:14px;border:1px solid #c9bfa5;background:#fff;font-size:13px;box-sizing:border-box}.add-two-col{display:flex;gap:141px}.add-two-col input{width:153%}.address-form-ui h3{margin:0 0 12px;font-size:17px;font-weight:600}.type-btns{display:flex;gap:20px;margin-bottom:10px}.type-btns button{padding:6px 22px;border:1px solid #c9bfa5;background:transparent;border-radius:6px;cursor:pointer;font-size:14px}.type-btns .active{background:#f5efb8;border-color:#b7ad78}.type-btns .address-save-btn{background:#0f766e;color:#fff;padding:14px;width:180px;border:none;border-radius:4px;cursor:pointer;font-size:14px;margin-left:168px}.default-check{display:flex;align-items:center;gap:10px;margin-bottom:0;font-size:14px}.default-check input{width:18px;height:18px;margin:0}.save-btn{background:#0f766e;color:#fff;padding:14px;width:180px;border:none;border-radius:4px;cursor:pointer;font-size:14px}.dropdown-list{position:absolute;width:100%;background:#fff;border:1px solid #ddd;max-height:200px;overflow-y:auto;z-index:1000}.dropdown-item{padding:10px;cursor:pointer}.dropdown-item:hover{background:#f5f5f5}.error-input{border:2px solid red!important;animation:blink 2.6s linear 2}@keyframes blink{0%{border-color:red}50%{border-color:transparent}to{border-color:red}}.address-form-ui input:focus{outline:none!important;border:1px solid #c9bfa5!important;box-shadow:none!important}.address-form-ui input{background:#fff!important}.address-form-ui input:-webkit-autofill,.address-form-ui input:-webkit-autofill:hover,.address-form-ui input:-webkit-autofill:focus,.address-form-ui input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:black!important}.address-form-ui input:active,.address-form-ui input:focus-visible{background:#fff!important}.login-page{width:100%;background-size:contain;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;object-position:center 10%}.login-overlay{width:100%;display:flex;padding:40px 60px;gap:40px}.login-left{flex:1;display:flex;flex-direction:column}.login-logo{display:flex;align-items:center;gap:12px}.login-logo-icon{width:50px;height:50px;background:#1f7a1f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff}.login-logo h2{margin:0;color:#1f7a1f;font-size:30px;font-weight:600}.login-logo p{margin:0;color:#555;font-size:14px}.login-left-content{margin-top:30px;padding:0 20px}.login-left-content h1{font-size:42px;line-height:52px;margin-bottom:17px;color:#2c1e12;font-weight:600;letter-spacing:1px}.login-left-content h1 span{color:#1f7a1f}.login-left-content p{width:520px;font-size:23px;line-height:29px;color:#333;margin-bottom:81px;font-weight:600}.login-feature-list{display:flex;flex-direction:column;gap:18px}.login-feature-card{width:192px;background:#ffffffeb;border-radius:18px;padding:5px 8px;display:flex;align-items:center;gap:10px;box-shadow:0 6px 20px #00000014}.login-feature-icon{width:55px;height:55px;border-radius:50%;background:#edf8ed;display:flex;align-items:center;justify-content:center;font-size:28px}.login-feature-card h4{margin:0;font-size:16px;color:#222}.login-feature-card p{margin:4px 0 0;width:auto;font-size:10px;line-height:20px;color:#666}.login-right{width:520px;display:flex;align-items:center;justify-content:center}.login-form-card{width:100%;background:#fffffff2;border-radius:30px;padding:25px 45px;box-shadow:0 12px 40px #00000026}.login-form-card h2{display:flex;align-items:center;gap:10px;font-size:35px;margin-bottom:10px;color:#145214}.login-form-card h2 img{width:35px}.login-subtitle{color:#666;font-size:18px;margin-bottom:35px}.login-input-group{margin-bottom:20px}.login-input-group label{display:block;margin-bottom:10px;font-weight:600;color:#222}.login-input-wrapper{width:100%;background:#fff;border:1px solid #ddd;border-radius:14px;display:flex;align-items:center;padding:13px 10px;gap:12px}.login-input-wrapper img{width:12px;opacity:.7}.login-input-wrapper input{flex:1;border:none;outline:none;background:none;font-size:16px}.login-eye{cursor:pointer;font-size:15px}.login-forgot{text-align:right;color:#1f7a1f;font-weight:600;margin-bottom:22px;cursor:pointer;font-size:15px}.login-btn{width:100%;height:52px;border:none;border-radius:14px;background:#1f7a1f;color:#fff;font-size:20px;font-weight:700;cursor:pointer;transition:.3s}.login-btn:hover{background:#155d15}.login-divider{text-align:center;margin:28px 0;position:relative}.login-divider:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:#ddd}.login-divider span{background:#fffffff2;padding:0 15px;position:relative;color:#666}.google-btn{width:100%;height:50px;border-radius:14px;border:1px solid #ddd;background:#fff;display:flex;align-items:center;justify-content:center;gap:12px;font-size:18px;font-weight:600;cursor:pointer}.google-btn img{width:28px}.signup-link{text-align:center;font-size:17px;color:#444}.signup{border:none;background:none;color:#1f7a1f;font-weight:700;margin-left:6px;cursor:pointer;font-size:17px}.login-bottom-strip{width:100%;height:90px;background:#fff;display:flex;align-items:center;justify-content:space-evenly;border-top:1px solid #eee}.login-bottom-item{display:flex;align-items:center;gap:10px;font-weight:600;color:#1f7a1f;font-size:18px}@media(max-width:1100px){.login-overlay{flex-direction:column;padding:30px}.login-right{width:100%}.login-left-content h1{font-size:52px;line-height:62px}.login-left-content p{width:100%;font-size:22px;line-height:35px}.login-bottom-strip{flex-wrap:wrap;height:auto;padding:20px;gap:15px}}.privacy-page{width:100%;min-height:100vh;background:#f8f6f0}.privacy-hero{width:100%;height:280px;background-size:cover;background-position:center;display:flex;align-items:center;padding:0 70px}.privacy-hero-content{color:#fff}.privacy-hero-content h1{font-size:44px;font-weight:700;margin-bottom:15px}.privacy-hero-content p{width:500px;font-size:16px;line-height:28px;margin-bottom:22px}.privacy-breadcrumb{display:flex;align-items:center;gap:10px;font-size:14px}.privacy-content-wrapper{padding:0 35px;margin-top:-40px;position:relative;z-index:5}.privacy-card{background:#fff;border-radius:28px;padding:35px;box-shadow:0 8px 30px #00000014}.privacy-intro{display:flex;align-items:center;gap:18px;padding-bottom:28px;border-bottom:1px solid #ececec}.privacy-intro-icon{width:58px;height:58px;border-radius:50%;background:#f2f8ee;display:flex;align-items:center;justify-content:center}.privacy-intro-icon img{width:24px}.privacy-intro p{color:#555;font-size:15px;line-height:28px}.privacy-grid{display:flex;gap:40px;margin-top:35px}.privacy-column{flex:1;display:flex;flex-direction:column;gap:28px}.privacy-item{display:flex;gap:18px}.privacy-icon{min-width:58px;height:58px;border-radius:50%;background:#f3f8ef;display:flex;align-items:center;justify-content:center}.privacy-icon img{width:24px}.privacy-text h3{margin:0 0 10px;font-size:18px;color:#222}.privacy-text p{margin:0;color:#666;line-height:24px;font-size:14px}.privacy-footer{margin-top:35px;display:flex;align-items:center;justify-content:space-between}.privacy-updated{background:#f3f3f3;padding:14px 18px;border-radius:12px;color:#555;font-size:14px}.privacy-leaf{font-size:46px}.privacy-bottom-strip{width:100%;background:#fff;border-top:1px solid #ececec;margin-top:35px;padding:24px 20px;display:flex;align-items:center;justify-content:space-evenly}.privacy-bottom-item{color:#2d7a2d;font-size:16px;font-weight:600}@media(max-width:1000px){.privacy-grid{flex-direction:column}.privacy-hero{height:auto;padding:40px 25px}.privacy-hero-content p{width:100%}.privacy-content-wrapper{padding:20px;margin-top:-40px}.privacy-bottom-strip{flex-wrap:wrap;gap:15px}}.terms-page{width:100%;min-height:100vh;background:#f8f7f2}.terms-hero{width:100%;height:260px;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end;padding:40px 55px}.terms-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#00000026,#00000073)}.terms-hero-content{position:relative;z-index:2;color:#fff}.terms-hero-content h1{font-size:42px;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:8px}.terms-hero-content h1 span{font-size:24px}.terms-hero-content p{width:470px;font-size:14px;line-height:24px;color:#f1f1f1;margin-bottom:18px}.terms-breadcrumb{display:flex;align-items:center;gap:10px;font-size:13px;color:#f4f4f4}.terms-content-wrapper{width:100%;padding:0 25px;margin-top:-55px;position:relative;z-index:10}.terms-card{background:#fff;border-radius:24px;padding:28px;box-shadow:0 8px 25px #0000000f;border:1px solid #efefef}.terms-intro{display:flex;gap:16px;align-items:flex-start;padding-bottom:24px;border-bottom:1px solid #eeeeee}.terms-intro-icon{min-width:52px;height:52px;border-radius:50%;background:#f5f8f1;border:1px solid #e7eedf;display:flex;align-items:center;justify-content:center}.terms-intro p{margin:0;color:#666;font-size:14px;line-height:25px}.terms-grid{display:flex;gap:35px;margin-top:28px}.terms-column{flex:1;display:flex;flex-direction:column}.terms-item{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid #f0f0f0}.terms-item:last-child{border-bottom:none}.terms-icon{min-width:52px;height:52px;border-radius:50%;background:#f6f9f3;border:1px solid #e7efdf;display:flex;align-items:center;justify-content:center}.terms-icon img{width:22px;height:22px;object-fit:contain}.terms-text{flex:1}.terms-text h3{margin:0 0 8px;font-size:15px;font-weight:700;color:#2e6f1d}.terms-text p{margin:0;font-size:13px;line-height:23px;color:#666}.terms-footer{margin-top:25px;display:flex;align-items:center;justify-content:space-between}.terms-updated{background:#f7f7f7;border:1px solid #ececec;padding:12px 16px;border-radius:10px;font-size:13px;color:#666}.terms-leaf{font-size:55px;color:#7aa63d;opacity:.9}.terms-bottom-strip{margin-top:28px;width:100%;background:#f3f5ef;border-top:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-evenly;gap:20px;padding:18px 20px;flex-wrap:wrap}.terms-bottom-item{color:#2f6e1d;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}@media(max-width:992px){.terms-grid{flex-direction:column;gap:0}.terms-hero{height:auto;padding:50px 25px}.terms-hero-content p{width:100%}.terms-content-wrapper{padding:0 15px}.terms-card{padding:22px}.terms-footer{flex-direction:column;align-items:flex-start;gap:18px}.terms-bottom-strip{justify-content:flex-start}}@media(max-width:576px){.terms-hero-content h1{font-size:32px}.terms-intro,.terms-item{flex-direction:column}}.success-page{background:#f7f7f7;width:100%}.success-top-banner{position:relative;width:100%;height:155px;overflow:hidden}.success-banner-img{width:100%;height:100%;object-fit:cover;object-position:center 43%}.success-banner-overlay{position:absolute;left:0;top:0;width:48%;height:100%;z-index:1;background:linear-gradient(to right,#fff8ebdb,#fff8ebb3 35%,#fff8eba6 60%,#fff8eb40,#fff8eb00)}.success-banner-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 45px}.success-banner-left{position:absolute;left:75px;top:45px;z-index:2}.success-banner-right{position:absolute;right:42px;top:37px;z-index:2}.success-banner-left h1{font-size:46px;font-weight:700;color:#2f2f2f;margin:0 0 8px;line-height:1}.success-breadcrumb{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:#305e2a;padding-left:12px}.success-breadcrumb span{color:#2d8b33}.success-banner-card{width:270px;background:#fff;border-radius:18px;padding:12px 14px;display:flex;align-items:flex-start;gap:15px;box-shadow:0 10px 30px #0000001a}.success-banner-icon{font-size:28px;color:#2d8b33}.success-banner-card h3{margin:0 0 5px;font-size:16px;color:#2e7d32;font-weight:700}.success-banner-card p{margin:0;font-size:12px;line-height:18px;color:#666}.success-container{width:100%;display:flex;gap:18px;align-items:flex-start;padding:25px}.success-left{flex:1}.success-right{width:300px}.success-card{background:#fff;border-radius:10px;padding:20px 30px;border:1px solid #ececec}.success-order-top{display:flex;justify-content:space-between;align-items:center}.success-order-top img{width:80px}.success-order-top h2{font-size:22px;color:#1b7a2d;margin-bottom:3px}.success-order-top p{font-size:18px;font-weight:600}.success-order-top span{display:block;margin-top:2px;font-size:14px;color:#666;line-height:1.5}.success-tracking{margin-top:20px;border:1px solid #ececec;border-radius:8px;padding:18px;display:flex;align-items:center;justify-content:space-between}.success-track-item{text-align:center;width:120px}.success-track-dot{width:34px;height:34px;border-radius:50%;background:#f0f0f0;margin:auto;display:flex;align-items:center;justify-content:center}.success-track-item.active .success-track-dot{background:#1b7a2d;color:#fff}.success-track-item h4{font-size:12px;margin-top:10px}.success-track-item p{font-size:10px;color:#666;margin-top:4px}.success-track-line{flex:1;height:1px;border-top:1px dashed #ccc}.success-delivery-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:18px;border:1px solid #ececec;border-radius:8px}.success-delivery-box{padding:18px;border-right:1px solid #ececec}.success-delivery-box:last-child{border-right:none}.success-delivery-box h4{font-size:13px;margin-bottom:10px}.success-delivery-box p{font-size:12px;font-weight:600;color:#222}.success-delivery-box span{font-size:11px;color:#666;line-height:1.2}.success-btn-row{display:flex;justify-content:space-between;margin-top:18px}.success-shopping-btn{height:38px;padding:0 18px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer}.success-track-btn{height:38px;padding:0 20px;border:none;background:#1b7a2d;color:#fff;border-radius:6px;cursor:pointer}.success-summary-card{background:#fff;border:1px solid #ececec;border-radius:8px;padding:18px}.success-summary-card h3{font-size:16px;margin-bottom:18px}.success-summary-row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:12px;color:#666}.success-summary-row.green{color:#1b7a2d;font-weight:700}.success-total-row{display:flex;justify-content:space-between;margin-top:16px}.success-total-row h2{font-size:16px}.success-total-row p{font-size:11px;color:#777;margin-top:4px}.success-total-row span{font-size:28px;color:#1b7a2d;font-weight:700}.success-save-box{margin-top:16px;background:#f5fbf5;border-radius:6px;padding:12px;display:flex;gap:8px}.success-save-box p{font-size:11px;color:#1b7a2d;font-weight:600}.success-feature-list{margin-top:18px}.success-feature-item{display:flex;gap:10px;margin-bottom:14px}.success-feature-item h4{font-size:12px}.success-feature-item p{font-size:11px;color:#777;margin-top:2px}@media(max-width:1100px){.success-container{flex-direction:column}.success-right{width:100%}.success-delivery-grid{grid-template-columns:1fr}.success-tracking{flex-direction:column;gap:20px}.success-track-line{width:1px;height:30px}}.productlist-page{padding:40px 60px;background:#fffdf3}.productlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:30px}.plist-card{position:relative;background:#fff;border-radius:20px;box-shadow:0 4px 18px #00000014;padding:10px;transition:.3s}.plist-card:hover{transform:translateY(-6px);box-shadow:0 10px 30px #0000001f}.plist-tag{position:absolute;top:12px;left:12px;background:#111;color:#fff;padding:6px 12px;font-size:12px;border-radius:4px;font-weight:600}.plist-img{width:100%;height:150px;object-fit:cover;cursor:pointer;border-radius:10px}.plist-body{text-align:center}.plist-title{font-size:16px;font-weight:600;margin:12px 0}.plist-price{display:flex;justify-content:center;gap:10px;align-items:center}.plist-mrp{text-decoration:line-through;color:#888;font-size:14px}.plist-final{font-size:18px;font-weight:700;color:#111}.plist-actions{margin-top:15px;display:flex;justify-content:center;gap:70px}.plist-wish{border:1px solid #ddd;background:#fff;padding:8px 12px;border-radius:6px;cursor:pointer}.plist-cart{background:#111;color:#fff;border:none;padding:8px 18px;border-radius:6px;cursor:pointer}.cat-prod-page{display:flex;gap:24px;padding:20px 20px 10px;background:#f7f8f3}.cat-prod-left{display:flex;flex-direction:column}.cat-prod-sidebar{width:200px;background:#fff;border-radius:10px;padding:14px 25px;height:fit-content;border:1px solid #e8e8e8}.cat-prod-filter-heading{font-size:28px;font-weight:700;color:#222;padding:8px}.cat-prod-filter-block{margin-bottom:28px}.cat-prod-filter-block h4{font-size:16px;font-weight:700;color:#222;margin-bottom:16px}.cat-prod-filter-option{display:flex;align-items:center;gap:10px;margin-bottom:14px;cursor:pointer;font-size:14px;color:#444}.cat-prod-filter-option input{accent-color:#2d7a1f}.cat-prod-content{flex:1}.cat-prod-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.cat-prod-header h2{font-size:30px;color:#222;font-weight:700}.cat-prod-header p{margin-top:4px;color:#666;font-size:14px}.cat-prod-sort-dropdown{border:1px solid #ddd;padding:10px 5px;border-radius:8px;outline:none;background:#fff;cursor:pointer;font-size:14px;width:86px}.cat-prod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:20px}.cat-prod-card{background:#fff;border-radius:10px;padding:10px;border:1px solid #ececec;transition:.3s ease}.cat-prod-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000000f}.cat-prod-image{width:100%;height:130px;object-fit:contain;cursor:pointer}.cat-prod-title{margin-top:7px;font-size:17px;font-weight:600;color:#222;min-height:30px}.cat-prod-price-row{display:flex;align-items:center;margin-top:4px}.cat-prod-price{color:#2d7a1f;font-size:20px;font-weight:700}.cat-prod-weight{color:#777;font-size:16px;font-weight:600}.cat-prod-slash{font-size:20px;padding:3px;font-weight:700}.cat-prod-actions{display:flex;gap:10px;margin-top:16px}.cat-prod-wishlist-btn{width:47px;border:none;border-radius:10px;background:#f4f4f4;cursor:pointer;font-size:14px;transition:.2s}.cat-prod-wishlist-btn:hover{background:#ffe4e4}.cat-prod-wishlist-btn.active{background:#ffe4e4;color:red}.cat-prod-cart-btn{flex:1;border:none;background:#2d7a1f;color:#fff;border-radius:10px;padding:12px;font-size:14px;font-weight:600;cursor:pointer;transition:.3s}.cat-prod-cart-btn:hover{background:#205817}.cat-prod-banner-ctnr{padding:5px 15px 15px}.cat-prod-banner{margin-top:10px;background:#eef7e7;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-left:15px}.cat-prod-banner-left{padding:10px}.cat-prod-banner-left img{width:280px}.cat-prod-banner-right{flex:1;background:linear-gradient(to right,#eef7e7 0%,rgba(238,247,231,.95) 20%,rgba(238,247,231,.75) 40%,rgba(238,247,231,.4) 65%,transparent 100%);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.cat-prod-banner-right img{width:100%;height:230px;object-fit:cover;border-radius:10px}.cat-prod-banner-center{flex:1}.cat-prod-banner-center h2{font-size:30px;color:#222;margin-bottom:10px;text-align:center}.cat-prod-banner-center p{color:#555;line-height:1.6;text-align:center}.ban-btn{text-align:center}.cat-prod-banner-center button{margin-top:18px;padding:12px 24px;border:none;border-radius:10px;background:#2d7a1f;color:#fff;font-weight:600;cursor:pointer;transition:.3s}.cat-prod-banner-center button:hover{background:#205817}@media(max-width:1100px){.cat-prod-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}@media(max-width:900px){.cat-prod-page{flex-direction:column}.cat-prod-sidebar{width:100%}.cat-prod-banner{flex-direction:column;text-align:center}.cat-prod-banner-center p{margin:auto}}@media(max-width:600px){.cat-prod-page{padding:12px}.cat-prod-header{flex-direction:column;align-items:flex-start;gap:14px}.cat-prod-grid{grid-template-columns:repeat(2,1fr);gap:14px}.cat-prod-image{height:130px}.cat-prod-title{font-size:15px}.cat-prod-price{font-size:17px}.cat-prod-cart-btn{padding:10px;font-size:13px}.cat-prod-banner-center h2{font-size:24px}.cat-prod-banner-right img{width:100%;max-width:260px}}.pd-container{display:flex;gap:60px;padding:60px 80px;align-items:flex-start}.pd-left{flex:1;gap:20px;align-items:center}.pd-thumbs{display:flex;gap:15px}.pd-thumb{width:70px;height:70px;border:1px solid #ddd;cursor:pointer;overflow:hidden;background:#fff;transition:.3s}.pd-thumb img{width:100%;height:100%;object-fit:cover}.pd-thumb:hover{border:1px solid #000;transform:scale(1.05)}.pd-thumb.active{border:2px solid green}.pd-main-img{width:500px;height:450px;border:1px solid #1a1919;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:30px;object-fit:cover}.pd-main-img img{width:100%;height:100%;object-fit:cover}.pd-right{flex:1}.pd-right h1{font-size:32px;margin-bottom:10px}.pd-wght{font-size:18px;font-weight:300;font-style:italic}.pd-price{margin:20px 0;display:flex;gap:20px;align-items:center}.pd-mrp{font-size:22px;color:green;font-weight:600;text-decoration:line-through}.pd-final{font-size:22px;font-weight:600}.pd-qty{display:flex;align-items:center;gap:20px;margin:20px 0}.pd-qty button{width:45px;height:45px;font-size:18px;border:1px solid #ddd;background:#fff;cursor:pointer}.pd-buttons{display:flex;align-items:center;gap:20px}.pd-btn{padding:14px 25px;border-radius:25px;border:1px solid #b8c7b6;background:#f7fdf4;cursor:pointer;font-size:15px;font-weight:600}.plist-wish{font-size:22px;background:none;border:none;cursor:pointer}.plist-wish.active{color:red}.pd-desc{margin-top:30px;font-size:16px;line-height:1.7;color:#333}.vendor-sidebar-container{width:250px;height:100vh;background:#fff;border-right:1px solid #e9e9e9;display:flex;flex-direction:column;justify-content:space-between;padding:20px 16px;position:sticky;top:0;overflow-y:auto}.vendor-sidebar-logo{padding-bottom:16px;border-bottom:1px solid #f1f1f1;margin-bottom:25px;text-align:center;font-size:18px;letter-spacing:3px;font-weight:600;color:green}.vendor-sidebar-logo img{width:140px;object-fit:contain}.vendor-sidebar-menu{display:flex;flex-direction:column;gap:5px}.vendor-sidebar-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:.3s;color:#555}.vendor-sidebar-item:hover{background:#f6f6f6}.vendor-sidebar-active{background:#eef8ee;color:#2d8b39;font-weight:600}.vendor-sidebar-arrow{margin-left:auto;transition:.3s}.vendor-sidebar-arrow.open{transform:rotate(180deg)}.vendor-sidebar-submenu{padding-left:42px;display:flex;flex-direction:column;gap:14px;padding-top:10px;padding-bottom:10px}.vendor-sidebar-subitem{font-size:13px;color:#777;cursor:pointer;transition:.3s}.vendor-sidebar-subitem:hover{color:#2d8b39}.vendor-sidebar-help-card{background:#f7faf7;padding:18px;border-radius:14px;margin-top:20px;margin-bottom:25px}.vendor-sidebar-help-top{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#2d8b39}.vendor-sidebar-help-card p{font-size:12px;line-height:18px;color:#777;margin:12px 0}.vendor-sidebar-help-card button{width:100%;height:38px;border:none;border-radius:8px;background:#1b8d2d;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.vendor-sidebar-logout{display:flex;align-items:center;gap:10px;padding:12px;cursor:pointer;font-size:14px;color:#ff4d4f;border-top:1px solid #f1f1f1}.ad-topbar{display:flex;justify-content:space-between;align-items:center}.ad-topbar input{padding:10px 18px;width:320px;border-radius:25px;border:1px solid #ccc;outline:none}.ad-profile{background:#fff;padding:8px 16px;border-radius:20px;font-size:14px}.ad-welcome{margin:20px 0;font-weight:600}.dashboard-app{display:flex;background:#f7f8fa;min-height:100vh}.dashboard-main{flex:1;padding:20px;overflow:auto}.dashboard-welcome{margin-bottom:20px}.dashboard-welcome h2{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:5px}.dashboard-welcome p{color:#6b7280;font-size:14px}.dashboard-stats{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;margin-bottom:25px}.dashboard-stat-card{background:#fff;border-radius:14px;padding:18px;box-shadow:0 2px 12px #0000000a;border:1px solid #eef0f3;transition:.3s}.dashboard-stat-card:hover{transform:translateY(-2px)}.dashboard-stat-card h5{color:#6b7280;font-size:13px;margin-bottom:10px;font-weight:500}.dashboard-stat-card h2{color:#111827;font-size:26px;font-weight:700}.dashboard-chart-section{margin-bottom:25px}.dashboard-chart-section .chart-card{background:#fff;border-radius:14px;border:1px solid #eef0f3;padding:20px;box-shadow:0 2px 12px #0000000a}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.dashboard-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.dashboard-card{background:#fff;border-radius:14px;border:1px solid #eef0f3;box-shadow:0 2px 12px #0000000a;padding:20px}.dashboard-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.dashboard-card-header h3{margin:0;font-size:18px;color:#111827;font-weight:600}.dashboard-table th{text-align:center;padding:14px 10px;background:#f9fafb;color:#6b7280;font-size:13px;font-weight:600}.dashboard-table td{padding:14px 10px;border-bottom:1px solid #f0f0f0;color:#374151;font-size:14px}.dashboard-table tbody tr:hover{background:#fafafa}.dashboard-status,.dashboard-paid-status{background:#dcfce7;color:#15803d;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}.dashboard-category-list{display:flex;flex-direction:column;gap:15px}.dashboard-category-item{display:flex;align-items:center;gap:15px;padding:12px;border:1px solid #eef0f3;border-radius:10px}.dashboard-category-number{width:32px;height:32px;border-radius:50%;background:#dcfce7;color:#15803d;display:flex;align-items:center;justify-content:center;font-weight:700}.dashboard-category-content{flex:1}.dashboard-category-content h4{margin:0;font-size:15px;color:#111827}.dashboard-category-content p{margin-top:4px;color:#6b7280;font-size:12px}.ad-charts{display:grid;grid-template-columns:2fr 1fr;gap:20px}.chart-card{background:#fff;border-radius:14px;padding:20px}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.chart-header h3{margin:0}.chart-filters{display:flex;gap:10px}.chart-filters button{border:none;background:#f3f4f6;padding:8px 12px;border-radius:8px;cursor:pointer}.chart-filters button.active{background:#22c55e;color:#fff}.chart-body,.pie-body{height:350px}@media(max-width:1024px){.dashboard-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.dashboard-grid,.dashboard-bottom-grid,.ad-charts{grid-template-columns:1fr}.dashboard-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.dashboard-stats{grid-template-columns:1fr}.dashboard-main{padding:12px}.dashboard-table{display:block;overflow-x:auto}.dashboard-welcome h2{font-size:22px}}.dashboard-middle{display:grid;grid-template-columns:2fr 1.1fr;gap:18px;margin-bottom:18px}.dashboard-box{background:#fff;border-radius:12px;border:1px solid #e8edf3;padding:16px;overflow:hidden}.dashboard-box-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.dashboard-box-header h3{margin:0;font-size:15px;font-weight:600;color:#111827}.dashboard-view-all{color:#22c55e;font-size:12px;font-weight:600;cursor:pointer}.dashboard-mini-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px}.dashboard-mini-card{background:#f8fafc;border-radius:8px;padding:10px 12px;border:1px solid #eef2f7}.dashboard-mini-card span{display:block;font-size:11px;color:#6b7280;margin-bottom:4px}.dashboard-mini-card h4{margin:0;font-size:20px;font-weight:700;color:#111827}.dashboard-line-chart{height:220px;position:relative}.dashboard-vendor-table{width:100%;border-collapse:collapse}.dashboard-vendor-table th{background:#fff;padding:10px;font-size:12px;text-align:center;border-bottom:1px solid #eee;color:#6b7280}.dashboard-vendor-table td{padding:10px;font-size:12px;border-bottom:1px solid #f3f4f6}.dashboard-status{background:#dcfce7;color:#15803d;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600}.dashboard-bottom{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.dashboard-card{background:#fff;border-radius:12px;border:1px solid #e8edf3;padding:16px;min-height:300px}.dashboard-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.dashboard-card-header h3{margin:0;font-size:15px;font-weight:600}.dashboard-distribution-chart{width:210px;height:210px;margin:10px auto}.dashboard-category-list{display:flex;flex-direction:column;gap:12px}.dashboard-category-item{display:flex;align-items:center;gap:12px;padding:10px;border-bottom:1px solid #f1f5f9}.dashboard-category-number{width:18px;height:18px;border-radius:50%;background:#dcfce7;color:#15803d;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.dashboard-category-content h4{margin:0;font-size:13px;font-weight:600}.dashboard-category-content p{margin:2px 0 0;font-size:11px;color:#6b7280}.dashboard-table{width:100%;border-collapse:collapse}.dashboard-table th{background:#fff;border-bottom:1px solid #eee;text-align:center;padding:10px;font-size:12px;color:#6b7280}.dashboard-table td{padding:10px;font-size:12px;border-bottom:1px solid #f3f4f6}.dashboard-paid-status{background:#dcfce7;color:#15803d;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600}@media(max-width:1200px){.dashboard-middle,.dashboard-bottom{grid-template-columns:1fr}}@media(max-width:768px){.dashboard-mini-cards{grid-template-columns:repeat(2,1fr)}}.addproduct-layout{display:flex;min-height:100vh;background:#f6fff2}.addproduct-main{flex:1;padding:20px;overflow-x:hidden}.addproduct-header{margin-bottom:20px}.addproduct-header h2{margin:0;font-size:28px;font-weight:700}.addproduct-header p{margin-top:5px;color:#6b7280}.addproduct-stepper{display:flex;gap:20px;margin-bottom:25px}.addproduct-step{flex:1;display:flex;align-items:center;gap:15px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.addproduct-step span{width:42px;height:42px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:700}.addproduct-step.active{border:1px solid #22c55e}.addproduct-step.active span{background:#22c55e;color:#fff}.addproduct-step h4{margin:0;font-size:15px}.addproduct-step small{color:#6b7280}.add-prod-section{width:100%}.add-prod-card{background:#fff;border-radius:24px;padding:30px;border:1px solid #e5e7eb;box-shadow:0 4px 15px #0000000d}.add-prod-card h3{margin:0 0 25px;font-size:24px;font-weight:700;color:#111827}.add-prod-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.add-prod-grid label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#374151}.add-prod-grid input,.add-prod-grid select{width:100%;height:48px;border:1px solid #d1d5db;border-radius:12px;padding:0 14px;font-size:14px;background:#fff}.add-prod-grid input:focus,.add-prod-grid select:focus{outline:none;border-color:#22c55e}.add-prod-description{margin-top:25px}.add-prod-description label{display:block;margin-bottom:8px;font-weight:600}.add-prod-description textarea{width:100%;min-height:120px;border:1px solid #d1d5db;border-radius:12px;padding:14px;resize:none;font-size:14px}.add-prod-image-section{margin-top:30px}.add-prod-image-section label{display:block;margin-bottom:10px;font-weight:600}.add-prod-image-section input[type=file]{margin-bottom:15px}.add-prod-image-preview{display:flex;gap:15px;flex-wrap:wrap}.add-prod-image-preview img{width:110px;height:110px;object-fit:cover;border-radius:14px;border:2px solid #d1d5db;transition:.2s}.add-prod-image-preview img:hover{transform:scale(1.04)}.add-prod-actions{margin-top:30px;display:flex;justify-content:flex-end;gap:12px}.add-prod-save-btn{background:#22c55e;color:#fff;border:none;padding:12px 22px;border-radius:12px;font-weight:600;cursor:pointer}.add-prod-save-btn:hover{background:#16a34a}.add-prod-update-btn{background:#2563eb;color:#fff;border:none;padding:12px 22px;border-radius:12px;font-weight:600;cursor:pointer}.add-prod-update-btn:hover{background:#1d4ed8}.add-prod-delete-btn{background:#ef4444;color:#fff;border:none;padding:12px 22px;border-radius:12px;font-weight:600;cursor:pointer}.add-prod-delete-btn:hover{background:#dc2626}@media(max-width:992px){.add-prod-grid{grid-template-columns:1fr}}@media(max-width:768px){.add-prod-actions{flex-direction:column}.add-prod-save-btn,.add-prod-update-btn,.add-prod-delete-btn{width:100%}}.pric-sec-section{width:100%}.pric-sec-card{background:#fff;border-radius:24px;padding:30px;border:1px solid #e5e7eb;box-shadow:0 4px 15px #0000000d}.pric-sec-card h3{margin:0 0 25px;font-size:24px;font-weight:700;color:#111827}.pric-sec-layout{display:grid;grid-template-columns:2fr 1fr;gap:30px}.pric-sec-form{width:100%}.pric-sec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.pric-sec-grid label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#374151}.pric-sec-grid input{width:100%;height:48px;border:1px solid #d1d5db;border-radius:12px;padding:0 14px;font-size:14px;background:#fff}.pric-sec-grid input:focus{outline:none;border-color:#22c55e}.pric-sec-actions{display:flex;gap:12px;margin-top:30px}.pric-sec-back-btn{background:#6b7280;color:#fff;border:none;padding:12px 20px;border-radius:12px;font-weight:600;cursor:pointer}.pric-sec-back-btn:hover{background:#4b5563}.pric-sec-update-btn{background:#2563eb;color:#fff;border:none;padding:12px 20px;border-radius:12px;font-weight:600;cursor:pointer}.pric-sec-update-btn:hover{background:#1d4ed8}.pric-sec-save-btn{background:#22c55e;color:#fff;border:none;padding:12px 20px;border-radius:12px;font-weight:600;cursor:pointer}.pric-sec-save-btn:hover{background:#16a34a}.pric-sec-summary-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:22px}.pric-sec-summary-card h4{margin-top:0;margin-bottom:20px;font-size:18px;font-weight:700;color:#111827}.pric-sec-summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e5e7eb}.pric-sec-summary-row:last-child{border-bottom:none}.pric-sec-summary-row span{color:#6b7280;font-size:14px}.pric-sec-summary-row strong{color:#111827;font-size:14px;font-weight:600}@media(max-width:992px){.pric-sec-layout,.pric-sec-grid{grid-template-columns:1fr}}@media(max-width:768px){.pric-sec-actions{flex-direction:column}.pric-sec-back-btn,.pric-sec-update-btn,.pric-sec-save-btn{width:100%}}.admin-layout{display:flex;background:#d9f5c9;min-height:100vh}.admin-main{flex:1;padding:20px}.product-container{background:#f6fff2;padding:20px;border-radius:20px}.page-title{color:#2d6a2d;margin-bottom:20px;margin-left:10px}.filter-bar{display:flex;justify-content:space-between;margin-bottom:20px}.add-btn{background:#4caf50;color:#fff;padding:10px 18px;border:none;border-radius:20px;cursor:pointer}.filters select{padding:8px;margin-left:10px;border-radius:20px;border:1px solid #ccc;background:#e8f5e9}.table-wrapper{background:#f9f9f9;padding:15px;border-radius:15px;border:1px solid #7ddc7a}thead{background:#e8f5e9}th,td{padding:8px;text-align:center}.ct-tble-nm{padding-right:50px;width:32%}.pd-tbl-nm{padding-right:89px}.product-cell-div p{margin:4px 20px}tbody tr{padding:10px}.product-cell{display:flex;align-items:center;gap:10px}.product-cell img{border-radius:8px}.product-cell span{font-size:12px;color:gray}.status{background:#e6f7ec;color:green;padding:5px 10px;border-radius:15px;font-size:13px}.action-btns button{border:none;margin-right:8px;padding:6px 10px;border-radius:6px;cursor:pointer}.edit{background:#d4f8d4}.delete{background:#ffd6d6}.pagination{text-align:center;margin-top:15px}.top-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:0}.right-controls{display:flex;align-items:center;gap:15px}.control-item{display:flex;align-items:center;gap:6px;background:#a8e4a1;padding:6px 12px;border-radius:20px}.control-item select{border:none;background:transparent;outline:none;cursor:pointer;font-weight:500}.filter-btn{background:#e8f5e9;border:none;padding:6px 15px;border-radius:20px;cursor:pointer;font-weight:500}.search-circle{width:35px;height:35px;background:#4caf50;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;font-size:14px}.admin-choose-category-overlay{top:0;left:0;width:100%;background:#d9f5c9;display:flex;justify-content:center;align-items:center}.admin-choose-category-container{width:800px;background:#fff;padding:35px 40px;border-radius:10px;box-shadow:0 8px 25px #0000001a}.admin-choose-category-header{text-align:center;margin-bottom:10px}.admin-choose-category-header h2{margin:0;font-size:26px;font-weight:600;color:#222}.admin-choose-category-subtitle{text-align:center;color:red;font-size:15px;margin:10px 0 30px}.admin-choose-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px 40px;justify-items:center}.admin-choose-category-card{cursor:pointer;transition:transform .2s ease;text-align:center;justify-items:center}.admin-choose-category-card:hover{transform:translateY(-5px)}.admin-choose-category-image-wrapper{width:130px;height:130px;border-radius:50%;border:3px solid #2e7d32;overflow:hidden;display:flex;justify-content:center;align-items:center;background:#f5f5f5}.admin-choose-category-image-wrapper img{width:100%;height:100%;object-fit:cover}.admin-choose-category-card p{margin-top:12px;font-size:15px;font-weight:600;color:#333}.admin-choose-category-add-new{font-size:45px;color:#2e7d32;display:flex;justify-content:center;align-items:center}.admin-slider-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0003;z-index:999}.admin-slider{position:fixed;top:0;right:-450px;width:380px;height:100%;background:#f6f6f6;box-shadow:-2px 0 10px #0003;transition:.4s ease;z-index:1000;padding:6px 20px 20px;overflow-y:auto}.admin-slider.open{right:0}.admin-slider-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #9ccc65}.admin-slider-header span{font-size:22px;cursor:pointer}.admin-slider-image-upload{width:284px;height:151px;background:#dbeeff;border-radius:10px;margin:30px auto 10px;display:flex;justify-content:center;align-items:center}.admin-slider-plus{width:0px;height:85px;background:#8bc34a;border-radius:50%;color:#fff;font-size:40px;display:flex;justify-content:center;align-items:center}.admin-slider-upload-text{text-align:center;margin-bottom:20px}.admin-slider-body label{display:block;margin-top:15px}.admin-slider-body input,.admin-slider-body textarea{width:100%;padding:10px;border-radius:20px;border:1px solid #8bc34a;margin-top:5px}.admin-slider-body textarea{height:100px;border-radius:15px;resize:none}.admin-slider-body small{display:block;text-align:right;font-size:11px;color:gray}.admin-slider-buttons{display:flex;justify-content:space-between;margin-top:25px}.publish-btn{background:#aeea00;border:none;padding:8px 20px;border-radius:20px;cursor:pointer}.draft-btn{background:#fff;border:1px solid #2e7d32;padding:8px 20px;border-radius:20px;cursor:pointer}.order-container{background:#f6fff2;padding:20px;border-radius:20px}.filters{border-bottom:1px solid black;padding-bottom:17px}.filters button{margin-right:10px;padding:8px 16px;border:none;background:#eee;cursor:pointer;border-radius:20px;transition:.3s}.filters button:hover{background:#ddd}.active-filter{background:#4caf50!important;color:#fff}.ord-srch{display:flex;gap:265px;padding:17px 0}.ord-srch-btns{display:flex;gap:15px}.btn-icon{display:flex;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;background-color:#e6f4ea;border:1px solid #8bc34a;color:#2e7d32;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}.btn-icon:hover{background-color:#d4edda;border-color:#66bb6a}.ord-srch input{padding:10px 18px;width:480px;border-radius:25px;border:1px solid #ccc;outline:none}.orders-table{width:100%;border-collapse:collapse;background:#fff}.orders-table th,.orders-table td{padding:12px;border-bottom:1px solid #ddd;text-align:center}.clickable-row{cursor:pointer}.clickable-row:hover{background-color:#f5f5f5}.badge2{padding:5px 12px;border-radius:15px;font-size:12px;font-weight:700;color:#28a745;background:#ecf8ed}.completed{background-color:#28a745}.pending{background-color:#f0ad4e}.failed{background-color:#dc3545}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;display:flex;justify-content:center;align-items:center}@keyframes popupFade{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.popup-header h3{color:#2e7d32;font-weight:600}.popup-header span{font-weight:600;color:#4caf50}.products-scroll{border:1px solid #c8e6c9;border-radius:12px;background:#fff;height:260px;overflow-y:auto;margin-bottom:15px}.products-scroll::-webkit-scrollbar{width:6px}.products-scroll::-webkit-scrollbar-thumb{background:#a5d6a7;border-radius:10px}.products-scroll table{width:100%;border-collapse:collapse}.products-scroll th{background:#e8f5e9;padding:10px;font-size:13px;text-align:center;border-bottom:1px solid #c8e6c9}.products-scroll td{padding:10px;font-size:13px;border-bottom:1px solid #f0f0f0}.popup-footer{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid #c8e6c9;font-weight:500}.popup-footer strong{color:#2e7d32}.order-popup{background:#f6fff2;width:720px;padding:25px;border-radius:20px;box-shadow:0 10px 30px #00000026;max-height:85vh;display:flex;flex-direction:column;animation:popupFade .2s ease-in-out}.popup-content{display:flex;gap:30px;margin-top:10px}.left-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.left-header h3{color:#2e7d32;font-weight:600}.left-header span{color:#4caf50;font-weight:600;font-size:14px}.left-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;margin-top:10px;border-top:1px solid #c8e6c9;font-weight:600}.left-footer strong{color:#2e7d32}.transaction-badge{background:#d4edda;color:#2e7d32;padding:6px 16px;border-radius:20px;font-size:13px;margin-left:8px}.right-section{flex:1;border-left:1px solid #c8e6c9;padding-left:20px;display:flex;flex-direction:column}.right-section h3{color:#2e7d32;font-weight:600;margin-bottom:15px}.payment-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px}.payment-row span{color:#666}.payment-row strong{color:#2e7d32}.close-btn{margin-top:5px;padding:10px;border-radius:10px;border:none;background:#e0e0e0;cursor:pointer;font-size:15px}.close-btn:hover{background:#d6d6d6}.ord-dtl-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;display:flex;justify-content:center;align-items:center}.ord-dtl-popup{background:#f6fff2;width:1000px;padding:10px 30px 30px;border-radius:20px;box-shadow:0 10px 30px #00000026;animation:popupFade .2s ease-in-out}.ord-dtl-title{text-align:center;color:#2e7d32;margin-bottom:20px}.ord-dtl-content{display:flex;gap:30px;border:1px solid black;padding:0 0 0 17px;border-radius:10px}.ord-dtl-left{flex:2;padding-bottom:10px}.ord-dtl-left-header{display:flex;justify-content:space-between;color:#2e7d32}.ord-dtl-left-header h3{margin-left:10px}.ord-dtl-left-header span{margin-top:19px;font-size:16px;font-weight:600;color:red}.ord-dtl-products-scroll{border:1px solid #c8e6c9;border-radius:12px;background:#fff;height:260px;overflow-y:auto}.ord-dtl-products-scroll table{width:100%;border-collapse:collapse}.ord-dtl-products-scroll th{background:#e8f5e9;padding:10px;font-size:13px;text-align:center}.ord-dtl-products-scroll td{padding:10px;font-size:13px;text-align:center;border-bottom:1px solid #eee}.ord-dtl-left-footer{display:flex;justify-content:space-between;margin-top:15px;padding-top:10px;border-top:1px solid #c8e6c9;font-weight:600}.ord-dtl-left-right-footer strong{font-weight:600}.ord-dtl-transaction{background:#d4edda;color:#2e7d32;padding:6px 9px;border-radius:20px;margin-left:8px;font-size:10px}.ord-dtl-right{flex:1;border-left:1px solid #c8e6c9;padding-left:20px;padding-right:20px;background-color:#fff;border-radius:10px}.ord-dtl-right h3{color:#2e7d32;margin-bottom:15px;border-bottom:1px solid black;padding-bottom:13px}.ord-dtl-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px}.ord-dtl-row1{margin-top:35px;margin-bottom:12px;font-size:14px}.ord-dtl-row span{color:#a78634;font-size:16px;letter-spacing:.5px}.ord-dtl-row strong{color:#2e7d32;font-size:16px}.ord-dtl-row1 .coupon{font-size:16px;font-weight:600;color:#a78634;letter-spacing:.5px;display:flex;justify-content:space-between}.ord-dtl-row1 .code{color:#2e7d32;font-size:16px;font-weight:600}.ord-dtl-close{margin-top:15px;padding:10px;width:100%;border-radius:10px;border:none;background:#e0e0e0;cursor:pointer;font-size:15px}.ord-dtl-close:hover{background:#d6d6d6}strong{font-weight:500}.admin-cstmrs-container{background:#f6fff2;padding:20px;border-radius:20px}.admin-cstmrs-title{font-size:22px;font-weight:600;color:#2f6b2f;margin-bottom:20px}.admin-cstmrs-count{background:#e7f4e4;padding:10px 18px;border-radius:8px;width:fit-content;margin-bottom:20px;font-weight:600;color:#3a8c3a}.admin-cstmrs-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}.admin-cstmrs-table th{text-align:center;padding:14px;background:#f0f7ed;color:#333;font-weight:600;border-bottom:2px solid #d7e7d3}.admin-cstmrs-table td{padding:14px;border-bottom:1px solid #eee}.admin-cstmrs-table .admin-cstmrs-actions{padding:14px 30px}.admin-cstmrs-name{display:flex;flex-direction:column}.admin-cstmrs-name span{font-size:12px;color:#777}.admin-cstmrs-actions button{border:none;background:transparent;cursor:pointer;font-size:16px;padding:2px 10px}.admin-cstmrs-edit{color:#2fa84f}.admin-cstmrs-delete{color:#e74c3c}.admin-cstmrs-count span{color:#e74c3c;font-size:20px}.ord-dtl-popup1{width:1000px;border-radius:20px;box-shadow:0 10px 30px #00000026;animation:popupFade .2s ease-in-out;padding-top:63px}.adm-cst-dtls-wrapper{background:#e8f5e9;padding:20px;font-family:Arial,sans-serif;height:100vh;overflow-y:auto;overflow-x:hidden}.adm-cst-dtls-wrapper::-webkit-scrollbar{width:8px}.adm-cst-dtls-wrapper::-webkit-scrollbar-track{background:#c8e6c9;border-radius:10px}.adm-cst-dtls-wrapper::-webkit-scrollbar-thumb{background:#4caf50;border-radius:10px}.adm-cst-dtls-wrapper::-webkit-scrollbar-thumb:hover{background:#45a049}.adm-cst-dtls-header{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:7px 25px;border-radius:15px;margin-bottom:5px;box-shadow:0 2px 10px #0000000d}.adm-cst-header-title{display:flex;align-items:center;gap:10px}.adm-cst-icon{font-size:24px;background:#c8e6c9;padding:8px 12px;border-radius:10px}.adm-cst-header-title h2{margin:0;color:#2e7d32;font-size:18px;font-weight:700}.adm-cst-back-btn,.adm-cst-next-btn{background:#4caf50;color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.adm-cst-back-btn:hover,.adm-cst-next-btn:hover{background:#45a049}.adm-cst-dtls-account-section{background:#fff;border-radius:20px;padding:10px 25px;margin-bottom:20px;box-shadow:0 2px 15px #0000000d}.adm-cst-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:6px;border-bottom:2px solid #e8f5e9}.adm-cst-section-header h3{margin:0;color:#2e7d32;font-size:18px;font-weight:700;letter-spacing:.5px}.adm-cst-action-icons{display:flex;gap:10px}.adm-cst-edit-icon,.adm-cst-delete-icon{background:none;border:none;font-size:18px;cursor:pointer;padding:5px;transition:transform .2s ease}.adm-cst-edit-icon:hover,.adm-cst-delete-icon:hover{transform:scale(1.1)}.adm-cst-account-content{display:grid;grid-template-columns:1fr 2fr;gap:20px;margin-bottom:25px}.adm-cst-dtls-profile-card{background:#f0f9f0;border-radius:15px;padding:10px 20px 20px;text-align:center}.adm-cst-personal-header{display:flex;justify-content:space-between;align-items:center}.adm-cst-personal-header h4{margin:0;font-size:12px;color:#555;font-weight:700}.adm-cst-edit-small{background:none;border:none;cursor:pointer;font-size:14px;transition:transform .2s ease}.adm-cst-edit-small:hover{transform:scale(1.1)}.adm-cst-dtl-prsnl{display:flex}.adm-cst-dtls-profile-img{width:100px;height:100px;border-radius:15px;object-fit:cover;display:block;border:3px solid white;box-shadow:0 4px 12px #0000001a;margin:15px 24px 22px 3px}.adm-cst-dtl-prsnl-name{text-align:left;align-content:center}.adm-cst-name{margin:15px 0 5px;color:#333;font-size:16px;font-weight:500}.adm-cst-dtls-id{color:#888;font-size:14px;margin-bottom:20px;margin-top:-3px;font-size:15px}.adm-cst-dtls-contact{text-align:left;background:#fff;padding:15px;border-radius:10px}.adm-cst-dtls-contact p{margin:10px 0;font-size:13px;color:#555;display:flex;align-items:center;gap:8px}.adm-cst-dtls-details-card{background:#f0f9f0;border-radius:15px;padding:5px 20px 20px}.adm-cst-details-header{display:flex;justify-content:space-between;align-items:center;margin-left:5px;padding:8px 0}.adm-cst-details-header h4{margin:0;font-size:12px;color:#555;font-weight:700}.adm-cst-details-content{background:#fff;padding:2px 20px;border-radius:10px}.adm-cst-detail-row{display:flex;justify-content:space-between;padding:1px 0}.adm-cst-detail-row:last-child{border-bottom:none}.adm-cst-label{color:#666;font-size:14px;font-weight:500}.adm-cst-value{color:#333;font-size:14px;font-weight:600}.adm-cst-address-section{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:7px;margin-bottom:-13px}.adm-cst-address-box{font-size:12px;color:#555;font-weight:700;background-color:#fff;border-radius:20px;margin:7px 0 6px;padding-left:18px;padding-top:8px;padding-bottom:8px}.adm-cst-address-box h4{margin:0 0 5px;font-size:12px;color:#a54d4d;font-weight:700}.adm-cst-address-box p{margin:0;font-size:13px;color:#555;line-height:1.5}.adm-cst-order-section{background:#fff;border-radius:20px;padding:20px 25px 10px;margin-bottom:20px;box-shadow:0 2px 15px #0000000d}.adm-cst-order-section h3{margin:0 0 15px;color:#2e7d32;font-size:16px;font-weight:700}.adm-cst-order-section h2{margin:0 0 6px;color:#0f120f;font-size:15px;font-weight:700}.adm-cst-order-container{max-height:330px;overflow:hidden;transition:max-height .4s ease}.adm-cst-order-container.show-all{max-height:400px;overflow-y:auto}.adm-cst-order-card{background:#fff;border:1.5px solid #b6e2b1;border-radius:12px;padding:0 15px;margin-bottom:12px}.adm-cst-order-top{display:flex;align-items:center;justify-content:space-between;gap:30px}.adm-cst-order-img{width:110px;height:110px;border-radius:8px;object-fit:cover}.adm-cst-order-details{flex:1}.adm-cst-order-details h4{margin:0 0 8px;font-size:20px;font-weight:700;color:#2e7d32}.adm-cst-order-details span{color:green;font-size:18px}.adm-cst-order-details .ord-dte{font-size:15px}.adm-cst-order-total span{margin-left:10px}.adm-cst-order-details p{margin:3px 0;font-size:17px;color:#2e7d32;font-weight:600}.adm-cst-order-id{color:#555!important;font-weight:500!important;font-size:12px!important}.adm-cst-order-status{text-align:right;min-width:180px}.adm-cst-status-badge{display:inline-block;font-weight:700;font-size:12px;color:#2e7d32;margin-bottom:5px;background:#c8e6c9;padding:4px 8px 3px;border-radius:28px}.adm-cst-delivery-date{font-size:15px;font-weight:600;color:#d85f3a;letter-spacing:1px;margin-right:10px}.adm-cst-view-more{margin-top:100px;margin-bottom:1px;padding:3px 7px;margin-right:88px;font-size:11px;border-radius:93px;background:#f3e79b;font-weight:600;cursor:pointer}.adm-cst-expanded-box{margin-top:2px;background:#fff;border:1px solid #cfe6cc;border-radius:10px;padding:15px 15px 0;animation:fadeIn .3s ease-in-out;margin-bottom:10px;max-height:280px;overflow-y:auto}.adm-cst-product-table{width:100%;border-collapse:collapse;font-size:13px}.adm-cst-product-table thead{background:#e8f5e9}.adm-cst-product-table th{padding:10px;text-align:center;font-weight:600;font-size:13px}.adm-cst-product-table td{padding:10px;font-size:13px;border-top:1px solid #ddd}.adm-cst-product-table .cst-prd-name{width:260px}.adm-cst-product-table tbody tr:nth-child(2n){background:#fff}.adm-cst-order-total{display:flex;justify-content:space-between;align-items:center;margin-top:10px;color:#5bbe60;border-top:1px solid black;padding-top:10px}.adm-coupon-section{min-width:200px;margin-left:62px}.adm-coupon-section h3{font-weight:700;font-size:13px}.adm-cst-order-total .adm-total-section{font-weight:700;font-size:13px;margin-right:58px}.adm-cst-order-total .total-section span{font-weight:700;font-size:13px;margin-left:83px}.adm-cst-order-total span{font-weight:700;font-size:13px;margin-left:5px}.adm-cst-toggle{display:inline-block;margin-top:12px;background:#f3e79b;color:#333;padding:5px 18px;border-radius:20px;font-size:11px;font-weight:600;cursor:pointer}.adm-cst-toggle:hover{background:#f0dc74}.adm-cst-no-orders{text-align:center;font-size:12px;color:#777;margin-top:10px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.adm-cst-wishlist-section{background:#fff;border-radius:20px;padding:25px;margin-bottom:20px;box-shadow:0 2px 15px #0000000d}.adm-cst-wishlist-section h3{margin:0 0 18px;color:#2e7d32;font-size:19px;font-weight:700;text-align:center}.adm-cst-wishlist-scroll{position:relative;display:flex;align-items:center;gap:10px}.adm-cst-scroll-btn{background:#4dd4ac;color:#fff;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .3s ease;box-shadow:0 2px 8px #4dd4ac4d}.adm-cst-scroll-btn:hover{background:#3bc199}.adm-cst-wishlist-container{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;padding:5px;scrollbar-width:none;-ms-overflow-style:none}.adm-cst-wishlist-container::-webkit-scrollbar{display:none}.adm-cst-wishlist-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:12px;min-width:140px;max-width:140px;text-align:center;flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #00000014}.adm-cst-wishlist-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001f}.adm-cst-wishlist-card img{width:100%;height:100px;object-fit:cover;border-radius:10px;margin-bottom:10px;background:#f5f5f5}.adm-cst-wishlist-card h5{margin:0 0 6px;font-size:13px;color:#333;font-weight:600;line-height:1.3;min-height:32px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.adm-cst-wishlist-price{color:#4caf50;font-weight:700;margin:0 0 10px;font-size:15px}.adm-cst-add-btn{background:#4caf50;color:#fff;border:none;padding:7px 16px;border-radius:18px;cursor:pointer;font-size:12px;font-weight:600;width:100%;transition:all .3s ease;text-transform:capitalize}.adm-cst-add-btn:hover{background:#45a049;transform:scale(1.02)}.adm-cst-add-btn:active{transform:scale(.98)}.adm-pay-wrapper{padding:20px 30px;background:#f4f7f3;min-height:100vh}.adm-pay-title-row{margin-bottom:20px}.adm-pay-page-title{color:#2d6a2d;font-weight:600;letter-spacing:1px;margin-left:10px}.adm-pay-card{background:#f6fff2;padding:20px 25px 25px;border-radius:20px}.adm-pay-transactions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.adm-pay-transactions-header h3{font-weight:600;color:#333}.adm-pay-viewall-btn{background:#fff;border:1px solid #cbd5c0;padding:6px 14px;border-radius:20px;cursor:pointer}.adm-pay-charts{display:flex;gap:20px;margin-bottom:25px}.adm-pay-chart-card{background:#f6f3e7;border-radius:10px;padding:15px;flex:1}.adm-pay-chart-card.small{flex:.8}.adm-pay-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.adm-pay-chart-header h3{font-size:14px;font-weight:600}.adm-pay-chart-body{position:relative;height:200px}.adm-pay-chart-body.pie{height:180px}.adm-pay-chart-body.line{height:200px}.pie-body{display:flex;justify-content:center;align-items:center}.adm-pay-table-wrapper{overflow-x:auto;padding:0 20px 20px;background:#f6fff2;margin-top:27px;border-radius:16px;overflow-y:auto;border:1px solid #98c597}.adm-pay-table-wrapper h3{margin-top:13px;margin-left:4px;font-size:20px;color:#2d6a2d;margin-bottom:12px}.adm-pay-table{width:100%;background:#fff;border-radius:10px;overflow:hidden;border:1px solid #98c597}.adm-pay-table thead{background:#e8f5e9}.adm-pay-table th,.adm-pay-table td{padding:12px;text-align:center;font-size:14px}.adm-pay-table tbody tr{border-bottom:1px solid #eee}.adm-pay-table tbody tr:hover{background:#f9f9f9}.adm-pay-amount{color:#3aaa35;font-weight:600}.adm-pay-status{padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600;background:#c8e6c9;color:green}.adm-pay-status.completed{background:#d7f5d4;color:#2e8b2e}.adm-pay-status.pending{background:#fff4cc;color:#d4a100}.adm-pay-status.failed{background:#ffd6d6;color:#d60000}.adm-pay-pagination{margin-top:20px;text-align:center}.adm-pay-pagination span{margin:0 6px;cursor:pointer;padding:6px 10px;border-radius:6px}.adm-pay-pagination .active{background:#3aaa35;color:#fff}.adm-paydtl-wrapper{background:#fff;padding:0 30px 30px;min-height:100vh;margin-top:0;border-radius:20px}.pay-dtl-ttl{color:green;margin-left:15px}.adm-paydtl-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;border-bottom:1px solid black;padding-bottom:0}.adm-paydtl-userid{display:flex}.adm-paydtl-userid span{font-size:17px;color:#555;font-weight:600}.adm-paydtl-userid strong{display:block;font-size:17px;padding-left:11px;font-weight:600;color:green}.adm-paydtl-top .adm-paydtl-title{color:#2e7d32;margin-bottom:12px;margin-top:13px;margin-right:24px}.adm-paydtl-download{cursor:pointer;font-size:14px;text-decoration:underline;color:#00f;margin-right:4px}.adm-paydtl-card{background:#f3fff1;border-radius:20px;padding:25px;display:flex;gap:30px}.adm-paydtl-profile-card{background:#f0f9f0;border-radius:15px;padding:0 20px 20px;width:300px;box-shadow:0 4px 12px #0000000d}.adm-paydtl-personal-header h4{font-size:12px;color:#555;font-weight:700;text-align:center}.adm-paydtl-dtl-prsnl{display:flex;justify-content:center}.adm-paydtl-profile-img{width:100px;height:100px;border-radius:15px;object-fit:cover;border:3px solid white;box-shadow:0 4px 12px #0000001a}.adm-paydtl-name{font-size:16px;margin-top:20px}.adm-paydtl-contact{background:#fff;padding:10px 15px;border-radius:12px;margin-top:24px;box-shadow:0 3px 10px #0000000a}.adm-paydtl-row{display:grid;grid-template-columns:134px 1fr;align-items:center;padding:3px 0}.adm-paydtl-row:last-child{border-bottom:none}.adm-paydtl-key{font-size:13px;font-weight:600;color:#666}.adm-prsnl-value{font-size:13px;word-break:break-word;font-weight:600;color:#666}.adm-paydtl-content{flex:1}.adm-paydtl-order-header{display:flex;justify-content:space-between;margin-bottom:26px;margin-top:10px;border-bottom:1px solid black;padding-bottom:11px}.adm-paydtl-order-header strong{font-size:17px;font-weight:600}.adm-paydtl-order-header .paydtl-ord-id{color:red}.adm-paydtl-order-header span{font-size:17px;font-weight:600;color:#3c0404;margin-right:10px}.adm-paydtl-body{display:flex;gap:25px}.adm-paydtl-item{display:flex;gap:10px;margin-bottom:15px}.adm-paydtl-item-img{width:60px;height:60px;background:#e0e0e0;border-radius:10px}.adm-paydtl-summary{width:100%;background:#f0f9f0;padding:15px 20px;border-radius:14px;box-shadow:0 4px 12px #0000000d}.adm-paydtl-summary-row{display:grid;grid-template-columns:390px 1fr;align-items:center;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05)}.adm-paydtl-summary-row-inv{display:grid;grid-template-columns:314px 1fr;align-items:center;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05)}.adm-paydtl-summary-row:last-child{border-bottom:none}.adm-paydtl-label,.adm-paydtl-label-inv{font-size:14px;font-weight:600;color:#555}.adm-paydtl-value{font-size:14px;color:#666;text-align:center;word-break:break-word}.adm-paydtl-value-inv{margin-right:10px;text-align:center}.adm-paydtl-total-row{font-size:15px;font-weight:700;padding-bottom:15px}.adm-paydtl-label-ttl{font-size:20px;color:green}.adm-paydtl-total-amount{font-size:20px;font-weight:700;color:#2e7d32;text-align:center}.adm-paydtl-status{font-size:13px;font-weight:600;padding:4px 10px;border-radius:20px;width:fit-content}.adm-paydtl-status.success{background:#e8f5e9;color:#2e7d32;text-align:center}.adm-paydtl-status.failed{background:#ffebee;color:#c62828;text-align:center}.adm-paydtl-status.pending{background:#fff8e1;color:#f9a825;text-align:center}.adm-paydtl-history{margin-top:30px;background:#f6f9f5;padding:0 15px 15px;border-radius:8px;color:#fff}.adm-paydtl-history h3{text-align:center;background:#2e7d32;width:907px;padding:10px 0;border:2px solid yellow}.adm-paydtl-history i{font-size:17px;color:#fff}.adm-paydtl-history-row{display:flex;justify-content:space-between;padding:13px 26px;border-bottom:1px solid #ddd;transition:.2s}.adm-paydtl-history-row span{color:#006400;font-size:17px;font-weight:600}.adm-paydtl-history-row:hover{background:#f0f9f0;transform:translate(3px)}.adm-paydtl-plus{color:#2e7d32;font-weight:600}.adm-paydtl-plus{color:green;font-weight:700}.adm-dscnts-page{padding:18px 18px 5px;background:#f6fff2;min-height:100vh;border-radius:14px}.adm-dscnts-header{display:flex;justify-content:space-between;align-items:center}.adm-dscnts-title{color:#006400;margin-left:10px}.adm-dscnts-header-actions{display:flex;gap:10px}.adm-dscnts-btn-cancel{padding:8px 16px;border:1px solid #ccc;background:#fff;border-radius:6px;cursor:pointer}.adm-dscnts-btn-save{padding:8px 16px;background:#4caf50;color:#fff;border:none;border-radius:6px;cursor:pointer}.adm-dscnts-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}.adm-dscnts-card{background:#fff;padding:1px 20px 20px;border-radius:10px;margin-bottom:20px;box-shadow:0 2px 6px #0000000d}.adm-dscnts-card-title{margin-bottom:15px;font-size:16px}.adm-dscnts-form-row{display:flex;gap:20px;margin-bottom:15px}.adm-dscnts-form-row div{flex:1}.adm-dscnts-label{display:block;font-size:14px;margin-bottom:5px;font-weight:500}.adm-dscnts-input{width:96%;padding:8px;border:1px solid #ddd;border-radius:6px}.adm-dscnts-select{width:100%;padding:8px;border:1px solid #ddd;border-radius:6px}.adm-dscnts-type{display:flex;gap:15px;margin:10px 0}.adm-dscnts-type-btn{padding:8px 12px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer}.adm-dscnts-generate{display:flex}.adm-dscnts-generate-btn{padding:8px 12px;background:#4caf50;border:none;border-radius:5px;color:#fff;margin-left:3px}.adm-dscnts-date-row{display:flex;gap:15px;margin-bottom:15px}.adm-dscnts-date-row div{flex:1}.adm-dscnts-field{margin-bottom:12px}.adm-dscnts-checkbox{display:flex;align-items:center;gap:8px;margin-top:8px}.adm-dscnts-preview{background:#fafafa;padding:3px 15px 10px;border-radius:8px;margin-top:10px}.adm-dscnts-preview-title{margin-bottom:10px;margin-top:3px}.adm-dscnts-preview-row{display:flex;justify-content:space-between;margin:6px 0}.adm-dscnts-preview-row.total{font-weight:700;margin-top:10px}.adm-dscnts-span{font-size:14px}.adm-dscnts-green{color:green}.adm-dscnts-bottom-btn{display:flex;gap:10px;margin-top:15px}.adm-dscnts-vw{border-radius:10px;padding:10px;background-color:#fff;border:.5px solid rgb(61,199,70);color:#4caf50}.adm-vw-dscnts-wrapper{background:#f6fff2;padding:24px;font-family:Arial,sans-serif;border-radius:20px}.adm-vw-dscnts-loading{text-align:center;padding:50px;font-size:18px;color:#666}.adm-vw-dscnts-header{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:30px;background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 10px #0000000d}.adm-vw-dscnts-icon{font-size:32px;background:#e8f5e9;padding:10px;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.adm-vw-dscnts-title{margin:0;color:#2e7d32;font-size:24px;font-weight:700;letter-spacing:2px}.adm-vw-dscnts-container{background:#fff;border-radius:20px;padding:26px 30px 16px;margin:0 auto;box-shadow:0 4px 20px #00000014;border:2px solid #c8e6c9}.adm-vw-dscnts-subtitle{margin:0 0 25px;color:#2e7d32;font-size:18px;font-weight:700;letter-spacing:1.5px}.adm-vw-dscnts-list{display:flex;flex-direction:column;gap:15px;margin-bottom:25px}.adm-vw-dscnts-item{display:flex;justify-content:space-between;align-items:center;background:#f9fdf9;border:1px solid #e0e0e0;border-radius:12px;padding:15px 20px;transition:all .3s ease}.adm-vw-dscnts-item:hover{box-shadow:0 4px 12px #0000001a;border-color:#66bb6a}.adm-vw-dscnts-item-left{display:flex;align-items:center;gap:15px;flex:1}.adm-vw-dscnts-item-icon{font-size:28px;background:#e8f5e9;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.adm-vw-dscnts-item-info{display:flex;flex-direction:column;gap:8px;flex:1}.adm-vw-dscnts-item-header{display:flex;align-items:center;gap:10px}.adm-vw-dscnts-code{font-weight:700;color:#2e7d32;font-size:16px;letter-spacing:.5px}.adm-vw-dscnts-separator{color:#999;font-weight:300}.adm-vw-dscnts-description{color:#555;font-size:14px;font-weight:500}.adm-vw-dscnts-item-detail{display:flex;align-items:center;gap:8px}.adm-vw-dscnts-detail-icon{color:#66bb6a;font-size:14px;background:#e8f5e9;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.adm-vw-dscnts-detail-text{color:#666;font-size:13px}.adm-vw-dscnts-item-right{display:flex;align-items:center;gap:15px}.adm-vw-dscnts-amount{font-size:18px;font-weight:700;color:#2e7d32;min-width:80px;text-align:right}.adm-vw-dscnts-edit-btn{background:#66bb6a;color:#fff;border:none;padding:8px 16px;border-radius:20px;cursor:pointer;font-size:13px;font-weight:600;display:flex;align-items:center;gap:5px;transition:background .3s ease}.adm-vw-dscnts-edit-btn:hover{background:#4caf50}.adm-vw-dscnts-apply-btn{background:#4caf50;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:700;letter-spacing:.5px;transition:all .3s ease;display:flex;align-items:center;gap:8px}.adm-vw-dscnts-apply-btn:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.adm-vw-dscnts-delete-btn{color:red}.hero-cat-container{padding:15px 58px;background:#fff}.hero-cat-title-div{display:flex;justify-content:space-between}.hero-cat-title-div button{background-color:transparent;padding:0;font-size:14px;color:#0a430a;font-weight:600}.hero-cat-title{font-size:18px;font-weight:700;margin-bottom:10px}.hero-cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:27px}.hero-cat-card{width:100px;background:#fff;border-radius:14px;overflow:hidden;cursor:pointer;transition:.3s ease;text-align:center}.hero-cat-card:hover{transform:translateY(-6px)}.hero-cat-image-wrapper{height:100px;width:100%;background:#fff;display:flex;align-items:center;justify-content:center}.hero-cat-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.hero-cat-placeholder{color:#888}.hero-cat-name{padding:3px;font-weight:600;margin:7px}.hp-wrapper{padding:10px 60px;background:#fff}.hp-section{margin-bottom:10px}.hp-head-row{display:flex;justify-content:space-between;align-items:center}.hp-head-row h2{font-size:18px;font-weight:700}.hp-head-row span{color:#2e7d32;font-weight:600;cursor:pointer}.hp-row{display:flex;gap:18px;overflow-x:auto;padding-bottom:10px;padding-top:10px}.hp-tile{min-width:200px;background:#fff;border-radius:6px;display:flex;padding:7px 6px;gap:12px;transition:.3s;border:1.5px solid #eee}.hp-tile:hover{transform:translateY(-4px)}.hp-tile-img{width:100px;height:120px;object-fit:contain;cursor:pointer}.hp-tile-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.hp-cat{font-size:13px;color:#777}.hp-name{font-size:16px;font-weight:700;margin:0}.hp-desc{font-size:13px;color:#666;height:32px;overflow:hidden}.hp-bottom{justify-content:space-between;align-items:center}.hp-price{font-size:18px;font-weight:700}.hp-weight{font-size:13px;color:#666}.hp-add-btn{background:#2e7d32;color:#fff;border:none;padding:5px 7px;border-radius:6px;cursor:pointer;font-size:11px;width:77px;font-weight:600}.hw-it-wrks{text-align:center;padding:1px 20px;background:#fff}.hw-it-wrks-title{font-size:20px;font-weight:600;margin-bottom:50px;color:#333;margin-top:1px}.hw-it-wrks-steps-container{display:flex;justify-content:center;align-items:center;gap:2px}.hw-it-wrks-step-wrapper{display:flex;align-items:flex-start}.hw-it-wrks-step-card{width:265px;padding:10px;border:1px solid #eee;border-radius:10px;background:#fff;transition:.3s}.hw-it-wrks-step-card:hover{box-shadow:0 4px 15px #00000014}.hw-it-wrks-icon-circle{width:70px;height:70px;background:#f1f8f3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:-40px auto 15px}.hw-it-wrks-icon-circle img{width:73px;height:73px;object-fit:cover;border-radius:50%}.hw-it-wrks-step-title{font-size:14px;margin-bottom:8px;color:#333}.hw-it-wrks-step-desc{font-size:14px;color:#423d3d;line-height:1.3;margin:4px}.hw-it-wrks-arrow{font-size:30px;color:#464242;margin:-15px 2px 0}@media(max-width:768px){.hw-it-wrks-steps-container{flex-direction:column}.hw-it-wrks-arrow{transform:rotate(90deg);margin:10px 0}}.santhe-rev-sec{padding:15px 20px;background:#fff}.santhe-rev-header{align-items:center;max-width:1200px;margin:auto auto 20px}.santhe-rev-header h2{font-size:22px;font-weight:600;text-align:center;margin-top:0}.santhe-rev-link{color:#2e7d32;font-size:14px;cursor:pointer}.santhe-rev-carousel{display:flex;align-items:center;position:relative;max-width:1200px;margin:auto;gap:30px}.santhe-rev-arrow{background:#fff;border:1px solid #eee;border-radius:50%;width:45px;height:46px;cursor:pointer;font-size:20px;color:#666;font-weight:600}.santhe-rev-arrow.lft{margin-right:10px}.santhe-rev-arrow.rght{margin-left:10px}.santhe-rev-container{display:flex;gap:30px;overflow:hidden}.santhe-rev-card{width:320px;border:1px solid #eee;border-radius:10px;padding:7px 15px;background:#fff;transition:.3s}.santhe-rev-card:hover{box-shadow:0 4px 15px #00000014}.santhe-rev-stars{color:#f5a623;font-size:20px}.santhe-rev-text{font-size:14px;color:#555;margin-bottom:15px;line-height:1.5;margin-top:5px}.santhe-rev-user{display:flex;align-items:center;gap:10px}.santhe-rev-user img{width:45px;height:40px;border-radius:50%}.santhe-rev-user h4{margin:0;font-size:14px}.santhe-rev-user span{font-size:12px;color:#777}@media(max-width:768px){.santhe-rev-container{flex-direction:column}.santhe-rev-card{width:100%}}.santhe-app-sec{padding:30px 50px;background:#fff}.santhe-app-container{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;background:#e8f2e9;border-radius:12px;padding:10px 30px;gap:50px}.santhe-app-left img{height:120px;width:120px;object-fit:contain;margin-top:-23px}.santhe-app-center{flex:1;display:flex;gap:24px}.santhe-app-center h2{font-size:20px;font-weight:600;margin-bottom:2px}.santhe-app-center p{font-size:14px;color:#555;margin-bottom:10px;margin-top:0}.santhe-app-buttons{display:flex;gap:20px;align-items:center}.santhe-app-buttons img{height:40px;cursor:pointer}.santhe-app-right img{height:80px}@media(max-width:768px){.santhe-app-container{flex-direction:column;text-align:center}.santhe-app-buttons{justify-content:center}}.blog-container{padding:10px 50px;background:#fff}.blog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.blog-header h2{font-size:18px;font-weight:600;color:#222;margin-top:5px}.view-all{font-size:12px;color:#2e7d32;cursor:pointer;font-weight:500}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.blog-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #eee;transition:all .3s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.blog-upper img{width:100%;height:100px;object-fit:cover;display:block}.blog-lower{padding:6px 20px}.blog-category{font-size:14px;color:#4caf50;font-weight:600;margin-bottom:3px;margin-top:5px}.blog-title{font-size:16px;font-weight:600;color:#222;margin-bottom:5px;line-height:1.4;margin-top:3px}.blog-desc{font-size:13px;color:#666;line-height:1.5;margin-top:4px;margin-bottom:5px}@media(max-width:992px){.blog-container{padding:30px}.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.blog-grid{grid-template-columns:1fr}.blog-header{flex-direction:column;align-items:flex-start;gap:10px}}.catgry-page{padding:0;background:#fff}.catgry-hero-section{background:#fff;border-radius:22px;overflow:hidden;display:flex;align-items:center;justify-content:space-between;min-height:259px}.catgry-hero-right{flex:1;height:100%}.catgry-hero-right img{width:100%;height:259px;object-fit:cover;object-position:center 45%}.catgry-heading-section{text-align:center;margin:33px 0 47px}.catgry-heading-section h2{font-size:26px;color:#3d642d;margin-bottom:0;letter-spacing:1px}.catgry-heading-section p{color:#666;font-size:16px;font-weight:600}.catgry-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:26px;padding:0 30px}.catgry-card{background:#fff;border-radius:18px;overflow:hidden;border:1px solid #e7e7e7;cursor:pointer;transition:.3s}.catgry-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #00000014}.catgry-image-wrapper{width:100%;height:180px;overflow:hidden}.catgry-image{width:100%;height:100%;object-fit:cover;transition:.4s}.catgry-card:hover .catgry-image{transform:scale(1.08)}.catgry-content{padding:10px;text-align:center}.catgry-icon{width:70px;height:70px;background:#f1f8f3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:-40px auto 2px}.catgry-icon img{width:73px;height:73px;object-fit:cover;border-radius:50%}.catgry-name{font-size:18px;font-weight:700;color:#1d2c13;margin-bottom:2px}.catgry-desc{display:block;color:#666;margin-bottom:10px;font-size:15px}.catgry-shop-btn{border:none;background:#2c7b1f;color:#fff;padding:10px 20px;border-radius:10px;font-weight:600;cursor:pointer;transition:.3s}.catgry-shop-btn:hover{background:#1f5c15}.catgry-features{margin-top:30px;background:#eef6e7;border-radius:18px;padding:13px 99px;display:flex;justify-content:space-between;flex-wrap:wrap}.catgry-feature-item{display:flex;gap:10px}.catgry-feature-item img{width:50px;height:50px}.catgry-feature-item h1{font-size:16px;font-weight:600;color:#2c7b1f;display:flex;align-items:center}.catgry-why-section{margin-top:30px}.catgry-why-section h2{text-align:center;font-size:28px;color:#244019;margin-bottom:2px}.catgry-why-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:22px}.catgry-why-card{background:#fff;border-radius:18px;padding:28px;text-align:center;border:1px solid #ececec;border:none}.catgry-why-card img{width:60px;height:60px}.catgry-why-card div{font-size:46px;margin-bottom:3px}.catgry-why-card h3{margin-bottom:3px;color:#1d2c13}.catgry-why-card p{color:#666;line-height:1.2;font-size:15px}.catgry-bottom-banner{margin-top:40px;background:#eef6e7;border-radius:24px;overflow:hidden;display:flex;align-items:center}.catgry-bottom-right{flex:1}.catgry-bottom-right img{width:100%;height:360px;object-fit:cover;object-position:center 20%}@media(max-width:900px){.catgry-hero-section,.catgry-bottom-banner{flex-direction:column}.catgry-hero-left,.catgry-bottom-left{padding:35px}.catgry-hero-left h1,.catgry-bottom-left h2{font-size:38px}}@media(max-width:600px){.catgry-page{padding:14px}.catgry-grid,.catgry-why-grid{grid-template-columns:1fr}.catgry-features{flex-direction:column;align-items:center}.catgry-heading-section h2,.catgry-why-section h2{font-size:30px}}.contact-page{min-height:100vh;background-size:cover;background-position:center 100%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:30px 40px 0}.contact-overlay{width:100%;display:flex;align-items:center;gap:59px;padding:0 37px 18px}.contact-left{width:30%}.contact-left h1{font-size:42px;color:#132117;font-weight:700;letter-spacing:1px}.contact-left h1 span{color:#2f7d24}.contact-subtitle{font-size:20px;color:#444;margin-bottom:22px;letter-spacing:1px}.contact-info-box{display:flex;align-items:center;gap:20px;margin-bottom:20px}.contact-icon{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.contact-icon img{width:34px;height:34px}.contact-info-box h3{font-size:19px;color:#225c18}.contact-info-box p{font-size:15px;color:#333;line-height:1.5}.contact-right{width:30%}.contact-form{border-radius:24px;padding:0;display:flex;flex-direction:column;gap:15px}.contact-form input,.contact-form textarea{width:100%;border:none;background:#fffc;padding:13px 20px;border-radius:4px;font-size:16px;outline:none}.contact-form textarea{resize:none}.contact-form button{width:220px;border:none;background:#2f7d24;color:#fff;padding:16px;border-radius:14px;font-size:18px;font-weight:600;cursor:pointer;transition:.3s}.contact-form button:hover{background:#205817}@media(max-width:1100px){.contact-overlay{flex-direction:column;align-items:flex-start}.contact-left,.contact-right{width:100%}}@media(max-width:768px){.contact-page{padding:20px}.contact-overlay{padding:10px;gap:40px}.contact-left h1{font-size:48px}.contact-subtitle{font-size:20px}.contact-info-box h3{font-size:22px}.contact-info-box p{font-size:16px}.contact-form{padding:24px}.contact-form button{width:100%}}.abt-page-container{width:100%;padding:0;background:#fff;font-family:Arial,Helvetica,sans-serif}.abt-page-hero{display:flex;height:420px;overflow:hidden;background:#f7f4ee}.abt-page-hero-left{width:45%;background:#f7f4ee;position:relative;z-index:2;padding:35px 10px 30px 70px}.abt-page-hero-left:after{content:"";position:absolute;top:0;right:-100px;width:100px;height:100%;background:linear-gradient(to right,#f7f4ee,#f7f4eee6 40%,#f7f4ee00)}.abt-page-hero-left .abt-hero-text{font-size:38px;color:#1d1d1d;margin-bottom:15px}.abt-page-hero-left .abt-hero-text span{color:#2f6d1d}.abt-page-hero-left p{font-size:17px;color:#4a4a4a;line-height:1.5;margin-bottom:15px}.abt-page-points{margin-top:30px}.abt-page-point{display:flex;gap:15px;margin-bottom:18px}.abt-page-point .icon-text{font-size:18px;font-weight:600;color:#2f6d1d;align-items:center;display:flex}.abt-page-point img{width:40px;height:40px}.abt-page-hero-right{width:55%}.abt-page-hero-right img{width:100%;height:100%;object-fit:cover;object-position:center 25%}.abt-page-stats{display:grid;grid-template-columns:repeat(4,1fr);background:#2f6d1d;overflow:hidden}.abt-page-stat-box{padding:10px 30px;text-align:center;border-right:1px solid rgba(255,255,255,.15)}.abt-page-stat-box:last-child{border-right:none}.abt-page-stat-box h2{color:#fff;font-size:36px;margin-bottom:2px}.abt-page-stat-box p{color:#e6e6e6;font-size:16px}.abt-page-story-section{display:flex;gap:40px;margin-top:60px;align-items:center;padding:0 20px}.abt-page-story-left{width:45%}.abt-page-story-left img{width:100%;border-radius:18px;height:305px;object-fit:cover}.abt-page-story-right{width:55%}.abt-page-story-right h2{font-size:36px;color:#2f6d1d;margin-bottom:10px}.abt-page-story-right p{font-size:16px;color:#555;line-height:1.7;margin-bottom:10px}.abt-page-why-section{margin-top:60px;text-align:center}.abt-page-why-section h2{font-size:33px;color:#2f6d1d;margin-bottom:40px}.abt-page-why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:21px;padding:0 50px}.abt-page-why-card{padding:15px;transition:.3s}.abt-page-why-card:hover{transform:translateY(-5px)}.abt-page-why-icon{margin-bottom:12px}.abt-page-why-icon img{width:60px;height:60px}.abt-page-why-card h3{font-size:18px;color:#1d1d1d;margin-bottom:14px}.abt-page-why-card p{font-size:16px;color:#666;line-height:1.5}.abt-page-testimonial{margin-top:50px;margin-bottom:20px}.abt-page-testimonial h2{text-align:center;font-size:33px;color:#2f6d1d;margin-bottom:30px}.abt-page-review-box{background:#f7f4ee;border-radius:22px;padding:15px 50px;display:flex;align-items:center;justify-content:space-between}.abt-page-arrow{width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;background:#fff;font-size:14px}.abt-page-review-content{text-align:center;width:60%}.abt-page-review-content p{font-size:18px;color:#555;line-height:1.6;margin-bottom:8px}.abt-page-review-content h4{color:#2f6d1d;margin-bottom:18px}.abt-page-dots{display:flex;justify-content:center;gap:8px}.abt-page-dots span{width:10px;height:10px;border-radius:50%;background:#c9c9c9}.abt-page-dots .active{background:#2f6d1d}@media(max-width:1000px){.abt-page-hero{flex-direction:column;height:auto}.abt-page-hero-left,.abt-page-hero-right{width:100%}.abt-page-story-section{flex-direction:column}.abt-page-story-left,.abt-page-story-right{width:100%}.abt-page-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.abt-page-container{padding:15px}.abt-page-hero-left{padding:30px}.abt-page-hero-left h1{font-size:36px}.abt-page-story-right h2,.abt-page-why-section h2,.abt-page-testimonial h2{font-size:30px}.abt-page-stats{grid-template-columns:1fr}.abt-page-review-box{padding:30px 20px}}.works-container{width:100%;padding:40px;background:#fff;font-family:Arial,Helvetica,sans-serif}.works-header{text-align:center;margin-bottom:30px}.works-header h1{font-size:31px;color:#2e5d1f;margin-bottom:9px;letter-spacing:1px}.works-header p{color:#666;font-size:16px}.works-steps-wrapper{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px}.works-step-card{width:220px;border-radius:18px;padding:24px;text-align:center}.works-step-image{width:120px;height:120px;border-radius:50%;margin:auto auto 18px;display:flex;align-items:center;justify-content:center;font-size:42px}.works-step-image img{width:120px;height:120px;border-radius:50%}.works-step-card h3{font-size:22px;margin-bottom:10px;color:#2e5d1f}.works-step-card p{font-size:15px;color:#666;line-height:1.7}.works-arrow{font-size:34px;color:#4d8a34}.works-features-wrapper{display:flex;justify-content:center;gap:64px;margin-top:5px;background:#f7f7f7;border-radius:23px}.works-feature-card{min-width:220px;padding:18px 24px;border-radius:14px;display:flex;align-items:center;gap:14px;font-size:18px;color:#2e5d1f;font-weight:600}.works-feature-card img{width:50px;height:50px}.works-feature-card-info{display:flex;flex-direction:column}.works-feature-card-info h4{font-size:14px;font-weight:500;width:141px;line-height:18px;letter-spacing:.5px}.works-feature-card-info span{font-size:17px}.works-why-section{padding:0 22px;display:flex;gap:52px;align-items:center;margin-top:45px}.works-why-left{width:50%}.works-why-left img{width:100%;border-radius:10px;height:260px;object-fit:cover}.works-why-right{width:50%}.works-why-right h2{font-size:30px;color:#2e5d1f;margin-bottom:25px}.works-why-right ul{list-style:none}.works-why-right li{font-size:17px;color:#7e7979;margin-bottom:8px;line-height:1.7;font-weight:600}.works-testimonial-section{margin-top:50px}.works-testimonial-section h2{text-align:center;color:#2e5d1f;margin-bottom:30px;font-size:30px}.works-testimonial-box{background:#f7f7f3;border-radius:22px;padding:40px;display:flex;align-items:center;justify-content:space-between}.works-arrow-btn{width:45px;height:42px;border:none;border-radius:50%;background:#fff;cursor:pointer;font-size:16px}.works-testimonial-content{text-align:center;width:80%}.works-testimonial-content p{font-size:18px;color:#555;line-height:1.8;margin-bottom:18px}.works-testimonial-content h4{color:#2e5d1f}.works-farmers-section{margin-top:50px;text-align:center}.works-farmers-section h2{font-size:31px;color:#2e5d1f;margin-bottom:30px}.works-farmers-wrapper{display:flex;justify-content:center;flex-wrap:wrap;gap:25px}.works-farmer-card{width:180px}.works-farmer-card img{width:100%;height:180px;object-fit:cover;border-radius:16px}.works-farmer-card h4{margin-top:14px;color:#2e5d1f}.works-farmer-card p{color:#666;margin-top:6px}.works-view-btn{margin-top:35px;padding:14px 30px;border:none;border-radius:12px;background:#2e5d1f;color:#fff;font-size:16px;cursor:pointer}@media(max-width:1000px){.works-why-section{flex-direction:column}.works-why-left,.works-why-right{width:100%}}@media(max-width:768px){.works-container{padding:20px}.works-header h1{font-size:32px}.works-testimonial-box{padding:24px}.works-testimonial-content{width:70%}}*{margin:0;padding:0;box-sizing:border-box}.faq-page-container{width:100%;padding:35px 40px;background:#faf8f0;font-family:Arial,Helvetica,sans-serif}.faq-page-header{text-align:center;margin-bottom:40px}.faq-page-header h1{font-size:32px;color:#1d1d1d;margin-bottom:14px}.faq-page-header h1 span{color:#2f6d1d}.faq-page-header p{color:#666;font-size:16px}.faq-page-main-section{display:flex;align-items:center;justify-content:center;gap:50px;margin-bottom:30px}.faq-page-left{width:40%}.faq-page-left img{width:100%}.faq-page-right{width:60%;padding:5px 70px}.faq-page-item{background:#fff;border:1px solid #8e8989;border-radius:14px;margin-bottom:14px;overflow:hidden}.faq-page-question{display:flex;align-items:center;justify-content:space-between;padding:8px 18px;cursor:pointer;background:#faf8f0}.faq-page-question h3{font-size:15px;color:#222;font-weight:600}.faq-page-question span{font-size:20px;color:#2f6d1d}.faq-page-answer{padding:0 24px 10px;background:#faf8f0}.faq-page-answer p{color:#666;line-height:1.6;font-size:16px}.faq-page-contact-section{text-align:center;margin-bottom:80px}.faq-page-contact-section h2{font-size:32px;color:#2f6d1d;margin-bottom:12px}.faq-page-contact-section p{color:#777;margin-bottom:40px}.faq-page-contact-wrapper{display:flex;justify-content:center;flex-wrap:wrap;gap:24px}.faq-page-contact-card{width:260px;border:1px solid #d0cece;border-radius:18px;padding:30px 20px}.faq-page-contact-icon{display:flex;align-items:center;justify-content:center;margin:auto auto 18px;width:70px;height:70px;border-radius:50%;background:#dff0d7}.faq-page-contact-icon img{width:50px;height:50px;border-radius:50%;background:#dff0d7}.faq-page-contact-card h3{color:#1d1d1d;margin-bottom:12px}.faq-page-contact-card p{color:#2f6d1d;font-weight:600;margin-bottom:0}.faq-page-contact-card span{color:#777;font-size:14px}.faq-page-why-section{text-align:center}.faq-page-why-section h2{font-size:31px;color:#2f6d1d;margin-bottom:40px}.faq-page-why-wrapper{display:flex;justify-content:center;gap:30px}.faq-page-why-card{width:180px}.faq-page-why-icon{font-size:42px;margin-bottom:18px}.faq-page-why-card h4{color:#1d1d1d;margin-bottom:10px;font-size:18px}.faq-page-why-card p{color:#666;line-height:1.7;font-size:15px}@media(max-width:1000px){.faq-page-main-section{flex-direction:column}.faq-page-left,.faq-page-right{width:100%;text-align:center}.faq-page-left img{max-width:260px}}@media(max-width:768px){.faq-page-container{padding:30px 20px}.faq-page-header h1{font-size:34px}.faq-page-contact-section h2,.faq-page-why-section h2{font-size:32px}.faq-page-question h3{font-size:16px}}.checkout-page{background:#f8f8f8;width:100%}.checkout-top-banner{position:relative;width:100%;height:155px;overflow:hidden}.checkout-banner-img{width:100%;height:100%;object-fit:cover;object-position:center 43%}.checkout-banner-overlay{position:absolute;left:0;top:0;width:48%;height:100%;z-index:1;background:linear-gradient(to right,#fff8ebdb,#fff8ebb3 35%,#fff8eba6 60%,#fff8eb40,#fff8eb00)}.checkout-banner-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 45px}.checkout-banner-left{position:absolute;left:75px;top:45px;z-index:2}.checkout-banner-right{position:absolute;right:42px;top:37px;z-index:2}.checkout-banner-left h1{font-size:46px;font-weight:700;color:#2f2f2f;margin:0 0 8px;line-height:1}.checkout-breadcrumb{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:800;color:#305e2a;padding-left:12px}.checkout-breadcrumb span{color:#2d8b33}.checkout-banner-card{width:270px;background:#fff;border-radius:18px;padding:12px 14px;display:flex;align-items:flex-start;gap:15px;box-shadow:0 10px 30px #0000001a}.checkout-banner-icon{font-size:28px;color:#2d8b33}.checkout-banner-card h3{margin:0 0 5px;font-size:16px;color:#2e7d32;font-weight:700}.checkout-banner-card p{margin:0;font-size:12px;line-height:18px;color:#666}.checkout-container{width:96%;margin:12px auto auto;display:flex;gap:18px;align-items:flex-start}.checkout-left{flex:1}.checkout-right{width:310px}.checkout-card{background:#fff;border:1px solid #ececec;border-radius:8px;padding:14px;margin-bottom:12px}.checkout-title{font-size:16px;font-weight:700;color:#222;margin-bottom:12px}.checkout-address-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.checkout-address-card{border:1px solid #e2e2e2;border-radius:4px;padding:5px 20px;cursor:pointer;transition:.2s;background:#fff}.checkout-address-card.active{border:1px solid #7cb67c;background:#f8fff8}.checkout-address-top{display:flex;align-items:center;gap:7px;margin-bottom:4px}.checkout-address-head{display:flex;align-items:center;gap:9px}.checkout-address-type{font-size:13px;font-weight:700;color:#222}.checkout-default-badge{font-size:10px;background:#dff5df;color:#2e7d32;padding:1px 5px;border-radius:20px}.checkout-address-dtls{padding-left:20px}.checkout-address-card h4{font-size:12px;margin-bottom:0;font-weight:600;color:#222}.checkout-address-card p{font-size:12px;line-height:1.4;color:#666;margin-bottom:1px}.checkout-add-address{width:100%;height:34px;margin-top:10px;border:1px dashed #ddd;background:#fafafa;border-radius:4px;cursor:pointer;font-size:14px;color:#2e7d32;font-weight:600}.checkout-delivery-grid{display:flex;gap:10px}.checkout-delivery-card{flex:1;border:1px solid #ddd;border-radius:4px;padding:12px;display:flex;justify-content:space-between;align-items:flex-start;cursor:pointer}.checkout-delivery-card.active{border:1px solid #2e7d32;background:#f8fff8}.checkout-delivery-card h4{font-size:13px;font-weight:700;margin-bottom:4px}.checkout-delivery-card p{font-size:13px;color:#666}.checkout-delivery-card span{font-size:12px;font-weight:700;color:#2e7d32}.checkout-payment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.checkout-payment-card{border:1px solid #ddd;border-radius:4px;padding:10px 7px;cursor:pointer;transition:.2s;background:#fff}.checkout-payment-card.active{border:1px solid #2e7d32;background:#f8fff8}.checkout-payment-top{display:flex;align-items:center;gap:20px}.checkout-payment-title{font-size:12px;font-weight:700;color:#222}.checkout-payment-desc{font-size:11px;color:#666;margin-top:4px;line-height:1.4}.checkout-payment-icons{margin-top:8px}.checkout-payment-icons img{width:32px;height:32px;object-fit:contain}.checkout-coupon-row{display:flex;align-items:center;gap:10px;margin-top:12px}.checkout-coupon-left{display:flex;align-items:center;gap:6px;font-size:11px;color:#222;min-width:120px}.checkout-coupon-input{flex:1;height:32px;border:1px solid #ddd;border-radius:4px;padding:0 10px;font-size:11px}.checkout-coupon-btn{width:90px;height:32px;border:none;border-radius:4px;background:transparent;color:#2e7d32;font-size:11px;font-weight:700;cursor:pointer}.checkout-bottom-row{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.checkout-back-btn{height:34px;padding:0 16px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:11px;cursor:pointer}.checkout-place-order{width:207px;height:43px;border:none;border-radius:4px;background:#1b7a2d;color:#fff;font-size:17px;font-weight:600;cursor:pointer}.checkout-save-text-bottom{text-align:center;font-size:10px;color:#777;margin-top:6px}.checkout-summary-card{background:#fff;border:1px solid #ececec;border-radius:6px;padding:18px}.checkout-summary-heading{font-size:19px;font-weight:700;color:#222;margin-bottom:18px}.checkout-summary-row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:13px;color:#666}.checkout-green-row{color:#2e7d32;font-weight:700}.checkout-summary-divider{border:none;border-top:1px solid #eee;margin:16px 0}.checkout-total-row{display:flex;justify-content:space-between;align-items:flex-start}.checkout-total-row h2{font-size:16px;font-weight:700;color:#222;margin-bottom:4px}.checkout-total-row p{font-size:12px;color:#777}.checkout-total-row span{font-size:24px;font-weight:700;color:#1b7a2d}.checkout-save-banner{margin-top:14px;background:#f5fbf5;border-radius:4px;padding:10px;display:flex;align-items:center;gap:8px}.checkout-save-banner span{font-size:14px}.checkout-save-banner p{font-size:12px;color:#2e7d32;font-weight:600}.checkout-feature-list{margin-top:18px}.checkout-feature-item{display:flex;gap:10px;margin-bottom:14px}.checkout-feature-item span{font-size:14px;color:#2e7d32;min-width:16px}.checkout-feature-item h4{font-size:12px;font-weight:700;color:#222;margin-bottom:2px}.checkout-feature-item p{font-size:12px;color:#777;line-height:1.4}.checkout-help-section{border-top:1px solid #eee;margin-top:16px;padding-top:16px}.checkout-help-section h4{font-size:13px;font-weight:700;margin-bottom:8px}.checkout-help-row{display:flex;gap:14px;font-size:11px;color:#666}@media(max-width:1100px){.checkout-container{flex-direction:column}.checkout-right{width:100%}.checkout-address-grid{grid-template-columns:1fr}.checkout-payment-grid{grid-template-columns:repeat(2,1fr)}.checkout-delivery-grid{flex-direction:column}}.my-orders-page{background:#f7f7f7;min-height:100vh;padding-bottom:40px}.my-orders-top-banner{width:100%;height:155px;position:relative;overflow:hidden}.my-orders-top-banner img{width:100%;height:100%;object-fit:cover;object-position:center 43%}.my-orders-banner-overlay{position:absolute;left:0;top:0;width:48%;height:100%;z-index:1;background:linear-gradient(to right,#fff8ebdb,#fff8ebb3 35%,#fff8eba6 60%,#fff8eb40,#fff8eb00)}.my-orders-banner-left{position:absolute;left:75px;top:45px;z-index:2}.my-orders-banner-left h1{font-size:46px;font-weight:700;color:#2f2f2f;margin:0 0 8px;line-height:1}.my-orders-breadcrumb{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:800;color:#305e2a;padding-left:12px}.my-orders-breadcrumb span{color:#2d7a2d;font-size:17px}.my-orders-banner-right{position:absolute;right:42px;top:37px;z-index:2}.my-orders-banner-card{width:270px;background:#fff;border-radius:18px;padding:12px 14px;display:flex;align-items:flex-start;gap:15px;box-shadow:0 10px 30px #0000001a}.my-orders-banner-icon{width:42px;height:42px;border-radius:50%;background:#edf7ea;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.my-orders-banner-card h3{margin:0 0 5px;font-size:15px;color:#2e7d32;font-weight:700}.my-orders-banner-card p{margin:0;font-size:12px;line-height:18px;color:#666}.my-orders-container{width:95%;margin:18px auto auto;display:flex;gap:20px}.my-orders-right{flex:1}.my-orders-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.my-orders-top h2{font-size:30px;font-weight:700}.my-orders-top p{margin-top:4px;font-size:13px;color:#777}.my-orders-filter-row{display:flex;gap:10px}.my-orders-filter-row select{height:42px;padding:0 14px;border:1px solid #ddd;border-radius:6px;background:#fff;font-size:13px}.my-orders-filter-row button{height:42px;padding:0 18px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-size:13px;color:#2e7d32;font-weight:600}.my-orders-card{background:#fff;border:1px solid #ececec;border-radius:10px;padding:12px 20px;margin-bottom:14px;display:flex;justify-content:space-between;align-items:center}.my-orders-left-sec{width:26%;display:flex;gap:16px;align-items:center}.my-orders-icon{width:58px;height:58px;border-radius:14px;background:#f3f7f3;display:flex;align-items:center;justify-content:center;font-size:26px}.my-orders-label{font-size:12px;color:#888}.my-orders-left-sec h3{font-size:28px;margin-top:4px;color:#2e7d32}.my-orders-date{margin-top:8px;font-size:12px;color:#666}.my-orders-middle-sec-items{width:18%}.my-orders-middle-sec-items span{font-size:12px;color:#888}.my-orders-middle-sec-items h4{font-size:20px;margin-top:2px;color:#222}.my-orders-middle-sec-items p{margin-top:6px;font-size:12px;color:#666}.my-orders-middle-sec-price{width:18%}.my-orders-middle-sec-price span{font-size:12px;color:#888}.my-orders-middle-sec-price h4{font-size:20px;margin-top:8px;color:green}.my-orders-middle-sec-price p{margin-top:6px;font-size:12px;color:#666}.my-orders-status-sec{width:20%}.my-orders-status{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 14px;border-radius:30px;font-size:12px;font-weight:600}.my-orders-status.delivered{background:#e8f5e9;color:#2e7d32}.my-orders-status.packed{background:#e8f0ff;color:#1565c0}.my-orders-status.out{background:#fff3cd;color:#f57c00}.my-orders-status.processing{background:#def5df;color:green}.my-orders-status-sec p{margin-top:10px;font-size:12px;color:#666}.my-orders-actions{width:16%;display:flex;flex-direction:column;gap:18px;align-items:center}.my-orders-actions button{height:40px;padding:0 18px;border:1px solid #2e7d32;background:#fff;color:#2e7d32;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600}.my-orders-actions span{font-size:14px;color:#2e7d32;font-weight:600;cursor:pointer}.my-orders-pagination{margin-top:20px;display:flex;justify-content:flex-end;gap:10px}.my-orders-pagination button{width:36px;height:36px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer}.my-orders-pagination button.active{background:#2e7d32;color:#fff;border-color:#2e7d32}.my-orders-bottom-features{margin-top:30px;background:#fff;border-radius:10px;border:1px solid #ececec;padding:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.my-orders-feature{display:flex;gap:12px;align-items:flex-start}.my-orders-feature span{font-size:28px;color:#2e7d32}.my-orders-feature h4{font-size:15px;margin-bottom:4px}.my-orders-feature p{font-size:12px;color:#666;line-height:1.5}.my-orders-loading,.my-orders-empty{background:#fff;border-radius:10px;padding:50px;text-align:center;font-size:18px;color:#666}@media(max-width:1100px){.my-orders-container{flex-direction:column}.my-orders-card{flex-direction:column;align-items:flex-start;gap:20px}.my-orders-left-sec,.my-orders-middle-sec,.my-orders-status-sec,.my-orders-actions{width:100%}.my-orders-top{flex-direction:column;align-items:flex-start;gap:20px}.my-orders-bottom-features{grid-template-columns:1fr}.my-orders-banner-content{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px}}.order-details-page{background:#f7f7f7}.back-orders-btn{border:none;background:none;color:#2e7d32;font-weight:600;cursor:pointer;margin-bottom:10px}.order-details-top-card{background:#fff;border-radius:18px;padding:18px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:20px;margin-bottom:24px}.order-top-item{border-right:1px solid #eee;padding-left:15px}.order-top-item:last-child{border-right:none}.order-top-item span{color:#777;font-size:14px}.order-top-item h2{margin:8px 0;font-size:20px}.order-top-item p{font-size:14px}.order-top-item h3{margin:8px 0}.green-badge{display:inline-block;background:#e8f5e9;color:#2e7d32;padding:8px 16px;border-radius:30px;font-weight:600;margin:10px 0;font-size:11px}.green-text{color:#2e7d32}.tracking-card{background:#fff;border-radius:18px;padding:15px;display:flex;align-items:center;margin-bottom:24px}.tracking-step{display:flex;flex-direction:column;align-items:center;flex:1}.tracking-dot{width:44px;height:44px;border-radius:50%;background:#2e7d32;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:10px}.tracking-step h4{text-align:center;font-size:11px}.tracking-line{height:3px;background:#2e7d32;flex:1;margin:0 10px}.order-details-content{display:grid;grid-template-columns:1.7fr 1fr;gap:24px}.order-items-card,.order-summary-card{background:#fff;border-radius:18px;padding:20px}.order-items-card h3{font-size:13px}.order-item-row{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid #eee}.order-item-left{display:flex;align-items:center;gap:16px}.order-item-left img{width:70px;height:70px;object-fit:contain}.order-item-left h4{margin-bottom:6px}.order-item-left p{color:#777}.order-item-price{color:#555}.order-item-total h4{margin-bottom:6px;text-align:right}.order-item-total p{color:#777}.buy-again-btn{width:100%;height:50px;border:2px solid #2e7d32;background:#fff;color:#2e7d32;border-radius:12px;margin-top:24px;cursor:pointer;font-weight:600}.summary-row{display:flex;justify-content:space-between;margin:12px 0;font-size:14px}.summary-total{display:flex;justify-content:space-between;align-items:center;margin:18px 0}.summary-total h2{font-size:18px}.summary-total p{font-size:13px}.delivery-address-box{border:1px solid #eee;border-radius:14px;padding:11px;margin-top:24px}.delivery-address-top{display:flex;justify-content:space-between;margin-bottom:10px}.delivery-address-top span{background:#e8f5e9;color:#2e7d32;padding:6px 14px;border-radius:20px;font-size:13px}.delivery-address-box h3{margin-bottom:10px;font-size:16px}.delivery-address-box p{color:#666;line-height:1.3;font-size:14px}.summary-links{margin-top:14px}.summary-links div{padding:9px 0;border-bottom:1px solid #eee;cursor:pointer;font-size:14px}@media(max-width:992px){.order-details-top-card{grid-template-columns:1fr 1fr}.order-details-content{grid-template-columns:1fr}.tracking-card{overflow-x:auto;gap:20px}}.pro-wshlst-page{background:#f7f7f2;min-height:100vh}.pro-wshlst-banner{position:relative;height:260px;overflow:hidden}.pro-wshlst-banner-img{width:100%;height:100%;object-fit:cover}.pro-wshlst-overlay{position:absolute;inset:0;background:#ffffffbf}.pro-wshlst-banner-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:40px 60px}.pro-wshlst-banner-left h1{font-size:48px;color:#222;margin-bottom:16px}.pro-wshlst-banner-left p{font-size:18px;color:#666;max-width:360px;line-height:1.6}.pro-wshlst-banner-center img{width:260px;object-fit:contain}.pro-wshlst-banner-card{width:280px;background:#fff;padding:24px;border-radius:18px;box-shadow:0 4px 20px #00000014}.pro-wshlst-banner-card h3{font-size:20px;margin-bottom:12px;color:#2e7d32}.pro-wshlst-banner-card p{color:#666;line-height:1.6}.pro-wshlst-main{display:grid;grid-template-columns:280px 1fr;gap:24px;padding:30px 40px}.pro-wshlst-right{display:flex;flex-direction:column;gap:28px}.pro-wshlst-top-row{display:flex;align-items:center;justify-content:space-between}.pro-wshlst-filters{display:flex;gap:14px}.pro-wshlst-filters select,.pro-wshlst-filters button{height:42px;padding:0 18px;border:1px solid #ddd;border-radius:10px;background:#fff;cursor:pointer}.pro-wshlst-section{background:#fff;border-radius:18px;padding:26px;border:1px solid #eee}.pro-wshlst-section-top{display:flex;justify-content:space-between;margin-bottom:26px}.pro-wshlst-section-top h2{font-size:26px;margin-bottom:8px}.pro-wshlst-section-top p{color:#777}.pro-wshlst-section-top span{color:#2e7d32;font-weight:600;cursor:pointer}.pro-wshlst-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.pro-wshlst-card{border:1px solid #eee;border-radius:18px;padding:18px;position:relative;transition:.3s;background:#fff}.pro-wshlst-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.pro-wshlst-heart{position:absolute;top:16px;right:16px;border:none;background:none;font-size:24px;color:#2e7d32;cursor:pointer}.pro-wshlst-product-img{width:100%;height:180px;object-fit:contain;margin-bottom:18px;cursor:pointer}.pro-wshlst-content h3{font-size:18px;margin-bottom:6px}.pro-wshlst-content p{color:#777;margin-bottom:14px}.pro-wshlst-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.pro-wshlst-price-row h2{color:#2e7d32}.pro-wshlst-price-row span{background:#e8f5e9;color:#2e7d32;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600}.pro-wshlst-actions{display:flex;align-items:center;gap:10px}.pro-wshlst-qty-btn{width:32px;height:32px;border:1px solid #ddd;border-radius:8px;background:#fff;cursor:pointer}.pro-wshlst-cart-btn{flex:1;height:38px;border:none;background:#2e7d32;color:#fff;border-radius:10px;cursor:pointer;font-weight:600}.pro-wshlst-cart-btn.full{width:100%}.pro-wshlst-empty{text-align:center;padding:60px 20px}.pro-wshlst-empty img{width:120px;margin-bottom:20px}.pro-wshlst-empty h3{margin-bottom:10px}.pro-wshlst-empty p{color:#777;margin-bottom:20px}.pro-wshlst-empty button{height:46px;padding:0 24px;border:none;background:#2e7d32;color:#fff;border-radius:12px;cursor:pointer}@media(max-width:1200px){.pro-wshlst-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.pro-wshlst-main{grid-template-columns:1fr}.pro-wshlst-grid{grid-template-columns:repeat(2,1fr)}.pro-wshlst-banner-content{flex-direction:column;gap:20px;text-align:center}}@media(max-width:600px){.pro-wshlst-grid{grid-template-columns:1fr}.pro-wshlst-banner-left h1{font-size:34px}}.acnt-info-page{background:#f6f7f8;min-height:100vh;padding-bottom:40px;font-family:Inter,sans-serif}.acnt-info-banner{position:relative;height:170px;overflow:hidden;margin-bottom:30px}.acnt-info-banner-img{width:100%;height:100%;object-fit:cover}.acnt-info-banner-overlay{position:absolute;inset:0;background:#ffffffc7}.acnt-info-banner-content{position:absolute;inset:0;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:0 50px}.acnt-info-banner-left h1{font-size:42px;font-weight:700;color:#1e1e1e;margin-bottom:12px}.acnt-info-banner-left p{max-width:480px;font-size:15px;color:#555;line-height:1.7}.acnt-info-banner-card{background:#fff;padding:22px;border-radius:18px;display:flex;gap:16px;align-items:center;min-width:320px;box-shadow:0 8px 24px #00000014}.acnt-info-banner-icon{width:58px;height:58px;border-radius:50%;background:#edf7ee;color:#2e7d32;display:flex;align-items:center;justify-content:center;font-size:24px}.acnt-info-banner-card h3{font-size:18px;margin-bottom:6px;color:#1f1f1f}.acnt-info-banner-card p{font-size:13px;color:#666;line-height:1.6}.acnt-info-container{display:flex;gap:24px;padding:0 35px;align-items:flex-start}.acnt-info-right{flex:1}.acnt-info-card{background:#fff;border-radius:18px;padding:28px;margin-bottom:24px;border:1px solid #ececec;box-shadow:0 4px 14px #0000000a}.acnt-info-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px;gap:20px}.acnt-info-card-top h2{font-size:24px;font-weight:700;color:#222;margin-bottom:8px}.acnt-info-card-top p{font-size:14px;color:#666;line-height:1.6}.acnt-info-edit-btn{height:42px;border:1px solid #2e7d32;background:#fff;color:#2e7d32;padding:0 22px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;transition:.25s}.acnt-info-edit-btn:hover{background:#2e7d32;color:#fff}.acnt-info-delete-btn{height:42px;border:none;background:#ef5350;color:#fff;padding:0 24px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;transition:.25s}.acnt-info-delete-btn:hover{background:#d84343}.acnt-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.acnt-info-box{display:flex;align-items:center;gap:18px;padding:22px;border-radius:16px;background:#fafafa;border:1px solid #ececec}.acnt-info-icon{width:52px;height:52px;border-radius:50%;background:#edf7ee;color:#2e7d32;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.acnt-info-box span{font-size:13px;color:#666;display:block;margin-bottom:6px}.acnt-info-box h4{font-size:17px;color:#222;font-weight:600;word-break:break-word}.acnt-info-password-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.acnt-info-password-grid input{height:52px;border:1px solid #ddd;border-radius:12px;padding:0 16px;font-size:14px;outline:none;transition:.25s}.acnt-info-password-grid input:focus{border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d321a}.acnt-info-preference-item{display:flex;justify-content:space-between;align-items:center;padding:22px 0;border-bottom:1px solid #eee}.acnt-info-preference-item:last-child{border-bottom:none}.acnt-info-pref-left{display:flex;align-items:center;gap:16px}.acnt-info-pref-left h4{font-size:16px;color:#222;margin-bottom:6px}.acnt-info-pref-left p{font-size:13px;color:#666}.acnt-info-switch{position:relative;width:54px;height:28px;display:inline-block}.acnt-info-switch input{opacity:0;width:0;height:0}.acnt-info-slider{position:absolute;cursor:pointer;inset:0;background:#ccc;transition:.3s;border-radius:40px}.acnt-info-slider:before{content:"";position:absolute;width:22px;height:22px;left:3px;top:3px;background:#fff;transition:.3s;border-radius:50%}.acnt-info-switch input:checked+.acnt-info-slider{background:#2e7d32}.acnt-info-switch input:checked+.acnt-info-slider:before{transform:translate(26px)}.acnt-info-warning{background:#fff2f2;border:1px solid #ffd6d6;color:#d84343;padding:18px;border-radius:12px;font-size:14px;font-weight:500;line-height:1.7}@media(max-width:1200px){.acnt-info-container{flex-direction:column}}@media(max-width:900px){.acnt-info-grid,.acnt-info-password-grid{grid-template-columns:1fr}.acnt-info-banner-content{padding:25px;flex-direction:column;align-items:flex-start;justify-content:center;gap:20px}.acnt-info-banner{height:auto;min-height:260px}}@media(max-width:768px){.acnt-info-container{padding:0 16px}.acnt-info-card{padding:20px}.acnt-info-card-top{flex-direction:column;align-items:flex-start}.acnt-info-banner-left h1{font-size:32px}.acnt-info-banner-card{min-width:100%}}.vendor-layout{display:flex;background:#f8f9fa;height:100vh}.vendor-layout-sidebar{width:260px}.vendor-layout-main{flex:1;padding:30px 20px;overflow:auto}.vendor-topbar{display:flex;justify-content:space-between;align-items:center;padding-bottom:25px;border-bottom:1px solid #eee}.vendor-top-right{display:flex;gap:15px}.vendor-top-right i{display:flex;align-items:center}.vendor-user{display:flex;align-items:center;gap:10px}.vendor-avatar{width:40px;height:40px;border-radius:50%;background:#0c8f43;color:#fff;display:flex;align-items:center;justify-content:center}.vendor-main-card{margin-top:25px;background:#fff;padding:30px;border-radius:15px}.vendor-stepper{display:flex;justify-content:space-between;margin-bottom:40px}.step{display:flex;flex-direction:column;align-items:center;gap:10px}.step div{width:35px;height:35px;border-radius:50%;background:#eee;display:flex;justify-content:center;align-items:center}.step.active div{background:#0c8f43;color:#fff}.vendor-form-section{display:flex;gap:25px}.vendor-left{flex:3}.vendor-right{flex:1;padding:20px;border:1px solid #eee;border-radius:15px;height:fit-content}.vendor-info{display:flex;gap:15px;margin:25px 0}.vendor-btn-row{display:flex;justify-content:space-between;margin-top:30px}.next-btn{background:#0c8f43;color:#fff;border:none;padding:12px 25px;border-radius:8px}.back-btn{padding:12px 25px;border-radius:8px;border:1px solid #ddd;background:#fff}.vendor-business-wrapper{display:flex;flex-direction:column;gap:35px}.vendor-section{border:1px solid #e7e7e7;padding:25px;border-radius:12px;background:#fff}.vendor-section h3{font-size:18px;margin-bottom:25px}.vendor-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.vendor-form-grid-three{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-top:20px}.vendor-input-group{display:flex;flex-direction:column;gap:8px}.vendor-input-group label{font-size:14px;font-weight:600;color:#333}.vendor-input-group input,.vendor-input-group textarea,.vendor-input-group select{padding:14px;border:1px solid #ddd;border-radius:8px;outline:none;font-size:14px}.vendor-input-group textarea{height:100px;resize:none}.next-btn:disabled{opacity:.5;cursor:not-allowed;background:#ccc}.vendor-contact-wrapper{display:flex;flex-direction:column}.vendor-subtitle{font-size:13px;color:#777;margin-bottom:25px}.vendor-phone{display:flex;gap:10px}.vendor-country{width:90px;height:46px;border:1px solid #ddd;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fff}.vendor-phone input{flex:1}.vendor-pref{margin-top:30px}.vendor-pref h4{margin-bottom:5px}.vendor-pref p{font-size:13px;color:#777;margin-bottom:15px}.vendor-pref-row{display:flex;gap:20px}.vendor-pref-row label{padding:15px;border:1px solid #ddd;border-radius:8px;width:150px;display:flex;align-items:center;gap:10px;cursor:pointer}.vendor-doc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px}.vendor-doc-card{border:1px solid #e5e5e5;padding:18px;border-radius:10px}.vendor-doc-card p{font-size:12px;color:#777;margin:8px 0}.upload-btn{display:flex;justify-content:center;align-items:center;gap:8px;padding:12px;border:1px solid #ddd;border-radius:8px;cursor:pointer;margin-top:10px}.upload-btn:hover{background:#f5f5f5}.verify-btn{background:#0c8f43;border:none;color:#fff;padding:0 20px;border-radius:8px}.vendor-safe{display:flex;gap:15px;padding:15px;margin-top:25px;background:#f4fff7;border-radius:10px;align-items:center}.vendor-review-wrapper{display:grid;grid-template-columns:3fr 1fr;gap:20px}.vendor-review-card{border:1px solid #e6e6e6;padding:20px;border-radius:10px;background:#fff;margin-bottom:20px}.vendor-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.vendor-review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.vendor-review-grid label{font-size:12px;color:#777;display:block;margin-bottom:5px}.vendor-review-grid p{font-weight:500}.vendor-edit-btn{padding:8px 20px;border:1px solid #0b8d43;background:#fff;color:#0b8d43;border-radius:8px;cursor:pointer}.vendor-doc-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:25px}.vendor-final-box{padding:20px;background:#f3fff4;border-radius:10px;margin-top:20px}.vendor-review-footer{display:flex;justify-content:space-between;margin-top:20px}.vendor-submit-btn{background:#0b8d43;color:#fff;padding:12px 30px;border:none;border-radius:8px;cursor:pointer}.vendor-back-btn{padding:12px 30px;border:1px solid #ddd;background:#fff;border-radius:8px}.vendor-review-side-card{border:1px solid #e6e6e6;padding:20px;border-radius:10px;margin-bottom:20px;background:#fff}.vendor-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:20px 0}.vendor-stat-card{background:#fff;padding:25px;border-radius:12px;display:flex;gap:20px;align-items:center;box-shadow:0 2px 10px #0000000d}.vendor-stat-card i{font-size:25px;color:#0c8d39}.vendor-search-row{display:flex;justify-content:space-between;margin:20px 0}.vendor-search-row input{width:350px;padding:12px;border-radius:10px;border:1px solid #ddd}.vendor-search-row button{padding:12px 20px;border:none;background:#0c8d39;color:#fff;border-radius:10px}.vendor-table-card{background:#fff;padding:20px;border-radius:12px;overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:15px;text-align:center;border-bottom:1px solid #eee}.active-status{background:#d8f8df;padding:5px 10px;border-radius:20px;color:green}.inactive-status{background:#ffe0e0;padding:5px 10px;border-radius:20px;color:red}.vendor-list-table-card th{padding:15px;font-size:13px;text-align:center;border-bottom:1px solid #eee;color:#666}.vendor-layout{display:flex;background:#f7f8fa;min-height:100vh}.vendor-layout-sidebar{width:260px;background:#fff;border-right:1px solid #eee}.vendor-layout-main{flex:1;padding:20px 30px}.vendor-page-title{margin-bottom:20px}.vendor-page-title h2{font-size:28px;font-weight:700;margin-bottom:5px}.vendor-page-title p{color:#777;font-size:13px}.vendor-search-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}.vendor-search-row input{flex:1;padding:12px;border:1px solid #ddd;border-radius:10px;background:#fff;outline:none}.vendor-filter-btn{padding:12px 20px;border:none;border-radius:10px;background:#0c8d39;color:#fff;cursor:pointer}.vendor-table-card{background:#fff;border-radius:15px;padding:20px;box-shadow:0 2px 10px #0000000a}.vendor-table-card table{width:100%;border-collapse:collapse}.vendor-table-card th{padding:15px;font-size:13px;text-align:center;border-bottom:1px solid #eee;color:#666}.vendor-table-card td{padding:18px 15px;border-bottom:1px solid #f2f2f2;font-size:14px}.vendor-table-card tr:hover{background:#fafafa}.pending{background:#fff6db;color:#d48c00;padding:6px 12px;border-radius:30px;font-size:12px;font-weight:600}.approved{background:#e4fae7;color:#0c8d39;padding:6px 12px;border-radius:30px;font-size:12px;font-weight:600}.rejected{background:#ffe6e6;color:#e33131;padding:6px 12px;border-radius:30px;font-size:12px;font-weight:600}.review{background:#e6f2ff;color:#0064d6;padding:6px 12px;border-radius:30px;font-size:12px;font-weight:600}.vendor-action-btn{width:35px;height:35px;border:none;background:#f4f4f4;border-radius:8px;cursor:pointer}.vendor-action-btn:hover{background:#0c8d39;color:#fff}.vendor-details-layout{display:grid;grid-template-columns:1fr 330px;gap:25px}.vendor-review-card{background:#fff;padding:25px;border-radius:15px;margin-bottom:20px;box-shadow:0 2px 10px #0000000a}.vendor-review-card h3{margin-bottom:20px;font-size:18px}.vendor-review-grid label{font-size:12px;color:#888;display:block;margin-bottom:6px}.vendor-review-grid p{font-size:14px;font-weight:500}.vendor-doc-list{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:20px}.vendor-doc-item{border:1px solid #eee;border-radius:10px;padding:15px;background:#fafafa}.vendor-doc-item h5{margin-top:10px;font-size:13px}.vendor-side-panel{display:flex;flex-direction:column;gap:20px}.vendor-side-card{background:#fff;padding:20px;border-radius:15px;box-shadow:0 2px 10px #0000000a}.vendor-side-card h3{margin-bottom:20px}.vendor-action-buttons{display:flex;flex-direction:column;gap:15px}.vendor-action-buttons button{padding:14px;border-radius:10px;font-weight:600;cursor:pointer;border:none}.approve-btn{background:#0c8d39;color:#fff}.review-btn{background:#ffb100;color:#fff}.reject-btn{background:#ff4545;color:#fff}.request-btn{background:#fff;border:1px solid #ddd!important}.vendor-doc-link{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #eee;border-radius:10px;margin-bottom:10px;text-decoration:none;color:#333}.vendor-doc-link:hover{background:#f7f7f7}@media(max-width:1200px){.vendor-details-layout{grid-template-columns:1fr}}@media(max-width:768px){.vendor-review-grid,.vendor-doc-list{grid-template-columns:1fr}}.vendor-details-page{display:flex;min-height:100vh;background:#f5f7fb}.vendor-details-sidebar{width:260px;flex-shrink:0}.vendor-details-content{flex:1;padding:25px}.vendor-details-header-card{background:#fff;border-radius:16px;padding:24px;display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;box-shadow:0 2px 12px #0000000f}.vendor-details-header-card h2{margin:0;font-size:28px;color:#1f2937}.vendor-details-header-card p{margin:8px 0;color:#64748b}.vendor-details-header-card span{color:#64748b;font-size:14px}.vendor-status-badge{padding:10px 18px;border-radius:999px;font-size:14px;font-weight:600}.vendor-status-badge.Approved{background:#dcfce7;color:#15803d}.vendor-status-badge.Rejected{background:#fee2e2;color:#dc2626}.vendor-status-badge.Pending{background:#fef3c7;color:#d97706}.vendor-status-badge.Under\ Review{background:#dbeafe;color:#2563eb}.vendor-details-layout{display:grid;grid-template-columns:1fr 320px;gap:24px}.vendor-details-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.vendor-details-tabs button{border:none;background:#fff;padding:12px 18px;border-radius:10px;cursor:pointer;font-weight:500;border:1px solid #e5e7eb;transition:.3s}.vendor-details-tabs button:hover{background:#f1f5f9}.vendor-details-tabs button.active{background:#16a34a;color:#fff;border-color:#16a34a}.vendor-details-card{background:#fff;border-radius:16px;padding:25px;box-shadow:0 2px 12px #0000000d}.vendor-info-item{background:#f8fafc;border:1px solid #edf2f7;padding:16px;border-radius:12px}.vendor-info-item label{display:block;color:#64748b;font-size:13px;margin-bottom:8px}.vendor-info-item p{margin:0;font-weight:600;color:#111827}.vendor-doc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.vendor-doc-card{border:1px solid #e5e7eb;border-radius:14px;padding:20px;background:#fff}.vendor-doc-card h4{margin:0 0 12px}.vendor-doc-card a{display:inline-block;padding:10px 18px;border-radius:8px;text-decoration:none;background:#16a34a;color:#fff;font-weight:500}.vendor-details-right{display:flex;flex-direction:column;gap:20px}.vendor-status-card,.vendor-action-card,.vendor-quick-card{background:#fff;border-radius:16px;padding:22px;box-shadow:0 2px 12px #0000000d}.vendor-status-card h3,.vendor-action-card h3,.vendor-quick-card h3{margin-top:0;margin-bottom:18px}.vendor-status-card h2{color:#16a34a;margin-top:10px}.vendor-action-card button{width:100%;margin-bottom:12px;border:none;border-radius:10px;padding:13px;cursor:pointer;font-size:14px;font-weight:600}.approve-btn{background:#16a34a;color:#fff}.review-btn{background:#2563eb;color:#fff}.reject-btn{background:#dc2626;color:#fff}.vendor-quick-card ul{list-style:none;padding:0;margin:0}.vendor-quick-card li{padding:12px 0;border-bottom:1px solid #e5e7eb;cursor:pointer;color:#374151}.vendor-quick-card li:last-child{border-bottom:none}.vendor-review-box{background:#f8fafc;border-radius:12px;padding:18px;border:1px solid #e5e7eb}.vendor-review-box h4{margin-top:0;color:#475569}@media(max-width:1200px){.vendor-details-layout{grid-template-columns:1fr}.vendor-details-right{order:-1}}@media(max-width:768px){.vendor-info-grid,.vendor-doc-grid,.vendor-review-grid{grid-template-columns:1fr}.vendor-details-header-card{flex-direction:column;align-items:flex-start;gap:15px}.vendor-details-tabs{flex-direction:column}}.vendor-details-header-card{background:#fff;border-radius:18px;padding:24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000000d;margin-bottom:24px}.vendor-details-header-left{display:flex;gap:18px;align-items:center}.vendor-details-company-logo{width:72px;height:72px;border-radius:50%;background:#16a34a;color:#fff;font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center}.vendor-details-header-left h2{margin:0;font-size:24px;color:#1f2937}.vendor-details-subtitle{display:flex;gap:10px;margin-top:8px;color:#64748b;font-size:14px}.vendor-details-header-left p{margin-top:10px;color:#64748b}.vendor-details-header-right{text-align:right}.vendor-details-status-badge{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;font-size:13px;font-weight:600;margin-bottom:12px}.vendor-details-status-badge.approved{background:#dcfce7;color:#166534}.vendor-details-status-badge.rejected{background:#fee2e2;color:#b91c1c}.vendor-details-status-badge.review{background:#dbeafe;color:#1d4ed8}.vendor-details-status-badge.pending{background:#fef3c7;color:#92400e}.vendor-details-header-meta{display:flex;flex-direction:column;gap:4px}.vendor-details-header-meta span{font-size:12px;color:#94a3b8}.vendor-details-header-meta strong{color:#111827}.vendor-tabs-wrapper{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.vendor-tab-btn{border:none;background:#fff;border:1px solid #e5e7eb;padding:12px 18px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;color:#475569;transition:.3s}.vendor-tab-btn:hover{background:#f8fafc}.vendor-tab-btn.active{background:#16a34a;color:#fff;border-color:#16a34a}.vendor-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.vendor-info-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:18px}.vendor-info-item label{display:block;font-size:13px;color:#64748b;margin-bottom:8px}.vendor-info-item p{margin:0;color:#111827;font-weight:600}.vendor-review-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:24px}.vendor-review-card h4{color:#64748b;margin-bottom:10px}.vendor-review-card p{font-size:20px;font-weight:600;color:#111827}.vendor-status-card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 2px 10px #0000000d}.vendor-status-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.vendor-status-top h3{margin:0}.vendor-status-pill{padding:8px 14px;border-radius:999px;font-size:12px;font-weight:600}.vendor-status-pill.approved{background:#dcfce7;color:#166534}.vendor-status-pill.rejected{background:#fee2e2;color:#991b1b}.vendor-status-pill.review{background:#dbeafe;color:#1d4ed8}.vendor-status-pill.pending{background:#fef3c7;color:#92400e}.vendor-status-body{display:flex;flex-direction:column;gap:15px}.vendor-status-row{display:flex;justify-content:space-between;align-items:center}.vendor-status-row span{color:#64748b;font-size:14px}.vendor-status-row strong{color:#111827}.vendor-action-card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 2px 10px #0000000d}.vendor-action-card h3{margin-top:0;margin-bottom:20px}.vendor-action-card button{width:100%;border:none;padding:14px;border-radius:10px;cursor:pointer;margin-bottom:12px;font-weight:600}.vendor-approve-btn{background:#16a34a;color:#fff}.vendor-review-btn{background:#2563eb;color:#fff}.vendor-reject-btn{background:#dc2626;color:#fff}.vendor-quick-card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 2px 10px #0000000d}.vendor-quick-card h3{margin-top:0;margin-bottom:20px}.vendor-quick-card button{width:100%;text-align:left;border:none;background:#f8fafc;margin-bottom:10px;padding:12px;border-radius:10px;cursor:pointer;transition:.3s}.vendor-quick-card button:hover{background:#e2e8f0}.vendor-doc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.vendor-doc-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;text-align:center}.vendor-doc-icon{font-size:36px;margin-bottom:10px}.vendor-doc-card h4{margin:10px 0}.vendor-doc-card a{display:inline-block;margin-top:10px;padding:10px 16px;background:#16a34a;color:#fff;text-decoration:none;border-radius:8px}.vendor-doc-missing{color:#dc2626;font-weight:600}.vendor-review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.vendor-review-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:20px}.vendor-review-box h4{margin-top:0;color:#64748b}.vendor-review-box p{font-size:18px;font-weight:600;color:#111827}.activevendors-layout{display:flex;background:#f6f8fb;min-height:100vh}.activevendors-main{flex:1;padding:20px}.activevendors-page-header h2{font-size:26px;font-weight:700;margin-bottom:0;margin-top:9px}.activevendors-page-header p{color:#6b7280}.activevendors-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:20px 0}.activevendors-stat-card{background:#fff;padding:20px;border-radius:12px;border:1px solid #ececec}.activevendors-stat-card h4{font-size:13px;color:#6b7280;margin-bottom:10px}.activevendors-content{display:grid;grid-template-columns:3fr 1fr;gap:20px}.activevendors-table-section{background:#fff;padding:20px;border-radius:12px;border:1px solid #ececec}.activevendors-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.activevendors-tabs{display:flex;gap:8px}.activevendors-tabs button{border:none;background:none;cursor:pointer;padding:5px;font-weight:600;font-size:13px}.activevendors-tabs .active{color:#16a34a;border-bottom:2px solid #16a34a}.activevendors-search input{padding:10px;width:250px;border:1px solid #ddd;border-radius:8px}.activevendors-table-card table{width:100%;border-collapse:collapse}.activevendors-table-card th{text-align:center;padding:14px;font-size:13px;border-bottom:1px solid #eee}.activevendors-table-card td{padding:14px;border-bottom:1px solid #eee;font-size:14px}.activevendors-status{background:#dcfce7;color:#15803d;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600}.activevendors-right-panel{display:flex;flex-direction:column;gap:20px}.activevendors-card{background:#fff;padding:20px;border-radius:12px;border:1px solid #ececec}.activevendors-circle{width:140px;height:140px;border:12px solid #16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:20px auto;font-size:28px;font-weight:700}.activevendors-circle span{display:block;font-size:12px;font-weight:500}.activevendors-card select{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ddd;border-radius:8px}.activevendors-filter-btn,.activevendors-export-btn{width:100%;background:#16a34a;color:#fff;border:none;padding:12px;border-radius:8px;cursor:pointer;font-weight:600}.actve-vndr-dtl-layout{display:flex;min-height:100vh;background:#f5f7fb}.actve-vndr-dtl-main{flex:1;display:flex;flex-direction:column;overflow-x:hidden}.actve-vndr-dtl-page{padding:14px}.actve-vndr-dtl-breadcrumb{font-size:13px;color:#64748b;margin-bottom:10px}.actve-vndr-dtl-title{font-size:28px;font-weight:700;color:#0f172a;margin-bottom:20px}.actve-vndr-dtl-header-card{background:#fff;border-radius:16px;padding:24px;display:flex;justify-content:space-between;align-items:flex-start;box-shadow:0 2px 10px #0000000d;margin-bottom:24px}.actve-vndr-dtl-header-left{display:flex;gap:20px}.actve-vndr-dtl-logo{width:85px;height:85px;border-radius:50%;background:#eaf8ef;display:flex;align-items:center;justify-content:center;font-size:38px}.actve-vndr-dtl-header-left h2{margin:0;font-size:24px;color:#0f172a}.actve-vndr-dtl-header-left p{margin:6px 0;color:#64748b;font-size:14px}.actve-vndr-dtl-status{display:inline-block;padding:4px 12px;border-radius:20px;background:#dcfce7;color:#16a34a;font-size:12px;font-weight:600;margin:10px 0}.actve-vndr-dtl-header-right{display:flex;gap:60px}.actve-vndr-dtl-header-right div{display:flex;flex-direction:column;gap:6px}.actve-vndr-dtl-header-right label{font-size:12px;color:#94a3b8}.actve-vndr-dtl-header-right span{font-size:15px;font-weight:600;color:#0f172a}.actve-vndr-dtl-tabs{display:flex;gap:12px;margin-bottom:24px}.actve-vndr-dtl-tabs button{border:none;background:#e2e8f0;padding:12px 24px;border-radius:10px;cursor:pointer;font-weight:600;transition:.2s}.actve-vndr-dtl-tabs button.active{background:#16a34a;color:#fff}.actve-vndr-dtl-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.actve-vndr-dtl-stat-card{background:#fff;border-radius:16px;padding:22px;box-shadow:0 2px 10px #0000000d}.actve-vndr-dtl-stat-card h4{margin:0;font-size:14px;color:#64748b}.actve-vndr-dtl-stat-card h2{margin-top:8px;font-size:22px;font-weight:700;color:#0f172a}.actve-vndr-dtl-chart-grid{display:grid;grid-template-columns:1fr 1fr .6fr;gap:10px;margin-bottom:20px}.actve-vndr-dtl-box{background:#fff;border-radius:12px;padding:16px;border:1px solid #edf1f7;box-shadow:0 1px 4px #0000000d}.actve-vndr-dtl-box h3{font-size:16px;font-weight:600;margin-bottom:12px;color:#172b4d}.actve-vndr-dtl-chart-wrap{position:relative;width:100%;height:240px}.actve-vndr-dtl-chart-wrap-pie{box-sizing:border-box;display:block;height:240px;width:268px}.actve-vndr-dtl-chart-wrap canvas{max-height:240px!important}.actve-vndr-dtl-top-products{margin-top:0}.actve-vndr-dtl-table{width:100%;border-collapse:collapse}.actve-vndr-dtl-table thead{background:#f8fafc}.actve-vndr-dtl-table th{padding:14px;text-align:center;font-size:13px;color:#64748b;border-bottom:1px solid #e2e8f0}.actve-vndr-dtl-table td{padding:14px;border-bottom:1px solid #e2e8f0;color:#334155}.actve-vndr-dtl-table tr:hover{background:#f8fafc}@media(max-width:1200px){.actve-vndr-dtl-chart-grid{grid-template-columns:1fr}.actve-vndr-dtl-stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.actve-vndr-dtl-header-card{flex-direction:column;gap:20px}.actve-vndr-dtl-header-right{flex-wrap:wrap;gap:25px}.actve-vndr-dtl-stat-grid{grid-template-columns:1fr}}.prd-perf-page{margin-top:20px}.prd-perf-toolbar{display:flex;gap:12px;margin-bottom:20px}.prd-perf-search{width:280px;padding:10px 14px;border:1px solid #dbe2ea;border-radius:8px}.prd-perf-filter-btn{padding:10px 16px;border:none;border-radius:8px;background:#f1f5f9}.prd-perf-add-btn{padding:10px 16px;border:none;border-radius:8px;background:#16a34a;color:#fff}.prd-perf-layout{display:grid;grid-template-columns:4fr 1.2fr;gap:20px}.prd-perf-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px}.prd-perf-stat-card{background:#fff;padding:18px;border-radius:12px;border:1px solid #edf1f7}.prd-perf-stat-card span{font-size:13px;color:#64748b}.prd-perf-stat-card h3{margin-top:10px;font-size:28px}.prd-perf-table-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #edf1f7}.prd-perf-table-card table{width:100%;border-collapse:collapse}.prd-perf-table-card th{background:#f8fafc;padding:14px;text-align:left}.prd-perf-table-card td{padding:14px;border-bottom:1px solid #edf1f7}.prd-perf-right{display:flex;flex-direction:column;gap:16px}.prd-side-card{background:#fff;border:1px solid #edf1f7;border-radius:12px;padding:18px}.prd-side-card h4{margin-bottom:15px}.profit-tag{background:#dcfce7;color:#16a34a;padding:4px 10px;border-radius:20px;font-size:12px}.loss-tag{background:#fee2e2;color:#dc2626;padding:4px 10px;border-radius:20px;font-size:12px}.profit-text{color:#16a34a;font-weight:600}.loss-text{color:#dc2626;font-weight:600}.actve-vndr-dtl-wallet-top-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.actve-vndr-dtl-wallet-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000d}.actve-vndr-dtl-wallet-card span{font-size:22px}.actve-vndr-dtl-wallet-card h4{margin:10px 0 6px;font-size:13px}.actve-vndr-dtl-wallet-card h2{font-size:24px}.actve-vndr-dtl-wallet-summary{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px;margin-bottom:20px}.actve-vndr-dtl-wallet-box{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px;min-height:240px;box-shadow:0 1px 3px #0000000d}.actve-vndr-dtl-wallet-box h3{font-size:15px;font-weight:600;color:#111827;margin-bottom:18px}.wallet-info-row{display:flex;justify-content:space-between;margin:12px 0;font-size:13px}.wallet-total-green{background:#eaf8ef;color:#16a34a;padding:10px;border-radius:8px;margin-top:10px;font-weight:600}.wallet-total-red{background:#fff1f1;color:#dc2626;padding:10px;border-radius:8px;margin-top:10px;font-weight:600}.wallet-health{display:flex;flex-direction:column;align-items:center;justify-content:center;height:75%}.wallet-health-circle{width:60px;height:60px;border-radius:50%;background:#dcfce7;color:#16a34a;display:flex;align-items:center;justify-content:center;font-size:28px}.actve-vndr-dtl-wallet-grid{display:grid;grid-template-columns:2fr 1.5fr 1fr;gap:16px;margin-bottom:20px}.wallet-dummy-chart{height:280px;border-radius:10px;background:#f5f7fb;display:flex;align-items:center;justify-content:center}.actve-vndr-dtl-wallet-side{display:flex;flex-direction:column;gap:16px}.wallet-btn{width:100%;margin-bottom:10px;padding:10px;border-radius:8px;border:1px solid #ddd;background:#fff}.wallet-btn.green{border-color:#16a34a;color:#16a34a}.wallet-btn.yellow{border-color:#f59e0b;color:#f59e0b}.wallet-btn.red{border-color:#ef4444;color:#ef4444}.actve-vndr-dtl-bank-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.actve-vndr-dtl-wallet-chart,.actve-vndr-dtl-wallet-payouts{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px;box-shadow:0 1px 3px #0000000d}
