@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;--primary-color: white;--secondary-color: #4a7c23;--accent-color: #8b6914;--accent-light: #c9a557;--text-dark: #1a2810;--text-light: #4d6643;--bg-light: #f5f8f3;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;color:var(--text-dark)}#root{width:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto}*{scrollbar-width:thin;scrollbar-color:var(--primary-color) var(--bg-light)}*::-webkit-scrollbar{width:8px}*::-webkit-scrollbar-track{background:var(--bg-light)}*::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:4px}*::-webkit-scrollbar-thumb:hover{background-color:var(--secondary-color)}.header{background:#f5f5f5;box-shadow:0 2px 10px #00000026;position:sticky;top:0;z-index:1100;border-bottom:3px solid #8b6914}.header .container{max-width:1400px;margin:0 auto;padding:0 0 0 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo a{text-decoration:none;color:#fff;display:flex;align-items:center;gap:1rem}.logo-image{width:60px;height:60px;object-fit:cover;border-radius:50%;border:3px solid #c9a557;box-shadow:2px 2px 4px #0000004d,0 0 20px #c9a557cc,0 0 40px #c9a55780}.logo-text{display:flex;flex-direction:column;text-shadow:2px 2px 4px rgba(0,0,0,.3),0 0 20px rgba(201,165,87,.8),0 0 40px rgba(201,165,87,.5)}.logo h1{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:2px}.logo .tagline{margin:0;font-size:.9rem;opacity:.9;font-style:italic;color:#8b6914}.nav ul{list-style:none;display:flex;gap:.5rem;margin:0;padding:0}.nav a{color:#000;text-decoration:none;font-weight:500;font-size:1.1rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:5px}.nav a:hover,.nav a:active,.nav a.active{background-color:#8b6914;color:#fff;transform:translateY(-2px)}.header-actions{display:flex;align-items:center;gap:1.5rem}.search-trigger{cursor:pointer;font-size:1.2rem;padding:5px;transition:transform .2s ease;-webkit-user-select:none;user-select:none}.search-trigger:hover{transform:scale(1.1)}.search-bar-overlay{position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 10px 20px #0000001a;padding:1.5rem 0;z-index:99;transform:translateY(-20px);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border-bottom:2px solid #8b6914}.search-bar-overlay.open{transform:translateY(0);opacity:1;visibility:visible}.search-bar-container{max-width:800px;margin:0 auto;padding:0 2rem}.search-input-wrapper{display:flex;align-items:center;gap:1rem;background:#f8f9fa;padding:.8rem 1.5rem;border-radius:50px;border:2px solid #eee;transition:border-color .3s ease}.search-input-wrapper:focus-within{border-color:#8b6914}.search-input-wrapper input{flex:1;border:none;background:transparent;font-size:1.1rem;outline:none;color:#333}.search-icon-inner{font-size:1.2rem;opacity:.5}.close-search{background:none;border:none;font-size:1.8rem;cursor:pointer;color:#999;line-height:1}.close-search:hover{color:#dc3545}.search-results-dropdown{margin-top:1rem;background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.search-result-item{display:flex;align-items:center;gap:1.2rem;padding:1rem 1.5rem;cursor:pointer;transition:background .2s ease;border-bottom:1px solid #f0f0f0}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:#fdfaf3}.result-icon{font-size:1.5rem;width:40px;height:40px;background:#f8f9fa;border-radius:50%;display:flex;align-items:center;justify-content:center}.result-info{display:flex;flex-direction:column}.result-label{font-weight:600;color:#333;font-size:1rem}.result-type{font-size:.75rem;color:#8b6914;text-transform:uppercase;font-weight:700;letter-spacing:.5px}.search-no-results{text-align:center;padding:2rem;color:#777;font-style:italic}.auth-section,.user-menu{display:flex;align-items:center;gap:1rem}.user-name{color:#fff;font-weight:500;padding:.5rem 1rem;background:#ffffff1a;border-radius:5px}.signin-btn{width:50px;height:50px;background:linear-gradient(135deg,#c9a557,#8b6914);color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1.4rem;margin:1rem auto;text-decoration:none}.signout-btn{padding:.6rem 1.5rem;background:linear-gradient(135deg,#c9a557,#8b6914);color:#fff;border:none;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.signin-btn:hover,.signout-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px #c9a55766}.profile-trigger{cursor:pointer;padding:5px;z-index:1002}.profile-icon{width:40px;height:40px;background:linear-gradient(135deg,#c9a557,#8b6914);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;border:2px solid white;box-shadow:0 2px 5px #0003;overflow:hidden}.profile-img-small{width:100%;height:100%;object-fit:cover}.profile-drawer{position:fixed;top:0;right:-320px;width:300px;height:100vh;background:#fff;box-shadow:-5px 0 15px #0000001a;transition:right .4s cubic-bezier(.4,0,.2,1);z-index:2000;display:flex;flex-direction:column;padding:0;overflow-y:auto;max-width:90vw}.profile-drawer.open{right:0}.profile-drawer .drawer-header{padding:2rem 2rem 1rem;position:sticky;top:0;background:#fff;z-index:10}.profile-drawer .drawer-content{padding:0 2rem 2rem;flex:1}.drawer-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:2rem}.drawer-header h3{margin:0;color:#8b6914}.close-drawer{background:none;border:none;font-size:1.5rem;cursor:pointer}.user-avatar-large{width:80px;height:80px;background:#f0f0f0;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#8b6914;border:3px solid #c9a557}.user-email{font-weight:600;color:#333;margin-bottom:2rem}.drawer-links{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem;text-align:left}.drawer-links a{text-decoration:none;color:#666;font-weight:500;transition:color .3s}.drawer-links a:hover{color:#8b6914}.guest-info .sub-text{font-size:.9rem;color:#777;margin-bottom:2rem}.hamburger{display:none;cursor:pointer;flex-direction:column;gap:5px;z-index:1001}.hamburger .bar{width:25px;height:3px;background-color:#8b6914;border-radius:3px;transition:all .3s ease}.hamburger.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header-loading-dots{display:flex;gap:80px;align-items:center;justify-content:center;padding:.5rem 1rem}.h-dot{width:10px;height:10px;background-color:#8b6914;border-radius:50%;animation:headerDotBounce 1.4s infinite ease-in-out both}.h-dot:nth-child(1){animation-delay:-.32s}.h-dot:nth-child(2){animation-delay:-.16s}@keyframes headerDotBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media(max-width:768px){.header .container{flex-direction:column;padding:1rem;gap:1rem;align-items:stretch}.logo-row{display:flex;justify-content:space-between;align-items:center;width:100%}.header-actions{display:flex;justify-content:center;width:100%;padding-top:.5rem;border-top:1px solid rgba(139,105,20,.1);gap:2rem}.hamburger{display:flex;order:2}.logo{order:1}.logo-image{width:45px;height:45px}.logo h1{font-size:1.3rem}.logo .tagline{font-size:.7rem}.nav{position:absolute;top:100%;left:-100%;width:100%;background:#f5f5f5;flex-direction:column;text-align:center;transition:.3s ease;box-shadow:0 10px 10px #0000001a;border-top:1px solid #ddd;z-index:1000}.nav.open{left:0}.nav ul{flex-direction:column;gap:0;width:100%}.nav ul li{width:100%}.nav a{display:block;padding:1rem;font-size:1.1rem;border-radius:0;border-bottom:1px solid rgba(0,0,0,.05)}.nav a:active,.nav a.active{background-color:#8b6914;color:#fff;transform:none}.nav a:hover{background-color:#8b6914;color:#fff;transform:translateY(-2px)}}.footer{background:#2c2c2c;color:#fff;padding:3rem 0 0rem;margin-top:auto}.footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#c9a557;margin-bottom:1rem;font-size:1.5rem}.footer-section h4{color:#c9a557;margin-bottom:1rem;font-size:1.2rem}.footer-section p{margin:.5rem 0;opacity:.9;line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin:.5rem 0}.footer-section a{color:#fff;text-decoration:none;transition:color .3s ease;opacity:.9}.footer-section a:hover{color:#c9a557;opacity:1}.social-links{display:flex;flex-direction:row;gap:.5rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);opacity:.8}.footer-bottom p{margin:0}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-section{text-align:center}.social-links{align-items:center}}.product-slider-section{padding:5rem 0;background:linear-gradient(135deg,#dae4d4,#2c4c16);border-radius:20px}.slider-container-wrapper{max-width:1200px;margin:0 auto;padding:0 2rem}.slider-title{text-align:center;color:#8b6914;font-size:2.5rem;margin-bottom:.5rem}.slider-subtitle{text-align:center;color:#fff;font-size:1.1rem;margin-bottom:3rem}.slider-carousel{position:relative;display:flex;align-items:center}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#fff;border:2px solid #e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#2d5016;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 4px 10px #0000001a}.slider-btn:hover{background:#2d5016;color:#fff;border-color:#2d5016}.prev-btn{left:-20px}.next-btn{right:-20px}.slider-track{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem .5rem;scrollbar-width:none;-ms-overflow-style:none}.slider-track::-webkit-scrollbar{display:none}.slider-card{flex:0 0 300px;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.slider-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #00000026}.slider-image-container{height:220px;position:relative;background:linear-gradient(135deg,#fff5f2,#ffe8df);display:flex;justify-content:center;align-items:center;overflow:hidden}.slider-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.slider-card:hover .slider-image{transform:scale(1.05)}.slider-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#c9a557,#8b6914);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px #0003}.slider-info{padding:1.5rem;text-align:center}.slider-info h3{color:#333;font-size:1.3rem;margin:0 0 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slider-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem;padding-top:1rem;border-top:1px solid #eee}.slider-weight{color:#666;font-weight:500}.slider-price{color:#8b6914;font-size:1.2rem;font-weight:700}.slider-buy-btn{display:block;width:100%;padding:.8rem;background:#fff;color:#4a7c23;border:2px solid #4a7c23;border-radius:8px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s ease}.slider-buy-btn:hover{background:linear-gradient(135deg,#4a7c23,#5d9a2b);color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 8px #4a7c234d}.feedback-slider-bg{background-color:#f4f7f2;margin-top:90px;border-radius:20px}.feedback-card-style{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;background:#fff;max-height:300px;height:300px}.feedback-slider-content{display:flex;flex-direction:column;gap:1rem;height:100%}.feedback-slider-header{display:flex;align-items:center;gap:1rem}.feedback-slider-image{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #8ab661}.feedback-slider-placeholder{width:60px;height:60px;border-radius:50%;background-color:#e9ecef;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.feedback-slider-info h3{margin:0;color:#333;font-size:1.1rem}.feedback-slider-rating{font-size:.9rem;margin-top:.25rem}.feedback-slider-body p{color:#666;line-height:1.6;font-style:italic;margin:0}.skeleton-card{position:relative;overflow:hidden;background:#fff;pointer-events:none}.skeleton-bg{background:#e0e0e0}.skeleton-text{height:1rem;background:#e0e0e0;border-radius:4px;margin-bottom:.8rem;width:100%}.skeleton-text.title{height:1.5rem;width:70%;margin:0 auto 1rem}.skeleton-text.short{width:30%}.skeleton-button{height:45px;background:#e0e0e0;border-radius:8px;width:100%;margin-top:1rem}.skeleton-avatar{width:60px;height:60px;border-radius:50%;background:#e0e0e0;flex-shrink:0}.skeleton-shimmer{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{to{left:200%}}@media(max-width:768px){.prev-btn{left:-5px}.next-btn{right:-5px}.slider-card{flex:0 0 260px}.slider-container-wrapper{padding:0 1rem}}.home{min-height:calc(100vh - 200px)}.hero{padding:4rem 2rem 2rem;text-align:center;color:#000;border-bottom:5px solid #8b6914;min-height:85vh;display:flex;align-items:center;justify-content:center;position:relative}.hero-content{max-width:900px;margin:0 auto;animation:fadeIn 1s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.welcome-text{font-size:2rem;font-weight:300;letter-spacing:3px;text-transform:uppercase;margin-bottom:2rem;opacity:.95;font-style:italic}.hero-logo-container{margin:2rem auto;display:inline-block;position:relative;animation:logoFloat 3s ease-in-out infinite}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.hero-logo{width:300px;height:300px;object-fit:cover;border-radius:50%;border:6px solid #c9a557;box-shadow:0 0 30px #c9a55799,0 0 60px #c9a55766,0 10px 40px #00000080;transition:all .3s ease}.hero-logo:hover{transform:scale(1.05);box-shadow:0 0 40px #c9a557cc,0 0 80px #c9a55799,0 15px 50px #0009}.hero-brand-name{font-size:3.5rem;font-weight:700;letter-spacing:4px;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3),0 0 20px rgba(201,165,87,.8),0 0 40px rgba(201,165,87,.5);position:relative}.hero-subtitle{font-size:1.8rem;margin-bottom:1rem;font-weight:500}.hero-description{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block}.btn-primary{background:linear-gradient(135deg,#c9a557,#8b6914);color:#fff;border:2px solid #c9a557}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px #c9a55766;background:linear-gradient(135deg,#8b6914,#c9a557)}.btn-secondary{background:#333;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#2d5016;transform:translateY(-3px)}.scroll-indicator{position:absolute;bottom:30px;right:40px;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;animation:bounce 2s infinite;transition:all .3s ease}.scroll-indicator:hover{transform:scale(1.1)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.scroll-text{font-size:.9rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;opacity:.9}.scroll-icon{width:30px;height:50px;border:7px solid rgb(170 135 53);border-radius:25px;position:relative;display:flex;justify-content:center;padding-top:10px}.scroll-icon:before{content:"";width:6px;height:10px;background:#000;border-radius:3px;animation:scroll 2s infinite}@keyframes scroll{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.features{background:linear-gradient(#f9f9f9f2,#f9f9f9f2),url(/achar.png);background-size:cover;background-position:center;background-attachment:fixed;position:relative}.container{max-width:1200px;margin:0 auto;padding:1rem 2rem!important}.features .container{max-width:1200px;margin:0 auto}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 10px 20px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#2d5016;margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:#666;line-height:1.6}.cta-section{padding:5rem 2rem;background:linear-gradient(135deg,#2d5016f2,#4a7c23f2),url(/achar.png);background-size:cover;background-position:center;background-attachment:fixed;color:#fff;text-align:center;border-top:5px solid #8b6914;position:relative}.cta-section .container{max-width:800px;margin:0 auto}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.3rem;margin-bottom:2rem;opacity:.95}.btn-large{padding:1.2rem 3rem;font-size:1.2rem}.about-glimpse{padding:3rem 2rem;background-color:#fcfdfa}.about-glimpse .container{max-width:1100px;margin:0 auto;display:inline-block}.about-glimpse-content{display:flex;align-items:center;gap:4rem;background:#fff;border-radius:20px;padding:4rem;box-shadow:0 10px 40px #00000014;position:relative;overflow:hidden}.about-glimpse-content:before{content:"";position:absolute;top:0;left:0;width:8px;height:100%;background:linear-gradient(to bottom,#c9a557,#8b6914)}.about-text{flex:1;text-align:left}.about-text h2{color:#2d5016;font-size:2.8rem;margin-bottom:1.5rem;position:relative;display:inline-block}.about-text h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background-color:#8b6914;border-radius:2px}.about-text p{font-size:1.15rem;color:#555;line-height:1.8;margin-bottom:2.5rem}.about-image-wrapper{flex:1;position:relative;border-radius:15px;overflow:hidden;box-shadow:0 15px 30px #00000026;height:300px}.about-glimpse-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.about-image-wrapper:hover .about-glimpse-image{transform:scale(1.05)}.experience-badge{position:absolute;bottom:20px;right:20px;background:linear-gradient(135deg,#2d5016,#4a7c23);color:#fff;padding:1.2rem 1.8rem;border-radius:12px;text-align:center;box-shadow:0 5px 15px #0000004d;border:2px solid rgba(255,255,255,.2)}.experience-badge .years{display:block;font-size:2rem;font-weight:700;color:#c9a557;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.experience-badge .text{font-size:.95rem;text-transform:uppercase;letter-spacing:2px;font-weight:600}@media(max-width:768px){.hero{padding:3rem 1rem 2rem;min-height:90vh}.welcome-text{font-size:1.3rem;letter-spacing:2px;margin-bottom:1.5rem}.hero-logo{width:150px;height:150px;border:4px solid #c9a557}.hero-brand-name{font-size:2rem;letter-spacing:2px;margin:1.5rem 0 1rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}.scroll-indicator{bottom:20px;right:20px}.scroll-text{font-size:.8rem}.scroll-icon{width:25px;height:40px;border:2px solid rgba(255,255,255,.8)}.about-glimpse-content{flex-direction:column;padding:2.5rem 1.5rem;gap:2.5rem}.about-image-wrapper{width:100%;height:250px;order:-1}.features{padding:3rem 1rem;background-attachment:scroll}.features h2{font-size:1.8rem}.features-grid{grid-template-columns:1fr}.cta-section{padding:3rem 1rem;background-attachment:scroll}.cta-section h2{font-size:1.8rem}}.about-page{min-height:calc(100vh - 200px)}.about-hero{background:linear-gradient(135deg,#2d5016,#4a7c23);padding:2rem;text-align:center;color:#fff;border-bottom:5px solid #8b6914}.about-hero h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.about-hero p{font-size:1.3rem;opacity:.95;font-style:italic}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.our-story{padding:4rem 0}.our-story h2{font-size:2.5rem;color:#333;margin-bottom:2rem;text-align:center}.story-content{max-width:800px;margin:0 auto}.story-content p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem;text-align:justify}.our-values{background:#f9f9f9;margin:0 -2rem;padding:4rem 2rem}.our-values h2{font-size:2.5rem;color:#333;margin-bottom:3rem;text-align:center}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.value-card{background:#fff;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-card h3{color:#2d5016;font-size:1.5rem;margin-bottom:1rem}.value-card p{color:#666;line-height:1.6}.our-process{padding:4rem 0}.our-process h2{font-size:2.5rem;color:#333;margin-bottom:3rem;text-align:center}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.process-step{text-align:center;position:relative}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#8b6914,#c9a557);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem;box-shadow:0 4px 10px #8b69144d}.process-step h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.cta-about{text-align:center;background:linear-gradient(135deg,#ff6b351a,#f7931e1a);margin:4rem -2rem 0;padding:4rem 2rem}.cta-about h2{font-size:2rem;color:#333;margin-bottom:1rem}.cta-about p{font-size:1.2rem;color:#666}@media(max-width:768px){.about-hero h1{font-size:1.8rem}.about-hero p{font-size:1rem}.our-story h2,.our-values h2,.our-process h2{font-size:1.8rem}.story-content p{font-size:1rem}.values-grid,.process-steps{grid-template-columns:1fr}.cta-about h2{font-size:1.5rem}.cta-about p{font-size:1rem}}.contact-page{min-height:calc(100vh - 200px)}.contact-hero{background:linear-gradient(135deg,#2d5016,#4a7c23);padding:2rem;text-align:center;color:#fff;border-bottom:5px solid #8b6914}.contact-hero h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.contact-hero p{font-size:1.3rem;opacity:.95}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info h2,.contact-form-container h2{font-size:2rem;color:#333;margin-bottom:1.5rem}.contact-intro{font-size:1.1rem;color:#666;line-height:1.6;margin-bottom:2rem}.info-item{display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#f5f8f3;border-radius:10px;border-left:4px solid #4a7c23}.info-icon{font-size:2rem;min-width:40px}.info-item h3{color:#2d5016;margin:0 0 .5rem;font-size:1.2rem}.info-item p{margin:.3rem 0;color:#666;line-height:1.6}.contact-form-container{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{margin-bottom:.5rem;color:#333;font-weight:600}.form-group input,.form-group textarea{padding:.8rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4a7c23;box-shadow:0 0 0 3px #4a7c231a}.form-group textarea{resize:vertical}.submit-btn{padding:1rem 2rem;background:linear-gradient(135deg,#4a7c23,#5d9a2b);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 20px #4a7c234d;background:linear-gradient(135deg,#5d9a2b,#6bb033)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-group input:disabled,.form-group textarea:disabled{background-color:#f5f5f5;cursor:not-allowed}@media(max-width:968px){.contact-content{grid-template-columns:1fr}.contact-hero h1{font-size:1.8rem}.contact-hero p{font-size:1rem}.contact-info h2,.contact-form-container h2{font-size:1.5rem}.info-item{flex-direction:column;align-items:flex-start}.contact-form-container{padding:1.5rem}}.orders-page{min-height:calc(100vh - 200px);padding-bottom:4rem}.orders-hero{background:linear-gradient(135deg,#2d5016,#4a7c23);padding:2rem;text-align:center;color:#fff;border-bottom:5px solid #8b6914}.orders-hero h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.orders-hero p{font-size:1.2rem;opacity:.95}.orders-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:3rem}.order-card{background:#fff;border-radius:15px;box-shadow:0 4px 15px #00000014;padding:2rem;display:flex;flex-direction:column;gap:1rem}.order-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:1rem}.order-header h3{margin:0;color:#2c4c16}.order-status{padding:.4rem .8rem;border-radius:20px;font-size:.9rem;font-weight:700;color:#fff}.order-status.pending{background-color:#ffc107}.order-status.confirmed{background-color:#28a745}.order-status.processing{background-color:#17a2b8}.order-status.shipped{background-color:#007bff}.order-status.delivered{background-color:#6f42c1}.order-status.cancelled{background-color:#dc3545}.order-details p{margin:.5rem 0;color:#555}.order-items h4{margin-bottom:.5rem;color:#333}.order-items ul{list-style:none;padding:0;margin:0}.order-items li{background:#f8f9fa;padding:.5rem 1rem;border-radius:8px;margin-bottom:.5rem;color:#444}.no-orders{text-align:center;padding:3rem;font-size:1.2rem;color:#666;background:#f9f9f9;border-radius:8px;margin-top:3rem}.referral-page{min-height:calc(100vh - 200px)}.referral-hero{background:linear-gradient(135deg,#2d5016,#4a7c23);padding:2rem;text-align:center;color:#fff;border-bottom:5px solid #8b6914}.referral-hero h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.referral-hero p{font-size:1.3rem;opacity:.95}.referral-banner{display:grid;grid-template-columns:2fr 1fr;gap:2rem;background:linear-gradient(135deg,#c9a557,#8b6914);border-radius:20px;padding:3rem;margin-bottom:4rem;box-shadow:0 10px 30px #8b69144d;align-items:center}.banner-content{color:#fff}.reward-amount{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.rupee-icon{font-size:3rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.amount{font-size:5rem;font-weight:700;line-height:1;text-shadow:3px 3px 6px rgba(0,0,0,.3)}.banner-content h2{font-size:2rem;margin:1rem 0;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.banner-content p{font-size:1.2rem;opacity:.95}.banner-image{display:flex;justify-content:center;align-items:center}.jar-emoji{font-size:8rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.how-it-works{margin-bottom:4rem}.how-it-works h2{text-align:center;font-size:2.5rem;color:#2d5016;margin-bottom:3rem}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.step-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease;position:relative}.step-card:hover{transform:translateY(-10px)}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:40px;height:40px;background:linear-gradient(135deg,#4a7c23,#5d9a2b);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 4px 8px #4a7c234d}.step-icon{font-size:3rem;margin:1.5rem 0 1rem}.step-card h3{color:#2d5016;margin:1rem 0;font-size:1.3rem}.step-card p{color:#666;line-height:1.6}.referral-code-section{background:#f9f9f9;padding:3rem;border-radius:15px;margin-bottom:4rem;text-align:center}.referral-code-section h2{font-size:2rem;color:#2d5016;margin-bottom:2rem}.code-container{display:flex;gap:1rem;justify-content:center;align-items:center;margin-bottom:1rem}.code-display{background:#fff;border:3px dashed #4a7c23;padding:1.5rem 3rem;border-radius:10px;display:flex;align-items:center;gap:1rem}.code-label{font-size:1rem;color:#666;font-weight:600}.code-text{font-size:2rem;font-weight:700;color:#2d5016;letter-spacing:3px}.copy-btn{padding:1rem 2rem;background:linear-gradient(135deg,#4a7c23,#5d9a2b);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.copy-btn:hover{transform:translateY(-3px);box-shadow:0 5px 15px #4a7c234d}.code-note{color:#666;font-style:italic;margin-top:1rem}.benefits-section{margin-bottom:4rem}.benefits-section h2{text-align:center;font-size:2.5rem;color:#2d5016;margin-bottom:3rem}.benefit-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;border:2px solid #e0e0e0;transition:all .3s ease}.benefit-card:hover{border-color:#4a7c23;box-shadow:0 5px 15px #4a7c2333}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-card h3{color:#2d5016;margin:1rem 0;font-size:1.2rem}.benefit-card p{color:#666;line-height:1.6}.share-section{background:linear-gradient(135deg,#f5f8f3,#e8f5e9);padding:3rem;border-radius:15px;text-align:center;margin-bottom:3rem}.share-section h2{font-size:2rem;color:#2d5016;margin-bottom:.5rem}.share-section p{color:#666;margin-bottom:2rem}.share-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.share-btn{padding:1rem 2rem;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.whatsapp-share{background:#25d366;color:#fff}.facebook-share{background:#1877f2;color:#fff}.twitter-share{background:#1da1f2;color:#fff}.email-share{background:#ea4335;color:#fff}.share-btn:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0003}.terms-section{background:#f9f9f9;padding:2rem;border-radius:10px;border-left:4px solid #4a7c23}.terms-section h3{color:#2d5016;margin-bottom:1rem;font-size:1.5rem}.terms-section ul{list-style:none;padding:0}.terms-section li{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative;line-height:1.6}.terms-section li:before{content:"✓";position:absolute;left:0;color:#4a7c23;font-weight:700}@media(max-width:968px){.referral-banner{grid-template-columns:1fr;padding:2rem}.jar-emoji{font-size:5rem}.steps-grid,.benefits-grid{grid-template-columns:1fr}.code-container,.share-buttons{flex-direction:column}.share-btn{width:100%;justify-content:center}}.partner-page{min-height:calc(100vh - 200px)}.partner-hero{background:linear-gradient(135deg,#2d5016,#4a7c23);padding:2rem;text-align:center;color:#fff;border-bottom:5px solid #8b6914}.partner-hero h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.partner-hero p{font-size:1.3rem;opacity:.95}.container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.partner-intro{margin-bottom:4rem;text-align:center}.partner-intro h2{font-size:2.5rem;color:#2d5016;margin-bottom:3rem}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.benefit-item{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease;text-align:center}.benefit-item:hover{transform:translateY(-10px)}.benefit-icon{font-size:3rem;display:block;margin-bottom:1rem}.benefit-item h3{color:#2d5016;margin:1rem 0;font-size:1.3rem}.benefit-item p{color:#666;line-height:1.6}.partner-form-section{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 5px 20px #0000001a;margin-bottom:4rem}.partner-form-section h2{font-size:2rem;color:#2d5016;margin-bottom:.5rem;text-align:center}.form-subtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:1.1rem}.partner-form{max-width:900px;margin:0 auto}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#2d5016;margin-bottom:.5rem;font-size:1rem}.form-group input,.form-group select,.form-group textarea{padding:1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4a7c23;box-shadow:0 0 0 3px #4a7c231a}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1.2rem;background:linear-gradient(135deg,#4a7c23,#5d9a2b);color:#fff;border:none;border-radius:10px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 5px 15px #4a7c234d}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.partner-process{margin-bottom:4rem}.partner-process h2{text-align:center;font-size:2.5rem;color:#2d5016;margin-bottom:3rem}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.process-step{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 10px #0000001a;text-align:center;position:relative}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#4a7c23,#5d9a2b);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 4px 10px #4a7c234d}.process-step h3{color:#2d5016;margin:1rem 0;font-size:1.3rem}.process-step p{color:#666;line-height:1.6}.contact-info{background:linear-gradient(135deg,#f5f8f3,#e8f5e9);padding:3rem;border-radius:15px;text-align:center}.contact-info h3{font-size:2rem;color:#2d5016;margin-bottom:.5rem}.contact-info>p{color:#666;margin-bottom:2rem;font-size:1.1rem}.contact-details{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:.8rem;font-size:1.1rem;color:#2d5016;font-weight:500}.contact-icon{font-size:1.5rem}@media(max-width:968px){.benefits-grid,.process-steps,.form-row{grid-template-columns:1fr}.partner-form-section{padding:2rem 1.5rem}.contact-details{flex-direction:column;gap:1rem;align-items:center}.partner-hero h1{font-size:1.8rem}.partner-hero p{font-size:1.1rem}.partner-intro h2,.partner-process h2{font-size:2rem}}.feedback-page{padding-bottom:4rem;min-height:80vh}.feedback-hero{background-color:linear-gradient(135deg,#2d5016 0%,#4a7c23 100%);padding:2rem;text-align:center;margin-bottom:3rem}.feedback-hero h1{color:#2c4c16;font-size:2.5rem;margin-bottom:1rem}.feedback-hero p{color:#555;font-size:1.1rem;max-width:600px;margin:0 auto}.reviews-section-container{margin-top:6rem}.feedback-grid{display:flex;flex-direction:column;gap:2rem;margin:3rem auto 0}.feedback-card{background:#fff;padding:1.5rem;border-radius:16px;border:1px solid #f0f0f0;box-shadow:0 2px 10px #00000005;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.feedback-card:hover{border-color:#e0e0e0;box-shadow:0 4px 20px #0000000d}.feedback-header{display:flex;align-items:flex-start;gap:1rem}.feedback-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#4a7c23,#2d5016);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem;flex-shrink:0;box-shadow:0 2px 8px #2d501633}.customer-info{flex-grow:1}.customer-info h3{margin:0;font-size:1rem;color:#1a1a1a;font-weight:700}.customer-rating{font-size:.8rem;margin-top:2px;color:#f1c40f}.feedback-date{font-size:.75rem;color:#999;margin-left:auto}.feedback-body{padding-left:3.4rem}.feedback-footer{padding-left:3.4rem;margin-top:.5rem}.reply-btn{background:none;border:none;color:#666;font-size:.85rem;font-weight:600;cursor:pointer;padding:0;display:flex;align-items:center;gap:.4rem;transition:color .2s ease}.reply-btn:hover{color:#4a7c23}.replies-list{margin-top:1.5rem;padding-left:1.5rem;border-left:2px solid #f0f0f0;display:flex;flex-direction:column;gap:1.2rem}.comment-item{display:flex;gap:.8rem}.comment-avatar{width:32px;height:32px;border-radius:50%;background:#eee;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#777;flex-shrink:0}.comment-content{flex-grow:1}.comment-header{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.2rem}.comment-user{font-weight:700;font-size:.9rem;color:#333}.comment-date{font-size:.7rem;color:#999}.comment-body{font-size:.9rem;color:#555;line-height:1.4}.reply-form{margin-top:1rem;display:flex;flex-direction:column;gap:.8rem;background:#f9f9f9;padding:1rem;border-radius:12px}.reply-form textarea{width:100%;min-height:80px!important;padding:.8rem!important;font-size:.9rem!important;border:1px solid #ddd!important}.reply-form-actions{display:flex;justify-content:flex-end;gap:.8rem}.cancel-reply-btn{background:none;border:none;color:#999;font-size:.85rem;font-weight:600;cursor:pointer}.submit-reply-btn{background:#4a7c23;color:#fff;border:none;padding:.5rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:600;cursor:pointer}.submit-reply-btn:disabled{opacity:.6}.feedback-body p{margin:0;color:#444;line-height:1.5;font-size:1rem}.feedback-images-preview{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.feedback-image-item{width:100px;height:100px;border-radius:12px;overflow:hidden;cursor:pointer;border:1px solid #eee;transition:transform .2s ease}.feedback-image-item:hover{transform:scale(1.05)}.feedback-image-item img{width:100%;height:100%;object-fit:cover}.feedback-form-container.detail-page{background:#fdfaf3;border-radius:24px;border:1px dashed #c9a557;margin:0 auto}.image-upload-section{margin:1.5rem 0;text-align:left}.image-upload-label{display:inline-flex;align-items:center;gap:.5rem;background:#fff;padding:.6rem 1.2rem;border-radius:50px;border:1px solid #ddd;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s ease;color:#555}.image-upload-label:hover{border-color:#4a7c23;color:#4a7c23;background:#f4f7f2}.form-image-previews{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.preview-thumb{position:relative;width:70px;height:70px}.preview-thumb img{width:100%;height:100%;border-radius:10px;object-fit:cover;border:1px solid #eee}.remove-preview{position:absolute;top:-8px;right:-8px;background:#dc3545;color:#fff;border:none;width:20px;height:20px;border-radius:50%;font-size:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 5px #0003}.no-feedback{grid-column:1 / -1;text-align:center;padding:3rem;color:#666;font-size:1.1rem;background:#f9f9f9;border-radius:8px}.feedback-form-container{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 10px 30px #00000014;margin-bottom:4rem;border:1px solid #eef2ed;text-align:center}.feedback-form-container h2{color:#2c4c16;margin-bottom:.5rem}.form-intro{color:#666;margin-bottom:2rem}.star-rating-container{margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.star-icon{font-size:2.5rem;color:#ddd;cursor:pointer;transition:color .2s ease,transform .2s ease}.star-icon.filled{color:#f1c40f}.star-icon:hover{transform:scale(1.2)}.rating-label{font-weight:600;color:#8b6914;font-size:.9rem}.feedback-form textarea{width:100%;min-height:120px;padding:1rem;border:2px solid #e9ecef;border-radius:10px;font-family:inherit;font-size:1rem;resize:vertical;transition:border-color .3s ease;margin-bottom:.5rem}.feedback-form textarea:focus{outline:none;border-color:#8ab661}.char-count{text-align:right;font-size:.8rem;color:#999;margin-bottom:1.5rem}.feedback-form button{background:linear-gradient(135deg,#4a7c23,#2c4c16);color:#fff;border:none;padding:1rem 3rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}.feedback-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #2c4c164d}.feedback-form button:disabled{opacity:.7;cursor:not-allowed}.product-detail-page{position:relative;padding-top:0;max-width:1200px!important;margin:0 auto}.sticky-back-container{position:sticky;top:73px;z-index:1050;background:#fff;padding:1.5rem 0;margin-bottom:1rem;width:100%;display:flex;align-items:center}.back-button{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #eee;padding:.6rem 1.2rem;border-radius:50px;font-size:.95rem;cursor:pointer;color:#4a7c23;font-weight:700;box-shadow:0 2px 10px #0000000d;transition:all .3s ease;text-decoration:none;width:fit-content}.back-button:hover{background:#f4f7f2;color:#2d5016;transform:translate(-5px);box-shadow:0 4px 15px #0000001a}.product-detail-main-content{display:flex;flex-direction:row;align-items:flex-start;text-align:left;gap:4rem;margin-bottom:4rem}.product-detail-image-col{flex:1;max-width:550px;position:sticky;top:100px}.product-detail-image-wrapper{height:600px;border-radius:30px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000001a;background:#f8f9f5;cursor:none}.magnifier-container{position:relative}.magnifier-lens{position:absolute;width:150px;height:150px;border:3px solid #c9a557;border-radius:50%;pointer-events:none;background-repeat:no-repeat;background-size:800px 800px;box-shadow:0 5px 15px #0000004d;transform:translate(-50%,-50%);z-index:50;background-color:#fff}.product-detail-main-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-detail-image-wrapper:hover .product-detail-main-image{transform:scale(1.05)}.image-hover-indicator{position:absolute;bottom:20px;left:50%;transform:translate(-50%) translateY(10px);background:#ffffffe6;padding:8px 16px;border-radius:50px;font-size:.85rem;font-weight:600;color:#2d5016;opacity:0;transition:all .3s ease;pointer-events:none;box-shadow:0 4px 12px #0000001a;white-space:nowrap}.product-detail-image-wrapper:hover .image-hover-indicator{opacity:1;transform:translate(-50%) translateY(0)}.product-thumbnails{display:flex;gap:1rem;margin-top:1.5rem;overflow-x:auto;padding-bottom:.5rem}.thumbnail-item{flex:0 0 80px;height:80px;border-radius:12px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s ease;background:#f8f9f5}.thumbnail-item img{width:100%;height:100%;object-fit:cover;opacity:.6;transition:opacity .2s ease}.thumbnail-item:hover img{opacity:1}.thumbnail-item.active{border-color:#4a7c23;box-shadow:0 4px 10px #4a7c2333}.thumbnail-item.active img{opacity:1}.product-detail-info-col{flex:1;display:flex;flex-direction:column;align-items:flex-start}.product-badges.detail-page{justify-content:flex-start;margin-bottom:1.5rem}.product-detail-title{font-size:3.5rem;color:#1a1a1a;margin:.5rem 0 1rem;font-weight:800;letter-spacing:-1.5px;line-height:1.1;position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem}.share-btn{background:#fff;border:1px solid #eee;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #0000000d;flex-shrink:0}.share-btn:hover{background:#fdfaf3;border-color:#c9a557;transform:translateY(-2px);box-shadow:0 6px 15px #c9a55733}.product-detail-description{font-size:1.2rem;color:#555;line-height:1.7;margin-bottom:2.5rem;max-width:100%}.product-meta.detail-page{justify-content:flex-start;margin-bottom:2.5rem;padding:0}.product-price.detail-page{font-size:3rem;color:#2d5016;font-weight:800}.cart-btn-div{display:flex;gap:1.5rem;width:100%;justify-content:flex-start;margin-bottom:4rem}.product-detail-page .add-to-cart-btn{max-width:240px!important;padding:1.2rem 2.5rem!important;font-size:1.1rem!important;border-radius:50px!important}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1.2rem;width:100%;margin-top:2rem}.info-card-item{background:#fdfaf3;padding:1.2rem;border-radius:20px;border:1px solid rgba(201,165,87,.1);display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease}.info-card-item:hover{transform:translateY(-5px);background:#fff;border-color:#c9a557;box-shadow:0 10px 25px #0000000d}.info-card-icon{font-size:1.6rem;margin-bottom:.6rem}.share-icon-inner{font-size:1.2rem;color:#4a7c23}.info-card-label{font-size:.7rem;color:#888;text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-bottom:.2rem}.info-card-value{font-size:.95rem;color:#333;font-weight:700}.section-title{font-size:2.2rem;color:#1a1a1a;text-align:left;margin:6rem 0 3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:#c9a557;border-radius:2px}.product-details-section{text-align:left;max-width:100%;padding:3rem;background:#fdfaf3;border-radius:30px;line-height:1.8;font-size:1.15rem}.feedback-form-container.detail-page{text-align:left;margin:0 0 5rem;background:#fff;border-radius:30px;border:1px solid #f0f0f0}.feedback-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:2rem}.feedback-card{background:#fff;padding:2.5rem;border-radius:25px;border:1px solid #f0f0f0;transition:all .3s ease}.feedback-card:hover{border-color:#4a7c23;box-shadow:0 15px 40px #4a7c231a}.feedback-avatar{width:55px;height:55px;border-radius:50%;background-color:#f8f9f5;display:flex;align-items:center;justify-content:center;font-size:1.3rem;border:1px solid #eef2ed}.combo-item-detail-card:hover{transform:translateY(-5px);border-color:#c9a557!important;box-shadow:0 10px 20px #0000000d}.bundle-item-mini{transition:all .3s ease}.bundle-item-mini:hover{transform:scale(1.05)}.bundle-item-mini:hover div{border-color:#4a7c23!important;box-shadow:0 8px 20px #4a7c2326!important}.bundle-card-compact:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a!important;border-color:#c9a557}.combo-bundle-section{margin-bottom:4rem}.combo-bundle-container{display:flex;align-items:center;justify-content:center;gap:2rem;background:#fdfaf3;padding:3rem;borderRadius:40px;border:2px solid #f0f0f0;flex-wrap:wrap}.bundle-card-compact{display:flex;flex-direction:column;align-items:center;background:#fff;padding:1.5rem;border-radius:25px;box-shadow:0 10px 30px #0000000d;width:180px;transition:all .3s ease;text-decoration:none;color:inherit}.bundle-card-compact img{width:120px;height:120px;object-fit:cover;border-radius:15px;margin-bottom:1rem}.bundle-card-compact h4{font-size:.9rem;margin:0 0 5px;text-align:center;height:2.4rem;overflow:hidden}.bundle-card-compact .price{color:#4a7c23;font-weight:700;margin:0}.bundle-operator{font-size:2.5rem;color:#c9a557;font-weight:700}.bundle-price-card{background:linear-gradient(135deg,#2d5016,#4a7c23);color:#fff;padding:2rem 3rem;border-radius:30px;text-align:center;box-shadow:0 15px 35px #4a7c2333}.bundle-price-label{font-size:.9rem;opacity:.9;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.bundle-price-values{display:flex;align-items:center;justify-content:center;gap:10px}.bundle-old-price{font-size:1.5rem;text-decoration:line-through;opacity:.7}.bundle-new-price{font-size:2.5rem;font-weight:800}.bundle-savings-badge{background:#c9a557;color:#fff;padding:4px 12px;border-radius:50px;font-size:.85rem;font-weight:700;marginTop:1rem;display:inline-block}.bundle-contents-info-col{margin-bottom:2.5rem;width:100%}.bundle-info-title{color:#8b6914;margin-bottom:1.2rem;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.bundle-info-items{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.bundle-item-mini{display:flex;flex-direction:column;align-items:center;gap:8px;width:100px;text-decoration:none;color:inherit;transition:all .3s ease}.bundle-item-mini-img-wrapper{width:80px;height:80px;border-radius:15px;overflow:hidden;border:2px solid #e5e0d8;box-shadow:0 4px 10px #0000000d}.bundle-item-mini-img-wrapper img{width:100%;height:100%;object-fit:cover}.bundle-item-mini-name{font-size:.75rem;font-weight:700;text-align:center;color:#555;line-height:1.2}.bundle-info-plus{font-size:1.5rem;color:#c9a557;font-weight:700}.related-products-grid{display:grid;grid-template-columns:repeat(5,minmax(260px,1fr));gap:2.5rem;margin-top:2rem}@media(max-width:1024px){.product-detail-main-content{flex-direction:column;align-items:center;text-align:center}.product-detail-image-col{position:static;max-width:500px}.product-detail-info-col{align-items:center}.product-badges.detail-page,.product-meta.detail-page,.cart-btn-div{justify-content:center}.section-title{text-align:center}.section-title:after{left:50%;transform:translate(-50%)}}@media(max-width:768px){.product-detail-title{font-size:2.5rem}.product-detail-image-wrapper{height:400px}.cart-btn-div{flex-direction:column;align-items:center}.product-detail-page .add-to-cart-btn{max-width:100%!important;width:100%}}.gallery-page{padding-bottom:6rem;min-height:100vh;background-color:#fdfbf7;background-image:radial-gradient(#e5e0d8 .5px,transparent .5px);background-size:20px 20px;color:#3e2f28;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.gallery-hero{padding:6rem 2rem 4rem;text-align:center;max-width:800px;margin:0 auto}.gallery-hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;color:#2d5016;letter-spacing:-1px}.gallery-hero p{font-size:1.25rem;opacity:.8;line-height:1.6;font-style:italic;color:#5d4037}.gallery-grid{column-count:3;column-gap:3rem;max-width:1200px;margin:0 auto;padding:2rem}.gallery-card{break-inside:avoid;margin-bottom:4rem;background:#fff;padding:1rem 1rem 4rem;box-shadow:0 10px 25px #00000014;position:relative;cursor:pointer;transition:all .5s cubic-bezier(.175,.885,.32,1.275)}.gallery-card:nth-child(odd){transform:rotate(-2deg)}.gallery-card:nth-child(2n){transform:rotate(1.5deg)}.gallery-card:nth-child(3n){transform:rotate(2.5deg)}.gallery-card:before{content:"";position:absolute;top:-15px;left:50%;transform:translate(-50%) rotate(-3deg);width:100px;height:35px;background:#e5e0d880;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:0 2px 5px #0000000d;z-index:10}.gallery-card:hover{transform:rotate(0) scale(1.05);box-shadow:0 20px 40px #2d501626;z-index:20}.gallery-image-container{width:100%;overflow:hidden;background:#f8f9f5;border:1px solid #eee}.gallery-image{width:100%;height:auto;display:block;transition:transform .8s ease}.gallery-caption-slide{position:absolute;bottom:.8rem;left:1rem;right:1rem;text-align:center}.gallery-caption-slide h3{margin:0;font-family:Caveat,cursive;font-size:1.8rem;color:#2d5016;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-caption-slide p{display:none}.view-indicator{position:absolute;top:1rem;right:1rem;background:#ffffffe6;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;opacity:0;transition:all .3s ease;z-index:5;border:1px solid #ddd}.gallery-card:hover .view-indicator{opacity:1}.image-modal-overlay{background:#1e140ffa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);position:fixed;inset:0;display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-modal-content{background:transparent;padding:0;border-radius:0;box-shadow:none;max-width:95vw!important;max-height:95vh;display:flex;flex-direction:column;align-items:center;position:relative;animation:slideUp .5s cubic-bezier(.165,.84,.44,1)}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-main-image{max-width:100%;max-height:70vh;object-fit:contain;border:12px solid white;border-bottom-width:60px;box-shadow:0 20px 60px #00000080;transform:rotate(-1deg);transition:transform .3s ease}.modal-main-image:hover{transform:rotate(0)}.modal-close-btn{position:fixed;top:30px;right:40px;background:none;border:none;color:#c9a557;font-size:3.5rem;cursor:pointer;z-index:2010;transition:all .3s ease;line-height:1}.modal-close-btn:hover{color:#fff;transform:scale(1.1) rotate(90deg)}.modal-nav-btn{position:fixed;top:50%;transform:translateY(-50%);background:#c9a5571a;border:1px solid rgba(201,165,87,.3);color:#c9a557;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:2005}.modal-nav-btn:hover{background:#c9a557;color:#1e140f;transform:translateY(-50%) scale(1.1);box-shadow:0 0 20px #c9a55766}.modal-nav-btn.prev{left:40px}.modal-nav-btn.next{right:40px}.modal-caption{margin-top:-40px;color:#3e2f28;text-align:center;padding:2rem;background:#fdfbf7;border-radius:8px;box-shadow:0 10px 30px #0000004d;max-width:600px;position:relative;z-index:2002;border:1px solid #e5e0d8}.modal-caption:before{content:"📜 Memory";position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#2d5016;color:#fff;padding:4px 15px;border-radius:20px;font-family:Caveat,cursive;font-size:1.2rem}.modal-caption h2{font-family:Caveat,cursive;font-size:2.8rem;margin:.5rem 0;color:#2d5016}.modal-caption p{font-size:1.15rem;line-height:1.6;color:#5d4037;font-style:italic}.loading-container{padding:10rem 2rem;text-align:center;font-family:Caveat,cursive}.loading-text{font-size:3rem;color:#2d5016}@media(max-width:1024px){.gallery-grid{column-count:2}}@media(max-width:700px){.gallery-grid{column-count:1}.gallery-hero h1{font-size:2.5rem}.gallery-card{margin-bottom:3rem}}.auth-page{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 100px);padding:2rem;background:linear-gradient(135deg,#fdfaf3,#f4f7f2);position:relative;overflow:hidden;box-sizing:border-box}.floating-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.float-item{position:absolute;font-size:2.5rem;opacity:.1;animation:floatAuth 10s ease-in-out infinite}.fi-1{top:10%;left:10%;animation-delay:0s}.fi-2{top:20%;right:15%;animation-delay:2s}.fi-3{bottom:15%;left:15%;animation-delay:4s}.fi-4{bottom:25%;right:10%;animation-delay:1s}.fi-5{top:45%;left:5%;animation-delay:3s}.fi-6{top:60%;right:5%;animation-delay:5s}.fi-7{top:5%;right:40%;animation-delay:1.5s}.fi-8{bottom:5%;left:40%;animation-delay:3.5s}@keyframes floatAuth{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}.auth-split-container{display:flex;background:#fff;border-radius:20px;box-shadow:0 15px 35px #00000014;width:100%;max-width:900px;min-height:550px;overflow:hidden;z-index:1;border:1px solid #eef2ed}.auth-left-panel{flex:1;background:linear-gradient(180deg,#2c4c16,#4a7c23);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;color:#fff;text-align:center;position:relative}.auth-right-panel{flex:1;background:#fff;padding:3rem;border-radius:20px;width:100%;max-width:450px;text-align:center;z-index:1;display:flex;flex-direction:column;justify-content:center}.auth-left-panel .auth-divider{margin-top:2rem}.auth-logo-section{margin-bottom:2rem}.auth-logo{width:80px;height:80px;border-radius:50%;border:3px solid white;margin-bottom:1rem;box-shadow:0 4px 10px #0003}.auth-brand-info h1{color:#fff;font-size:1.5rem;margin:0;letter-spacing:1px}.auth-brand-info p{font-size:.8rem;color:#fffc;margin:0;font-style:italic}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.auth-divider span{flex:1;height:1px;background:#eee}.auth-left-panel .auth-divider span{background:#ffffff4d}.auth-left-panel .auth-divider p{color:#fffc}.auth-right-panel .auth-divider p{color:#999}.auth-right-panel h2{color:#333;font-size:1.8rem}.auth-form{display:flex;flex-direction:column;gap:15px;margin-top:20px}.auth-button{background-color:#2e7d32;color:#fff;padding:12px;border:none;border-radius:4px;cursor:pointer;font-size:16px;font-weight:700}.auth-toggle span{color:#4a7c23;cursor:pointer;text-decoration:none;font-weight:700;margin-left:5px}.auth-message{color:#dc3545;margin-bottom:1rem;font-size:.9rem;background:#fff5f5;padding:10px;border-radius:8px}.products-page{min-height:calc(100vh - 200px)}.products-hero{background:linear-gradient(135deg,#2d5016,#4a7c23);padding:3rem 2rem;text-align:center;color:#fff;border-bottom:5px solid #8b6914}.products-hero h1{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.products-hero p{font-size:1.2rem;opacity:.95}.container{max-width:1400px;margin:0 auto;padding:3rem 2rem}.hierarchical-filter{margin-bottom:4rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background:#fff;padding:2rem;border-radius:40px;box-shadow:0 10px 30px #00000008;border:1px solid #f0f0f0}@media(max-width:768px){.hierarchical-filter{padding:1.2rem;border-radius:25px;margin-bottom:2rem;gap:1rem;width:100%}.filter-search-container{max-width:100%!important}.category-filter{width:100%;justify-content:flex-start!important;overflow-x:auto;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap!important;-webkit-mask-image:linear-gradient(to right,black 85%,transparent 100%);mask-image:linear-gradient(to right,black 85%,transparent 100%)}.category-filter::-webkit-scrollbar{display:none}.filter-btn{white-space:nowrap;padding:.6rem 1.2rem!important;font-size:.85rem!important;flex-shrink:0}.reset-filters-btn{padding:.6rem 1rem!important;font-size:.8rem!important;flex-shrink:0}}.filter-search-container{display:flex;align-items:center;gap:1rem;background:f8f9f5;padding:.8rem 1.5rem;border-radius:50px;border:2px solid #eee;width:100%;max-width:500px;transition:all .3s ease}.filter-search-container:focus-within{border-color:#4a7c23;background:#fff;box-shadow:0 5px 15px #4a7c231a}.filter-search-container input{flex:1;border:none;background:transparent;outline:none;font-size:1rem;color:#333}.search-icon{color:#8b6914;opacity:.6}.clear-search-inline{background:none;border:none;font-size:1.2rem;color:#999;cursor:pointer;padding:0;line-height:1}.clear-search-inline:hover{color:#dc3545}.products-grid-scroll-container{max-height:800px;overflow-y:auto;padding-right:1rem;margin-right:-1rem;scrollbar-width:thin;scrollbar-color:#4a7c23 #f8f9f5}.products-grid-scroll-container::-webkit-scrollbar{width:6px}.products-grid-scroll-container::-webkit-scrollbar-track{background:#f8f9f5;border-radius:10px}.products-grid-scroll-container::-webkit-scrollbar-thumb{background-color:#4a7c23;border-radius:10px}.category-filter{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap;margin-bottom:0}.subcategory-filter-container{display:flex;justify-content:center;align-items:center;position:relative;z-index:50;margin-bottom:0;min-width:250px;gap:1rem}.reset-filters-btn{background:#fdfaf3;border:1px solid #e5e0d8;color:#8b6914;padding:.6rem 1.2rem;border-radius:50px;cursor:pointer;font-weight:600;font-size:.85rem;transition:all .3s ease;white-space:nowrap;display:flex;align-items:center;gap:.4rem}.reset-filters-btn:hover{background:#8b6914;color:#fff;border-color:#8b6914;box-shadow:0 4px 10px #8b691433}.back-button{position:absolute;top:2rem;left:-7rem;background:#8b6914;border:none;font-size:1.5rem;cursor:pointer;color:#fff;font-weight:600;z-index:100;display:flex;align-items:center;gap:.5rem;text-decoration:none}.back-button:hover{color:#2d5016}.filter-btn{padding:.8rem 2rem;border:2px solid #4a7c23;background:#fff;color:#2d5016;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.filter-btn:hover{background:#f5f8f3;transform:translateY(-2px)}.filter-btn.active{background:linear-gradient(135deg,#4a7c23,#5d9a2b);color:#fff;border-color:#4a7c23}.combo-filter-btn.active{background:linear-gradient(135deg,#8b6914,#c9a557)!important;border-color:#8b6914!important}.subcategory-filter-container{display:flex;justify-content:center;position:relative;z-index:50}.product-badges{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.product-category{font-size:.7rem;text-transform:uppercase;letter-spacing:1px;color:#8b6914;font-weight:700;background:#fdfaf3;padding:.2rem .6rem;border-radius:4px}.product-subcategory{font-size:.7rem;color:#4a7c23;background:#f4f7f2;padding:.2rem .6rem;border-radius:4px;font-weight:600}.custom-dropdown{position:relative;width:100%;max-width:320px}.dropdown-header{background:#fff;border:2px solid #4a7c23;color:#2d5016;padding:.8rem 1.5rem;border-radius:50px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;transition:all .3s ease;box-shadow:0 4px 10px #4a7c230d}.dropdown-header:hover{background:#f5f8f3;box-shadow:0 6px 15px #4a7c231a}.dropdown-header.open{border-bottom-left-radius:20px;border-bottom-right-radius:20px;background:#f5f8f3}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease;color:#4a7c23}.dropdown-header.open .dropdown-arrow{transform:rotate(180deg)}.dropdown-options{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border:2px solid #4a7c23;border-radius:20px;overflow:hidden;box-shadow:0 10px 25px #0000001a;animation:dropdownSlideIn .3s cubic-bezier(.165,.84,.44,1)}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-option{padding:.8rem 1.5rem;cursor:pointer;transition:all .2s ease;font-weight:500;color:#444;border-bottom:1px solid #f0f0f0}.dropdown-option:last-child{border-bottom:none}.dropdown-option:hover{background:#f4f7f2;color:#2d5016;padding-left:2rem}.dropdown-option.selected{background:#4a7c23;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem;padding:1rem 0}.product-card{background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 10px 25px #0000000d;transition:all .4s cubic-bezier(.165,.84,.44,1);border:1px solid #f0f0f0;display:flex;flex-direction:column;position:relative;width:100%}.is-combo-card{border:1px solid rgba(201,165,87,.3)}.combo-ribbon{position:absolute;top:15px;left:-35px;background:linear-gradient(135deg,#8b6914,#c9a557);color:#fff;padding:5px 40px;transform:rotate(-45deg);font-size:.65rem;font-weight:800;letter-spacing:1px;z-index:15;box-shadow:0 2px 5px #0003;text-transform:uppercase}.product-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001a;border-color:#c9a557}.product-image{background:#f8f9f5;display:flex;align-items:center;justify-content:center;height:220px;overflow:hidden;position:relative}.product-info{padding:1.2rem;text-align:center;flex-grow:1;display:flex;flex-direction:column;gap:.6rem;align-items:center}.product-info h3{font-size:1.1rem;color:#1a1a1a;margin:0;font-weight:700;line-height:1.3;height:2.8rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-price{font-size:1.4rem;color:#2d5016;font-weight:800;margin:.2rem 0}.add-to-cart-btn{width:100%;padding:.7rem;background:#2d5016;color:#fff;border:none;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.4rem;display:flex;align-items:center;justify-content:center;gap:.4rem}.quantity-controls-card{display:flex;align-items:center;justify-content:space-between;background:#f4f7f2;border-radius:50px;padding:2px;border:1px solid #e0e0e0;margin-top:.4rem;width:100%}.qty-btn-card{width:34px;height:34px;border:none;background:#2d5016;color:#fff;border-radius:50%;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center}.qty-value-card{font-size:1rem;font-weight:700;color:#1a1a1a}.google-btn-welcome:hover{background:#f8f9f5!important;border-color:#4a7c23!important;transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}.buy-now-btn{background:linear-gradient(135deg,#8b6914,#c9a557)}.buy-now-btn:hover{background:linear-gradient(135deg,#c9a557,#8b6914);transform:translateY(-2px);box-shadow:0 6px 20px #c9a5574d}.product-detail-page .add-to-cart-btn,.product-detail-page .buy-now-btn{flex:1;max-width:200px;padding:1.2rem;margin-top:0}.pickle-jar-animation{position:relative;margin-bottom:2rem}.jar{position:relative;width:150px;height:200px;animation:jarShake 2s ease-in-out infinite}@keyframes jarShake{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.jar-lid{position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:20px;background:linear-gradient(135deg,#c9a557,#8b6914);border-radius:10px 10px 0 0;border:3px solid #6d4c0f;z-index:10;box-shadow:0 4px 10px #0003}.lid-shine{position:absolute;top:5px;left:20%;width:30px;height:5px;background:#ffffff80;border-radius:5px;animation:shine 2s ease-in-out infinite}@keyframes shine{0%,to{opacity:.3}50%{opacity:.8}}.jar-body{position:absolute;top:15px;left:50%;transform:translate(-50%);width:120px;height:180px;background:linear-gradient(135deg,#a9dfbf66,#90ee904d);border-radius:10px;border:4px solid rgba(74,124,35,.3);overflow:hidden;box-shadow:inset 0 0 30px #4a7c2333,0 8px 20px #00000026}.brine{position:absolute;bottom:0;left:0;right:0;height:70%;background:linear-gradient(180deg,#a9dfbf99,#90ee9080);animation:brineBubble 3s ease-in-out infinite}@keyframes brineBubble{0%,to{height:70%}50%{height:75%}}.pickle{position:absolute;font-size:2rem;z-index:5}.pickle-1{top:20%;left:20%;animation:float1 3s ease-in-out infinite}.pickle-2{top:50%;right:15%;animation:float2 3.5s ease-in-out infinite}.pickle-3{bottom:25%;left:30%;animation:float3 4s ease-in-out infinite}@keyframes float1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(10deg)}}@keyframes float2{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(-10deg)}}@keyframes float3{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(15deg)}}.loading-text{font-size:1.8rem;color:#2d5016;margin:1rem 0 .5rem;font-weight:700;animation:textPulse 2s ease-in-out infinite}@keyframes textPulse{0%,to{opacity:.8}50%{opacity:1}}.loading-subtext{font-size:1.1rem;color:#4a7c23;font-style:italic;margin:0}.no-products{text-align:center;padding:3rem;font-size:1.2rem;color:#666}@media(max-width:768px){.products-hero h1{font-size:1.8rem}.products-hero p{font-size:1rem}.products-grid{grid-template-columns:1fr}.category-filter{gap:.5rem}.filter-btn{padding:.6rem 1.5rem;font-size:.9rem}.jar{width:120px;height:160px}.jar-lid{width:80px;height:16px}.jar-body{width:100px;height:150px}.pickle{font-size:1.5rem}.loading-text{font-size:1.4rem}.loading-subtext{font-size:.95rem}.loading-container{padding:3rem 1rem;min-height:300px}}.wishlist-layout{display:flex;gap:2rem;align-items:flex-start}.wishlist-items{flex:3}.wishlist-card{position:relative;transition:all .3s ease;border:1px solid transparent}.wishlist-card.selected{border-color:#8b6914;background-color:#fdfaf3}.wishlist-selector{position:absolute;top:15px;left:15px;z-index:5}.item-checkbox{width:20px;height:20px;cursor:pointer;accent-color:#8b6914}.remove-item-btn{background:#fff;border:1px solid #dc3545;color:#dc3545;padding:8px 15px;border-radius:5px;font-weight:600;cursor:pointer;transition:all .2s}.remove-item-btn:hover{background:#dc3545;color:#fff}.wishlist-btn{position:absolute;top:0;right:15px;background:#c9a557;border:none;width:35px;height:45px;padding:0;clip-path:polygon(0% 0%,100% 0%,100% 100%,50% 85%,0% 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0003;transition:all .3s ease}.wishlist-btn.active{background:#8b6914;transform:translateY(3px)}.wishlist-icon-inner{font-size:1.2rem;margin-top:-8px}.wishlist-summary{flex:1;background:#fff;padding:2rem;border-radius:15px;box-shadow:0 4px 15px #00000014;position:sticky;top:100px}.wishlist-summary h2{color:#2c4c16;margin-bottom:1.5rem;text-align:center}.summary-details{border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:1rem}.summary-item,.summary-shipping,.summary-total{display:flex;justify-content:space-between;padding:.5rem 0;font-size:1rem;color:#555}.summary-total{font-size:1.2rem;font-weight:700;color:#8b6914;border-top:1px dashed #eee;padding-top:1rem}.order-all-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#4a7c23,#5d9a2b);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.5rem}.order-all-btn:hover:not(:disabled){background:linear-gradient(135deg,#5d9a2b,#6bb033);transform:translateY(-2px);box-shadow:0 4px 8px #4a7c234d}.order-all-btn:disabled{opacity:.7;cursor:not-allowed}@media(max-width:992px){.wishlist-layout{flex-direction:column}.wishlist-summary{position:static}}.admin-dashboard{display:flex;min-height:100vh;background-color:#f8f9fa;font-family:Inter,sans-serif}.admin-sidebar{width:260px;background:linear-gradient(180deg,#1a300a,#2c4c16);color:#fff;padding:2rem 0;display:flex;flex-direction:column;box-shadow:4px 0 10px #0000001a;position:sticky;top:0;height:100vh}.admin-sidebar h2{padding:0 2rem;font-size:1.5rem;margin-bottom:2.5rem;color:#c9a557;text-transform:uppercase;letter-spacing:2px}.admin-sidebar nav{display:flex;flex-direction:column;gap:.5rem}.admin-sidebar nav button{background:transparent;border:none;color:#ffffffb3;padding:1rem 2rem;text-align:left;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border-left:4px solid transparent;display:flex;align-items:center;gap:12px}.admin-sidebar nav button:hover{background:#ffffff0d;color:#fff}.admin-sidebar nav button.active{background:#c9a5571a;color:#c9a557;border-left-color:#c9a557}.stats-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stats-card{background:#fff;padding:1.5rem;border-radius:16px;display:flex;align-items:center;gap:1.2rem;box-shadow:0 4px 20px #00000008;border:1px solid #f0f0f0;position:relative;overflow:hidden}.stats-card-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.stats-card-icon.revenue{background:linear-gradient(135deg,#4a7c23,#2d5016)}.stats-card-icon.sales{background:linear-gradient(135deg,#8b6914,#6d4c0f)}.stats-card-icon.products{background:linear-gradient(135deg,#c9a557,#8b6914)}.stats-card-icon.partners{background:linear-gradient(135deg,#2a9d8f,#264653)}.stats-card-info{display:flex;flex-direction:column}.stats-label{font-size:.85rem;color:#888;font-weight:500}.stats-value{font-size:1.4rem;font-weight:800;color:#333;margin:2px 0 0}.stats-badge{position:absolute;top:1rem;right:1rem;font-size:.75rem;font-weight:700;padding:4px 8px;border-radius:20px;display:flex;align-items:center;gap:4px}.stats-badge.up{background:#e8f5e9;color:#2e7d32}.stats-badge.neutral{background:#f5f5f5;color:#757575}.required{color:#dc3545;margin-left:2px;font-weight:700}.dashboard-charts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.chart-container{background:#fff;padding:2rem;border-radius:20px;border:1px solid #f0f0f0;box-shadow:0 4px 20px #00000008}.chart-container.large{grid-column:span 2}.chart-header{margin-bottom:2rem}.chart-header h3{margin:0;font-size:1.1rem;color:#333;display:flex;align-items:center;gap:10px}.chart-header p{margin:5px 0 0;font-size:.85rem;color:#888}.admin-content{flex-grow:1;padding:2.5rem;overflow-y:auto}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;border-bottom:2px solid #eee;padding-bottom:1.5rem}.content-header h1{font-size:1.8rem;color:#333;margin:0}.add-btn{background:#4a7c23;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.add-btn:hover{background:#2d5016}.admin-table{width:100%;background:#fff;border-radius:12px;border-collapse:collapse;overflow:hidden;box-shadow:0 4px 15px #0000000d}.admin-table th{background:#fdfaf3;color:#8b6914;text-align:left;padding:1.2rem;font-weight:600;border-bottom:1px solid #eee}.admin-table td{padding:1.2rem;border-bottom:1px solid #f9f9f9;color:#555;vertical-align:middle}.admin-thumb{width:50px;height:50px;border-radius:8px;object-fit:cover;border:1px solid #eee}.edit-link{color:#4a7c23;border:none;background:none;font-weight:600;cursor:pointer;margin-right:15px}.delete-link{color:#dc3545;border:none;background:none;font-weight:600;cursor:pointer}.low-stock{color:#dc3545;font-weight:700;background:#fff5f5;padding:4px 8px;border-radius:4px}.category-group{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 4px 15px #0000000d}.category-group h3{color:#2d5016;margin-top:0;margin-bottom:1rem;border-bottom:1px solid #eee;padding-bottom:.5rem}.category-group ul{list-style:none;padding:0}.category-group li{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f9f9f9}.mini-btn{background:#f0f0f0;border:none;padding:4px 8px;border-radius:4px;margin-left:5px;cursor:pointer;font-size:.8rem}.combo-dedicated-modal{width:95vw!important;height:95vh!important;max-width:1400px!important;padding:0!important;display:flex;flex-direction:column;background-color:#fdfbf7!important;border-radius:20px!important;box-shadow:0 30px 100px #0006!important}.modal-header-rich{background:linear-gradient(135deg,#1a300a,#2d5016);padding:1.5rem 3rem;color:#fff;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000;box-shadow:0 5px 20px #0000001a}.modal-title-group{display:flex;align-items:center;gap:1.2rem}.modal-icon-bg{width:48px;height:48px;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#c9a557}.modal-header-rich h2{margin:0;font-size:1.6rem;font-weight:800;letter-spacing:-.5px;border:none!important;padding:0!important;color:#fff!important}.modal-header-rich p{margin:2px 0 0;opacity:.8;font-size:.9rem;color:#fff}.rich-admin-form{flex:1;overflow-y:auto;padding:3rem 3rem 0rem;display:flex!important;flex-direction:column;gap:3rem;position:relative}.form-sections-wrapper.two-section-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:stretch}.data-section{display:flex;flex-direction:column;gap:2rem}.products-section{position:sticky;top:0;height:fit-content}.rich-form-section{background:#fff;padding:2rem;border-radius:20px;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 20px #00000005;transition:all .3s ease}.rich-form-section:hover{box-shadow:0 8px 30px #0000000a;border-color:#4a7c231a}.section-label{display:flex;align-items:center;gap:10px;font-size:.75rem;font-weight:800;text-transform:uppercase;color:#4a7c23;letter-spacing:1.5px;margin-bottom:2rem;padding-bottom:.8rem;border-bottom:1px solid #f0f0f0}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon svg{position:absolute;left:1.2rem;color:#c9a557}.input-with-icon input{padding-left:3rem!important;font-weight:700;color:#2d5016}.searchable-product-dropdown{position:relative;width:100%;margin-bottom:1rem;z-index:100}.dropdown-trigger-box{display:flex;align-items:center;background:#f8f9f5;border:2px solid #edf2ec;border-radius:15px;padding:.6rem 1.2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.dropdown-trigger-box:focus-within{border-color:#4a7c23;background:#fff;box-shadow:0 10px 30px #4a7c2314}.dropdown-trigger-box input{flex:1;border:none!important;background:transparent!important;padding:.6rem 0!important;font-size:1.05rem!important;font-weight:500}.product-dropdown-menu{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border-radius:16px;box-shadow:0 20px 50px #00000026;max-height:350px;overflow-y:auto;border:1px solid #eee;padding:10px;z-index:1001;animation:dropdownFadeIn .3s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item-rich{display:flex;align-items:center;gap:15px;padding:1rem;border-radius:12px;cursor:pointer;transition:all .2s ease}.dropdown-item-rich:hover{background:#f4f7f2;transform:translate(5px)}.dropdown-item-rich.selected{background:#fcfdfa;opacity:.6}.dropdown-item-rich img{width:44px;height:44px;border-radius:10px;object-fit:cover}.dropdown-item-rich .n{font-weight:700;color:#1a1a1a;font-size:.95rem}.dropdown-item-rich .p{color:#4a7c23;font-weight:800;font-size:.85rem}.selected-products-display{background:#fcfdfa;border-radius:16px;padding:1.5rem;border:1px solid #edf2ec}.product-selection-list{display:flex!important;flex-direction:column!important;gap:1rem!important}.selection-card.selected{background:#fff!important;border:1px solid #edf2ec!important;padding:.8rem!important;height:80px!important;border-radius:12px!important;box-shadow:0 4px 12px #00000008!important;display:flex!important;align-items:center!important;gap:12px!important}.selection-card.selected:hover{border-color:#ef4444!important;background:#fffcfc!important}.selection-card.selected img{width:56px!important;height:56px!important;border-radius:8px!important}.check-mark-remove{background:#f3f4f6;color:#9ca3af;width:32px;height:32px;font-size:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.selection-card.selected:hover .check-mark-remove{background:#ef4444;color:#fff;transform:rotate(90deg)}.modal-footer-rich{background:#fff;padding:1.5rem 3rem;display:flex;justify-content:flex-end;gap:1.5rem;position:sticky!important;bottom:0!important;z-index:1000;border-top:1px solid #eee;box-shadow:0 -10px 30px #0000000d!important}.cancel-btn-rich{padding:.8rem 2rem;background:#f3f4f6;color:#4b5563;border-radius:50px;border:none;font-weight:700;font-size:.95rem;cursor:pointer}.save-btn-rich{padding:.8rem 3rem;border-radius:50px;font-size:1rem;border:none;background:linear-gradient(135deg,#4a7c23,#2d5016);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 10px 25px #2d501633;transition:all .3s ease}.save-btn-rich:hover{transform:translateY(-2px);box-shadow:0 15px 30px #2d50164d}.admin-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:3000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-modal{background:#fff;padding:2.5rem;border-radius:15px;width:90%;max-width:1000px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #0003;animation:modalPop .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes modalPop{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem;text-align:left}.form-group label{font-weight:600;color:#555;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.8rem;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;transition:border-color .3s}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid #eee}.save-btn{background:#4a7c23;color:#fff;border:none;padding:.8rem 2rem;border-radius:8px;font-weight:600;cursor:pointer}.image-previews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:1rem;margin-top:1rem}.image-preview-item{position:relative;width:80px;height:80px}.image-preview-item .admin-thumb{width:100%;height:100%;border-radius:8px;object-fit:cover}.image-preview-item .delete{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;padding:0;display:flex;align-items:center;justify-content:center;background:#dc3545;color:#fff;font-size:16px;line-height:1}.existing-images{margin-top:1.5rem;padding-top:1rem;border-top:1px dashed #ddd}.existing-images p{font-size:.85rem;font-weight:600;color:#666;margin-bottom:.5rem}.partner-manager{display:flex;flex-direction:column;gap:2rem;margin-top:1rem}.partner-card-admin{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000000d;border:1px solid #f0f0f0}.partner-header-admin{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:1.5rem;border-bottom:2px dashed #eee}.admin-table.mini{font-size:.9rem;margin-top:1rem}.admin-table.mini th,.admin-table.mini td{padding:.8rem 1rem}.partner-main-info h3{font-size:1.5rem;margin-bottom:.5rem}.partner-actions-admin{display:flex;gap:.8rem}.query-type-tag{display:inline-block;padding:.3rem .6rem;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.query-type-tag.partner{background:#e3f2fd;color:#1976d2}.query-type-tag.contact{background:#f3e5f5;color:#7b1fa2}.contact-cell{display:flex;flex-direction:column;gap:.2rem;font-size:.85rem}.message-cell{max-width:300px}.message-cell p{font-size:.85rem;color:#666;margin-top:.3rem;white-space:pre-wrap}.status-select{padding:.4rem .8rem;border-radius:4px;border:1px solid #ddd;font-size:.85rem;font-weight:600;cursor:pointer}.status-select.pending{background:#fff3e0;color:#f57c00;border-color:#ffe0b2}.status-select.in_progress{background:#e3f2fd;color:#1976d2;border-color:#bbdefb}.status-select.resolved{background:#e8f5e9;color:#2e7d32;border-color:#c8e6c9}.section-info-banner{background:#fdfaf3;border:1px solid #e5e0d8;padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;color:#8b6914;font-size:.95rem}.addresses-page{padding-top:2rem;max-width:1000px}.addresses-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.add-address-btn{background:#4a7c23;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}.add-address-btn:hover{background:#2d5016;transform:translateY(-2px)}.addresses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.address-card{background:#fff;padding:1.5rem;border-radius:20px;border:1px solid #eee;position:relative;transition:all .3s ease}.address-card:hover{box-shadow:0 10px 20px #0000000d;border-color:#c9a557}.address-card.default{border-color:#4a7c23;background:#fdfaf3}.default-badge{position:absolute;top:15px;right:15px;background:#4a7c23;color:#fff;font-size:.7rem;padding:2px 8px;border-radius:50px;font-weight:700}.address-card h3{margin:0 0 1rem;font-size:1.2rem;color:#1a1a1a}.address-card p{margin:.3rem 0;color:#666;font-size:.95rem}.address-actions{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #eee}.address-actions button{background:none;border:none;color:#4a7c23;font-weight:600;cursor:pointer;font-size:.9rem}.address-actions button.delete{color:#dc3545}.form-group.checkbox{margin-top:1.5rem}.form-group.checkbox label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400}.no-addresses{grid-column:1 / -1;text-align:center;padding:4rem;background:#fdfaf3;border-radius:20px;color:#8b6914;font-style:italic}.blog-list-page{padding-bottom:6rem}.blog-hero{padding:6rem 2rem 5rem;text-align:center;background:linear-gradient(135deg,#2d5016,#4a7c23);color:#fff;border-radius:30px;margin-top:2rem;margin-bottom:4rem;box-shadow:0 10px 30px #0000001a}.blog-hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:800;letter-spacing:-2px}.blog-hero p{font-size:1.3rem;opacity:.9;max-width:600px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:3rem}.blog-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:all .4s cubic-bezier(.165,.84,.44,1);text-decoration:none;color:inherit;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.blog-card-image{height:240px;position:relative;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.blog-card:hover .blog-card-image img{transform:scale(1.1)}.blog-card-tag{position:absolute;top:1.5rem;left:1.5rem;background:#c9a557;color:#fff;padding:.4rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.blog-card-content{padding:2rem}.blog-date{font-size:.8rem;color:#8b6914;font-weight:600;text-transform:uppercase;letter-spacing:1px}.blog-card h2{font-size:1.6rem;margin:1rem 0;color:#1a1a1a;line-height:1.3}.blog-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.read-more{color:#2d5016;font-weight:700;font-size:.95rem;display:flex;align-items:center}.blog-detail-page{max-width:900px!important;padding-top:4rem;padding-bottom:8rem}.post-header{text-align:center;margin-bottom:4rem}.post-meta-top{display:flex;justify-content:center;align-items:center;gap:.8rem;margin-bottom:1.5rem}.post-category-tag{color:#8b6914;font-weight:700;text-transform:uppercase;font-size:.85rem;letter-spacing:1.5px}.post-dot{width:4px;height:4px;background:#ccc;border-radius:50%}.post-read-time{color:#999;font-size:.9rem}.post-title{font-size:4rem;line-height:1.1;font-weight:800;color:#1a1a1a;letter-spacing:-2px;margin-bottom:2rem}.post-author-info{display:flex;align-items:center;justify-content:center;gap:1rem}.author-avatar{width:45px;height:45px;border-radius:50%;background:#f4f7f2;color:#2d5016;display:flex;align-items:center;justify-content:center;font-weight:800;border:1px solid #e0e0e0}.author-details{display:flex;flex-direction:column;text-align:left}.author-name{font-weight:700;color:#333}.post-featured-image{margin:0 -2rem 4rem;border-radius:30px;overflow:hidden;height:500px;box-shadow:0 20px 50px #0000001a}.post-featured-image img{width:100%;height:100%;object-fit:cover}.post-content{font-size:1.25rem;line-height:1.8;color:#444}.post-content p{margin-bottom:2.5rem}.post-gallery{margin-top:6rem;padding-top:4rem;border-top:1px solid #eee}.post-gallery h3{font-size:2rem;margin-bottom:2rem;color:#1a1a1a}.post-images-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.post-gallery-item{height:350px;border-radius:20px;overflow:hidden;cursor:pointer}.post-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.post-gallery-item:hover img{transform:scale(1.05)}.post-footer{margin-top:6rem;padding:3rem;background:#fdfaf3;border-radius:20px;display:flex;justify-content:center}.share-story{display:flex;align-items:center;gap:1.5rem}.share-story span:first-child{font-weight:700;color:#333}.share-icons{display:flex;gap:1rem;font-size:1.2rem;color:#8b6914;cursor:pointer}@media(max-width:768px){.post-title{font-size:2.5rem}.post-featured-image{height:300px;margin:0 0 3rem}.post-images-grid{grid-template-columns:1fr}.blog-hero h1{font-size:2.5rem}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}
