*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#faf7f5,#f5e6e8 50%,#f0d5d8);color:#333;font-family:Montserrat,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#8b4a6b;font-family:Playfair Display,serif;font-weight:600}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:25px;cursor:pointer;display:inline-block;font-family:Montserrat,sans-serif;font-weight:500;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#8b4a6b,#a0566b);box-shadow:0 4px 15px #8b4a6b4d;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #8b4a6b66;transform:translateY(-2px)}.btn-secondary{background:#ffffffe6;border:2px solid #d4a5a5;color:#8b4a6b}.btn-secondary:hover{background:#8b4a6b;color:#fff;transform:translateY(-2px)}.fade-in{animation:fadeInUp .8s ease forwards;opacity:0;transform:translateY(30px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d4a5a5,#8b4a6b);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#8b4a6b,#6d3a54)}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #8b4a6b1a;position:sticky;top:0;transition:all .3s ease;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#8b4a6b,#d4a5a5);-webkit-background-clip:text;background-clip:text;color:#8b4a6b;font-family:Playfair Display,serif;font-size:2rem;font-weight:700;margin:0;text-decoration:none}.logo{text-decoration:none}.nav{align-items:center;display:flex;gap:2rem}.nav-link{border-radius:25px;color:#333;font-family:Montserrat,sans-serif;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#8b4a6b1a;color:#8b4a6b}.dropdown{position:relative}.dropdown-trigger{align-items:center;cursor:pointer;display:flex;gap:.5rem}.dropdown-arrow{font-size:.8rem;transition:transform .3s ease}.dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{animation:fadeInDown .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-radius:10px;box-shadow:0 8px 25px #8b4a6b26;left:0;min-width:200px;padding:1rem 0;position:absolute;top:100%}.dropdown-item{color:#333;display:block;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.dropdown-item:hover{background:#8b4a6b1a;color:#8b4a6b}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem}.menu-toggle span{background:#8b4a6b;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;box-shadow:0 8px 25px #8b4a6b26;flex-direction:column;left:0;opacity:0;padding:2rem;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.menu-toggle{display:flex}.dropdown-menu{background:#8b4a6b0d;box-shadow:none;margin-top:1rem;position:static}.logo h1{font-size:1.5rem}}.product-card{position:relative}.product-link{color:inherit;display:block;text-decoration:none}.product-image-container{overflow:hidden;position:relative}.product-overlay{align-items:center;background:#8b4a6bcc;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.quick-view-btn{background:#ffffffe6;border:none;border-radius:25px;color:#8b4a6b;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.quick-view-btn:hover{background:#fff;transform:scale(1.05)}.product-name{line-height:1.4}.purchase-btn{font-size:.95rem;margin-top:.5rem;width:100%}.purchase-btn:hover{background:linear-gradient(135deg,#6d3a54,#8b4a6b)}@media (max-width:768px){.product-image{height:250px}.product-info{padding:1rem}.product-name{font-size:1.1rem}.product-price{font-size:1.2rem}}.home{min-height:100vh}.hero-subtitle{line-height:1.6}.hero-btn{font-size:1.1rem;padding:1rem 2rem}.category-image{transition:transform .3s ease}.category-card:hover .category-image{transform:scale(1.05)}.category-name{margin:0}.slide-up{opacity:0;transform:translateY(50px);transition:all .6s ease}.slide-up.visible{opacity:1;transform:translateY(0)}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.category-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.slider-product{flex:0 0 250px}.section{padding:3rem 0}}.all-products{min-height:100vh;padding:2rem 0}.filters-section{background:#ffffffe6;border-radius:15px;box-shadow:0 8px 25px #8b4a6b1a;margin-bottom:2rem;padding:2rem}.search-box{margin-bottom:1.5rem}.search-input{border:2px solid #d4a5a5;border-radius:25px;font-size:1rem;max-width:400px;outline:none;padding:1rem;transition:border-color .3s ease;width:100%}.search-input:focus{border-color:#8b4a6b}.filter-controls{display:flex;flex-wrap:wrap;gap:2rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{color:#8b4a6b;font-weight:600}.filter-select{background:#fff;border:2px solid #d4a5a5;border-radius:10px;cursor:pointer;font-size:1rem;outline:none;padding:.75rem;transition:border-color .3s ease}.filter-select:focus{border-color:#8b4a6b}.results-info{color:#6d3a54;font-weight:500;margin-bottom:2rem}.no-results{color:#6d3a54;padding:4rem 2rem;text-align:center}.no-results h3{color:#8b4a6b;font-size:2rem;margin-bottom:1rem}@media (max-width:768px){.page-title{font-size:2.5rem}.filter-controls{flex-direction:column;gap:1rem}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.filters-section{padding:1.5rem}}.category-page{min-height:100vh;padding:2rem 0}.page-header{margin-bottom:3rem;text-align:center}.page-title{color:#8b4a6b;font-size:3rem;margin-bottom:1rem;text-transform:capitalize}.page-subtitle{color:#6d3a54;font-size:1.2rem;font-weight:300}.sort-section{background:#ffffffe6;border-radius:15px;box-shadow:0 8px 25px #8b4a6b1a;display:flex;justify-content:flex-end;margin-bottom:2rem;padding:1.5rem}.sort-group{align-items:center;display:flex;gap:1rem}.sort-group label{color:#8b4a6b;font-weight:600}.sort-select{background:#fff;border:2px solid #d4a5a5;border-radius:10px;cursor:pointer;font-size:1rem;outline:none;padding:.75rem;transition:border-color .3s ease}.sort-select:focus{border-color:#8b4a6b}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-item{animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(30px)}.no-products{color:#6d3a54;padding:4rem 2rem;text-align:center}.no-products h3{color:#8b4a6b;font-size:2rem;margin-bottom:1rem}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.page-title{font-size:2.5rem}.sort-section{justify-content:center;padding:1rem}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.product-detail{min-height:100vh;padding:2rem 0}.breadcrumb{align-items:center;color:#6d3a54;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:2rem}.breadcrumb a{color:#8b4a6b;text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:#6d3a54}.breadcrumb span{color:#d4a5a5}.product-details-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{background:#ffffffe6;border-radius:15px;box-shadow:0 8px 25px #8b4a6b1a;overflow:hidden}.detail-image{height:600px;object-fit:cover;transition:transform .3s ease;width:100%}.detail-image:hover{transform:scale(1.02)}.product-info-detail{display:flex;flex-direction:column;gap:1.5rem}.product-category-badge{background:linear-gradient(135deg,#8b4a6b,#d4a5a5);border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:1px;padding:.5rem 1rem;text-transform:uppercase;width:fit-content}.product-title{color:#8b4a6b;font-size:2.5rem;line-height:1.2;margin:0}.product-price-large{background:#8b4a6b1a;border-radius:10px;color:#8b4a6b;font-size:2rem;font-weight:700;padding:1rem;width:fit-content}.product-description h3{color:#8b4a6b;font-size:1.3rem;margin-bottom:1rem}.product-description p{color:#333;line-height:1.6;margin-bottom:1.5rem}.product-features{list-style:none;padding:0}.product-features li{color:#333;padding:.5rem 0 .5rem 1.5rem;position:relative}.product-features li:before{color:#8b4a6b;content:"✓";font-weight:700;left:0;position:absolute}.product-actions{margin-top:2rem}.purchase-btn-large{font-size:1.2rem;margin-bottom:2rem;padding:1.2rem 2rem;width:100%}.product-meta{background:#ffffffe6;border-radius:10px;box-shadow:0 4px 15px #8b4a6b1a;padding:1.5rem}.product-meta p{color:#333;margin:.5rem 0}.product-meta strong{color:#8b4a6b}.related-products{margin-top:4rem}.related-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.not-found{padding:4rem 2rem;text-align:center}.not-found h2{color:#8b4a6b;font-size:2.5rem;margin-bottom:2rem}@media (max-width:768px){.product-details-grid{gap:2rem;grid-template-columns:1fr}.detail-image{height:400px}.product-title{font-size:2rem}.product-price-large{font-size:1.5rem}.section-title{font-size:2rem}.related-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.App{background:linear-gradient(135deg,#faf7f5,#f5e6e8 50%,#f0d5d8);min-height:100vh}.hero-section{align-items:center;background:linear-gradient(135deg,#8b4a6b1a,#d4a5a51a);display:flex;height:80vh;justify-content:center;overflow:hidden;position:relative;text-align:center}.hero-content{max-width:600px;padding:0 20px;z-index:2}.hero-title{color:#8b4a6b;font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #0000001a}.hero-subtitle{color:#6d3a54;font-size:1.3rem;font-weight:300;margin-bottom:2rem}.hero-background{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='20' cy='20' r='1' fill='%23d4a5a5' opacity='.1'/%3E%3Ccircle cx='80' cy='40' r='1' fill='%238b4a6b' opacity='.1'/%3E%3Ccircle cx='40' cy='80' r='1' fill='%23d4a5a5' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E") repeat;height:100%;left:0;opacity:.3;position:absolute;top:0;width:100%}.section{padding:4rem 0}.section-title{color:#8b4a6b;font-size:2.5rem;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(135deg,#d4a5a5,#8b4a6b);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.product-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.product-card{background:#ffffffe6;border-radius:15px;box-shadow:0 8px 25px #8b4a6b1a;cursor:pointer;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 15px 35px #8b4a6b33;transform:translateY(-8px)}.product-image{height:300px;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:1.5rem}.product-category{color:#8b4a6b;font-size:.9rem;font-weight:500;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.product-name{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.product-price{color:#8b4a6b;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.category-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.category-card{background:#ffffffe6;border-radius:15px;box-shadow:0 8px 25px #8b4a6b1a;color:inherit;cursor:pointer;overflow:hidden;text-decoration:none;transition:all .3s ease}.category-card:hover{box-shadow:0 12px 30px #8b4a6b33;transform:translateY(-5px)}.category-image{height:200px;object-fit:cover;width:100%}.category-info{padding:1.5rem;text-align:center}.category-name{color:#8b4a6b;font-size:1.3rem;font-weight:600}.slideshow-container{margin-bottom:2rem;position:relative}.product-slider{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth}.product-slider::-webkit-scrollbar{height:8px}.product-slider::-webkit-scrollbar-track{background:#ffffff4d;border-radius:10px}.product-slider::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d4a5a5,#8b4a6b);border-radius:10px}.slider-product{flex:0 0 280px}.view-all-btn{margin-top:2rem;text-align:center}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.product-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}
/*# sourceMappingURL=main.920e703d.css.map*/