@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background:#faf8f2;color:#2c3e2f;font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.hero h1,.logo,h1,h2,h3,h4{font-family:Playfair Display,serif;font-weight:600}.header{background:linear-gradient(135deg,#1b3b2b,#2a5a3a);box-shadow:0 4px 20px #0000001a;color:#f5e6d3;padding:1.2rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1400px}.logo{color:#f5e6d3;font-size:1.8rem;font-weight:700;letter-spacing:2px;text-decoration:none;transition:all .3s ease}.logo:hover{color:#ffe8d6;transform:scale(1.02)}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:#f5e6d3;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-links a:hover{color:#ffe8d6}.nav-links a:after{background:#ffe8d6;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:after{width:100%}.hero{background:linear-gradient(135deg,#e8e0d5,#d4e2d4);overflow:hidden;padding:6rem 2rem;position:relative;text-align:center}.hero:before{bottom:-5rem;content:"⛳";font-size:20rem;opacity:.05;position:absolute;right:-5rem;transform:rotate(-15deg)}.hero h1{color:#1b3b2b;font-size:4rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0000000d}.hero p{color:#3d5a3d;font-size:1.3rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.btn-add,.btn-primary,.checkout-btn,.continue-btn,.place-order-btn,.save-btn{background:linear-gradient(135deg,#2a5a3a,#1b3b2b);border:none;border-radius:50px;box-shadow:0 2px 8px #0000001a;color:#f5e6d3;cursor:pointer;display:inline-block;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;padding:.9rem 2rem;text-decoration:none;transition:all .3s ease}.btn-add:hover,.btn-primary:hover,.checkout-btn:hover{background:linear-gradient(135deg,#1b3b2b,#0f261a);box-shadow:0 6px 20px #1b3b2b4d;transform:translateY(-2px)}.btn-add:active,.btn-primary:active{transform:translateY(0)}.btn-delete{background:#c9a87b;border:none;border-radius:25px;color:#2c3e2f;cursor:pointer;font-weight:500;padding:.4rem 1rem;transition:all .3s ease}.btn-delete:hover{background:#b8926a;transform:translateY(-1px)}.btn-edit{background:#e8d5b5;border:none;border-radius:25px;color:#2c3e2f;cursor:pointer;font-weight:500;margin-right:.5rem;padding:.4rem 1rem;transition:all .3s ease}.btn-edit:hover{background:#ddc8a0;transform:translateY(-1px)}.container{margin:0 auto;max-width:1400px;padding:3rem 2rem}.section-title{color:#1b3b2b;font-size:2.5rem;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,#2a5a3a,#c9a87b);border-radius:3px;content:"";display:block;height:3px;margin:1rem auto 0;width:80px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:3rem 0}.feature-card{background:#fff;border:1px solid #2a5a3a1a;border-radius:20px;box-shadow:0 8px 25px #0000000d;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#2a5a3a33;box-shadow:0 15px 35px #1b3b2b1a;transform:translateY(-8px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#1b3b2b;font-size:1.3rem;margin-bottom:.5rem}.feature-card p{color:#6b7c6b}.product-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-top:2rem}.product-card{background:#fff;border:1px solid #2a5a3a1a;border-radius:24px;box-shadow:0 10px 30px #0000000d;overflow:hidden;transition:all .4s cubic-bezier(.2,.9,.4,1.1)}.product-card:hover{box-shadow:0 20px 40px #1b3b2b26;transform:translateY(-10px)}.product-card img{height:250px;object-fit:cover;transition:transform .5s ease;width:100%}.product-card:hover img{transform:scale(1.05)}.product-info{background:#fff;padding:1.5rem}.product-title{color:#1b3b2b;font-family:Playfair Display,serif;font-size:1.2rem;margin-bottom:.5rem}.product-description{color:#7a8a7a;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.product-price{color:#c9a87b;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;margin-bottom:1rem}.price-cart-row{align-items:center;display:flex;justify-content:space-between}.filter-bar{background:#fff;border:1px solid #2a5a3a1a;border-radius:60px;box-shadow:0 2px 10px #00000008;display:flex;gap:1rem;margin-bottom:2.5rem;padding:1rem}.filter-bar select{background:#fff;border:1px solid #2a5a3a33;border-radius:40px;color:#2c3e2f;cursor:pointer;font-family:Montserrat,sans-serif;padding:.8rem 1.5rem;transition:all .3s ease}.filter-bar select:focus{border-color:#2a5a3a;box-shadow:0 0 0 3px #2a5a3a1a;outline:none}.cart-page{margin:2rem auto;max-width:1200px;padding:0 2rem 4rem}.cart-page h1{color:#1b3b2b;font-size:2.5rem;margin-bottom:2rem;text-align:center}.cart-item{align-items:center;background:#fff;border:1px solid #2a5a3a14;border-radius:20px;box-shadow:0 4px 15px #00000008;display:flex;gap:1.5rem;margin-bottom:1rem;padding:1.5rem;transition:all .3s ease}.cart-item:hover{box-shadow:0 8px 25px #00000014}.cart-item img{border-radius:16px;height:100px;object-fit:cover;width:100px}.cart-item-details{flex:1 1}.cart-item-details h3{color:#1b3b2b;font-size:1.1rem;margin-bottom:.3rem}.cart-item-price{color:#c9a87b;font-weight:600;margin-top:.3rem}.cart-item input{border:1px solid #2a5a3a33;border-radius:12px;font-family:Montserrat,sans-serif;padding:.6rem;text-align:center;width:70px}.cart-item-total{color:#1b3b2b;font-size:1.1rem;font-weight:700;min-width:80px;text-align:right}.cart-summary{background:#fff;border:1px solid #2a5a3a1a;border-radius:24px;margin-top:2rem;padding:2rem}.cart-total{color:#1b3b2b;font-size:1.8rem;font-weight:700;margin:1rem 0}.cart-empty{background:#fff;border-radius:30px;margin:2rem;padding:4rem 2rem;text-align:center}.cart-empty h2{color:#1b3b2b;font-size:2rem;margin-bottom:1rem}.admin-login-container{align-items:center;background:linear-gradient(135deg,#e8e0d5,#d4e2d4);display:flex;justify-content:center;min-height:80vh;padding:2rem}.admin-login-form{background:#fff;border:1px solid #2a5a3a1a;border-radius:32px;box-shadow:0 20px 50px #0000001a;max-width:450px;padding:2.5rem;width:100%}.admin-login-form h1{color:#1b3b2b;font-size:2rem;margin-bottom:.5rem;text-align:center}.admin-login-form p{color:#7a8a7a;margin-bottom:2rem;text-align:center}.admin-form{background:#fff;border:1px solid #2a5a3a1a;border-radius:24px;margin-bottom:2rem;padding:2rem}.admin-form h2{color:#1b3b2b;margin-bottom:1.5rem}.form-group{margin-bottom:1.2rem}.form-group label{color:#3d5a3d;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #2a5a3a33;border-radius:16px;font-family:Montserrat,sans-serif;padding:.9rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2a5a3a;box-shadow:0 0 0 3px #2a5a3a1a;outline:none}.admin-product-grid{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:1.5rem}.admin-product-card{border:1px solid #2a5a3a14;border-radius:20px;justify-content:space-between}.admin-product-card:hover{border-color:#2a5a3a33}.admin-product-card img{height:60px;width:60px}.loading{color:#7a8a7a;font-size:1.2rem;padding:4rem;text-align:center}.loading:after{animation:dots 1.5s steps(4) infinite;content:"..."}@keyframes dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.error-message{background:#fef5e8;border-left:4px solid #c9a87b;border-radius:16px;color:#c9a87b}@media (max-width:768px){.header-container{flex-direction:column;text-align:center}.nav-links{gap:1.5rem}.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.product-grid{grid-template-columns:1fr}.cart-item{flex-direction:column}.cart-item,.cart-item-total{text-align:center}.filter-bar{border-radius:20px;flex-direction:column}.section-title{font-size:1.8rem}}.promo-banner{background:linear-gradient(135deg,#c9a87b,#b8926a);color:#fff;font-weight:500;padding:1rem;text-align:center}.grass-divider{background:linear-gradient(90deg,#2a5a3a,#c9a87b,#2a5a3a);height:4px;width:100%}.scroll-to-top{align-items:center;background:#2a5a3a;border-radius:50%;bottom:2rem;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;opacity:0;position:fixed;right:2rem;transition:all .3s ease;width:50px;z-index:1000}.scroll-to-top.visible{opacity:1}.admin-header{flex-wrap:wrap;gap:1rem}.quantity-selector{align-items:center;display:flex;gap:.5rem}.quantity-selector button{background:#f0ebe3;border:none;border-radius:50%;cursor:pointer;font-size:1.2rem;height:30px;transition:all .2s ease;width:30px}.quantity-selector button:hover{background:#e0d5c8}.admin-container{margin:0 auto;max-width:1400px;padding:2rem}.admin-header{align-items:center;border-bottom:2px solid #2a5a3a33;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.btn-logout{background:#c9a87b;border:none;border-radius:30px;color:#2c3e2f;cursor:pointer;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease}.btn-logout:hover{background:#b8926a;transform:translateY(-2px)}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:20px;box-shadow:0 4px 15px #0000000d;padding:1.5rem;text-align:center;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-icon{font-size:2.5rem;margin-bottom:.5rem}.stat-number{color:#1b3b2b;font-size:2rem;font-weight:700}.stat-label{color:#7a8a7a;font-size:.9rem}.btn-add-product{background:linear-gradient(135deg,#2a5a3a,#1b3b2b);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:2rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.btn-add-product:hover{box-shadow:0 6px 20px #1b3b2b4d;transform:translateY(-2px)}.btn-secondary{background:#e0d5c8;border:none;border-radius:30px;color:#2c3e2f;cursor:pointer;font-weight:500;padding:.8rem 1.5rem}.form-buttons{margin-top:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.checkbox label{align-items:center;cursor:pointer;display:flex;gap:.5rem}.filters-bar{display:flex;gap:1rem;margin:2rem 0}.search-box{flex:1 1}.search-box input{border:1px solid #2a5a3a33;border-radius:30px;font-family:Montserrat,sans-serif;padding:.8rem 1rem;width:100%}.products-management h2{color:#1b3b2b;margin-bottom:1.5rem}.admin-product-grid{display:flex;flex-direction:column;gap:1rem}.admin-product-card{align-items:center;background:#fff;border:1px solid #2a5a3a1a;border-radius:16px;display:flex;gap:1.5rem;padding:1rem;transition:all .3s ease}.admin-product-card:hover{box-shadow:0 4px 15px #00000014;transform:translateX(5px)}.admin-product-card img{border-radius:12px;height:80px;object-fit:cover;width:80px}.product-details{flex:1 1}.product-details h3{color:#1b3b2b;margin-bottom:.3rem}.product-category{color:#c9a87b;font-size:.8rem;margin-bottom:.3rem}.product-price-stock{align-items:center;display:flex;gap:1rem}.price{color:#1b3b2b;font-weight:700}.stock{font-size:.85rem}.stock.in-stock{color:#2a5a3a}.stock.out-stock{color:#c9a87b}.discount-badge{background:#ff6b35;color:#fff;margin-top:.3rem}.discount-badge,.featured-badge{border-radius:20px;display:inline-block;font-size:.7rem;padding:.2rem .5rem}.featured-badge{background:gold;color:#2c3e2f;margin-left:.5rem}.product-actions{display:flex;gap:.5rem}.empty-state{background:#fff;border-radius:20px;color:#7a8a7a;padding:3rem;text-align:center}@media (max-width:768px){.admin-container{padding:1rem}.admin-product-card{flex-direction:column;text-align:center}.form-row{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.filters-bar{flex-direction:column}}.review-section h3{color:#1b3b2b;margin-bottom:1rem}.review-item:last-child{border-bottom:none}.item-meta{color:#7a8a7a;font-size:.8rem;margin-top:.2rem}.payment-methods{margin-bottom:1.5rem}.payment-method{align-items:center;border:2px solid #e0d5c8;border-radius:12px;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.payment-method.selected{background:#f0f5f0;border-color:#2a5a3a}.payment-method input{height:20px;width:20px}.order-summary-section h3{color:#1b3b2b;margin-bottom:1.5rem}.item-name{font-size:.9rem}.item-qty{color:#7a8a7a;font-size:.8rem;margin-left:.5rem}.free-shipping-badge{font-size:.9rem}.secure-checkout p{font-weight:600;margin-bottom:.3rem}.secure-checkout small{color:#7a8a7a}.btn-continue,.btn-place-order{transition:all .3s ease}.btn-continue:hover,.btn-place-order:hover{box-shadow:0 6px 20px #1b3b2b4d;transform:translateY(-2px)}.btn-back{transition:all .3s ease}.btn-back:hover{background:#d0c5b8}.btn-place-order:disabled{cursor:not-allowed;opacity:.6}.order-success-page{background:linear-gradient(135deg,#e8e0d5,#d4e2d4)}.order-success-card{animation:slideUp .5s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-animation{animation:bounce .5s ease}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.order-summary-box,.shipping-info-box{background:#f8f9fa;border-radius:16px;margin:1rem 0;padding:1.5rem;text-align:left}.order-summary-total{font-size:1.1rem}.continue-shopping-btn{font-size:1rem;font-weight:600;transition:all .3s ease}.continue-shopping-btn:hover{background:#1b3b2b;transform:translateY(-2px)}@media (max-width:768px){.checkout-container{padding:1rem}.checkout-content{grid-template-columns:1fr}.checkout-steps{gap:1rem}.checkout-form-section{padding:1.5rem}.order-success-card{padding:2rem}}.checkout-container{margin:0 auto;max-width:1400px;min-height:80vh;padding:2rem}.checkout-wrapper h1{color:#1b3b2b;font-size:2.5rem;margin-bottom:2rem;text-align:center}.checkout-steps{display:flex;gap:3rem;justify-content:center;margin-bottom:3rem}.step{flex-direction:column;gap:.5rem}.step,.step-number{align-items:center;display:flex}.step-number{background:#e0d5c8;border-radius:50%;color:#7a8a7a;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;width:40px}.step.active .step-number{background:#2a5a3a;color:#fff}.step-label{color:#7a8a7a;font-size:.85rem}.step.active .step-label{color:#1b3b2b;font-weight:600}.checkout-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 380px}.checkout-form-section{background:#fff;border-radius:20px;box-shadow:0 4px 15px #0000000d;padding:2rem}.checkout-form-section h2{color:#1b3b2b;margin-bottom:1.5rem}.btn-continue,.btn-place-order{background:linear-gradient(135deg,#2a5a3a,#1b3b2b);color:#fff;margin-top:1rem;width:100%}.btn-back,.btn-continue,.btn-place-order{border:none;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem}.btn-back{background:#e0d5c8;color:#2c3e2f;flex:1 1}.form-buttons{display:flex;gap:1rem;margin-top:1rem}.review-section{background:#f8f9fa;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.review-item{border-bottom:1px solid #e0d5c8;display:flex;justify-content:space-between;padding:.8rem 0}.edit-link{background:none;border:none;color:#c9a87b;cursor:pointer;margin-top:.5rem;text-decoration:underline}.order-summary-section{background:#fff;border-radius:20px;box-shadow:0 4px 15px #0000000d;height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:100px}.summary-items{margin-bottom:1rem;max-height:300px;overflow-y:auto}.summary-item{border-bottom:1px solid #f0ebe3;display:flex;justify-content:space-between;padding:.8rem 0}.summary-divider{background:#e0d5c8;height:1px;margin:1rem 0}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0}.summary-row.total{border-top:2px solid #e0d5c8;color:#1b3b2b;font-size:1.2rem;font-weight:700;margin-top:.5rem;padding-top:1rem}.free-shipping-badge{background:linear-gradient(135deg,#2a5a3a,#1b3b2b);border-radius:12px;color:#fff;margin:1rem 0;padding:.8rem;text-align:center}.secure-checkout{background:#f8f9fa;border-radius:12px;margin-top:1rem;padding:1rem;text-align:center}.order-success-page{align-items:center;display:flex;justify-content:center;min-height:80vh;padding:2rem}.order-success-card{background:#fff;border-radius:30px;box-shadow:0 20px 50px #0000001a;max-width:600px;padding:3rem;text-align:center;width:100%}.success-animation{align-items:center;background:#2a5a3a;border-radius:50%;color:#fff;display:flex;font-size:3rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.order-number{background:#f0ebe3;border-radius:20px;display:inline-block;font-family:monospace;margin:1rem 0;padding:.5rem 1rem}.order-summary-box{background:#f8f9fa;border-radius:16px;margin:1rem 0;padding:1.5rem;text-align:left}.order-summary-item{border-bottom:1px solid #e0d5c8;padding:.5rem 0}.order-summary-item,.order-summary-total{display:flex;justify-content:space-between}.order-summary-total{border-top:2px solid #e0d5c8;font-weight:700;margin-top:.5rem;padding:1rem 0 0}.continue-shopping-btn{background:#2a5a3a;border:none;border-radius:50px;color:#fff;cursor:pointer;margin-top:1rem;padding:1rem 2rem;width:100%}@media (max-width:768px){.checkout-container{padding:1rem}.checkout-content{grid-template-columns:1fr}.checkout-steps{gap:1rem}}.delivery-note{background:#fef5e8;border-radius:12px;margin:1rem 0;padding:1rem;text-align:center}.delivery-note p{font-size:.85rem;margin:.25rem 0}.delivery-note-summary{background:#f0f5f0;border-radius:12px;margin-top:1rem;padding:.8rem;text-align:center}.delivery-note-summary p{color:#3d5a3d;font-size:.8rem;margin:.25rem 0}.payment-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.payment-option{align-items:flex-start;background:#fff;border:2px solid #e0d5c8;border-radius:12px;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.payment-option:hover{background:#f0f5f0;border-color:#2a5a3a}.payment-option input{cursor:pointer;height:18px;margin-top:.2rem;width:18px}.payment-option div{flex:1 1}.payment-option strong{color:#1b3b2b;display:block;margin-bottom:.25rem}.payment-option p{color:#7a8a7a;font-size:.85rem;margin:0}.contact-note{background:#fef5e8;border-left:4px solid #c9a87b;border-radius:16px;margin:1rem 0;padding:1.5rem;text-align:center}.contact-note p{margin:.5rem 0}.contact-note strong{color:#1b3b2b}.payment-info-box{background:#f8f9fa;border-radius:12px;margin:1rem 0;padding:1rem}.payment-info-box h3{color:#1b3b2b;margin-bottom:.5rem}.contact-summary{background:#fef5e8;border-radius:12px;font-size:.85rem;margin-top:1rem;padding:1rem;text-align:center}.contact-summary p{margin:.25rem 0}.delivery-info{background:#f0f5f0;border-radius:12px;margin:1rem 0;padding:1rem}.delivery-info h3{color:#1b3b2b;font-size:1rem;margin-bottom:.5rem}.delivery-info p{color:#3d5a3d;font-size:.85rem;margin:.25rem 0}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:12px;color:#155724}.error-message,.success-message{margin-bottom:1rem;padding:1rem;text-align:center}.error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:12px;color:#721c24}
/*# sourceMappingURL=main.fc9a9ced.css.map*/