body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--green-dark:#1f6f54;--green-main:#2e7d64;--text-dark:#1d2b24;--border-light:#e6efe9}.topbar{background:#1f6f54;background:var(--green-dark);border-bottom:1px solid #e5e5e5;color:#fff;overflow:hidden;white-space:nowrap;width:100%}.topbar-track{animation:scroll-left 18s linear infinite;display:inline-flex;gap:40px;padding:8px 0}.topbar-item{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:500;gap:8px}.topbar-item i{color:#fff;font-size:16px}.topbar:hover .topbar-track{animation-play-state:paused}.header{align-items:center;background:#fff;border-bottom:1px solid #e6efe9;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;padding:18px 6%}.logo{color:#1d2b24;color:var(--text-dark)}.logo-circle{background:#2e7d64;background:var(--green-main);border-radius:50%;color:#fff;display:grid;font-weight:600;height:40px;place-items:center;width:40px}.nav-links{display:flex;gap:36px}.nav-links a{color:#1d2b24;color:var(--text-dark);font-size:15px;font-weight:500;text-decoration:none}.nav-links a:hover{color:#2e7d64;color:var(--green-main)}.header-icons{align-items:center;cursor:pointer;display:flex;gap:22px}.cart-icon i,.hamburger i,.icon i{font-size:20px}.cart-icon{position:relative}.cart-count{background:#2e7d64;background:var(--green-main);border-radius:50%;color:#fff;display:grid;font-size:12px;height:18px;place-items:center;position:absolute;right:-10px;top:-6px;width:18px}.menu-overlay{background:#0006;inset:0;position:fixed;z-index:98}.mobile-menu{background:#fff;box-shadow:-10px 0 30px #00000026;display:flex;flex-direction:column;gap:22px;height:100vh;padding:30px 24px;position:fixed;right:-100%;top:0;transition:right .35s ease;width:280px;z-index:99}.mobile-menu.open{right:0}.mobile-menu a{color:#1d2b24;color:var(--text-dark);font-size:16px;font-weight:500;text-decoration:none}.close-btn{align-self:flex-end;margin-bottom:20px}.close-btn,.hamburger{cursor:pointer;font-size:22px}.hamburger{display:none}@media (max-width:1024px){.header{padding:16px 5%}.nav-links{gap:26px}}@media (max-width:768px){.topbar{font-size:13px;padding:8px 10px}.header{padding:14px 4%}.logo{font-size:18px}.logo-circle{font-size:15px;height:36px;width:36px}.nav-links{display:none}.hamburger{display:block}.header-icons{gap:18px}.cart-count{font-size:11px;height:16px;right:-8px;top:-5px;width:16px}}@media (max-width:480px){.topbar{text-align:center}.header-icons{gap:16px}}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.logo{align-items:center;color:#0f2e23;cursor:pointer;display:flex;font-size:20px;font-weight:600;gap:12px;-webkit-user-select:none;user-select:none}.logo-image{background:#fff;border:1px solid #e3efe9;border-radius:50%;height:42px;object-fit:contain;padding:4px;width:42px}@media (max-width:768px){.logo{font-size:18px;gap:10px}.logo-image{height:36px;width:36px}}@media (max-width:480px){.logo{font-size:17px;gap:8px}.logo-image{height:32px;padding:3px;width:32px}}.header-icons a i,.header-icons a:active i,.header-icons a:focus i,.header-icons i{color:#000!important}.header-icons i:hover{color:#2e7d64;color:var(--green-main)}.hero{background:linear-gradient(90deg,#f1faf6,#fff 70%);padding:100px 6%}.hero-container{align-items:center;display:flex;justify-content:space-between}.hero-left{max-width:520px}.hero-badge{background:#e7f6ef;border-radius:999px;color:#1f6f54;display:inline-block;font-size:14px;margin-bottom:30px;padding:8px 16px}.hero-title{color:#0f2e23;font-family:Playfair Display,serif;font-size:64px;line-height:1.1;margin-bottom:30px}.hero-title span{color:#2e7d64}.hero-desc{color:#6b7f77;font-size:18px;line-height:1.7;margin-bottom:40px}.hero-buttons{display:flex;gap:20px;margin-bottom:50px}.btn-primary{align-items:center;background:#1f6f54;border:none;border-radius:999px;color:#fff;display:flex;gap:8px}.btn-outline,.btn-primary{cursor:pointer;font-size:16px;padding:14px 32px}.btn-outline{background:#0000;border:1px solid #cfe7dc;border-radius:999px;color:#1f6f54}.hero-stats{display:flex;gap:50px}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font-size:26px;font-weight:600}.hero-stats span{color:#6b7f77;font-size:14px}.hero-right{align-items:center;display:flex;gap:28px;height:auto;justify-content:center;width:480px}.hero-image{animation:float 6s ease-in-out infinite;background:#eaf6f1;border-radius:16px;box-shadow:0 25px 45px #0f2e231f;padding:20px}.hero-image img{display:block;width:220px}.hero-image.large{animation-delay:2.5s}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-14px)}to{transform:translateY(0)}}@media (max-width:1024px){.hero{padding:90px 5%}.hero-container{gap:40px}.hero-title{font-size:52px}.hero-right{width:400px}.hero-image img{width:200px}}@media (max-width:768px){.hero{padding:70px 5%}.hero-container{flex-direction:column;text-align:center}.hero-left{max-width:100%}.hero-badge{margin-bottom:22px}.hero-title{font-size:40px;line-height:1.15}.hero-desc{font-size:16px;margin-bottom:32px}.hero-buttons{flex-wrap:wrap;gap:14px;justify-content:center;margin-bottom:40px}.btn-outline,.btn-primary{font-size:15px;padding:12px 26px}.hero-stats{gap:28px;justify-content:center;margin-bottom:50px}.hero-stats strong{font-size:22px}.hero-right{gap:20px;width:100%}.hero-image img{width:180px}}@media (max-width:480px){.hero{padding:60px 4%}.hero-title{font-size:34px}.hero-desc{font-size:15px}.hero-right{flex-direction:column}.hero-image img{width:200px}.hero-stats{align-items:center;display:flex;flex-direction:column;flex-direction:row;gap:18px;gap:12px;justify-content:space-between;width:100%}.hero-stats div{flex:1 1;text-align:center}.hero-stats strong{font-size:20px}.hero-stats span{font-size:13px}}.category-section{background:#fff;padding:90px 6%;text-align:center}.category-title{color:#0f2e23;font-family:Playfair Display,serif;font-size:42px;margin-bottom:10px}.category-subtitle{color:#6b7f77;font-size:16px;margin-bottom:60px}.category-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(5,1fr)}.category-card{background:#fff;border:1px solid #e3efe9;border-radius:18px;padding:34px 26px;text-align:left;transition:all .3s ease}.category-card:hover{box-shadow:0 20px 40px #0000000f;transform:translateY(-6px)}.category-icon{align-items:center;background:#eaf6f1;border-radius:12px;color:#1f6f54;display:flex;font-size:20px;height:48px;justify-content:center;margin-bottom:18px;width:48px}.category-card h3{color:#0f2e23;font-family:Playfair Display,serif;font-size:18px;margin-bottom:6px}.category-card p{color:#6b7f77;font-size:14px}@media (max-width:1024px){.category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.category-grid{grid-template-columns:1fr}}@media (max-width:1200px){.category-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.category-section{padding:80px 5%}.category-title{font-size:36px}.category-subtitle{font-size:15px;margin-bottom:45px}.category-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.category-card{padding:28px 22px}}@media (max-width:600px){.category-section{padding:10px 4%}.category-title{font-size:20px}.category-subtitle{font-size:10px;margin-bottom:36px}.category-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.category-card{padding:26px 18px;text-align:center}.category-icon{margin:0 auto 14px}}@media (max-width:420px){.category-title{font-size:26px}.category-card h3{font-size:17px}.category-card p{font-size:13px}}.category-icon i{font-size:22px}.featured-section{background:#f6fcf9;padding:90px 6%}.featured-title{color:#0f2e23;font-family:Playfair Display,serif;font-size:42px;margin-bottom:10px;text-align:center}.featured-subtitle{color:#6b7f77;margin-bottom:60px;text-align:center}.featured-grid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(4,1fr)}.product-card{border-radius:22px;transition:all .3s ease}.product-card:hover{box-shadow:0 20px 40px #0f2e2314}.product-tag{background:#1f6f54;border-radius:999px;color:#fff;font-size:12px;font-weight:500;left:14px;padding:5px 14px;position:absolute;top:14px}.product-image{align-items:center;background:linear-gradient(180deg,#eefaf4,#f6fcf9);border-radius:18px;display:flex;height:270px;justify-content:center;margin-bottom:22px;padding:24px}.product-image img{max-height:230px;object-fit:contain;width:100%}.product-name{font-size:18px;margin-bottom:10px}.product-price{margin-bottom:20px}.price{color:#1f6f54;font-size:18px;font-weight:600;margin-right:10px}.old-price{font-size:14px}.add-cart{align-items:center;background:#fff;border:1px solid #b7ddd0;border-radius:999px;color:#0f2e23;cursor:pointer;display:flex;font-size:15px;gap:8px;justify-content:center;margin-top:auto;padding:12px;transition:all .25s ease;width:100%}.add-cart:hover{background:#1f6f54;border-color:#1f6f54;color:#fff}.view-all{display:flex;justify-content:center;margin-top:50px}.view-btn{background:#1f6f54;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:16px;padding:14px 42px}@media (max-width:1024px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.featured-grid{grid-template-columns:1fr}}@media (max-width:768px){.featured-section{padding:70px 5%}.featured-title{font-size:34px}.featured-subtitle{font-size:15px;margin-bottom:40px}.featured-grid{gap:18px;grid-template-columns:repeat(2,1fr)}.product-card{padding:16px}.product-image{height:220px;padding:18px}.product-image img{max-height:190px}.price,.product-name{font-size:16px}.old-price{font-size:13px}.add-cart{font-size:14px;padding:10px}}@media (max-width:480px){.featured-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.product-image{height:150px}.product-name{font-size:10px}.add-cart,.price{font-size:14px}.add-cart{padding:10px}}.product-card a{color:inherit;text-decoration:none}.product-card-link,.product-card-link *{color:inherit;text-decoration:none!important;-webkit-text-decoration:none!important}.product-name,.product-price span{border-bottom:none!important;text-decoration:none!important}.comparison-section{background:#fff;padding:100px 6%}.comparison-title{color:#0f2e23;font-family:Playfair Display,serif;font-size:42px;margin-bottom:10px;text-align:center}.comparison-subtitle{color:#6b7f77;margin-bottom:60px;text-align:center}.comparison-table{background:#fff;border:1px solid #e3efe9;border-radius:22px;margin:auto;max-width:1100px;overflow:hidden}.comparison-row{border-bottom:1px solid #e3efe9;display:grid;grid-template-columns:1.2fr 1fr 1fr}.comparison-row:last-child{border-bottom:none}.comparison-row.header{background:#f6fcf9;font-weight:600}.cell{align-items:center;color:#0f2e23;display:flex;font-size:15px;justify-content:center;padding:22px 24px}.cell.feature{font-weight:500;justify-content:flex-start}.cell.highlight{color:#1f6f54;flex-direction:column;gap:6px}.recommended{background:#1f6f54;border-radius:999px;color:#fff;font-size:12px;padding:4px 12px}.highlight-text{color:#1f6f54;font-weight:500}.muted{color:#7c9189}.check{background:#eaf6f0;color:#1f6f54}.check,.cross{align-items:center;border-radius:50%;display:flex;font-size:14px;height:28px;justify-content:center;width:28px}.cross{background:#fdecec;color:#d44c4c}@media (max-width:768px){.comparison-row{grid-template-columns:1fr;text-align:left}.cell{justify-content:flex-start}.cell.highlight{align-items:flex-start}}@media (max-width:1024px){.comparison-section{padding:80px 5%}.comparison-title{font-size:36px}.comparison-subtitle{font-size:15px;margin-bottom:45px}}@media (max-width:768px){.comparison-section{padding:70px 4%}.comparison-title{font-size:30px}.comparison-subtitle{font-size:14px;margin-bottom:35px}.comparison-table{border-radius:18px}.comparison-row{grid-template-columns:1fr;padding:10px 0}.comparison-row.header{display:none}.cell{font-size:14px;justify-content:space-between;padding:14px 18px}.cell.feature{border-bottom:1px solid #e3efe9;font-weight:600}.cell:not(.feature):before{color:#7c9189;content:attr(data-label);font-size:12px;font-weight:500}.cell.highlight{align-items:flex-end;gap:4px}}@media (max-width:480px){.comparison-section{padding:30px 4%}.comparison-title{font-size:22px}.cell{font-size:13px}.check,.cross{font-size:12px;height:14px;width:2px}}@media (max-width:768px){.comparison-section{padding:50px 4%}.comparison-title{font-size:26px}.comparison-subtitle{font-size:14px;margin-bottom:30px}.comparison-table{border-radius:16px;overflow-x:auto}.comparison-row{grid-template-columns:1.2fr 1fr 1fr;min-width:520px}.cell{font-size:13px;justify-content:center;padding:12px 14px}.cell.feature{font-weight:600;justify-content:flex-start}.cell.highlight{gap:4px}.recommended{font-size:10px;padding:3px 10px}.check,.cross{font-size:12px;height:22px;width:22px}}.trust-section{background:#f6fcf9;padding:80px 6%}.trust-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr);margin:auto;max-width:1200px}.trust-card{text-align:center}.trust-icon{align-items:center;background:#fff;border:1px solid #e3efe9;border-radius:18px;color:#1f6f54;display:flex;font-size:26px;height:64px;justify-content:center;margin:auto auto 20px;width:64px}.trust-title{color:#0f2e23;font-family:Playfair Display,serif;font-size:18px;margin-bottom:6px}.trust-text{color:#6b7f77;font-size:14px}@media (max-width:900px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.trust-icon{font-size:22px;height:56px;width:56px}.trust-title{font-size:16px}.trust-text{font-size:13px}}.testimonials-section{background:#fff;padding:100px 6%;text-align:center}.testimonials-title{color:#0f2e23;font-family:Playfair Display,serif;font-size:42px;margin-bottom:10px}.testimonials-subtitle{color:#6b7f77;margin-bottom:60px}.testimonial-card{background:#fff;border:1px solid #e3efe9;border-radius:28px;margin:auto;max-width:900px;padding:60px 50px;position:relative}.quote-icon{color:#e6f2ec;font-family:serif;font-size:72px;left:40px;position:absolute;top:30px}.stars{color:#1f6f54;letter-spacing:4px;margin-bottom:30px}.testimonial-text{color:#0f2e23;font-size:18px;line-height:1.6;margin:auto auto 40px;max-width:700px}.avatar{align-items:center;background:#1f6f54;border-radius:50%;color:#fff;display:flex;font-weight:600;height:56px;justify-content:center;margin:auto auto 12px;width:56px}.user-name{color:#0f2e23;font-size:16px;margin-bottom:4px}.user-location{color:#6b7f77;font-size:14px}.testimonial-pagination{align-items:center;display:flex;gap:24px;justify-content:center;margin-top:40px}.arrow{background:#fff;border:1px solid #e3efe9;border-radius:50%;color:#1f6f54;cursor:pointer;font-size:20px;height:44px;width:44px}.dots{display:flex;gap:10px}.dots span{background:#d7e8e0;border-radius:50%;height:8px;width:8px}.dots .active{background:#1f6f54;border-radius:999px;width:20px}.footer{background:#19362c;color:#dbe7e2;padding:70px 6% 30px}.footer-top{grid-gap:60px;border-bottom:1px solid #ffffff14;display:grid;gap:60px;grid-template-columns:2fr 1fr 1fr 1.2fr;padding-bottom:50px}.brand-logo{gap:12px;margin-bottom:20px}.brand-logo,.brand-logo span{align-items:center;display:flex}.brand-logo span{background:#1f6f54;border-radius:12px;color:#fff;font-weight:600;height:40px;justify-content:center;width:40px}.brand-logo h3{color:#fff;font-size:20px}.brand-text{font-size:14px;line-height:1.6;margin-bottom:22px;max-width:300px}.socials{display:flex;gap:12px}.socials span{align-items:center;background:#ffffff14;border-radius:10px;cursor:pointer;display:flex;height:38px;justify-content:center;width:38px}.footer-col h4{color:#fff;margin-bottom:18px}.footer-col ul{list-style:none;padding:0}.footer-col li{color:#dbe7e2;cursor:pointer;font-size:14px;margin-bottom:12px}.payments{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.payments span{background:#ffffff14;border-radius:10px;color:#fff;font-size:13px;padding:8px 14px}.contact-title{margin-top:10px}.contact-text{font-size:14px;line-height:1.6}.footer-bottom{align-items:center;display:flex;font-size:14px;justify-content:space-between;padding-top:24px}.heart{color:#ff4d4d}@media (max-width:900px){.footer-top{gap:40px;grid-template-columns:1fr 1fr}}@media (max-width:500px){.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:10px;text-align:center}}@media (max-width:900px){.footer{padding:60px 5% 30px}.footer-top{gap:40px;grid-template-columns:repeat(2,1fr)}.brand-text{max-width:100%}.payments span{font-size:12px;padding:7px 12px}}@media (max-width:600px){.footer{padding:50px 4% 25px}.footer-top{gap:36px;grid-template-columns:1fr;text-align:center}.brand-logo{justify-content:center}.brand-text{margin:auto}.socials{justify-content:center}.socials span{height:42px;width:42px}.footer-col h4{margin-bottom:14px}.footer-col li{margin-bottom:10px}.payments{justify-content:center}.payments span{padding:8px 14px}.contact-text,.footer-bottom{text-align:center}.footer-bottom{flex-direction:column;font-size:13px;gap:10px}}.socials i{color:#fff;font-size:18px}.payments i{font-size:15px;margin-right:6px}.contact-text i{color:#9fd8c3;margin-right:6px}.products-grid{grid-gap:28px;align-items:stretch;display:grid;gap:28px;grid-template-columns:repeat(4,1fr)}.product-card{align-items:stretch;background:#fff;border:1px solid #e3efe9;border-radius:26px;display:flex;flex-direction:column;justify-content:flex-start;min-height:420px;padding:18px;position:relative;transition:all .35s ease}.product-card:hover{box-shadow:0 18px 40px #0f2e2314;transform:translateY(-6px)}.product-image-container{align-items:center;background:#f3fbf7;border-radius:22px;display:flex;height:220px;justify-content:center;margin-bottom:14px;padding:18px}.product-image{max-height:200px;max-width:100%;object-fit:contain;transition:transform .35s ease;width:auto}.product-card:hover .product-image{transform:scale(1.05)}.product-name{color:#0f2e23;font-family:Playfair Display,serif;font-size:1rem;font-weight:600;margin-bottom:6px;text-align:center}.product-price{align-items:center;display:flex;gap:10px;justify-content:center}.new-price{font-size:1.05rem}.old-price{color:#9fb8ae;font-size:.9rem}@media (max-width:768px){.products-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.product-card{min-height:320px;padding:14px}.product-image-container{height:160px;padding:14px}.product-image{max-height:130px}.product-name{font-size:.9rem}}.product-title{color:#11542a}.sale-badge{background:#0d551e}.color-btn,.option-btn{border:1px solid #000;color:#095507}.color-btn.active,.option-btn.active{background:#0c470a}.quantity-selector button{border:1px solid #20480f}.add-to-cart-btn{background:#154a15}.buy-now-btn{box-shadow:0 4px 8px #00b7ff4d}.write-review-btn{background:#134f09}.related-card:hover{box-shadow:0 4px 8px #1366301a}@media (max-width:768px){.product-detail-container{gap:20px;grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.related-products{grid-template-columns:repeat(2,1fr)}.trust-badges{gap:10px}.cta-buttons,.trust-badges{flex-direction:column}}.product-detail-page{background:#fff;font-family:Inter,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.product-detail-container{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin-bottom:60px}.image-gallery{display:flex;flex-direction:column}.gallery-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.gallery-image{border-radius:8px;height:auto;transition:transform .3s ease;width:100%}.gallery-image:hover{transform:scale(1.05)}.product-info{flex-direction:column;gap:20px}.product-header{display:flex;flex-direction:column;gap:10px}.brand-name{color:#000;font-size:14px;font-weight:700;text-transform:uppercase}.product-title{font-size:32px;margin:0}.pricing{align-items:center;display:flex;gap:10px}.old-price{color:#888}.sale-badge{background:#174812;font-weight:700}.tax-info{color:#666;font-size:14px;margin:0}.option-section h3{font-size:16px;font-weight:700;margin-bottom:10px}.color-buttons,.model-buttons{display:flex;flex-wrap:wrap;gap:10px}.color-btn,.option-btn{background:#0000;border:1px solid #143f0c;border-radius:4px;color:#000;cursor:pointer;padding:10px 20px;transition:all .3s ease}.color-btn.active,.option-btn.active{background:#1a5e13;color:#fff}.color-btn{border-radius:20px;padding:8px 16px}.quantity-section h3{font-size:16px;font-weight:700;margin-bottom:10px}.quantity-selector{gap:10px}.quantity-selector button{background:#0000;border:1px solid #0d3d14;border-radius:4px;cursor:pointer;height:40px;width:40px}.quantity-selector span{font-size:18px;font-weight:700;min-width:40px;text-align:center}.cta-buttons{display:flex;gap:10px;margin-top:20px}.add-to-cart-btn,.buy-now-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-weight:700;padding:15px;transition:all .3s ease}.add-to-cart-btn{background:#1d5c1c}.buy-now-btn{background:#1c805e;box-shadow:0 4px 8px #1e613b4d;color:#fff}.add-to-cart-btn:hover{background:#333}.buy-now-btn:hover{background:#428a34;box-shadow:0 6px 12px #335c1666}.trust-badges{margin-top:20px}.badge{align-items:center;display:flex;gap:5px}.reviews-section{margin:40px 0;text-align:center}.reviews-section h2{font-size:24px;font-weight:700;margin-bottom:20px}.rating-summary{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:20px}.stars{color:#16531c;font-size:20px}.rating-bars{margin-bottom:20px}.write-review-btn{background:#124e1f;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:10px 20px}.social-proof{margin:40px 0;text-align:center}.social-proof h2{font-size:48px;font-weight:700;margin:0}.social-proof p{color:#666;font-size:18px}.you-may-also-like{margin:40px 0}.you-may-also-like h2{font-size:24px;font-weight:700;margin-bottom:20px;text-align:center}.related-products{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.related-card{border:1px solid #eee;border-radius:8px;padding:10px;text-align:center;transition:all .3s ease}.related-card:hover{box-shadow:0 4px 8px #0842181a;transform:translateY(-5px)}.related-card img{border-radius:4px;height:auto;width:100%}.related-card h3{font-size:16px;margin:10px 0}.price{display:flex;gap:10px;justify-content:center}.price .old{color:#888;text-decoration:line-through}.price .new{font-weight:700}@media (max-width:768px){.gallery-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.gallery-image{border-radius:10px}}@media (max-width:480px){.gallery-grid{gap:8px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.image-gallery{width:100%}.gallery-grid,.image-gallery{overflow-x:auto;padding-bottom:10px}.gallery-grid{-webkit-overflow-scrolling:touch;display:flex;gap:14px;scroll-snap-type:x mandatory}.gallery-image{border-radius:14px;flex:0 0 48%;scroll-snap-align:start}.gallery-grid::-webkit-scrollbar{display:none}.gallery-grid{scrollbar-width:none}}@media (max-width:480px){.gallery-image{flex:0 0 70%}}@media (max-width:768px){.product-detail-container{display:flex;flex-direction:column;gap:24px}.image-gallery{width:100%}.gallery-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.gallery-image{border-radius:12px;width:100%}.product-info{width:100%}}@media (max-width:480px){.gallery-grid{gap:10px}.product-title{font-size:26px}.new-price{font-size:22px}}@media (max-width:768px){.product-detail-container{display:flex;flex-direction:column;gap:24px}.image-gallery{overflow:hidden;width:100%}.gallery-grid{-webkit-overflow-scrolling:touch;display:flex;gap:14px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}.gallery-grid::-webkit-scrollbar{display:none}.gallery-image{border-radius:14px;flex:0 0 85%;max-width:85%;scroll-snap-align:center}.product-info{width:100%}}@media (max-width:480px){.gallery-image{flex:0 0 90%;max-width:90%}}@media (max-width:768px){.related-products{-webkit-overflow-scrolling:touch;display:flex;gap:14px;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory}.related-products::-webkit-scrollbar{display:none}.related-card{border-radius:14px;flex:0 0 70%;max-width:70%;scroll-snap-align:center}}@media (max-width:480px){.related-card{flex:0 0 80%;max-width:80%}}.sale-badge{display:none!important}.cart-page{background-color:#f8f9fa;min-height:80vh;padding:2rem 0}.cart-container{margin:0 auto;max-width:1200px;padding:0 1rem}.cart-container h1{color:#333;font-size:2rem;margin-bottom:2rem}.empty-cart{padding:4rem 2rem;text-align:center}.empty-cart i{color:#ddd;font-size:4rem;margin-bottom:1rem}.empty-cart h2{color:#666;font-size:1.5rem;margin-bottom:1rem}.empty-cart p{color:#888;margin-bottom:2rem}.continue-shopping-btn{background-color:#007bff;border-radius:5px;color:#fff;display:inline-block;padding:1rem 2rem;text-decoration:none;transition:background-color .3s}.continue-shopping-btn:hover{background-color:#0056b3}.cart-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 300px}.cart-items{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden}.cart-item{grid-gap:1rem;align-items:center;border-bottom:1px solid #eee;display:grid;gap:1rem;grid-template-columns:100px 1fr auto auto auto;padding:1rem}.cart-item:last-child{border-bottom:none}.item-image img{border-radius:5px;height:80px;object-fit:cover;width:80px}.item-details h3{color:#333;font-size:1.1rem;margin:0 0 .5rem}.item-details p{color:#666;font-size:.9rem;margin:.25rem 0}.item-price{color:#007bff;font-weight:700}.item-quantity{gap:.5rem}.item-quantity,.qty-btn{align-items:center;display:flex}.qty-btn{border:1px solid #ddd;border-radius:3px;height:30px;justify-content:center;width:30px}.qty-btn:hover{background:#f8f9fa}.item-total{color:#333;font-weight:700}.remove-btn{background:none;border-radius:3px;color:#dc3545;font-size:1.2rem;padding:.5rem;transition:background-color .3s}.remove-btn:hover{background-color:#f8d7da}.cart-summary{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem}.summary-row{margin-bottom:1rem}.summary-row.total{border-top:1px solid #eee;font-weight:700;margin-top:1rem;padding-top:1rem}.cart-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.clear-cart-btn{background:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.75rem 1rem;transition:background-color .3s}.clear-cart-btn:hover{background:#c82333}.checkout-btn{background:#28a745;border-radius:5px;color:#fff;display:block;padding:1rem;text-align:center;text-decoration:none;transition:background-color .3s}.checkout-btn:hover{background:#218838}.continue-shopping-link{color:#007bff;display:block;margin-top:1rem;text-align:center;text-decoration:none}.continue-shopping-link:hover{text-decoration:underline}@media (max-width:768px){.cart-content{grid-template-columns:1fr}.cart-item{gap:.5rem;grid-template-columns:80px 1fr;grid-template-rows:auto auto}.item-quantity,.item-total,.remove-btn{grid-column:span 2;justify-self:center}.item-quantity{order:3}.item-total{order:4}.remove-btn{order:5}}.download-btn{align-items:center;color:#0a7cff;display:inline-flex;font-size:13px;gap:6px;margin-top:6px;text-decoration:none}.download-btn:hover{text-decoration:underline}.checkout-page{background-color:#f8f9fa;min-height:100vh;padding:20px 0}.checkout-container{margin:0 auto;max-width:1200px;padding:0 20px}.checkout-container h1{color:#333;font-size:2.5rem;margin-bottom:30px;text-align:center}.checkout-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:2fr 1fr}.checkout-left,.checkout-right{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:30px}.checkout-section h2{border-bottom:2px solid #e9ecef;color:#333;font-size:1.5rem;margin-bottom:20px;padding-bottom:10px}.shipping-form{display:flex;flex-direction:column;gap:20px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-group label{margin-bottom:5px}.form-group input{border:1px solid #ddd;border-radius:4px;padding:12px;transition:border-color .3s ease}.form-group input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.order-item{border-bottom:1px solid #e9ecef;padding:15px 0}.order-item .item-image img{border-radius:4px;height:60px;object-fit:cover;width:60px}.order-item .item-details{flex:1 1}.order-item .item-details h4{color:#333;font-size:1rem;margin:0 0 5px}.order-item .item-details p{color:#666;font-size:.9rem;margin:2px 0}.order-item .item-price{color:#333;font-weight:600}.order-summary{border-top:2px solid #e9ecef;padding-top:20px}.summary-row{display:flex;font-size:1rem;justify-content:space-between;margin-bottom:10px}.summary-row.total{border-top:1px solid #e9ecef;color:#333;font-size:1.2rem;font-weight:600;margin-top:15px;padding-top:15px}.place-order-btn{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:20px;padding:15px;transition:background-color .3s ease;width:100%}.place-order-btn:hover{background-color:#218838}@media (max-width:768px){.checkout-content{grid-template-columns:1fr}.checkout-container h1{font-size:2rem}.form-row{grid-template-columns:1fr}.checkout-left,.checkout-right{padding:20px}}.track-order-page{align-items:center;display:flex;font-family:Inter,Poppins,SF Pro,sans-serif;justify-content:center;min-height:100vh;position:relative}.hero-section{background-position:100%;background-repeat:no-repeat;background-size:cover;height:80vh;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-overlay{background:#0000004d;inset:0;position:absolute}.track-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;max-width:300px;padding:30px;text-align:center;width:60%;z-index:1}.track-card h1{color:#1d2b24;font-size:28px;font-weight:600;margin-bottom:30px}.tab-switcher{border-bottom:1px solid #e6efe9;display:flex;margin-bottom:30px}.tab{background:none;border:none;color:#888;cursor:pointer;flex:1 1;font-size:16px;font-weight:500;padding:10px 0;position:relative}.tab.active{color:#1d2b24;font-weight:600}.tab.active:after{background:#1d2b24;bottom:0;content:"";height:2px;left:0;position:absolute;width:100%}.track-form{display:flex;flex-direction:column;gap:20px}.track-form input{border:1px solid #ddd;border-radius:8px;font-size:16px;padding:15px}.track-form input:focus{border-color:#2e7d64}.track-btn{background:#1d2b24;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:15px}.track-btn:hover{transform:translateY(-2px)}@media (max-width:768px){.hero-section{height:60vh}.track-card{padding:30px 20px}}.contact-page{background:#fff;font-family:Inter,Poppins,sans-serif}.contact-hero{background:#f8f8f8;padding:100px 20px 60px;text-align:center}.contact-hero h1{color:#1d2b24;font-size:42px;margin-bottom:10px}.contact-hero p{color:#555;font-size:16px}.contact-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1100px;padding:60px 20px}.contact-form h2,.contact-info h2{color:#1d2b24;font-size:24px;margin-bottom:20px}.contact-info p{color:#555;margin-bottom:30px}.info-item{margin-bottom:15px}.info-item strong{color:#1d2b24;display:block}.info-item span{color:#555}.contact-form{background:#fff;border:1px solid #eee;border-radius:12px;padding:30px}.contact-form input,.contact-form textarea{border:1px solid #ddd;border-radius:8px;font-size:14px;margin-bottom:15px;padding:14px;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#1d2b24;outline:none}.contact-form button{background:#1d2b24;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:14px;width:100%}.contact-form button:hover{opacity:.9}@media (max-width:768px){.contact-content{grid-template-columns:1fr}.contact-hero h1{font-size:32px}}.custom-details-page{background-color:#fff;font-family:Inter,Poppins,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:20px}.custom-details-container{align-items:flex-start;display:flex;gap:40px;margin:0 auto;max-width:1200px}.product-preview{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:600px}.mockup-container{height:600px;max-width:400px;position:relative;width:100%}.background-pattern{align-items:center;background:repeating-linear-gradient(45deg,#0000000d,#0000000d 10px,#0000 0,#0000 20px);display:flex;inset:0;justify-content:center;position:absolute}.pattern-text{color:#0000001a;font-size:24px;font-weight:700;letter-spacing:2px;transform:rotate(-45deg)}.print-area{border-radius:22px;height:72%;left:12%;overflow:hidden;position:absolute;top:14%;width:76%;z-index:3}.print-image{cursor:grab;height:100%;inset:0;object-fit:contain;object-position:center;position:absolute;transition:transform .05s linear;-webkit-user-select:none;user-select:none;width:100%}.placeholder-text{align-items:center;color:#666;display:flex;font-size:18px;font-weight:700;inset:0;justify-content:center;position:absolute;text-align:center}.mockup-image{height:100%;object-fit:contain;pointer-events:none;position:relative;width:100%;z-index:5}.zoom-controls{bottom:20px;display:flex;gap:12px;left:50%;position:absolute;transform:translateX(-50%);z-index:6}.zoom-controls button{background:#000;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:18px;height:38px;width:38px}.zoom-controls button:hover{background:#333}.product-info{flex:1 1;max-width:500px}.brand-label{color:#999;font-size:12px;font-weight:600;letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.product-title{color:#000;font-size:36px;font-weight:700;margin-bottom:20px}.pricing-area{align-items:center;display:flex;gap:15px}.old-price{color:#999;font-size:18px;text-decoration:line-through}.new-price{color:#000;font-size:24px;font-weight:700}.sale-badge{background:#000;border-radius:4px;color:#fff;font-size:12px;padding:4px 8px}.pricing-helper{color:#666;font-size:14px;margin:15px 0 30px}.selector-group{margin-bottom:25px}.selector-label{display:block;font-size:14px;font-weight:600;margin-bottom:10px}.brand-dropdown{border:2px solid #e0e0e0;border-radius:8px;padding:12px 16px;width:100%}.material-buttons{display:flex;gap:10px}.material-btn{background:#fff;border:2px solid #e0e0e0;border-radius:25px;cursor:pointer;flex:1 1;padding:12px}.material-btn.active{background:#000;border-color:#000;color:#fff}.quantity-selector{align-items:center;display:flex;gap:15px}.qty-btn{background:#fff;border:2px solid #e0e0e0;border-radius:50%;cursor:pointer;height:40px;width:40px}.qty-number{font-size:18px;font-weight:700}.action-buttons{display:flex;flex-direction:column;gap:15px}.upload-btn{background:#1a6a2e}.add-to-cart-btn,.upload-btn{border:none;border-radius:8px;color:#fff;font-weight:700;padding:16px}.add-to-cart-btn{background:#000}.trust-badges{display:flex;justify-content:space-between;margin-top:30px}.badge{color:#666;font-size:12px;font-weight:600}.floating-chat-btn{background:#15703f;border:none;border-radius:50%;bottom:20px;color:#fff;font-size:24px;height:60px;position:fixed;right:20px;width:60px;z-index:1000}@media (max-width:768px){.custom-details-container{flex-direction:column}.mockup-container{height:420px}}.admin-dashboard{color:#1f2937;font-family:Inter,Segoe UI,sans-serif;margin:40px auto;max-width:1100px;padding:30px 24px}.admin-dashboard h1{font-size:2.6rem;font-weight:800;letter-spacing:-.5px;margin-bottom:40px;text-align:center}.product-form{grid-gap:24px;background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;display:grid;gap:24px;grid-template-columns:repeat(2,1fr);padding:32px}.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;font-size:.95rem;font-weight:600}.form-group input,.form-group select{border:1.5px solid #e5e7eb;border-radius:12px;font-size:.95rem;padding:14px;transition:all .25s ease}.form-group input:focus,.form-group select:focus{border-color:#1f7a4d;box-shadow:0 0 0 3px #1f7a4d26;outline:none}.checkbox-group{align-items:center;display:flex;gap:10px;grid-column:span 2}.checkbox-group input{accent-color:#1f7a4d;height:18px;width:18px}.checkbox-group label{cursor:pointer;font-weight:600}.options-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.option-item{align-items:center;background:#eef7f1;border-radius:999px;display:flex;font-size:.85rem;font-weight:500;gap:8px;padding:6px 12px}.option-item span{color:#065f46}.remove-btn{align-items:center;background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:12px;height:20px;justify-content:center;transition:transform .2s ease,background .2s ease;width:20px}.remove-btn:hover{background:#dc2626;transform:scale(1.1)}.add-option-btn{align-self:flex-start;background:#1f7a4d;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;margin-top:10px;padding:8px 16px;transition:background .25s ease,transform .2s ease}.add-option-btn:hover{background:#16643d;transform:translateY(-1px)}.submit-btn{background:linear-gradient(135deg,#1f7a4d,#22c55e);border:none;border-radius:14px;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:700;grid-column:span 2;margin-top:10px;padding:16px;transition:transform .25s ease,box-shadow .25s ease}.submit-btn:hover:not(:disabled){box-shadow:0 12px 24px #22c55e59;transform:translateY(-2px)}.submit-btn:disabled{background:#9ca3af;cursor:not-allowed}.admin-dashboard p{color:#16643d;font-weight:600;margin-top:20px;text-align:center}.product-list{margin-top:60px}.product-list h2{font-size:2rem;margin-bottom:30px;text-align:center}.product-row{align-items:center;background:#fff;border-radius:16px;box-shadow:0 6px 18px #00000014;display:flex;justify-content:space-between;margin-bottom:16px;padding:18px 20px;transition:transform .25s ease}.product-row:hover{transform:translateY(-2px)}.product-info{align-items:center;display:flex;gap:16px}.product-thumb{background:#f3f4f6;border-radius:12px;height:64px;object-fit:cover;width:64px}.product-info h3{font-size:1rem;font-weight:700;margin:0}.product-info p{color:#1f7a4d;font-weight:600;margin:4px 0}.category-badge{background:#eef7f1;border-radius:999px;color:#065f46;display:inline-block;font-size:.75rem;font-weight:700;padding:4px 10px}.product-actions{display:flex;gap:10px}.delete-btn,.edit-btn{border:none;border-radius:999px;cursor:pointer;font-size:.85rem;font-weight:700;padding:8px 14px;transition:transform .2s ease}.edit-btn{background:#2563eb;color:#fff}.delete-btn{background:#ef4444;color:#fff}.delete-btn:hover,.edit-btn:hover{transform:scale(1.05)}@media (max-width:768px){.product-form{grid-template-columns:1fr}.checkbox-group,.submit-btn{grid-column:span 1}.product-row{align-items:flex-start;flex-direction:column;gap:16px}.product-actions{justify-content:flex-end;width:100%}}.login-form-container{align-items:center;background:linear-gradient(135deg,#50b357,#1d5120);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-form{background:#fff;border-radius:15px;box-shadow:0 15px 35px #0000001a;max-width:400px;padding:40px;text-align:center;width:100%}.login-form h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:30px}.form-group{margin-bottom:20px;text-align:left}.form-group label{color:#555;display:block;font-weight:500;margin-bottom:8px}.form-group input{border:2px solid #e1e5e9;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:12px 15px;transition:all .3s ease;width:100%}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.login-btn{background:linear-gradient(135deg,#18913a,#035310);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:10px;padding:15px 30px;transition:all .3s ease;width:100%}.login-btn:hover:not(:disabled){box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.login-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.error-message{background-color:#fee;border:1px solid #fcc;border-radius:5px;color:#c33;font-size:.9rem;margin-bottom:15px;padding:10px}@media (max-width:480px){.login-form{padding:30px 20px}.login-form h2{font-size:1.8rem}}.payment-page{background-color:#f9f9f9;min-height:100vh;padding:20px}.payment-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:800px;padding:20px}.payment-container h1{margin-bottom:30px;text-align:center}.order-summary{margin-bottom:30px}.order-summary h2{margin-bottom:15px}.order-items{margin-bottom:20px}.order-item{border:1px solid #ddd;border-radius:4px;margin-bottom:10px;padding:10px}.order-item img{height:50px;margin-right:15px;width:50px}.total{font-size:18px;margin-top:20px;text-align:right}.payment-options h2{margin-bottom:15px}.payment-methods{display:flex;flex-direction:column;gap:10px;margin-bottom:30px}.payment-radio{align-items:center;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;padding:10px;transition:background-color .3s}.payment-radio:hover{background-color:#f0f8ff}.payment-radio input[type=radio]{margin-right:10px}.confirm-payment-btn{background-color:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:18px;padding:15px;transition:background-color .3s;width:100%}.confirm-payment-btn:hover{background-color:#218838}.order-history-page{background-color:#f9f9f9;min-height:100vh;padding:20px}.order-history-container{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:800px;padding:20px}.order-history-container h1{margin-bottom:30px;text-align:center}.orders-list{display:flex;flex-direction:column;gap:20px}.order-card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:20px}.order-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.order-header h3{margin:0}.order-date{color:#666;font-size:14px}.order-status{border-radius:4px;font-size:12px;font-weight:700;padding:5px 10px;text-transform:uppercase}.order-status.delivered{background-color:#d4edda;color:#155724}.order-status.shipped{background-color:#fff3cd;color:#856404}.order-status.pending{background-color:#f8d7da;color:#721c24}.order-items{margin-bottom:15px}.order-item{align-items:center;border-bottom:1px solid #eee;display:flex;gap:15px;padding:10px 0}.order-item:last-child{border-bottom:none}.item-thumb{object-fit:cover}.item-thumb,.item-thumb-placeholder{border-radius:4px;height:60px;width:60px}.item-thumb-placeholder{align-items:center;background-color:#f0f0f0;color:#666;display:flex;font-size:18px;font-weight:700;justify-content:center}.order-item div{flex:1 1}.order-item div span{display:block;margin-bottom:2px}.order-item div span:first-child{font-weight:700}.order-total{font-size:18px;margin-top:15px;text-align:right}
/*# sourceMappingURL=main.957c652c.css.map*/