*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8f9fa;color:#333;font-family:Poppins,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.logo{color:#fff;font-size:2rem;font-weight:700;text-decoration:none}.nav{align-items:center;display:flex;gap:2rem;list-style:none}.nav a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s ease}.nav a:hover{color:gold}.cart-icon{cursor:pointer;font-size:1.5rem;position:relative}.cart-count{background:#ff4757;border-radius:50%;font-size:.8rem;font-weight:700;height:20px;position:absolute;right:-8px;top:-8px;width:20px}.cart-count,.hero{align-items:center;color:#fff;display:flex;justify-content:center}.hero{background:linear-gradient(#0006,#0006),url(https://images.unsplash.com/photo-1586023492125-27b2c045efd7?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80);background-position:50%;background-size:cover;height:60vh;text-align:center}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-content p{font-size:1.2rem;margin-bottom:2rem;max-width:600px}.btn{background:#ff6b6b;border:none;border-radius:25px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn:hover{background:#ff5252;box-shadow:0 5px 15px #ff6b6b66;transform:translateY(-2px)}.products-section{padding:4rem 0}.section-title{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.product-card{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 15px 30px #0003;transform:translateY(-5px)}.product-image{height:250px;object-fit:cover;width:100%}.product-info{padding:1.5rem}.product-name{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.product-price{color:#ff6b6b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.product-description{color:#666;line-height:1.5;margin-bottom:1rem}.add-to-cart{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px;transition:background .3s ease;width:100%}.add-to-cart:hover{background:#5a6fd8}.cart-modal{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.cart-content{background:#fff;border-radius:15px;max-height:80vh;max-width:600px;overflow-y:auto;padding:2rem;width:90%}.cart-header{align-items:center;border-bottom:2px solid #eee;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.cart-title{color:#333;font-size:1.8rem;font-weight:700}.close-cart{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem}.cart-item{align-items:center;border-bottom:1px solid #eee;display:flex;gap:1rem;padding:1rem 0}.cart-item-image{border-radius:8px;height:80px;object-fit:cover;width:80px}.cart-item-info{flex:1 1}.cart-item-name{font-weight:600;margin-bottom:.5rem}.cart-item-price{color:#ff6b6b;font-weight:700}.quantity-controls{align-items:center;display:flex;gap:.5rem;margin-top:.5rem}.quantity-btn{align-items:center;background:#667eea;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;width:30px}.quantity-btn:hover{background:#5a6fd8}.quantity{font-weight:600;min-width:30px;text-align:center}.remove-item{background:#ff4757;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.8rem;padding:5px 10px}.remove-item:hover{background:#ff3742}.cart-total{border-top:2px solid #eee;margin-top:2rem;padding-top:1rem;text-align:right}.total-amount{color:#333;font-size:1.5rem;font-weight:700}.checkout-btn{background:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:15px;transition:background .3s ease;width:100%}.checkout-btn:hover{background:#218838}.checkout-form{background:#fff;border-radius:15px;margin:2rem auto;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;width:90%}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #ddd;border-radius:8px;font-size:1rem;padding:12px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-select{background:#fff;border:2px solid #ddd;border-radius:8px;font-size:1rem;padding:12px;transition:border-color .3s ease;width:100%}.form-select:focus{border-color:#667eea;outline:none}.order-summary{background:#f8f9fa;border-radius:10px;margin-bottom:2rem;padding:1.5rem}.order-summary h4{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.order-items{margin-bottom:1rem}.order-item{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:.5rem 0}.order-item:last-child{border-bottom:none;margin-bottom:0}.item-name{color:#333;flex:1 1;font-weight:500;margin-right:1rem}.item-price{color:#ff6b6b;font-weight:600;white-space:nowrap}.order-total{align-items:center;border-top:2px solid #ddd;color:#333;display:flex;font-size:1.2rem;font-weight:700;justify-content:space-between;padding-top:1rem}.order-total span:last-child{color:#ff6b6b}.footer{background:#333;color:#fff;margin-top:4rem;padding:3rem 0 2rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:gold;margin-bottom:1rem}.footer-section a,.footer-section p{color:#ccc;line-height:1.6;text-decoration:none}.footer-section a:hover{color:gold}.footer-bottom{border-top:1px solid #555;color:#999;padding-top:2rem;text-align:center}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem}.nav{gap:1rem}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1rem}.products-grid{grid-template-columns:1fr}.cart-content{padding:1rem;width:95%}.cart-item{flex-direction:column;text-align:center}.cart-item-image{height:120px;width:120px}}@media (max-width:480px){.container{padding:0 10px}.hero{height:50vh}.hero-content h1,.section-title{font-size:2rem}}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724;margin:1rem 0;padding:1rem}.empty-cart{color:#666;padding:2rem;text-align:center}.empty-cart-icon{color:#ddd;font-size:4rem;margin-bottom:1rem}.product-details-modal{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:2000}.product-details-content{animation:slideIn .3s ease;background:#fff;border-radius:20px;max-height:90vh;max-width:1000px;overflow-y:auto;position:relative;width:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.close-details{align-items:center;background:#f8f9fa;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:40px;z-index:10}.close-details:hover{background:#e9ecef;color:#333}.product-details-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;padding:3rem}.product-details-image img{border-radius:15px;box-shadow:0 10px 30px #0000001a;height:500px;object-fit:cover;width:100%}.product-details-info{padding:1rem 0}.product-category{color:#667eea;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.product-details-name{color:#333;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.product-rating{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.stars{display:flex;gap:2px}.star{color:gold;font-size:1.2rem}.rating-text{color:#666;font-size:.9rem}.product-details-price{color:#ff6b6b;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.product-description-full h3,.product-features h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.product-description-full p{color:#666;line-height:1.6;margin-bottom:1rem}.product-features ul{list-style:none;padding:0}.product-features li{color:#666;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.product-features li:before{color:#28a745;content:"✓";font-weight:700;left:0;position:absolute}.product-shipping{background:#f8f9fa;border-radius:10px;margin:2rem 0;padding:1.5rem}.shipping-info{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.shipping-info:last-child{margin-bottom:0}.shipping-icon{color:#667eea;font-size:1.5rem}.shipping-info strong{color:#333;font-weight:600}.shipping-info p{color:#666;font-size:.9rem;margin:0}.product-actions{margin-top:2rem}.add-to-cart-large{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;letter-spacing:1px;padding:18px 30px;text-transform:uppercase;transition:all .3s ease;width:100%}.add-to-cart-large:hover{box-shadow:0 10px 25px #667eea66;transform:translateY(-2px)}.cart-popup-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:2500}.cart-popup{animation:popupSlide .3s ease;background:#fff;border-radius:20px;max-width:500px;width:100%}@keyframes popupSlide{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.cart-popup-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:2rem 2rem 1rem}.success-icon{align-items:center;background:#28a745;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;margin-right:1rem;width:50px}.cart-popup-header h3{color:#333;flex:1 1;font-size:1.5rem;margin:0}.close-popup{background:none;border:none;border-radius:50%;color:#666;cursor:pointer;font-size:1.5rem;padding:5px;transition:all .3s ease}.close-popup:hover{background:#f8f9fa;color:#333}.cart-popup-content{display:flex;gap:1.5rem;padding:2rem}.popup-product-image{border-radius:10px;flex-shrink:0;height:100px;object-fit:cover;width:100px}.popup-product-info{flex:1 1}.popup-product-info h4{color:#333;font-size:1.2rem;margin:0 0 .5rem}.popup-price{color:#ff6b6b;font-size:1.3rem;font-weight:700;margin:0 0 .5rem}.popup-description{color:#666;font-size:.9rem;line-height:1.4;margin:0}.cart-popup-actions{display:flex;gap:1rem;padding:0 2rem 2rem}.continue-shopping,.view-cart{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-weight:600;gap:.5rem;justify-content:center;padding:12px 20px;transition:all .3s ease}.continue-shopping{background:#f8f9fa;border:2px solid #e9ecef;color:#333}.continue-shopping:hover{background:#e9ecef}.view-cart{background:#667eea;border:none;color:#fff}.view-cart:hover{background:#5a6fd8}@media (max-width:768px){.product-details-grid{gap:2rem;grid-template-columns:1fr;padding:2rem}.product-details-image img{height:300px}.product-details-name,.product-details-price{font-size:2rem}.cart-popup-content{flex-direction:column;text-align:center}.popup-product-image{height:150px;margin:0 auto;width:150px}.cart-popup-actions{flex-direction:column}}@media (max-width:480px){.product-details-content{margin:1rem;max-height:95vh}.product-details-grid{padding:1.5rem}.cart-popup{margin:1rem}.cart-popup-actions,.cart-popup-content,.cart-popup-header{padding-left:1.5rem;padding-right:1.5rem}}.nav-link{background:none;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#ffffff1a;color:gold}.nav-link.active{background:#fff3;color:gold}.nav-dropdown{position:relative}.dropdown-arrow{font-size:.8rem;margin-left:.5rem;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{animation:dropdownSlide .3s ease;background:#fff;border-radius:8px;box-shadow:0 10px 30px #0003;left:0;min-width:200px;overflow:hidden;position:absolute;top:100%;z-index:1000}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{background:none;border:none;color:#333;cursor:pointer;display:block;font-size:.95rem;font-weight:500;padding:12px 20px;text-align:left;transition:background-color .3s ease;width:100%}.dropdown-item:hover{background:#f8f9fa;color:#667eea}.dropdown-item:first-child{border-bottom:1px solid #eee;color:#667eea;font-weight:600}.footer-link{background:none;border:none;color:#ccc;cursor:pointer;font-size:inherit;padding:0;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:gold}.about-page{min-height:100vh}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.about-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.about-hero p{font-size:1.2rem;margin:0 auto;max-width:600px}.about-content{padding:4rem 0}.about-story{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.story-text h2{color:#333;font-size:2.5rem;margin-bottom:2rem}.story-text p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.story-image img{border-radius:15px;box-shadow:0 10px 30px #0000001a;height:400px;object-fit:cover;width:100%}.about-values{margin-bottom:4rem}.about-values h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-card{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{color:#667eea;font-size:3rem;margin-bottom:1rem}.value-card h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.value-card p{color:#666;line-height:1.6}.about-team{margin-bottom:4rem}.about-team h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.team-member{grid-gap:3rem;align-items:center;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;display:grid;gap:3rem;grid-template-columns:300px 1fr;padding:3rem}.member-image img{border-radius:15px;height:300px;object-fit:cover;width:100%}.member-info h3{color:#333;font-size:2rem;margin-bottom:.5rem}.member-role{color:#667eea;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.member-info p{color:#666;line-height:1.6;margin-bottom:1rem}.member-contact{background:#f8f9fa;border-radius:8px;margin-top:1rem;padding:1rem}.about-stats{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;padding:4rem 0}.about-stats h2{font-size:2.5rem;margin-bottom:3rem;text-align:center}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-item{text-align:center}.stat-number{color:gold;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}.contact-page{min-height:100vh}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.contact-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.contact-hero p{font-size:1.2rem;margin:0 auto;max-width:600px}.contact-content{padding:4rem 0}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.contact-info h2{color:#333;font-size:2.5rem;margin-bottom:1.5rem}.contact-info p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{align-items:flex-start;display:flex;gap:1rem}.contact-icon{color:#667eea;font-size:1.5rem;margin-top:.25rem}.contact-item h4{color:#333;font-size:1.2rem;margin-bottom:.5rem}.contact-item p{color:#666;font-size:.95rem;margin:0}.contact-form-section h2{color:#333;font-size:2.5rem;margin-bottom:2rem}.contact-form{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;padding:2rem}.submit-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;padding:15px 30px;transition:all .3s ease;width:100%}.submit-btn:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.faq-section{background:#f8f9fa;border-radius:15px;padding:4rem 0}.faq-section h2{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.faq-item{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem}.faq-item h4{color:#333;font-size:1.3rem;margin-bottom:1rem}.faq-item p{color:#666;line-height:1.6;margin:0}.products-header{margin-bottom:3rem;text-align:center}.current-category{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;display:inline-flex;font-size:1.1rem;gap:1rem;margin-top:1rem;padding:1rem}.current-category strong{font-weight:600}.clear-filter{background:#fff3;border:1px solid #ffffff4d;border-radius:20px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:8px 16px;transition:all .3s ease}.clear-filter:hover{background:#ffffff4d;transform:translateY(-1px)}.no-products{color:#666;padding:4rem 2rem;text-align:center}.no-products h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.related-products-section{border-top:1px solid #eee;margin-top:3rem;padding:2rem 3rem}.related-products-section h3{color:#333;font-size:1.8rem;margin-bottom:2rem;text-align:center}.related-products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.related-product-card{background:#fff;border-radius:10px;box-shadow:0 3px 10px #0000001a;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.related-product-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-3px)}.related-product-image{height:150px;object-fit:cover;width:100%}.related-product-info{padding:1rem}.related-product-info h4{color:#333;font-size:1rem;font-weight:600;margin-bottom:.5rem}.related-product-price{color:#ff6b6b;font-size:1.1rem;font-weight:700;margin:0}@media (max-width:768px){.about-story,.contact-grid,.team-member{gap:2rem;grid-template-columns:1fr}.member-image img,.story-image img{height:250px}.about-hero h1,.contact-hero h1{font-size:2.5rem}.category-buttons{justify-content:flex-start;overflow-x:auto;padding-bottom:1rem}.category-btn{flex-shrink:0;white-space:nowrap}.related-products-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.dropdown-menu,.nav-dropdown{position:static}.dropdown-menu{animation:none;background:#ffffff1a;border-radius:8px;box-shadow:none;margin-top:.5rem}.dropdown-item{color:#fff;font-size:.9rem;padding:10px 15px}.dropdown-item:hover{background:#fff3;color:gold}.dropdown-item:first-child{border-bottom:1px solid #fff3;color:gold}}@media (max-width:480px){.about-hero,.contact-hero{padding:2rem 0}.about-hero h1,.contact-hero h1{font-size:2rem}.about-content,.contact-content{padding:2rem 0}.team-member{padding:2rem}.contact-form{padding:1.5rem}}@media (max-width:768px){.checkout-form{margin:1rem auto;padding:1.5rem;width:95%}.form-row{gap:0;grid-template-columns:1fr}.order-item{align-items:flex-start;flex-direction:column;gap:.5rem}.item-name{margin-bottom:.25rem;margin-right:0}.item-price{align-self:flex-end}.order-total{align-items:flex-start;flex-direction:column;gap:.5rem}.order-total span:last-child{align-self:flex-end;font-size:1.4rem}}@media (max-width:480px){.checkout-form{margin:.5rem auto;max-height:95vh;padding:1rem;width:98%}.cart-header{padding:1rem 0}.cart-title{font-size:1.5rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea,.form-select{font-size:16px;padding:10px}.order-summary{padding:1rem}.order-summary h4{font-size:1.1rem}.order-item{padding:.75rem 0}.item-name{font-size:.9rem;line-height:1.3}.item-price{font-size:1rem}.order-total{font-size:1.1rem}.checkout-btn{font-size:1rem;padding:12px 20px}}
/*# sourceMappingURL=main.c9c73bce.css.map*/