.hero{position:relative;min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%;padding:2rem;box-sizing:border-box}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(22,163,74,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(220,38,38,.05) 0%,transparent 50%);animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero-content{position:relative;z-index:10;max-width:1400px;width:100%;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;box-sizing:border-box}.hero-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#1f2937;animation:slideInLeft 1s ease-out;padding-right:2rem}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.hero-image{display:flex;align-items:center;justify-content:center;animation:slideInRight 1s ease-out;position:relative}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.hero-image img{width:100%;max-width:600px;height:auto;border-radius:2rem;box-shadow:0 20px 60px #00000026;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(2deg)}}.hero-title{font-size:4rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:#1f2937}.highlight{display:block;background:linear-gradient(135deg,#16a34a,#15803d,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s ease-in-out infinite;background-size:200% auto}@keyframes shimmer{0%,to{background-position:0% center}50%{background-position:100% center}}.hero-subtitle{font-size:1.35rem;line-height:1.8;margin-bottom:2.5rem;color:#6b7280;font-weight:400}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;animation:fadeInUp 1s ease-out .3s both}.btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1.2rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 10px 25px #0000001a;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn-icon{font-size:1.5rem;position:relative;z-index:1}.btn-primary{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;position:relative}.btn-primary:hover{transform:translateY(-5px);box-shadow:0 15px 35px #16a34a4d}.btn-pulse{animation:pulse-button 2s infinite}@keyframes pulse-button{0%,to{box-shadow:0 10px 25px #0000001a,0 0 #16a34a66}50%{box-shadow:0 10px 25px #0000001a,0 0 0 20px #16a34a00}}.btn-secondary{background:#fff;color:#16a34a;border:2px solid #16a34a}.btn-secondary:hover{background:#f0fdf4;transform:translateY(-5px);box-shadow:0 15px 35px #16a34a33}@media(max-width:1024px){.hero{min-height:90vh}.hero-content{gap:3rem}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.25rem}.hero-image img{max-width:500px}}@media(max-width:768px){.hero{min-height:auto;padding:3rem 1.5rem}.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-text{align-items:center;padding-right:0;order:2}.hero-image{order:1}.hero-image img{max-width:400px}.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1.15rem;line-height:1.7}.hero-buttons{justify-content:center}.btn{padding:1.1rem 2rem;font-size:1.1rem}}@media(max-width:640px){.hero{padding:2.5rem 1rem}.hero-title{padding-top:20%;padding-bottom:20%}.hero-subtitle{padding-top:5%}.hero-content{gap:2.5rem}.hero-image img{max-width:350px}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.05rem}.hero-buttons{flex-direction:column;width:100%;padding-top:5%}.btn{width:100%;max-width:350px}}@media(max-width:480px){.hero{padding:2rem 1rem}.hero-content{gap:2rem}.hero-image img{max-width:300px}.hero-title{font-size:.5rem}.hero-subtitle{font-size:1rem;line-height:1.6}.btn{padding:1rem 1.75rem;font-size:1rem}.btn-icon{font-size:1.35rem}.highlight{font-size:1.75rem}}@media(max-width:360px){.hero{padding:1.75rem .75rem}.hero-content{gap:1.75rem}.hero-image img{max-width:280px}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.95rem}.btn{padding:.875rem 1.5rem;font-size:.95rem}}@media(min-width:1920px){.hero-content{max-width:1600px}.hero-title{font-size:5rem}.hero-subtitle{font-size:1.5rem}.hero-image img{max-width:700px}.btn{padding:1.5rem 3rem;font-size:1.3rem}}@media(max-height:500px)and (orientation:landscape){.hero{min-height:auto;padding:2rem 1.5rem}.hero-content{grid-template-columns:1fr 1fr}.hero-text{order:1;text-align:left;align-items:flex-start}.hero-image{order:2}.hero-image img{max-width:300px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.hero-buttons{flex-direction:row;justify-content:flex-start}.btn{padding:.875rem 1.75rem}}@media(prefers-reduced-motion:reduce){.hero:before,.highlight,.btn-pulse,.hero-image img{animation:none}.btn:before{transition:none}}@media print{.hero{min-height:auto;background:#fff}.hero-buttons,.hero-image{display:none}.highlight{-webkit-text-fill-color:black;color:#000}}.open-hours-section{padding:4rem 2rem;background-color:#f8f9fa;color:#333}.open-hours-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.open-hours-title{font-size:2rem;font-weight:700}.open-hours-subtitle{font-size:1rem;color:#666}.status-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.status-badge.open{background-color:#d4edda;color:#155724}.status-badge.closed{background-color:#f8d7da;color:#721c24}.schedule-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.schedule-card{background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:transform .3s ease}.schedule-card:hover{transform:translateY(-5px)}.schedule-card.highlight{border-color:#ffc107}.schedule-card.special{border-color:#17a2b8}.schedule-icon{font-size:2rem}.schedule-days{font-size:1.2rem;font-weight:700}.schedule-hours{font-size:1rem;color:#666}.guest-page{min-height:100vh;background:linear-gradient(to bottom,#fff,#f9fafb)}.featured-section{max-width:1400px;margin:0 auto;padding:4rem 2rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;color:#1f2937;margin-bottom:.5rem}.section-description{text-align:center;color:#6b7280;font-size:1.25rem;margin-bottom:3rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:0 auto 3rem;width:100%}.category-card-link{text-decoration:none;width:100%}.guest-category-card{position:relative;background:linear-gradient(135deg,#1f2937,#111827);border-radius:1.5rem;height:220px;overflow:hidden;box-shadow:0 10px 30px #0000004d;transition:all .3s ease;cursor:pointer;width:100%;border:2px solid rgba(255,255,255,.1)}.guest-category-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0006;border-color:#fff3}.category-gradient{position:absolute;inset:0;opacity:.15;transition:opacity .3s ease}.guest-category-card:hover .category-gradient{opacity:.25}.category-content{position:relative;z-index:10;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;padding:2rem;text-align:center}.category-icon-large{font-size:4.5rem;margin-bottom:1.5rem;transition:transform .3s ease;filter:drop-shadow(2px 2px 8px rgba(0,0,0,.5))}.guest-category-card:hover .category-icon-large{transform:scale(1.2) rotate(5deg)}.category-title{font-size:1.75rem;font-weight:700;text-align:center;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,.5);line-height:1.3;margin:0;z-index:10;position:relative}.view-all-container{text-align:center;margin-top:3rem}.view-all-button{display:inline-block;background:linear-gradient(135deg,#16a34a,#dc2626);color:#fff;padding:1.25rem 3rem;border-radius:50px;font-size:1.25rem;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.view-all-button:hover{transform:scale(1.05);box-shadow:0 8px 16px #0003}.about-section{background:linear-gradient(to bottom,#f9fafb,#fff);padding:4rem 2rem}.about-content{max-width:1200px;margin:0 auto}.about-title{font-size:2.5rem;font-weight:700;text-align:center;color:#1f2937;margin-bottom:3rem}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.feature-card p{color:#6b7280;font-size:1rem;line-height:1.6}@media(max-width:1024px){.categories-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.about-features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:768px){.featured-section{padding:3rem 1.5rem}.section-title{font-size:2rem}.section-description{font-size:1rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.guest-category-card{height:200px}.category-icon-large{font-size:3.5rem;margin-bottom:1rem}.category-title{font-size:1.5rem}.view-all-button{padding:1rem 2rem;font-size:1.1rem}.about-section{padding:3rem 1.5rem}}@media(max-width:640px){.featured-section{padding:3rem 1rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.about-section{padding:3rem 1rem}}@media(max-width:480px){.featured-section{padding:2rem 1rem}.section-title{font-size:1.75rem}.categories-grid{grid-template-columns:1fr;gap:1.5rem}.guest-category-card{height:180px;max-width:100%}.category-icon-large{font-size:3rem}.category-title{font-size:1.4rem}.view-all-button{width:90%;max-width:300px}.about-section{padding:2rem 1rem}.about-features{grid-template-columns:1fr}}@media(max-width:360px){.featured-section{padding:2rem .75rem}.categories-grid{gap:1rem}.guest-category-card{height:160px}.category-icon-large{font-size:2.5rem;margin-bottom:.75rem}.category-title{font-size:1.25rem}.about-section{padding:2rem .75rem}}.products-page{min-height:100vh;background:linear-gradient(to bottom right,#f0fdf4,#fef3c7,#fee2e2);padding:3rem 1rem}.products-header{text-align:center;margin-bottom:3rem}.products-title{font-size:3rem;font-weight:700;background:linear-gradient(to right,#16a34a,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.products-subtitle{color:#6b7280;font-size:1.25rem}.categories-grid-container{max-width:1400px;margin:0 auto;padding:0 1rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.category-card{position:relative;background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000001a;overflow:hidden;cursor:pointer;transition:all .3s ease;height:200px}.category-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #00000026}.category-card-overlay{position:absolute;inset:0;opacity:0;transition:opacity .3s ease}.category-card:hover .category-card-overlay{opacity:.1}.category-card-content{position:relative;z-index:10;padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.category-icon{font-size:4rem;margin-bottom:1rem;transition:transform .3s ease}.category-card:hover .category-icon{transform:scale(1.2)}.category-name{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.category-description{color:#6b7280;font-size:.95rem}.category-card-border{position:absolute;bottom:0;left:0;right:0;height:4px;transform:scaleX(0);transition:transform .3s ease}.category-card:hover .category-card-border{transform:scaleX(1)}@media(max-width:768px){.products-title{font-size:2rem}.products-subtitle{font-size:1rem}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.category-card{height:180px}.category-icon{font-size:3rem}.category-name{font-size:1.25rem}}@media(max-width:480px){.categories-grid{grid-template-columns:1fr}}.product-list-page{min-height:100vh;background:#6d6b6b}.product-list-header{padding:4rem 2rem;text-align:center;position:relative;color:#fff}.header-content{max-width:1200px;margin:0 auto}.back-to-categories-btn{background:#ffffffe6;color:#333;border:none;padding:.75rem 1.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:2rem;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 4px 6px #0000001a}.back-to-categories-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.header-icon{font-size:5rem;margin-bottom:1rem;animation:floatIcon 3s ease-in-out infinite}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.header-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.header-count{font-size:1.25rem;opacity:.9}.product-list-container{max-width:1400px;margin:0 auto;padding:3rem 2rem}.product-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.product-item-card{background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;display:flex;flex-direction:column}.product-item-card:hover{transform:translateY(-10px);box-shadow:0 12px 24px #00000026}.product-item-image-wrapper{position:relative;width:100%;height:250px;overflow:hidden;background:#f0f0f0}.product-item-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-item-card:hover .product-item-image{transform:scale(1.1)}.product-item-price-badge{position:absolute;top:1rem;right:1rem;color:#fff;padding:.5rem 1rem;border-radius:50px;font-weight:700;font-size:1.25rem;box-shadow:0 4px 6px #0003;z-index:10;background-color:#000}.product-item-details{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.product-item-name{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;line-height:1.4}.product-item-description{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.product-item-footer{margin-top:auto}.add-to-cart-button{width:100%;padding:1rem 1.5rem;border:none;border-radius:50px;color:#fff;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 6px #0000001a}.add-to-cart-button:hover{transform:scale(1.05);box-shadow:0 6px 12px #00000026}.cart-icon{font-size:1.3rem}.no-products-message{text-align:center;padding:5rem 2rem}.no-products-icon{font-size:6rem;margin-bottom:1.5rem;opacity:.5}.no-products-message h3{font-size:2.5rem;color:#1f2937;margin-bottom:1rem}.no-products-message p{color:#6b7280;font-size:1.25rem}.product-list-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;gap:1.5rem}.spinner{width:60px;height:60px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.product-list-loading p{font-size:1.25rem;color:#6b7280}@media(max-width:768px){.header-title{font-size:2.5rem}.header-icon{font-size:4rem}.product-list-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.product-item-image-wrapper{height:200px}}@media(max-width:480px){.product-list-grid{grid-template-columns:1fr}}.admin-page{min-height:100vh;background:linear-gradient(to bottom,#f9fafb,#fff);padding:2rem;width:100%;max-width:100%;margin:0;box-sizing:border-box;overflow-x:hidden}.notification{position:fixed;top:2rem;right:2rem;padding:1rem 1.5rem;border-radius:.75rem;box-shadow:0 10px 30px #0003;z-index:10000;font-weight:600;animation:slideIn .3s ease;max-width:400px}.notification.success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.notification.error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1.5rem}.spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#16a34a;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-header{display:flex;justify-content:space-between;align-items:center;margin:0 0 2rem;padding:1.5rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d;flex-wrap:wrap;gap:1rem;width:100%;max-width:100%;box-sizing:border-box}.admin-header h1{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#16a34a,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;flex-shrink:0}.btn-add-product,.btn-submit,.btn-edit,.btn-delete,.btn-cancel{padding:.75rem 1.5rem;border-radius:.75rem;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none;outline:none;white-space:nowrap}.btn-add-product{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;box-shadow:0 4px 12px #16a34a4d}.btn-add-product:hover{transform:translateY(-2px);box-shadow:0 6px 20px #16a34a66}.btn-submit{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;box-shadow:0 4px 12px #16a34a4d}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #16a34a66}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.btn-edit{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:.5rem 1rem;font-size:.9rem;box-shadow:0 2px 8px #3b82f64d}.btn-edit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.btn-delete{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.5rem 1rem;font-size:.9rem;box-shadow:0 2px 8px #ef44444d}.btn-delete:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}.btn-cancel{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;box-shadow:0 4px 12px #6b72804d}.btn-cancel:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6b728066}.btn-cancel:disabled{opacity:.6;cursor:not-allowed}.product-form-container{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 12px #0000000d;margin:0 0 2rem;width:100%;max-width:100%;box-sizing:border-box}.product-form-container h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 2rem}.product-form{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:100%}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;max-width:100%}.form-group{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:100%;box-sizing:border-box}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:all .3s ease;width:100%;max-width:100%;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f3f4f6;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:100px;font-family:inherit}.image-preview{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#f9fafb;border-radius:.75rem;border:2px dashed #d1d5db;width:100%;max-width:100%;box-sizing:border-box}.image-preview label{font-weight:600;color:#374151}.image-preview img{max-width:300px;max-height:300px;object-fit:contain;border-radius:.5rem;box-shadow:0 4px 12px #0000001a}.form-actions{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.category-filter{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d;margin:0 0 2rem;flex-wrap:wrap;width:100%;max-width:100%;box-sizing:border-box}.category-filter label{font-weight:600;color:#374151;white-space:nowrap}.category-select{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;font-weight:600;color:#1f2937;background:#fff;cursor:pointer;transition:all .3s ease;min-width:200px;max-width:100%}.category-select:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.product-count{padding:.5rem 1rem;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border-radius:.5rem;font-weight:700;white-space:nowrap}.products-table-container{background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d;overflow-x:auto;width:100%;max-width:100%;margin:0;box-sizing:border-box}.products-table{width:100%;border-collapse:collapse;table-layout:fixed}.products-table thead{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}.products-table th{padding:1.25rem 1rem;text-align:left;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.products-table th:nth-child(1){width:80px}.products-table th:nth-child(2){width:20%}.products-table th:nth-child(3){width:10%}.products-table th:nth-child(4){width:35%}.products-table th:nth-child(5){width:15%}.products-table th:nth-child(6){width:180px}.products-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background .2s ease}.products-table tbody tr:hover{background:#f9fafb}.products-table tbody tr:last-child{border-bottom:none}.products-table td{padding:1.25rem 1rem;color:#374151;vertical-align:middle;word-wrap:break-word;overflow-wrap:break-word}.product-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:.5rem;box-shadow:0 2px 8px #0000001a;display:block}.product-name-cell{font-weight:700;color:#1f2937;word-wrap:break-word;overflow-wrap:break-word}.price-cell{font-weight:700;color:#16a34a;font-size:1.1rem;white-space:nowrap}.description-cell{color:#6b7280;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5}.category-badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:.5rem;font-weight:600;font-size:.85rem;white-space:nowrap}.actions-cell{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.no-products{text-align:center;padding:3rem 2rem;color:#9ca3af;font-size:1.1rem;font-weight:600}@media(min-width:3840px){.admin-page{padding:6rem 8rem}.admin-header{padding:3rem 4rem}.admin-header h1{font-size:4rem}.product-form-container{padding:4rem}.product-form-container h2{font-size:3rem}.form-row{grid-template-columns:repeat(3,1fr);gap:3rem}.form-group input,.form-group select,.form-group textarea{padding:1.25rem 1.5rem;font-size:1.35rem}.form-group label{font-size:1.35rem}.btn-add-product,.btn-submit,.btn-cancel{padding:1.5rem 3rem;font-size:1.5rem}.products-table th,.products-table td{padding:2.5rem 2rem;font-size:1.35rem}.product-thumbnail{width:120px;height:120px}.category-filter{padding:2.5rem 3rem}.category-filter label,.category-select{font-size:1.35rem}.category-select{padding:1.25rem 1.5rem}}@media(min-width:2560px)and (max-width:3839px){.admin-page{padding:4rem 6rem}.admin-header{padding:2.5rem 3.5rem}.admin-header h1{font-size:3.5rem}.product-form-container{padding:3.5rem}.product-form-container h2{font-size:2.5rem}.form-row{grid-template-columns:repeat(3,1fr);gap:2.5rem}.form-group input,.form-group select,.form-group textarea{padding:1.15rem 1.35rem;font-size:1.25rem}.form-group label{font-size:1.25rem}.btn-add-product,.btn-submit,.btn-cancel{padding:1.25rem 2.5rem;font-size:1.35rem}.btn-edit,.btn-delete{padding:.85rem 1.5rem;font-size:1.15rem}.products-table th,.products-table td{padding:2rem 1.75rem;font-size:1.25rem}.product-thumbnail{width:100px;height:100px}.category-filter{padding:2rem 3rem}.category-filter label,.category-select{font-size:1.25rem}.category-select{padding:1.15rem 1.35rem}}@media(min-width:1920px)and (max-width:2559px){.admin-page{padding:3rem 5rem}.admin-header{padding:2rem 3rem}.admin-header h1{font-size:3rem}.product-form-container{padding:3rem}.product-form-container h2{font-size:2.25rem}.form-row{grid-template-columns:repeat(2,1fr);gap:2.25rem}.form-group input,.form-group select,.form-group textarea{padding:1rem 1.25rem;font-size:1.15rem}.form-group label{font-size:1.15rem}.btn-add-product,.btn-submit,.btn-cancel{padding:1rem 2rem;font-size:1.15rem}.btn-edit,.btn-delete{padding:.75rem 1.35rem;font-size:1.05rem}.products-table th,.products-table td{padding:1.75rem 1.5rem;font-size:1.15rem}.product-thumbnail{width:85px;height:85px}.category-filter{padding:1.75rem 2.5rem}.category-filter label,.category-select{font-size:1.15rem}.category-select{padding:1rem 1.25rem}}@media(min-width:1440px)and (max-width:1919px){.admin-page{padding:2.5rem 4rem}.admin-header{padding:1.75rem 2.5rem}.admin-header h1{font-size:2.5rem}.product-form-container{padding:2.5rem}.product-form-container h2{font-size:2rem}.form-row{grid-template-columns:repeat(2,1fr);gap:2rem}.form-group input,.form-group select,.form-group textarea{padding:.85rem 1.15rem;font-size:1.05rem}.form-group label{font-size:1.05rem}.products-table th,.products-table td{padding:1.5rem 1.25rem;font-size:1.05rem}.product-thumbnail{width:75px;height:75px}.category-filter{padding:1.5rem 2rem}}@media(min-width:1024px)and (max-width:1439px){.admin-page{padding:2rem 3rem}.form-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:1023px){.admin-page{padding:1.5rem}.admin-header{flex-direction:column;align-items:stretch;padding:1.25rem 1.5rem}.admin-header h1{font-size:1.75rem}.admin-header>div{justify-content:stretch}.admin-header>div button{flex:1}.product-form-container{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}.category-filter{flex-direction:column;align-items:stretch;padding:1.25rem 1.5rem}.category-select{width:100%}.products-table-container{overflow-x:auto}.products-table{min-width:900px;table-layout:auto}}@media(max-width:640px){.admin-page,.admin-header{padding:1rem}.admin-header h1{font-size:1.5rem}.btn-add-product,.btn-submit,.btn-cancel{padding:.65rem 1.25rem;font-size:.95rem;width:100%}.product-form-container{padding:1.5rem 1rem}.product-form-container h2{font-size:1.5rem}.form-row{grid-template-columns:1fr;gap:1.25rem}.form-group input,.form-group select,.form-group textarea{padding:.65rem .85rem;font-size:.95rem}.image-preview{padding:1.25rem}.image-preview img{max-width:100%}.form-actions{flex-direction:column}.form-actions button{width:100%}.category-filter{padding:1rem}.notification{top:1rem;right:1rem;left:1rem;max-width:none}.products-table-container{overflow-x:auto}.products-table{min-width:800px}.products-table th,.products-table td{padding:1rem .75rem;font-size:.9rem}.product-thumbnail{width:50px;height:50px}.actions-cell{flex-direction:column;gap:.35rem}.btn-edit,.btn-delete{padding:.4rem .8rem;font-size:.85rem;width:100%}}@media(max-width:480px){.admin-page{padding:.75rem}.admin-header{padding:.85rem}.admin-header h1{font-size:1.35rem}.product-form-container{padding:1.25rem .85rem}.product-form-container h2{font-size:1.35rem}.category-filter{padding:.85rem}.products-table{min-width:750px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.login-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:2rem}.login-container{max-width:450px;width:100%}.login-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:2rem}.login-icon{font-size:4rem;margin-bottom:1rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.login-header h1{font-size:2rem;color:#1f2937;margin-bottom:.5rem}.login-header p{color:#6b7280;font-size:1rem}.error-message{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:10px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;font-weight:500}.error-icon{font-size:1.5rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#374151;font-size:.95rem}.form-group input{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background:#f3f4f6;cursor:not-allowed}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.login-button:disabled{opacity:.7;cursor:not-allowed}.spinner-small{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-footer{margin-top:1.5rem;text-align:center}.forgot-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.forgot-link:hover{color:#764ba2}.back-to-home{margin-top:2rem;text-align:center}.back-link{color:#fff;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block}.back-link:hover{transform:translate(-5px)}@media(max-width:480px){.login-page{padding:1rem}.login-card{padding:2rem 1.5rem}.login-header h1{font-size:1.75rem}.login-icon{font-size:3rem}}:root{--primary-gold: #c5a059;--ethiopian-green: #006341;--ethiopian-red: #8b0000;--dark-text: #2d2d2d;--soft-bg: #fdfaf5;--white: #ffffff}.about-page{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--dark-text);background-color:var(--white);line-height:1.7}.about-hero{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center;background:url(https://images.unsplash.com/photo-1545048702-793eec75f20c?q=80&w=2070) center/cover no-repeat;padding:100px 20px}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fac262a6;z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;display:flex;flex-direction:column;gap:20px}.hero-title{color:var(--white);font-size:clamp(2.2rem,6vw,3.8rem);margin:0;font-weight:800;line-height:1.1;text-shadow:0 4px 10px rgba(0,0,0,.3)}.hero-subtitle{color:#050505;font-size:clamp(1.1rem,3vw,1.6rem);margin:0;font-weight:300;letter-spacing:1px;font-weight:900}.about-content-wrapper{background-color:var(--white);padding:80px 20px}.about-container{max-width:1100px;margin:0 auto}.about-intro{text-align:center;margin-bottom:80px}.intro-text{font-size:clamp(1.1rem,2vw,1.3rem);color:#4a4a4a;max-width:850px;margin:0 auto}.why-choose-us{margin-bottom:100px}.section-title{text-align:center;font-size:2.5rem;color:var(--ethiopian-green);margin-bottom:20px}.section-intro{text-align:center;max-width:700px;margin:0 auto 60px;color:#666}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.feature-item{background:var(--soft-bg);padding:50px 30px;border-radius:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.05)}.feature-item:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.feature-icon-wrapper{font-size:3.5rem;margin-bottom:25px}.feature-title{font-size:1.5rem;color:var(--ethiopian-green);margin-bottom:15px}.feature-description{color:#555;font-size:1rem}.tradition-card{background:var(--ethiopian-green);color:var(--white);padding:80px 40px;border-radius:40px;text-align:center;margin-bottom:80px}.tradition-icon{font-size:4rem;margin-bottom:25px}.tradition-title{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:20px}.tradition-text{font-size:1.2rem;max-width:750px;margin:0 auto;opacity:.9}.message-card{text-align:center;padding:60px 20px;border:2px dashed var(--primary-gold);border-radius:30px;background-color:#c5a05908}.message-icon{font-size:3rem;margin-bottom:15px}.message-text{font-size:1.4rem;color:var(--ethiopian-red);font-weight:600;max-width:600px;margin:0 auto}@media(max-width:768px){.about-hero{min-height:300px;padding:60px 20px}.about-content-wrapper{padding:40px 15px}.features-grid{grid-template-columns:1fr}.tradition-card{padding:50px 25px;border-radius:25px}}.call-us-page{min-height:100vh;background:linear-gradient(to bottom,#fff,#f9fafb);width:100%;overflow-x:hidden}.call-hero{position:relative;background:linear-gradient(135deg,#16a34a,#15803d,#dc2626);min-height:350px;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%}.hero-overlay{position:absolute;inset:0;background:#0003}.call-hero-content{position:relative;z-index:10;text-align:center;color:#fff;padding:3rem 2rem;max-width:800px;width:100%;box-sizing:border-box}.hero-icon{font-size:5rem;margin-bottom:1.5rem;animation:ring 2s ease-in-out infinite}@keyframes ring{0%,to{transform:rotate(0)}10%,30%{transform:rotate(-15deg)}20%,40%{transform:rotate(15deg)}}.call-hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.3)}.call-hero-subtitle{font-size:1.5rem;font-weight:400;text-shadow:1px 1px 4px rgba(0,0,0,.3);opacity:.95}.call-content-wrapper{padding:4rem 2rem;width:100%;box-sizing:border-box}.call-container{max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.call-section-title{font-size:2.5rem;font-weight:800;text-align:center;color:#1f2937;margin-bottom:1.5rem;position:relative}.call-section-title:after{content:"";display:block;width:100px;height:4px;background:linear-gradient(to right,#16a34a,#dc2626);margin:1rem auto 0;border-radius:2px}.call-section{margin-bottom:5rem;width:100%}.call-section-description{font-size:1.2rem;line-height:1.8;color:#6b7280;text-align:center;max-width:800px;margin:0 auto 3rem}.phone-dropdown-container{max-width:600px;margin:0 auto 4rem;position:relative}.dropdown-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:none;border-radius:1.5rem;font-size:1.3rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #16a34a4d;gap:1rem}.dropdown-trigger:hover{transform:translateY(-3px);box-shadow:0 15px 40px #16a34a66}.trigger-icon{font-size:2rem}.trigger-text{flex:1;text-align:left}.dropdown-arrow{font-size:1rem;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 1rem);left:0;right:0;background:#fff;border-radius:1.5rem;box-shadow:0 20px 50px #00000026;overflow:hidden;animation:slideDown .3s ease;z-index:100}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{width:100%;display:flex;align-items:center;gap:1.5rem;padding:1.75rem 2rem;background:#fff;border:none;border-bottom:2px solid #f3f4f6;cursor:pointer;transition:all .3s ease;text-align:left}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:#f0fdf4;transform:scale(1.02)}.phone-icon{font-size:2.5rem;flex-shrink:0}.phone-details{flex:1}.phone-label{font-size:1.1rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.phone-number{font-size:1.3rem;font-weight:800;color:#16a34a;margin-bottom:.25rem}.phone-description{font-size:.9rem;color:#6b7280}.call-icon{font-size:2rem;flex-shrink:0;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.direct-call-section{margin-top:4rem}.direct-call-label{text-align:center;font-size:1.2rem;color:#6b7280;margin-bottom:2rem;font-weight:600}.phone-buttons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:100%}.phone-button{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:#fff;border-radius:1.5rem;box-shadow:0 10px 30px #00000014;transition:all .3s ease;text-decoration:none;color:inherit;border:2px solid transparent}.phone-button:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001f;border-color:#16a34a}.phone-button-icon{font-size:3rem;flex-shrink:0}.phone-button-content{flex:1}.phone-button-label{font-size:1rem;font-weight:700;color:#6b7280;margin-bottom:.5rem}.phone-button-number{font-size:1.5rem;font-weight:800;color:#1f2937}.phone-button-action{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border-radius:1rem;flex-shrink:0}.action-icon{font-size:1.5rem}.action-text{font-size:.85rem;font-weight:700;white-space:nowrap}.contact-info-section{margin-bottom:5rem;width:100%}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;width:100%;max-width:100%}.contact-info-card{background:#fff;padding:2.5rem;border-radius:1.5rem;text-align:center;box-shadow:0 10px 30px #00000014;transition:all .3s ease;box-sizing:border-box}.contact-info-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}.info-icon{font-size:3.5rem;margin-bottom:1rem;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.1))}.contact-info-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.contact-info-card p{font-size:1.05rem;color:#6b7280;margin:.5rem 0}.info-link{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;text-decoration:none;border-radius:50px;font-weight:700;transition:all .3s ease}.info-link:hover{transform:translateY(-2px);box-shadow:0 5px 15px #16a34a4d}.faq-section{width:100%}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;max-width:100%}.faq-item{background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 5px 15px #00000014;transition:all .3s ease;box-sizing:border-box}.faq-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.faq-question{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.faq-answer{font-size:1.05rem;color:#6b7280;line-height:1.7}@media(max-width:768px){.call-hero{min-height:300px}.hero-icon{font-size:4rem}.call-hero-title{font-size:2.5rem}.call-hero-subtitle{font-size:1.25rem}.call-content-wrapper{padding:3rem 1.5rem}.call-section-title{font-size:2rem}.call-section-description{font-size:1.1rem}.dropdown-trigger{padding:1.25rem 1.5rem;font-size:1.15rem}.trigger-icon{font-size:1.75rem}.dropdown-item{padding:1.5rem;flex-wrap:wrap}.phone-icon{font-size:2rem}.phone-number{font-size:1.15rem}.phone-buttons-grid,.contact-info-grid,.faq-grid{grid-template-columns:1fr}}@media(max-width:480px){.call-hero-content{padding:2rem 1rem}.hero-icon{font-size:3.5rem}.call-hero-title{font-size:2rem}.call-hero-subtitle{font-size:1.1rem}.call-content-wrapper{padding:2rem 1rem}.call-section-title{font-size:1.75rem}.call-section-description{font-size:1rem}.dropdown-trigger{padding:1rem 1.25rem;font-size:1rem}.dropdown-item{padding:1.25rem 1rem}.phone-button{padding:1.5rem}.phone-button-icon{font-size:2.5rem}.phone-button-number{font-size:1.25rem}.contact-info-card{padding:2rem 1.5rem}.faq-item{padding:1.5rem}.faq-question{font-size:1.15rem}.faq-answer{font-size:1rem}}@media(max-width:360px){.call-hero-content{padding:1.75rem .75rem}.call-hero-title{font-size:1.75rem}.call-content-wrapper{padding:1.75rem .75rem}.call-section-title{font-size:1.6rem}.dropdown-trigger{padding:.875rem 1rem;font-size:.95rem}.phone-button{padding:1.25rem}}.navbar{background:linear-gradient(135deg,#16a34a,#dc2626);padding:0;position:sticky;top:0;z-index:1000;box-shadow:0 4px 12px #0000001a;width:100%}.navbar-container{max-width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.75rem 2rem;min-height:70px;max-height:70px;overflow:hidden}.navbar-logo{display:flex;align-items:center;gap:1rem;text-decoration:none;transition:transform .3s ease;max-height:60px}.navbar-logo:hover{transform:scale(1.05)}.logo-flag{display:flex;align-items:center;justify-content:center;max-height:60px;overflow:hidden}.logo-flag img{height:55px!important;width:auto!important;max-width:55px!important;max-height:55px!important;object-fit:contain!important;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3));display:block}.logo-text{display:flex;align-items:center;max-height:60px;overflow:hidden}.logo-text img{height:45px!important;width:auto!important;max-width:250px!important;max-height:45px!important;object-fit:contain!important;filter:drop-shadow(1px 1px 3px rgba(0,0,0,.3));display:block}.navbar-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0;align-items:center}.navbar-item{margin:0}.navbar-link{color:#fff;text-decoration:none;font-weight:700;font-size:1.1rem;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease;display:block;position:relative;white-space:nowrap}.navbar-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:80%;height:3px;background:#fff;border-radius:2px;transition:transform .3s ease}.navbar-link:hover:after,.navbar-link.active:after{transform:translate(-50%) scaleX(1)}.navbar-link:hover{background:#ffffff26;transform:translateY(-2px)}.navbar-link.active{background:#fff3}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger-line{width:28px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.mobile-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:linear-gradient(180deg,#16a34a,#dc2626);box-shadow:-4px 0 12px #0003;transition:right .4s ease;z-index:999;padding-top:80px;overflow-y:auto}.mobile-menu.open{right:0}.mobile-menu-list{list-style:none;padding:1rem 0;margin:0}.mobile-menu-item{margin:0}.mobile-menu-link{display:flex;align-items:center;gap:1rem;padding:1.25rem 2rem;color:#fff;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;border-left:4px solid transparent}.mobile-menu-link:hover,.mobile-menu-link.active{background:#ffffff26;border-left-color:#fff;padding-left:2.5rem}.menu-icon{font-size:1.5rem;filter:drop-shadow(1px 1px 2px rgba(0,0,0,.3))}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(max-width:968px){.navbar-menu{display:none}.hamburger{display:flex}.navbar-container{padding:.5rem 1.5rem;min-height:55px;max-height:55px}.navbar-logo{max-height:45px;gap:.6rem}.logo-flag{max-height:45px}.logo-flag img{height:38px!important;max-width:38px!important;max-height:38px!important}.logo-text{max-height:45px}.logo-text img{height:30px!important;max-width:140px!important;max-height:30px!important}}@media(max-width:480px){.navbar-container{padding:.4rem 1rem;min-height:50px;max-height:50px}.navbar-logo{max-height:40px;gap:.5rem}.logo-flag{max-height:40px}.logo-flag img{height:32px!important;max-width:32px!important;max-height:32px!important}.logo-text{max-height:40px}.logo-text img{height:26px!important;max-width:110px!important;max-height:26px!important}.mobile-menu{width:250px}.mobile-menu-link{padding:1rem 1.5rem;font-size:1rem}.menu-icon{font-size:1.3rem}}@media(max-width:360px){.navbar-container{padding:.3rem .8rem;min-height:48px;max-height:48px}.navbar-logo{max-height:38px;gap:.4rem}.logo-flag{max-height:38px}.logo-flag img{height:28px!important;max-width:28px!important;max-height:28px!important}.logo-text{max-height:38px}.logo-text img{height:22px!important;max-width:90px!important;max-height:22px!important}.mobile-menu{width:220px}.mobile-menu-link{font-size:.95rem;padding:.9rem 1.25rem}}@media(min-width:1440px){.navbar-container{padding:.85rem 3rem;min-height:80px;max-height:80px}.navbar-logo{max-height:70px;gap:1.25rem}.logo-flag{max-height:70px}.logo-flag img{height:65px!important;max-width:65px!important;max-height:65px!important}.logo-text{max-height:70px}.logo-text img{height:52px!important;max-width:280px!important;max-height:52px!important}.navbar-menu{gap:2.5rem}.navbar-link{font-size:1.2rem;padding:.6rem 1.25rem}}@media(min-width:1920px){.navbar-container{padding:1rem 4rem;min-height:90px;max-height:90px}.navbar-logo{max-height:80px;gap:1.5rem}.logo-flag{max-height:80px}.logo-flag img{height:75px!important;max-width:75px!important;max-height:75px!important}.logo-text{max-height:80px}.logo-text img{height:60px!important;max-width:320px!important;max-height:60px!important}.navbar-menu{gap:3rem}.navbar-link{font-size:1.3rem;padding:.7rem 1.5rem}}@media(min-width:2560px){.navbar-container{padding:1.25rem 5rem;min-height:100px;max-height:100px}.navbar-logo{max-height:90px;gap:1.75rem}.logo-flag{max-height:90px}.logo-flag img{height:85px!important;max-width:85px!important;max-height:85px!important}.logo-text{max-height:90px}.logo-text img{height:70px!important;max-width:360px!important;max-height:70px!important}.navbar-menu{gap:3.5rem}.navbar-link{font-size:1.5rem;padding:.8rem 1.75rem}}@media(min-width:3840px){.navbar-container{padding:1.5rem 6rem;min-height:120px;max-height:120px}.navbar-logo{max-height:110px;gap:2rem}.logo-flag{max-height:110px}.logo-flag img{height:100px!important;max-width:100px!important;max-height:100px!important}.logo-text{max-height:110px}.logo-text img{height:85px!important;max-width:420px!important;max-height:85px!important}.navbar-menu{gap:4rem}.navbar-link{font-size:1.8rem;padding:1rem 2rem}}:root{--gold: #d4af37;--charcoal: #2c2c2c;--text-dark: #333333;--text-light: #666666;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.hero-features{display:flex;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:1rem}.feature-icon-wrapper{width:50px;height:50px;background:linear-gradient(135deg,var(--gold) 0%,#f0c040 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #d4af374d}.feature-icon{font-size:1.5rem;color:#fff}.feature-content{display:flex;flex-direction:column;gap:.25rem}.feature-title{font-weight:700;color:var(--charcoal);font-size:1rem;padding:10px}.feature-desc{font-size:.875rem;color:var(--text-light)}.hero-stats{display:flex;align-items:center;gap:2rem;padding:2rem 0;border-top:2px solid #e0e0e0}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-number{font-size:2.5rem;font-weight:900;color:var(--gold);line-height:1}.stat-label{font-size:.875rem;color:var(--text-light);text-transform:uppercase;letter-spacing:1px}.stat-divider{width:2px;height:40px;background:#e0e0e0}.hero-image-container{flex:1;display:flex;align-items:center;justify-content:center;position:relative;animation:fadeInRight 1s ease}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.rotating-circle{position:relative;width:450px;height:450px;animation:slowRotate 25s linear infinite}@keyframes slowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.decorative-circle{position:absolute;border-radius:50%;border:2px dashed var(--gold);opacity:.3}.decorative-circle.large{width:100%;height:100%;top:0;left:0}.decorative-circle.medium{width:80%;height:80%;top:10%;left:10%;animation:slowRotate 20s linear infinite reverse}.hero-main-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:350px;height:350px;border-radius:50%;object-fit:cover;border:8px solid white;box-shadow:0 20px 60px #00000026;animation:float 6s ease-in-out infinite,reverseRotate 25s linear infinite}@keyframes float{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-20px)}}@keyframes reverseRotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}.floating-tag{position:absolute;background:#fff;padding:1rem 1.25rem;border-radius:15px;box-shadow:0 8px 24px #00000026;display:flex;align-items:center;gap:.75rem;animation:floatTag 4s ease-in-out infinite;z-index:10}.tag-1{top:15%;right:-10%;animation-delay:0s}.tag-2{bottom:20%;left:-15%;animation-delay:1s}.tag-3{top:50%;right:-15%;animation-delay:2s}@keyframes floatTag{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-15px) scale(1.05)}}.tag-icon{font-size:2rem}.tag-content{display:flex;flex-direction:column;gap:.25rem}.tag-title{font-weight:700;color:var(--charcoal);font-size:.875rem}.tag-price{font-size:.75rem;color:var(--gold);font-weight:600}.hero-decoration{position:absolute;font-size:2rem;animation:twinkle 3s ease-in-out infinite;pointer-events:none}.decoration-1{top:10%;left:5%;animation-delay:0s}.decoration-2{top:30%;right:10%;animation-delay:1s}.decoration-3{bottom:20%;left:15%;animation-delay:2s}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.products-section{padding:5rem 0;background:linear-gradient(180deg,#fafafa,#fff,#f8f9fa);position:relative;overflow:hidden}.products-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(212,175,55,.03) 0%,transparent 70%);animation:rotate 30s linear infinite;pointer-events:none}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.categories-wrapper{margin-bottom:5rem;position:relative;z-index:2}.products-section .heading_container{margin-bottom:1rem;position:relative;z-index:2}.products-section .heading_container h2{font-size:2.75rem;font-weight:900;color:var(--charcoal);text-align:center;position:relative;display:inline-block;width:100%}.products-section .heading_container h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--gold) 0%,#f0c040 100%);border-radius:2px}.heading_center{text-align:center}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.125rem;margin:2rem 0 3rem;font-weight:400;position:relative;z-index:2}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;position:relative;z-index:2}.category-card{position:relative;background:#fff;border-radius:24px;padding:2.25rem 1.75rem;cursor:pointer;overflow:hidden;transition:all .5s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a;animation:fadeInUp .8s ease forwards;opacity:0;transform:translateY(40px);border:2px solid transparent}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--gold) 0%,#f0c040 100%);transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.175,.885,.32,1.275);border-radius:24px 24px 0 0;z-index:10}.category-card:hover:before{transform:scaleX(1)}.category-card:hover{transform:translateY(-15px) scale(1.03);box-shadow:0 20px 45px #0000001f,0 8px 20px #d4af3726;border-color:#d4af3733}.category-card.active{border-color:var(--gold);box-shadow:0 8px 30px #d4af3740,0 4px 15px #0000001a;transform:translateY(-8px) scale(1.02)}.category-card.active:before{transform:scaleX(1)}.category-card.active .card-background{opacity:.12}.category-card.active .category-name{color:var(--gold)}.card-background{position:absolute;inset:0;opacity:0;transition:opacity .5s ease;border-radius:24px;z-index:1}.category-card:hover .card-background{opacity:.08}.card-content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.875rem}.icon-wrapper{position:relative;width:90px;height:90px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.icon-wrapper:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:50%;z-index:1;transition:all .5s ease}.category-card:hover .icon-wrapper:before{width:85px;height:85px;background:linear-gradient(135deg,var(--gold) 0%,#f0c040 100%);opacity:.15}.category-icon{font-size:3.5rem;position:relative;z-index:3;transition:all .5s cubic-bezier(.175,.885,.32,1.275);filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.category-card:hover .category-icon{transform:scale(1.25) rotate(8deg);filter:drop-shadow(0 8px 20px rgba(0,0,0,.2))}.icon-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;opacity:0;z-index:2;transition:all .5s ease}.category-card:hover .icon-pulse{opacity:.25;transform:translate(-50%,-50%) scale(1.6);animation:pulse-ring 1.8s cubic-bezier(.215,.61,.355,1) infinite}@keyframes pulse-ring{0%{transform:translate(-50%,-50%) scale(1.2);opacity:.4}50%{transform:translate(-50%,-50%) scale(1.6);opacity:.1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.category-name{font-size:1.25rem;font-weight:800;color:var(--charcoal);margin:0;transition:all .3s ease;letter-spacing:-.3px;line-height:1.3}.category-card:hover .category-name{color:var(--gold);transform:translateY(-2px)}.category-description{font-size:.9rem;color:var(--text-light);margin:0;line-height:1.6;transition:all .3s ease;font-weight:500}.category-card:hover .category-description{color:var(--text-dark)}.card-arrow{margin-top:.75rem;width:36px;height:36px;background:linear-gradient(135deg,var(--gold) 0%,#f0c040 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:translate(-25px);transition:all .5s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 12px #d4af374d}.category-card:hover .card-arrow{opacity:1;transform:translate(0)}.card-arrow svg{width:20px;height:20px;fill:#fff;transition:transform .3s ease}.category-card:hover .card-arrow svg{transform:translate(2px)}.card-shine{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transform:skew(-25deg);transition:left .7s ease;pointer-events:none;z-index:4}.category-card:hover .card-shine{left:150%}.active-indicator{position:absolute;top:12px;right:12px;width:32px;height:32px;background:linear-gradient(135deg,var(--gold) 0%,#f0c040 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:5;box-shadow:0 4px 12px #d4af3766;animation:checkmarkPop .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes checkmarkPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.active-indicator svg{width:18px;height:18px;fill:#fff}.products-list-wrapper{position:relative;z-index:2;margin-top:3rem;padding-top:3rem;border-top:2px solid #e0e0e0}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}.products-title{font-size:2rem;font-weight:800;color:var(--charcoal);margin:0;position:relative;padding-bottom:.5rem}.products-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--gold) 0%,#f0c040 100%);border-radius:2px}.products-count{display:flex;align-items:center;gap:.75rem}.count-badge{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;background:linear-gradient(135deg,var(--gold) 0%,#f0c040 100%);color:#fff;font-size:1.125rem;font-weight:800;border-radius:12px;box-shadow:0 4px 12px #d4af374d}.count-text{font-size:1rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px}.filters-content .box{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 15px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);height:100%;display:flex;flex-direction:column;cursor:pointer;position:relative;border:2px solid transparent}.filters-content .box:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--gold) 0%,#f0c040 100%);transform:scaleX(0);transition:transform .4s ease;z-index:2}.filters-content .box:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 35px #00000026;border-color:var(--gold)}.filters-content .img-box{height:220px;overflow:hidden;background:#f8f9fa;flex-shrink:0;position:relative}.filters-content .img-box:after{content:"👁️ View Category";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000c;color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:.9rem;opacity:0;transition:opacity .3s ease;pointer-events:none;white-space:nowrap}.filters-content .img-box img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.filters-content .box:hover .img-box img{transform:scale(1.15);filter:brightness(.8)}.filters-content .detail-box{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.filters-content .detail-box h5{font-size:1.125rem;font-weight:700;color:var(--charcoal);margin-bottom:.75rem;line-height:1.3;transition:color .3s ease}.filters-content .detail-box p{font-size:.875rem;color:var(--text-light);margin-bottom:1.25rem;line-height:1.6;flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.filters-content .options{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid #f0f0f0}.filters-content .options h6{font-size:1.5rem;font-weight:800;color:var(--gold);margin:0}.add-to-cart-btn{width:40px;height:40px;background:var(--gold);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;cursor:pointer;box-shadow:0 4px 12px #d4af374d;position:relative;z-index:3}.add-to-cart-btn:hover{background:#f0c040;transform:rotate(90deg) scale(1.1);box-shadow:0 6px 20px #d4af3780}.add-to-cart-btn svg{width:20px;height:20px;fill:#fff}.category-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,var(--gold) 0%,#f0c040 100%);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #d4af3766;z-index:2;opacity:0;transform:translateY(-10px);transition:all .3s ease}.filters-content .box:hover .category-badge{opacity:1;transform:translateY(0)}@media(max-width:768px){.filters-content .img-box{height:200px}.filters-content .detail-box{padding:1.25rem}.filters-content .detail-box h5{font-size:1rem}.filters-content .options h6{font-size:1.25rem}.add-to-cart-btn{width:36px;height:36px}.add-to-cart-btn svg{width:18px;height:18px}.category-badge{font-size:.7rem;padding:.4rem .8rem}}@media(max-width:575px){.filters-content .img-box{height:180px}.filters-content .detail-box{padding:1rem}.filters-content .detail-box h5{font-size:.95rem}.filters-content .detail-box p{font-size:.8rem}.filters-content .options h6{font-size:1.125rem}.add-to-cart-btn{width:34px;height:34px}.category-badge{top:8px;right:8px;font-size:.65rem;padding:.35rem .7rem}.filters-content .img-box:after{font-size:.8rem;padding:.625rem 1.25rem}}.filters-content{width:100%;margin-top:2rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:0 auto}.filters-content .box{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);height:100%;display:flex;flex-direction:column;cursor:pointer;position:relative;border:2px solid transparent;animation:fadeInUp .6s ease backwards}.filters-content .box:nth-child(1){animation-delay:.1s}.filters-content .box:nth-child(2){animation-delay:.2s}.filters-content .box:nth-child(3){animation-delay:.3s}.filters-content .box:nth-child(4){animation-delay:.4s}.filters-content .box:nth-child(5){animation-delay:.5s}.filters-content .box:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.filters-content .box:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--gold) 0%,#f0c040 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease;z-index:3}.filters-content .box:hover:before{transform:scaleX(1)}.filters-content .box:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #00000026;border-color:var(--gold)}.filters-content .img-box{height:240px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef);flex-shrink:0;position:relative}.filters-content .img-box:after{content:"👁️ View Category";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000d9;color:#fff;padding:.875rem 1.75rem;border-radius:30px;font-weight:700;font-size:.95rem;opacity:0;transition:opacity .3s ease;pointer-events:none;white-space:nowrap;z-index:2}.filters-content .box:hover .img-box:after{opacity:1}.filters-content .img-box img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .3s ease}.filters-content .box:hover .img-box img{transform:scale(1.15);filter:brightness(.7)}.filters-content .detail-box{padding:1.75rem;display:flex;flex-direction:column;flex-grow:1;position:relative}.filters-content .detail-box h5{font-size:1.25rem;font-weight:800;color:var(--charcoal);margin-bottom:.875rem;line-height:1.3;transition:color .3s ease;letter-spacing:-.3px}.filters-content .box:hover .detail-box h5{color:var(--gold)}.filters-content .detail-box p{font-size:.95rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.7;flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.filters-content .options{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;border-top:2px solid #f0f0f0}.filters-content .options h6{font-size:1.75rem;font-weight:900;color:var(--gold);margin:0;display:flex;align-items:center;gap:.25rem}.filters-content .options h6:before{content:"$";font-size:1.25rem;opacity:.7}.add-to-cart-btn{width:45px;height:45px;background:linear-gradient(135deg,var(--gold) 0%,#f0c040 100%);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);flex-shrink:0;cursor:pointer;box-shadow:0 4px 15px #d4af374d;position:relative;z-index:3}.add-to-cart-btn:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:var(--gold);border-radius:50%;opacity:0;transition:all .4s ease}.add-to-cart-btn:hover{transform:rotate(90deg) scale(1.15);box-shadow:0 8px 25px #d4af3780}.add-to-cart-btn:hover:before{opacity:.3;transform:translate(-50%,-50%) scale(1.5)}.add-to-cart-btn svg{width:22px;height:22px;fill:#fff;position:relative;z-index:1}.category-badge{position:absolute;top:16px;right:16px;background:linear-gradient(135deg,var(--gold) 0%,#f0c040 100%);color:#fff;padding:.5rem 1.125rem;border-radius:25px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;box-shadow:0 4px 15px #d4af3766;z-index:2;opacity:0;transform:translateY(-15px) scale(.9);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.filters-content .box:hover .category-badge{opacity:1;transform:translateY(0) scale(1)}.filters-content .box:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transform:skew(-25deg);transition:left .7s ease;pointer-events:none;z-index:1}.filters-content .box:hover:after{left:150%}@media(min-width:1920px){.grid{grid-template-columns:repeat(6,1fr);gap:2.5rem}}@media(min-width:1600px)and (max-width:1919px){.grid{grid-template-columns:repeat(5,1fr);gap:2.25rem}}@media(min-width:1200px)and (max-width:1599px){.grid{grid-template-columns:repeat(4,1fr);gap:2rem}}@media(min-width:992px)and (max-width:1199px){.grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}.filters-content .img-box{height:220px}.filters-content .detail-box{padding:1.5rem}.filters-content .detail-box h5{font-size:1.125rem}.filters-content .options h6{font-size:1.5rem}.add-to-cart-btn{width:42px;height:42px}}@media(min-width:768px)and (max-width:991px){.grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.filters-content .box{border-radius:18px}.filters-content .img-box{height:200px}.filters-content .detail-box{padding:1.5rem}.filters-content .detail-box h5{font-size:1.125rem}.filters-content .detail-box p{font-size:.875rem}.filters-content .options h6{font-size:1.5rem}.add-to-cart-btn{width:40px;height:40px}.add-to-cart-btn svg{width:20px;height:20px}.category-badge{font-size:.7rem;padding:.45rem 1rem}}@media(min-width:576px)and (max-width:767px){.grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.filters-content .box{border-radius:16px}.filters-content .img-box{height:180px}.filters-content .detail-box{padding:1.25rem}.filters-content .detail-box h5{font-size:1rem;margin-bottom:.75rem}.filters-content .detail-box p{font-size:.85rem;margin-bottom:1.25rem}.filters-content .options{padding-top:1rem}.filters-content .options h6{font-size:1.375rem}.add-to-cart-btn{width:38px;height:38px}.add-to-cart-btn svg{width:18px;height:18px}.category-badge{font-size:.65rem;padding:.4rem .875rem;top:12px;right:12px}.filters-content .img-box:after{font-size:.85rem;padding:.75rem 1.5rem}}@media(max-width:575px){.grid{grid-template-columns:1fr;gap:1.5rem}.filters-content .box{border-radius:16px;max-width:100%}.filters-content .box:hover{transform:translateY(-8px) scale(1.01)}.filters-content .img-box{height:220px}.filters-content .detail-box{padding:1.5rem}.filters-content .detail-box h5{font-size:1.125rem;margin-bottom:.875rem}.filters-content .detail-box p{font-size:.9rem;margin-bottom:1.25rem;-webkit-line-clamp:3}.filters-content .options{padding-top:1.125rem}.filters-content .options h6{font-size:1.625rem}.add-to-cart-btn{width:44px;height:44px}.add-to-cart-btn svg{width:20px;height:20px}.category-badge{font-size:.7rem;padding:.5rem 1rem;top:14px;right:14px}.filters-content .img-box:after{font-size:.9rem;padding:.825rem 1.5rem}}@media(max-width:375px){.grid{gap:1.25rem}.filters-content .box{border-radius:14px}.filters-content .img-box{height:200px}.filters-content .detail-box{padding:1.25rem}.filters-content .detail-box h5{font-size:1rem}.filters-content .detail-box p{font-size:.85rem}.filters-content .options h6{font-size:1.5rem}.add-to-cart-btn{width:40px;height:40px}.category-badge{font-size:.65rem;padding:.45rem .875rem}}@media(max-width:320px){.grid{gap:1rem}.filters-content .img-box{height:180px}.filters-content .detail-box{padding:1rem}.filters-content .detail-box h5{font-size:.95rem}.filters-content .detail-box p{font-size:.8rem}.filters-content .options h6{font-size:1.375rem}.add-to-cart-btn{width:38px;height:38px}.add-to-cart-btn svg{width:18px;height:18px}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@media(hover:hover){.filters-content .box{transition:all .4s cubic-bezier(.175,.885,.32,1.275)}}@media(hover:none){.filters-content .box:active{transform:scale(.98)}.filters-content .img-box:after{display:none}.category-badge{opacity:1;transform:translateY(0) scale(1)}}@media print{.filters-content .box{break-inside:avoid;page-break-inside:avoid}.add-to-cart-btn,.category-badge{display:none}}.footer{position:relative;background:linear-gradient(180deg,#0f0f0f,#1a1a1a);color:#e0e0e0;overflow:hidden}.footer-wave{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.footer-wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:60px;fill:#fafafa}.footer-content{padding:5rem 0 2rem;position:relative;z-index:1}.footer-main{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-top{margin-bottom:4rem;text-align:center;animation:fadeInUp .6s ease}.footer-brand{max-width:600px;margin:0 auto}.footer-logo-section{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.footer-logo-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--gold) 0%,#f0c040 100%);border-radius:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px #d4af3766;animation:logoFloat 3s ease-in-out infinite}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.footer-logo-emoji{font-size:2.5rem}.footer-logo-text{text-align:left}.footer-logo-name{font-size:2.25rem;font-weight:900;color:#fff;margin:0;line-height:1;letter-spacing:-.5px}.footer-logo-tagline{font-size:.875rem;color:var(--gold);font-weight:700;text-transform:uppercase;letter-spacing:2px;display:block;margin-top:.5rem}.footer-description{color:#b0b0b0;line-height:1.8;font-size:1rem;margin:0;text-align:center}.footer-middle{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;padding:3rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.footer-section{animation:fadeInUp .6s ease}.footer-section:nth-child(1){animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:800;color:#fff;margin:0 0 1.5rem;position:relative;padding-bottom:.75rem}.footer-section-title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,var(--gold) 0%,transparent 100%);border-radius:2px}.title-icon{font-size:1.5rem}.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#b0b0b0;font-size:1rem;font-weight:500;transition:all .3s ease;display:inline-block;position:relative;padding-left:20px}.footer-link:before{content:"→";position:absolute;left:0;color:var(--gold);opacity:0;transform:translate(-10px);transition:all .3s ease}.footer-link:hover{color:var(--gold);padding-left:25px}.footer-link:hover:before{opacity:1;transform:translate(0)}.footer-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-contact-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;background:#ffffff08;border-radius:10px;transition:all .3s ease}.footer-contact-item:hover{background:#ffffff0f;transform:translate(5px)}.contact-icon-small{width:40px;height:40px;background:linear-gradient(135deg,var(--gold) 0%,#f0c040 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #d4af374d}.contact-icon-small svg{width:20px;height:20px;fill:#fff}.contact-details{display:flex;flex-direction:column;gap:.25rem}.contact-label{font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:1px;font-weight:700}.contact-value{color:#e8e8e8;font-weight:600;font-size:.95rem;transition:color .3s ease}.contact-value:hover{color:var(--gold)}.social-description{color:#b0b0b0;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;flex-direction:column;gap:1rem}.social-icon-box{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-radius:12px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;text-decoration:none}.social-icon-box:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.social-icon-box:hover:before{left:100%}.social-icon-box svg{width:24px;height:24px;transition:transform .4s ease;flex-shrink:0}.social-label{font-size:1rem;font-weight:700;color:#fff;transition:transform .3s ease}.social-icon-box:hover{transform:translate(10px) scale(1.05)}.social-icon-box:hover svg{transform:scale(1.2) rotate(5deg)}.social-icon-box.facebook{background:linear-gradient(135deg,#1877f2,#0d65d9);box-shadow:0 4px 20px #1877f24d}.social-icon-box.facebook:hover{box-shadow:0 8px 30px #1877f280}.social-icon-box.instagram{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);box-shadow:0 4px 20px #e1306c4d}.social-icon-box.instagram:hover{box-shadow:0 8px 30px #e1306c80}.footer-bottom{background:#0006;padding:2rem 0;border-top:1px solid rgba(255,255,255,.08)}.footer-bottom-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.copyright{color:#b0b0b0;font-size:.95rem;margin:0}.copyright strong{color:var(--gold);font-weight:800}.footer-bottom-links{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.bottom-link{color:#b0b0b0;font-size:.9rem;transition:color .3s ease;font-weight:500}.bottom-link:hover{color:var(--gold)}.separator{color:#555;font-size:.8rem}.scroll-top{position:fixed;bottom:2rem;right:2rem;width:55px;height:55px;background:linear-gradient(135deg,var(--gold) 0%,#f0c040 100%);border:none;border-radius:50%;cursor:pointer;box-shadow:0 6px 20px #d4af3766;transition:all .3s ease;z-index:999;display:flex;align-items:center;justify-content:center;opacity:1;visibility:visible}.scroll-top svg{width:26px;height:26px;fill:#060000}.scroll-top:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 30px #d4af3799}.scroll-top:active{transform:translateY(-3px) scale(1)}@media(max-width:992px){.footer-middle{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-section:last-child{grid-column:1 / -1}}@media(max-width:768px){.footer-content{padding:4rem 0 2rem}.footer-main{padding:0 1.5rem}.footer-top{margin-bottom:3rem}.footer-logo-section{flex-direction:column;gap:1rem}.footer-logo-text{text-align:center}.footer-logo-name{font-size:2rem}.footer-middle{grid-template-columns:1fr;gap:2rem}.footer-section:last-child{grid-column:1}.footer-bottom-content{flex-direction:column;text-align:center;gap:1rem}.footer-bottom-links{justify-content:center}.scroll-top{bottom:1.5rem;right:1.5rem;width:50px;height:50px}}@media(max-width:640px){.footer{padding:2.5rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-logo{font-size:1.35rem}.footer-flag img{font-size:2.75rem}.scroll-to-top{width:52px;height:52px;bottom:1.25rem;right:1.25rem;box-shadow:0 8px 25px #0006}.scroll-to-top svg{width:24px;height:24px}}@media(max-width:480px){.footer{padding:2rem 1rem 1rem}.footer-content{gap:1.75rem}.footer-logo{font-size:1.25rem}.footer-title{font-size:1.15rem}.footer-description,.footer-links li a,.footer-contact li{font-size:.9rem}.scroll-to-top{width:50px;height:50px;bottom:1rem;right:1rem;box-shadow:0 8px 30px #00000080;border:2px solid rgba(255,255,255,.3)}.scroll-to-top:hover{border-color:#fff9}.scroll-to-top svg{width:22px;height:22px}}@media(max-width:360px){.footer{padding:1.75rem .75rem 1rem}.footer-content{gap:1.5rem}.footer-logo{font-size:1.15rem}.footer-flag{font-size:1.5rem}.footer-title{font-size:1.1rem}.footer-description,.footer-links li a,.footer-contact li{font-size:.85rem}.social-link{width:36px;height:36px;font-size:1.1rem}.scroll-to-top{width:48px;height:48px;bottom:.875rem;right:.875rem;box-shadow:0 10px 35px #0009;border:3px solid rgba(255,255,255,.4)}.scroll-to-top svg{width:20px;height:20px}.footer-bottom{padding-top:1.5rem}.footer-bottom p,.footer-bottom-links a{font-size:.85rem}}@media(max-width:320px){.footer{padding:1.5rem .5rem 1rem}.scroll-to-top{width:46px;height:46px;bottom:.75rem;right:.75rem;box-shadow:0 12px 40px #000000b3;border:3px solid rgba(255,255,255,.5);background:linear-gradient(135deg,#16a34a,#dc2626)}.scroll-to-top svg{width:18px;height:18px;stroke-width:3.5}}@media(max-height:500px)and (orientation:landscape){.scroll-to-top{width:45px;height:45px;bottom:1rem;right:1rem}.scroll-to-top svg{width:20px;height:20px}}@media(prefers-contrast:high){.scroll-to-top{border:3px solid white}}@media(prefers-reduced-motion:reduce){.scroll-to-top{animation:none}.scroll-to-top:hover{transform:none}}@media(max-width:480px){.navbar-logo{display:flex;justify-content:center;align-items:center}.hamburger{display:flex}.categories-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
