.header{background:#fff;border-bottom:1px solid #eee;padding:1rem;position:sticky;top:0;z-index:1100}.header-container{display:flex;align-items:center;justify-content:space-between;gap:24px}.header-left{flex:1;display:flex;align-items:center;justify-content:flex-start}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:0;margin-right:1rem;color:#222}.header-nav{flex:2;display:flex;justify-content:center;gap:2.5rem}.header-right{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:1.1rem}.logo{font-size:2rem;font-weight:700;color:#3d8852;letter-spacing:1px;margin:0}.nav-link{color:#222;text-decoration:none;font-weight:900;font-size:.9rem;transition:color .2s}.nav-link:hover{color:#3d8852}.nav-icon{margin-right:3px;vertical-align:middle}.login-btn{border-radius:18px;padding:.5em 1em;border:1px solid #3d8852;color:#3d8852;font-weight:600;transition:background .2s,color .2s;display:flex;align-items:center;background-color:#fff}.login-btn:hover{border:1px solid #3d8852;background:#3d8852;color:#fff}.cart-btn{border-radius:18px;padding:.3em 1em;border:1px solid #3d8852;color:#3d8852;font-weight:600;background:transparent;transition:background .2s,color .2s;display:flex;align-items:center;background-color:#fff;position:relative}.cart-badge{position:absolute;top:-8px;right:-8px;background-color:#3d8852;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.cart-btn:hover{background:#3d8852;color:#fff}.signup-btn{padding:.5em 1.2em!important;font-size:.9rem!important}.login-btn:focus,.signup-btn:focus{outline:none;box-shadow:none}.overlay{position:fixed;inset:0;background-color:#00000080;z-index:999}body.menu-open main,body.menu-open footer{filter:blur(5px);transition:filter .3s ease-in-out}@media (max-width: 1024px){.header-nav{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:80%;height:100%;background:#fff;z-index:1000;justify-content:center;align-items:center;transform:translate(-100%);transition:transform .3s ease-in-out,opacity .3s ease-in-out;box-shadow:0 0 20px #0003;padding-top:4rem;opacity:0;visibility:hidden;pointer-events:none}.header-nav.open{transform:translate(0);opacity:1;visibility:visible;pointer-events:auto}.header-nav .nav-link:hover{background:#f4f0eb}.header-nav.open .nav-link{font-size:1.35rem;padding:1rem 2rem}.close-menu{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;cursor:pointer;padding:.5rem;color:#222;z-index:1002;transition:color .2s}.close-menu:hover{color:#3d8852}.hamburger{display:block;z-index:1001}.cart-text,.login-text,.header-right .signup-btn{display:none}.cart-btn,.login-btn{padding:.45em}.nav-icon{margin-right:0}.header-left{order:1;flex:1;justify-content:flex-start}.header-right{order:3;flex:1;justify-content:flex-end}.logo{order:2}.header-container{justify-content:space-between}}.footer{background:#fff;border-top:1px solid #eee;margin-top:1rem;padding:2.5rem 0 2rem;width:100vw}.footer-container{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-container p{font-size:.9rem}.footer-nav{display:flex;gap:2rem;margin-top:.7rem}.footer-link{color:#666;text-decoration:none;font-size:.8rem;transition:color .2s}.footer-link:hover{color:#3d8852}body,#root{margin:0;padding:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background:linear-gradient(120deg,#f1f8fa,#f6f5f5,#f3fafd);color:#222}body.no-scroll{overflow:hidden}.container{width:100%;max-width:2200px;margin:0 auto;padding-left:16px;padding-right:16px;box-sizing:border-box}.image-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;width:100%}.hero{border-radius:0;width:100vw;margin:1rem 0;padding:0;position:relative;display:flex;align-items:stretch;background:linear-gradient(90deg,#8c8b8b,#fff 50% 80%,#9e9e9e)}@media (max-width: 1300px){.hero{background:#fff}}.hero-container{position:relative;z-index:3;max-width:55%;padding:2rem 0;margin:0;text-align:left;display:flex;flex-direction:row;justify-content:center}.hero-flex{display:flex;align-items:center;justify-content:space-between}.hero-content{flex:1;min-width:180px;max-width:65%;margin-left:10vw}.hero-product-image-single{position:absolute;inset:0;width:auto;height:100%;max-width:100%;object-fit:contain;opacity:0;z-index:1;pointer-events:none;transition:opacity .5s cubic-bezier(.4,0,.2,1)}.hero-product-image-single.active{opacity:1;z-index:2;pointer-events:auto}.hero-image-single{position:absolute;top:0;right:0;bottom:0;width:45%;height:100%;z-index:1;display:flex;align-items:center;justify-content:flex-end;pointer-events:none;overflow:hidden}.hero-title{font-size:1.5rem;font-weight:700;margin-bottom:0;margin-top:0;color:#000}.hero-subtitle{font-size:1rem;font-weight:700;margin-bottom:0;transition:color .5s cubic-bezier(.4,0,.2,1)}.hero-description{font-size:1.1rem;margin-bottom:2.1rem;color:#000}@media (max-width: 768px){.btn{font-size:1rem;padding:.4em 1.8em}}.btn-text-simple{position:absolute;bottom:1.5rem;right:1.5rem;background:none;border:none;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.3rem;padding:.5rem;border-radius:4px;transition:all .2s ease}.btn-text-simple:hover{color:#d0d0d0;background:#3d88520d}.btn-arrow{width:14px;height:14px;transition:transform .2s ease}.btn-text-simple:hover .btn-arrow{transform:translate(2px)}.btn-text-simple:active{transform:scale(.98)}@media (max-width: 768px){.btn-text-simple{bottom:1rem;right:1rem;font-size:.85rem;padding:.4rem}.btn-arrow{width:12px;height:12px}.product-card{padding:1.8rem 1.2rem 3.5rem;min-height:260px}}.featured-products{padding:1.6rem 0;text-align:start}.section-title{font-size:1.6rem;margin-left:4rem}.section-subtitle{font-size:1.2rem;margin-left:4rem}@media (max-width: 1024px){.hero{display:block;margin:0;padding:2rem;min-height:70vh;background:linear-gradient(180deg,#000,#fff 8% 45%,#000)}.hero-container{max-width:100%;margin:0;padding:0;text-align:center}.hero-image-single{position:relative;width:100%;justify-content:center;align-items:center;height:250px;margin-top:2rem;right:auto;display:flex}.hero-product-image-single{max-width:90vw;height:auto;display:block;margin-left:auto;margin-right:auto}}@media (max-width: 1025px){.hero-image-single-desktop{display:none!important}}@media (min-width: 1026px){.hero-image-single-mobile{display:none!important}}@media (max-width: 1200px){.hero{padding:1.5rem}.hero-title{font-size:2.6rem;margin-top:0;margin-bottom:0rem;line-height:1.2}.hero-subtitle{font-size:1.6rem}.hero-description{font-size:1rem}.hero-product-image-single{max-width:30vw;height:auto;filter:drop-shadow(0 1px 10px rgba(255,255,255,.8)) drop-shadow(0 2px 20px rgba(255,255,255,.4)) drop-shadow(0 4px 40px rgba(255,255,255,.2))}}@media (min-width: 1201px){.hero-title{font-size:2.4rem}}.products-grid{display:flex;gap:1rem;overflow-x:auto;flex-wrap:nowrap;padding:1rem;-ms-overflow-style:none;scrollbar-width:none;justify-content:flex-start;padding:35px 60px}.products-grid::-webkit-scrollbar{display:none}.product-card{background:linear-gradient(180deg,#fff 0% 60%,#232323);padding:1.2rem 1rem 3rem;border-radius:16px;box-shadow:0 2px 8px #1e1e1e14;width:230px;display:flex;flex-direction:column;align-items:center;position:relative;transition:transform .2s ease-in;min-height:280px;flex-shrink:0}.product-card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 6px 28px #3c3c3c26}.product-image{width:100%;max-width:150px;border-radius:10px}.product-title{font-size:.9rem;font-weight:500;color:#000;margin:1rem 0 0;padding:0;text-align:center;line-height:1.3}.product-description{font-size:.9rem;color:#444;margin-bottom:1.3rem}@media (max-width: 900px){.products-grid{gap:2rem}.hero{padding:2rem 0;border-radius:0;position:relative}.hero-container{flex-direction:column;align-items:center;text-align:center;max-width:90vw}.hero-flex{flex-direction:column;align-items:center}.hero-image-single{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:auto;pointer-events:auto;margin-top:18px}.hero-product-image-single{max-width:90vw;height:auto;margin:0 auto;position:static;display:block}}.overlay{position:fixed;inset:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media (max-width: 1025px){.hero-container{flex-direction:column!important;align-items:center;text-align:center;gap:1.1rem}.hero-content{order:2;width:100%;margin:10px;max-width:100%}.hero-image-single{order:1;width:100%;margin:0 0 1.4rem;justify-content:center;align-items:center;display:flex;height:auto;min-height:120px;position:static;inset:auto;flex-direction:column!important}.hero-image-single{position:relative;width:100%;height:181px;margin-top:2rem}.hero-product-image-single{max-width:90vw;max-height:180px;height:auto;border-radius:10px;position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%) scale(.98)!important;opacity:0;transition:all .6s cubic-bezier(.16,.77,.21,.99);margin:0 auto;display:block;width:auto;right:auto}.hero-product-image-single.active{opacity:1;transform:translate(-50%,-50%) scale(1)!important}.hero-product-image-single.active{opacity:1}}@media (max-width: 1025px){.container{padding-left:0!important;padding-right:0!important;max-width:100vw!important;box-sizing:border-box}.hero{padding:0!important;width:100vw!important;box-sizing:border-box}.hero-container{width:100vw!important;max-width:100vw!important;padding:30px 12px!important;margin:0 auto!important;box-sizing:border-box}}.social-profile-section{width:100%;background:linear-gradient(90deg,#daff89,#59ea82 30%,#fff 56% 80%,#bcff89);padding:2rem 0;margin-top:0;display:flex;align-items:center;justify-content:center}.social-profile-container{display:flex;align-items:center;justify-content:space-between;margin:0 auto;gap:2.5rem;width:100%}.social-profile-content{flex:1.1;margin-left:10vw}.social-profile-image{flex:1;display:flex;align-items:center;justify-content:flex-end;margin-right:18vw}.social-profile-image img{max-height:240px;border-radius:16px;box-shadow:0 8px 36px #3c3c3c29}@media (max-width: 1025px){.social-profile-section{background:linear-gradient(180deg,#daff89,#59ea82 30%,#fff 56% 80%,#bcff89)}.social-profile-container{flex-direction:column;text-align:center;gap:2rem}.social-profile-image{justify-content:center;margin-right:0}.social-profile-image img{max-width:70vw}.social-profile-content{flex:1.1;margin:20px}}@media (max-width: 900px){.product-card.raised{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 32px #3c3c3c33}}.promo-offer{position:relative;text-align:center;margin:6rem auto 3rem;padding-bottom:2rem;padding-top:20px;background:linear-gradient(135deg,#fff,#f7fdf8);border-radius:16px;max-width:650px;border:1px solid #d8e8d9;box-shadow:0 10px 40px #3d88521a;overflow:hidden}.promo-offer:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#3d8852,#5ba068)}.promo-text{font-size:1.6rem;font-weight:700;color:#2a4630;margin-bottom:0;margin-top:0}.coupon-code{font-size:1.2rem;color:#555;margin-bottom:0}.coupon-highlight{font-weight:700;color:#3d8852;background:transparent;padding:.4rem 1rem;border-radius:6px;border:2px dashed #3d8852;margin-left:.5rem;display:inline-block;transition:all .3s ease}.coupon-highlight:hover{background:#3d88521a;color:#2a4630;border-style:solid}@media (max-width: 768px){.promo-offer{padding:2rem;margin:2rem 20px}.coupon-code{font-size:1.1rem}}.about-us-section{margin-top:30px;padding-top:20px;padding-bottom:50px;padding-right:30px;background:#fff}.about-us-content{display:flex;align-items:center;gap:3rem;margin-top:2rem;margin-left:10vw}.about-us-text{flex:1.5;font-size:1.1rem;line-height:1.7;color:#333}.about-us-text p{margin-bottom:1.5rem}.about-us-image{flex:1;display:flex;justify-content:center;align-items:center}.about-us-logo{width:100%;max-width:200px;height:auto;border-radius:20px;background:#fff;padding:2rem;margin-bottom:0;box-shadow:0 8px 30px #0000001a}@media (max-width: 900px){.about-us-content{flex-direction:column;text-align:center}.about-us-image{order:-1;margin-bottom:0}}.customer-reviews-section{padding:3rem 0;background:#f9f9f9}.reviews-container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.reviews-container::-webkit-scrollbar{display:none}.review-card{flex:0 0 80%;scroll-snap-align:center;background:#fff;border-radius:12px;padding:1.5rem;margin:0 .5rem;box-shadow:0 4px 15px #00000012;text-align:center}.review-avatar{width:60px;height:60px;border-radius:50%;margin-bottom:.75rem;border:2px solid #3d8852}.review-text{font-size:.95rem;font-style:italic;color:#555;line-height:1.5;margin-bottom:.75rem}.review-name{font-size:.9rem;font-weight:600;color:#333}@media (min-width: 768px){.reviews-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;overflow-x:visible;margin-right:15px}.review-card{max-width:none;margin:0}}@media (min-width: 1024px){.reviews-container{grid-template-columns:repeat(4,1fr)}}.pdm-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pdm-overlay-content{background:#fff;padding:2rem;margin:2rem;margin-top:60px;border-radius:16px;width:90%;max-width:700px;max-height:85vh;display:flex;flex-direction:column;position:relative;box-shadow:0 10px 40px #0003;text-align:center}.pdm-close-overlay-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.8rem;cursor:pointer;color:#888;transition:color .2s;z-index:10}.pdm-close-overlay-btn:hover{color:#222}.pdm-product-image{max-height:180px;border-radius:12px;margin-bottom:1rem;object-fit:contain}.pdm-product-carousel{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:1rem}.pdm-carousel-arrow{width:40px;height:40px;border:none;background:#3d88521f;color:#3d8852;border-radius:50%;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 10px;cursor:pointer;box-shadow:0 2px 8px #3d885214;transition:background .2s,transform .15s,color .2s;outline:none;z-index:2}.pdm-carousel-arrow:hover,.pdm-carousel-arrow:focus{background:#3d8852;color:#fff;transform:scale(1.12)}.pdm-carousel-arrow:active{background:#25613a;color:#fff;transform:scale(.98)}.pdm-carousel-indicator{position:absolute;bottom:8px;left:50%;transform:translate(-50%);background:#3d885221;color:#3d8852;font-size:.95rem;padding:2px 12px;border-radius:12px;font-weight:500;letter-spacing:.03em;box-shadow:0 1px 4px #3d885212;pointer-events:none}.pdm-title-row{display:flex;align-items:center;margin-bottom:1rem;justify-content:flex-start;text-align:left;flex-wrap:wrap;min-width:0}.pdm-product-title{font-size:1.05rem;margin:0}@media (max-width: 600px){.product-overlay-content{padding:1rem .5rem;margin:0 2vw;margin-top:62px;max-width:98vw;width:100%;min-width:0;max-height:85vh}.product-title-row{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.pdm-product-price{font-size:1.3rem;padding:.3em .8em .3em .7em;min-width:70px}}.overlay-product-title{font-size:1.35rem;font-weight:700;color:#222;margin-bottom:0;margin-top:0;letter-spacing:.01em;flex:1;text-align:left;word-break:break-word;overflow-wrap:anywhere;max-width:100%;min-width:0;line-height:1.25;padding-right:.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.product-overlay-content{overflow-y:auto;-webkit-overflow-scrolling:touch}.overlay-product-price{font-size:1.25rem;font-weight:700;color:#2e7d32;background:linear-gradient(90deg,#e8f5e9 60%,#fff);border-radius:8px;padding:.35em 1em .35em .8em;margin-right:.5rem;box-shadow:0 2px 8px #2e7d3212;letter-spacing:.01em;min-width:90px;display:inline-block}.overlay-product-title{font-size:1.35rem;font-weight:700;color:#222;margin-bottom:0;margin-top:0;letter-spacing:.01em;flex:1;text-align:left}.pdm-description-wrapper{max-height:200px;overflow-y:auto;margin-bottom:1.5rem;border:1px solid #eee;border-radius:8px;padding:1rem;padding-top:0;margin-top:0;text-align:start}.pdm-description{font-size:1rem;color:#555;line-height:1.6;margin-bottom:0;margin-top:10px}.pdm-buttons{display:flex;gap:1rem;justify-content:center}.pdm-options-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;margin-top:0;justify-content:flex-start;align-items:center}.pdm-nice-input{min-width:120px;padding:.5rem 1rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:1rem;background:#fafbfc;color:#222;transition:border-color .2s,box-shadow .2s;outline:none;margin:0;box-shadow:0 1px 2px #3c3c3c0a}.pdm-variation-dropdown{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1em;padding-right:2.5rem}.pdm-variation-dropdown:focus{border-color:#3d8852;box-shadow:0 0 0 2px #3d885230}.pdm-nice-input:focus{border-color:#3d8852;box-shadow:0 0 0 2px #3d885230}.pdm-nice-input::placeholder{color:#aaa;opacity:1}.pdm-product-price{font-weight:600;font-size:1.3rem;color:#3d8852;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;letter-spacing:.02em;-webkit-user-select:none;user-select:none;text-transform:none;cursor:default;margin-right:1rem;transition:color .3s ease}.pdm-product-price:hover{color:#265c36}.pdm-price-icon{display:none}.pdm-loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fffc;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;border-radius:16px}.auth-modal-overlay{position:fixed;z-index:3000;inset:0;background:#1e20268c;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-modal-container{background:#fff;color:#23272f;border-radius:16px;box-shadow:0 8px 32px #1e20262e,0 1.5px 4px #00000014;width:100%;max-width:370px;padding:2.2rem 2rem 1.5rem;position:relative;font-family:inherit;animation:modalPop .2s;overflow-y:auto}@keyframes modalPop{0%{transform:translateY(30px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.auth-modal-close{position:absolute;top:0;right:0;background:none;border:none;font-size:1.6rem;color:#888;cursor:pointer;transition:color .15s;z-index:2}.auth-modal-close:hover{color:#23272f}.auth-modal-tabs-pill{display:flex;position:relative;justify-content:center;align-items:center;background:#f0f3f7;border-radius:32px;padding:.18rem;margin-bottom:1.5rem;gap:0;width:100%;max-width:320px;margin-left:auto;margin-right:auto;margin-top:32px;box-shadow:0 1.5px 6px #3c50500f;min-height:20px}.auth-modal-tabs-indicator{position:absolute;top:3px;left:6px;width:calc(50% - 6px);height:calc(100% - 6px);background:linear-gradient(135deg,#3d8852,#4a9d63);border-radius:28px;z-index:1;transition:transform .32s cubic-bezier(.6,.2,.2,1);box-shadow:0 2px 8px #3c505014;pointer-events:none}.auth-modal-tabs-pill .auth-modal-tab{position:relative;z-index:2;background:transparent;border:none;font-size:1.08rem;font-weight:500;color:#888;padding:.5rem 1.2rem;border-radius:28px;cursor:pointer;transition:color .18s;outline:none;min-width:50%;text-align:center;box-shadow:none}.auth-modal-tabs-pill .auth-modal-tab.active{color:#fff;font-weight:600}.auth-modal-tabs-pill .auth-modal-tab:focus{outline:none;box-shadow:none}.auth-modal-tabs-pill .auth-modal-tab::selection{outline:none;box-shadow:none}.auth-modal-tabs-pill .auth-modal-tab:hover:not(.active){color:#3d8852}.auth-modal-tabs{display:none}.auth-modal-content-animator{margin-top:.2rem;min-height:220px;position:relative;overflow:hidden}.auth-modal-content-inner{width:100%;height:100%;transition:opacity .32s cubic-bezier(.6,.2,.2,1),transform .32s cubic-bezier(.6,.2,.2,1);opacity:1;transform:translate(0);will-change:opacity,transform}.auth-modal-content-animator.show-login .auth-modal-content-inner{opacity:1;transform:translate(0);animation:fadeSlideInLeft .32s}.auth-modal-content-animator.show-signup .auth-modal-content-inner{opacity:1;transform:translate(0);animation:fadeSlideInRight .32s}@keyframes fadeSlideInLeft{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}@keyframes fadeSlideInRight{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}.auth-form{display:flex;flex-direction:column;gap:1.1rem}.auth-form-group{display:flex;flex-direction:column;gap:.3rem}.auth-form-group label{font-size:.98rem;font-weight:500;color:#23272f;margin-bottom:.1rem}.auth-form-group input{padding:.55rem .9rem;border:1.5px solid #e0e2e7;border-radius:7px;font-size:1rem;background:#f8f9fb;color:#23272f;transition:border .15s;outline:none}.auth-form-group input:focus{border:1.5px solid #a3bffa;background:#fff}.auth-form-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.2rem;gap:.5rem}.password-requirements-animator{max-height:0;overflow:hidden;transition:max-height .6s cubic-bezier(.3,.2,.2,1),opacity .25s;opacity:0;will-change:max-height,opacity}.password-requirements-animator.show{max-height:300px;opacity:1}.auth-link,.forgot-password-link{background:none;border:none;color:#3b82f6;font-size:.98rem;cursor:pointer;text-decoration:underline;padding:0;transition:color .15s}.auth-link:hover,.forgot-password-link:hover{color:#1d4ed8}.otp-container{display:flex;justify-content:center;gap:.4rem}.otp-input{color:#23272f;height:36px;padding:0!important;border:1.5px solid #e0e2e7;border-radius:7px;font-size:18px!important;font-weight:600;text-align:center;transition:all .2s ease;box-sizing:border-box;background-color:#f8f9fb;caret-color:#3b82f6;flex:0 0 auto;width:36px!important}.otp-input:focus{border:1.5px solid #a3bffa;background:#fff}@media (max-width: 480px){.auth-modal-container{max-width:98vw;padding:2.2rem 32px 2rem;margin:0 16px}}.privacy-policy-container{display:flex;justify-content:center;align-items:flex-start;background:#f7f9fa;padding:40px 0;width:100vw}.privacy-policy{max-width:900px;width:100%;padding:32px 42px;background:#fff;border-radius:12px;box-shadow:0 2px 24px #00000012}.terms-conditions-container{display:flex;justify-content:center;align-items:flex-start;background:#f7f9fa;padding:40px 0;width:100vw}.terms-conditions{max-width:900px;width:100%;padding:32px 42px;background:#fff;border-radius:12px;box-shadow:0 2px 24px #00000012}.cart-page{margin:2rem auto;padding:1rem;background:#fff;border-radius:12px;max-width:1200px}.cart-page h1{margin-bottom:2rem;font-size:1.5rem;font-weight:600;text-align:center}.empty-cart{text-align:center;padding:3rem;background:#f8f9fa;border-radius:8px}.empty-cart p{font-size:1.2rem;margin-bottom:1.5rem;color:#666}.cart-items{margin-bottom:2rem;border:1px solid #eee;border-radius:8px;overflow:hidden;padding:12px}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;gap:1rem;border-bottom:1px solid #eee}.left-section{display:flex;align-items:flex-start;gap:1rem;flex:1}.right-section{display:flex;align-items:center;gap:1rem;justify-content:flex-end;flex:1}.item-image{width:100px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:4px}.item-image img{max-width:100px;max-height:100px;object-fit:contain}.item-details h3{margin:0 0 .5rem;font-size:1.1rem}.item-details p{margin:.25rem 0;color:#666;font-size:.9rem}.item-quantity{display:flex;align-items:center;gap:.5rem}.item-quantity button{width:30px;height:30px;border:1px solid #ddd;background:#fff;color:#000;cursor:pointer;border-radius:4px;font-size:1rem;display:flex;align-items:center;justify-content:center}.item-quantity button:disabled{opacity:.5;cursor:not-allowed}.item-quantity span{min-width:20px;text-align:center}.item-total{min-width:100px;text-align:right;font-weight:600}.remove-btn{background:none;border:none;color:#dc3545;cursor:pointer;padding:.5rem;font-size:.9rem}.remove-btn:hover{text-decoration:underline}.cart-summary{background:#f8f9fa;padding:1.5rem;border-radius:8px}.cart-summary h3{margin-top:0;margin-bottom:1.5rem;font-size:1.3rem}.checkout-btn{margin-right:1rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.summary-row.total{font-weight:600;font-size:1.1rem}@media (max-width: 700px){.cart-page{margin:1rem;padding:.5rem}.cart-item{display:flex;flex-direction:column;padding:.75rem;gap:.75rem;grid-template-columns:none}.item-image{width:100px;height:auto;margin-bottom:.5rem;background-color:#fff}.item-image img{width:100px;height:auto}.item-details{margin-bottom:.5rem}.item-quantity{justify-content:flex-start;gap:1rem;margin-bottom:.5rem}.item-quantity button{width:36px;height:36px;font-size:1.2rem}.item-total{min-width:auto;text-align:left;font-weight:600;margin-bottom:.5rem}.remove-btn{align-self:flex-start;padding:.25rem .5rem;font-size:.9rem}.cart-summary{padding:1rem}.checkout-btn{margin-right:0;margin-bottom:.5rem}}.checkout-page-container{max-width:1200px;margin:20px auto;padding:15px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f9f9f9;border-radius:16px}.checkout-page-container h1{text-align:center;margin-bottom:40px;font-size:2rem;font-weight:600;color:#333}.checkout-loading{display:flex;justify-content:center;align-items:center;min-height:50vh}.checkout-form{display:flex;flex-wrap:wrap;gap:15px}.checkout-form div{flex:1 1 45%;display:flex;flex-direction:column}.checkout-form .full-width{flex:1 1 100%}.checkout-form label{margin-bottom:5px;font-weight:700}.checkout-form input,.checkout-form select{padding:12px;font-size:16px;border:1px solid #ccc;border-radius:8px;transition:border-color .2s}.checkout-form input:focus,.checkout-form select:focus{border-color:#007bff;outline:none}.checkout-content{display:flex;gap:40px;align-items:flex-start;margin:20px}.checkout-details{flex:1.5}.checkout-address,.checkout-cart-summary{background-color:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 12px #00000014}.checkout-cart-summary{flex:1;position:sticky;top:20px}.checkout-address h2,.checkout-cart-summary h2{margin-top:0;margin-bottom:20px;font-size:1.4rem;font-weight:600;color:#333;border-bottom:1px solid #eee;padding-bottom:15px}.checkout-address p{margin:8px 0;font-size:1rem;line-height:1.6;color:#555}.checkout-address p strong{color:#333}.checkout-address .btn-secondary{margin-top:15px}.cart-items-list{list-style:none;padding:0;margin:0 0 20px}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #f0f0f0;font-size:.95rem}.cart-item:last-child{border-bottom:none}.item-info{color:#444;flex-grow:1}.item-controls{display:flex;align-items:center;gap:15px}.quantity-control{display:flex;align-items:center;border:1px solid #ccc;border-radius:8px;overflow:hidden}.quantity-control button{background-color:#f0f0f0;border:none;cursor:pointer;padding:8px 12px;font-size:1rem;line-height:1;color:#333}.quantity-control button:disabled{background-color:#f9f9f9;color:#aaa;cursor:not-allowed}.quantity-control span{padding:0 12px;font-weight:500}.item-price{font-weight:500;color:#222}.price-summary{margin-top:20px;border-top:2px solid #eee;padding-top:20px}.price-summary p{display:flex;justify-content:space-between;margin:12px 0;font-size:1rem}.price-summary p span:first-child{color:#666}.price-summary p span:last-child{font-weight:600;color:#333}.price-summary .total-price{font-size:1.2rem;font-weight:700;margin-top:15px}.price-summary .total-price span{color:#000}.btn-block{width:100%;padding:15px;font-size:1.1rem;margin-top:20px}@media (max-width: 992px){.checkout-content{flex-direction:column;margin:20px}.checkout-cart-summary{position:static;margin-top:30px;width:100%}}@media (max-width: 992px){.checkout-page-container{margin:10px auto;padding:10px}.checkout-form div{flex:1 1 100%}.checkout-page-container h1{font-size:1.8rem;margin-bottom:30px}.checkout-address,.checkout-cart-summary{padding:20px;max-width:90%}}.orders-page{margin:2rem auto;padding:1rem;background:#fff;border-radius:12px;max-width:1200px}.orders-page h1{margin-bottom:2rem;font-size:1.5rem;font-weight:600;text-align:center}.login-prompt{text-align:center;padding:3rem;background:#f8f9fa;border-radius:8px}.login-prompt p{font-size:1.2rem;margin-bottom:1.5rem;color:#666}.no-orders{text-align:center;padding:3rem;background:#f8f9fa;border-radius:8px}.no-orders p{font-size:1.2rem;margin-bottom:1.5rem;color:#666}.loading{text-align:center;padding:3rem;color:#666}.orders-list{margin-bottom:2rem}.order-item{border:1px solid #eee;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.order-header{display:flex;align-items:center;gap:1rem}.order-summary{display:flex;align-items:center;gap:1rem;flex-grow:1}.order-id{font-size:.8rem;font-weight:600;margin-bottom:1rem}.order-date{color:#666;font-size:.9rem}.order-total{font-weight:600}.order-items{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,margin .4s ease-in-out;margin:0 1rem}.order-product{display:flex;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f5f5f5}.order-product:last-child{border-bottom:none}.product-details h4{margin:0 0 .5rem;font-size:.8rem}.product-details p{margin:.25rem 0;color:#666;font-size:.9rem}.order-actions{display:flex;align-items:center;gap:1rem}.btn-expand{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6c757d;transition:transform .3s ease;margin:0;padding:0}.btn-expand:focus{outline:none}.order-item.expanded .order-items{max-height:500px;margin:1rem}.order-item.expanded .btn-expand{transform:rotate(90deg)}.btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0069d9}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}@media (max-width: 600px){.orders-page{margin:1rem;padding:.5rem}.order-header{flex-direction:row;align-items:center;gap:1rem}.order-summary{flex-direction:column;align-items:flex-start;gap:.25rem}.btn-secondary{padding:.5rem 1rem;font-size:.8rem}.order-product{flex-direction:column;gap:.5rem}.product-image{width:100%;height:auto;aspect-ratio:1/1}.product-image img{width:100%;height:auto}.order-actions{justify-content:center}}.shop-page-container{max-width:1200px;margin:2rem auto;padding:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border-radius:16px;background-color:#fff}.shop-page-container h1{text-align:center;margin-bottom:2rem;font-weight:600;font-size:1.5rem;letter-spacing:1.5px}.shop-page-error-message{color:#d9534f;text-align:center;margin-bottom:1rem;font-weight:700;font-size:1.1rem;background-color:#ffe6e6;padding:.5rem 1rem;border-radius:8px;box-shadow:0 2px 6px #d9534f4d}.shop-page-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;padding:2rem;border-radius:16px;background-color:#f8f9fa}.shop-page-product-card{background-color:#fff;border-radius:16px;box-shadow:0 6px 18px #0000001f;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease;cursor:pointer;display:flex;flex-direction:column;align-items:center;padding:1rem}.shop-page-product-card:hover{transform:translateY(-10px);box-shadow:0 12px 30px #0000002e}.shop-page-product-image{width:100%;height:180px;object-fit:contain;margin:0;border-radius:12px;background-color:#fff;padding:0}.shop-page-product-title{font-size:.9rem;font-weight:500;text-align:center;flex-grow:1;letter-spacing:.5px;text-shadow:0 1px 1px rgba(255,255,255,.7)}.shop-page-load-more-btn{display:block;margin:0 auto 3rem;padding:.75rem 2.5rem;font-size:1.2rem;font-weight:700;color:#fff;background:linear-gradient(90deg,#667eea,#764ba2);border:none;border-radius:30px;cursor:pointer;transition:background .4s ease;box-shadow:0 4px 12px #667eea99}.shop-page-load-more-btn:hover{background:linear-gradient(90deg,#764ba2,#667eea);box-shadow:0 6px 16px #764ba2cc}@media (max-width: 600px){.shop-page-container{margin:.5rem;padding:.75rem;border-radius:16px;box-shadow:none}.shop-page-container h1{margin-bottom:1.5rem;font-size:1.2em}.shop-page-products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;padding:0rem;border-radius:16px}.shop-page-product-card{padding:1rem;border-radius:12px}.shop-page-product-image{height:140px;border-radius:10px}.shop-page-product-title{text-align:center;flex-grow:1;letter-spacing:.3px;text-shadow:none}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffc;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10000;border-radius:0}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px}.loading-spinner{position:relative;width:60px;height:60px;margin-bottom:16px}.loading-spinner:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid transparent;border-top:3px solid #3d8852;border-radius:50%;animation:spin 1.2s linear infinite}.loading-spinner:after{content:"";position:absolute;top:6px;left:6px;width:calc(100% - 12px);height:calc(100% - 12px);border:2px solid transparent;border-top:2px solid #5ba068;border-radius:50%;animation:spin .8s linear infinite reverse}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#3d8852;font-size:.95rem;font-weight:500;opacity:.8;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.profile-screen-container{max-width:600px;margin:2rem auto;padding:20px;background:#fff;border-radius:16px;text-align:center}.profile-screen-error-text{color:red;margin-bottom:10px}.profile-screen-form{display:flex;flex-direction:column}.profile-screen-image-container{display:flex;justify-content:center;margin-bottom:20px;position:relative}.profile-screen-image,.profile-screen-image-svg{width:120px;height:120px;border-radius:50%;cursor:pointer;border:2px solid #3d8852;object-fit:cover;background-color:#e6f0e9;display:flex;justify-content:center;align-items:center}.profile-screen-change-image-button{position:absolute;bottom:0;right:calc(50% - 60px);background-color:#3d8852;border-radius:50%;width:32px;height:32px;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer;border:2px solid white}.profile-screen-form-group{margin-bottom:15px;display:flex;flex-direction:column}.profile-screen-form-group label{margin-bottom:5px;text-align:left}.custom-url-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.btn-add-url{font-size:18px;width:28px;height:28px;padding:0;line-height:1;border-radius:4px;cursor:pointer;display:flex;justify-content:center;align-items:center}.btn-remove-url{margin-left:8px;background-color:#f28b82;border:none;color:#5a1a1a;font-weight:700;font-size:18px;width:28px;height:28px;border-radius:4px;cursor:pointer;transition:background-color .2s ease;display:flex;justify-content:center;align-items:center}.custom-url-field{display:flex;align-items:center;margin-bottom:4px}.btn-remove-url{margin-left:8px;background-color:#f28b82;border:none;color:#5a1a1a;font-weight:700;font-size:18px;width:28px;height:28px;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.btn-remove-url:hover{background-color:#d46a6a}.profile-screen-textfield{padding:.55rem .9rem;border:1.5px solid #e0e2e7;border-radius:7px;font-size:1rem;background:#f8f9fb;color:#23272f;transition:border .15s;outline:none;width:100%;box-sizing:border-box}.profile-screen-textfield:focus{border:1.5px solid #a3bffa;background:#fff}.public-profile-screen{background-color:#f4f7f6;padding:2rem 0;font-family:Poppins,sans-serif;margin:0 20px}.public-profile-container{max-width:500px;margin:auto;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:0}.public-profile-banner{height:180px;background-color:#e9ecef;display:flex;align-items:center;justify-content:center}.public-profile-banner-img{width:100%;height:100%;object-fit:cover}.public-profile-image-container{margin-top:-75px;position:relative;z-index:2;display:flex;justify-content:center}.public-profile-image,.public-profile-image-svg{width:150px;height:150px;border-radius:50%;border:5px solid #ffffff;box-shadow:0 4px 15px #0003;object-fit:cover;background-color:#e6f0e9;display:inline-flex;justify-content:center;align-items:center}.public-profile-header{text-align:center;padding:1.5rem 1rem 1rem}.public-profile-header h2{margin:0;font-size:1.8rem;font-weight:600;color:#333}.public-profile-header p{margin:.25rem 0 0;color:#777;font-size:1rem}.public-profile-body{padding:0 2rem 2rem}.public-profile-details{text-align:left;border-top:1px solid #eee;padding-top:1.5rem}.public-profile-details p{margin:1rem 0;display:flex;align-items:center;color:#555}.public-profile-details strong{font-weight:600;margin-right:.5rem;color:#333}.public-profile-details a{color:#3d8852;text-decoration:none;font-weight:500;transition:color .2s}.public-profile-details a:hover{color:#2c6b3d}.public-profile-social-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.public-profile-social-icon{font-size:2rem;color:#555;transition:transform .2s,color .2s}.public-profile-social-icon:hover{transform:scale(1.1);color:#3d8852}.public-profile-custom-links{margin-top:1.5rem}.public-profile-custom-links ul{list-style-type:none;padding:0}.public-profile-custom-links li{background-color:#f8f9fa;border-radius:8px;margin:.5rem 0;padding:.75rem 1rem;transition:background-color .2s;display:flex;align-items:center;gap:8px}.public-profile-custom-links li:hover{background-color:#e9ecef}.public-profile-custom-links a{display:block;color:#333;font-weight:500;flex-grow:1}.custom-link-image{width:42px;border-radius:4px}.phone-number-text{color:inherit;text-decoration:none;cursor:pointer;padding-left:.3rem;padding-right:.3rem}.phone-number-popup{position:absolute;top:100%;left:0;background-color:#fff;box-shadow:0 2px 8px #00000026;z-index:1000;padding:8px;border-radius:16px;min-width:120px}.phone-popup-btn{display:block;width:100%;margin-bottom:8px}.phone-popup-btn:last-child{margin-bottom:0}.public-profile-error-text{color:#d9534f;padding:2rem;text-align:center}html{scroll-behavior:smooth}: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;place-items:center;min-width:320px;min-height:100vh}.app-container{display:flex;flex-direction:column;min-height:100vh}.app-container>main{flex-grow:1}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:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{-webkit-tap-highlight-color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:30px;font-size:1rem;font-weight:600;padding:.5em 2em;cursor:pointer;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#3d8852,#4a9d63);color:#fff;box-shadow:0 4px 15px #3d88524d}.btn-primary:hover{background:linear-gradient(135deg,#265c36,#2f6b42);transform:translateY(-2px);box-shadow:0 6px 20px #3d885266;color:#fff!important}.btn-secondary{background:#fff!important;color:#3d8852;position:relative;overflow:hidden;z-index:1}.btn-secondary:after{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(135deg,#3d8852,#4a9d63);transition:width .3s cubic-bezier(.4,0,.2,1);z-index:-1}.btn-secondary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #3d88524d}.btn-secondary:hover:after{width:100%}.btn-icon{width:16px;height:16px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.btn:hover .btn-icon{transform:translate(2px)}.btn:active{transform:translateY(0);box-shadow:0 2px 8px #0003}.btn:disabled,.btn[disabled]{background:#e0e0e0!important;color:#a0a0a0!important;cursor:not-allowed!important;opacity:.65;box-shadow:none}select{padding:8px;font-size:14px;border:1px solid #ccc;border-radius:4px;background-color:transparent;color:inherit}input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#4a9d63;margin-right:8px}label{cursor:pointer;-webkit-user-select:none;user-select:none}
