*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:6px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#e91e63;color:#fff}.btn-primary:hover{background-color:#c2185b;transform:translateY(-2px)}.btn-secondary{background-color:#f5f5f5;border:1px solid #ddd;color:#333}.btn-secondary:hover{background-color:#e0e0e0}.grid{grid-gap:20px;display:grid;gap:20px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.text-center{text-align:center}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.py-1{padding:8px 0}.py-2{padding:16px 0}.py-3{padding:24px 0}.py-4{padding:32px 0}.px-1{padding:0 8px}.px-2{padding:0 16px}.px-3{padding:0 24px}.px-4{padding:0 32px}@media (max-width:768px){.container{padding:0 15px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.notification{border-radius:8px;box-shadow:0 8px 25px #00000026;max-width:400px;min-width:300px;opacity:0;position:fixed;right:20px;top:20px;transform:translateX(100%);transition:all .3s ease;z-index:1000}.notification.show{opacity:1;transform:translateX(0)}.notification.hide{opacity:0;transform:translateX(100%)}.notification.success{background:#e8f5e8;border-left:4px solid #2e7d32;color:#2e7d32}.notification.error{background:#ffebee;border-left:4px solid #d32f2f;color:#d32f2f}.notification-content{align-items:center;display:flex;gap:.75rem;padding:1rem}.notification-icon{align-items:center;display:flex;flex-shrink:0}.notification-message{flex:1 1;font-size:.9rem;font-weight:500;line-height:1.4}.notification-close{align-items:center;background:none;border:none;border-radius:4px;color:inherit;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:.25rem;transition:opacity .3s ease}.notification-close:hover{opacity:1}@media (max-width:480px){.notification{left:10px;max-width:none;min-width:auto;right:10px;top:10px}}.search-bar-container{max-width:500px;position:relative;width:100%}.search-form{width:100%}.search-input-container{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:25px;display:flex;padding:.75rem 1rem;position:relative;transition:all .3s ease}.search-input-container:focus-within{border-color:#e91e63;box-shadow:0 0 0 3px #e91e631a}.search-icon{color:#666;flex-shrink:0;margin-right:.75rem}.search-input{background:#0000;border:none;color:#333;flex:1 1;font-size:1rem;outline:none}.search-input::placeholder{color:#999}.clear-search{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;justify-content:center;margin-left:.5rem;padding:.25rem;transition:all .3s ease}.clear-search:hover{background:#f5f5f5;color:#333}.search-suggestions{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 8px 25px #00000026;left:0;margin-top:.5rem;max-height:400px;overflow:hidden;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.suggestion-item{align-items:center;border-bottom:1px solid #f5f5f5;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:background-color .3s ease}.suggestion-item.selected,.suggestion-item:hover{background:#f8f9fa}.suggestion-item:last-of-type{border-bottom:none}.suggestion-image{border-radius:8px;flex-shrink:0;height:50px;object-fit:cover;width:50px}.suggestion-content{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.suggestion-name{color:#333;font-size:.95rem;font-weight:500;line-height:1.3}.suggestion-price{color:#e91e63;font-size:.9rem;font-weight:600}.search-all-results{background:#f8f9fa;border-top:1px solid #e0e0e0;padding:.75rem 1rem}.search-all-button{align-items:center;background:none;border:none;border-radius:6px;color:#e91e63;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem;transition:background-color .3s ease;width:100%}.search-all-button:hover{background:#e91e631a}@media (max-width:768px){.search-bar-container{max-width:none}.search-input-container{padding:.625rem .875rem}.search-input{font-size:.95rem}.suggestion-item{padding:.875rem}.suggestion-image{height:40px;width:40px}.suggestion-name{font-size:.9rem}.suggestion-price{font-size:.85rem}}@media (max-width:480px){.search-input-container{padding:.5rem .75rem}.search-icon{margin-right:.5rem}.suggestion-item{gap:.75rem;padding:.75rem}.suggestion-image{height:35px;width:35px}}.header{background:#fff;box-shadow:0 2px 10px #0000001a;left:0;position:fixed;right:0;top:0;z-index:1000}.header-content{gap:2rem;justify-content:space-between;padding:1rem 0}.header-content,.logo{align-items:center;display:flex}.logo{color:#e91e63;font-size:1.5rem;font-weight:700;gap:.5rem;text-decoration:none}.logo-icon{height:32px;width:32px}.logo-text{color:#333}.search-section{flex:1 1;max-width:500px}.desktop-nav{display:flex;gap:2rem}.nav-link{color:#333;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#e91e63}.nav-link:after{background:#e91e63;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.header-actions{align-items:center;display:flex;gap:1rem}.cart-link{color:#333;position:relative;text-decoration:none;transition:color .3s ease}.cart-link:hover{color:#e91e63}.cart-badge{align-items:center;background:#e91e63;border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:-8px;top:-8px;width:20px}.mobile-menu-button{background:none;border:none;color:#333;cursor:pointer;display:none;padding:.5rem}.mobile-nav{background:#fff;border-top:1px solid #e0e0e0;display:none;flex-direction:column;padding:1rem 0}.mobile-nav-link{border-bottom:1px solid #f0f0f0;color:#333;font-weight:500;padding:.75rem 0;text-decoration:none;transition:color .3s ease}.mobile-nav-link:hover{color:#e91e63}.mobile-nav-link:last-child{border-bottom:none}@media (max-width:768px){.header-content{gap:1rem}.search-form{flex-basis:100%;margin-top:1rem;order:3}.desktop-nav{display:none}.mobile-menu-button{display:block}.mobile-nav{display:flex}.logo-text{display:none}}@media (max-width:480px){.header-content{padding:.75rem 0}.logo{font-size:1.25rem}.logo-icon{height:28px;width:28px}}.footer{background:#2c2c2c;color:#fff;margin-top:auto}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:3rem 0 2rem}.footer-section{display:flex;flex-direction:column}.footer-logo{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.footer-logo-icon{color:#e91e63;height:32px;width:32px}.footer-logo-text{color:#fff;font-size:1.5rem;font-weight:700}.footer-description{color:#ccc;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#404040;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#e91e63;transform:translateY(-2px)}.footer-title{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-link{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#e91e63}.contact-info{margin-bottom:2rem}.contact-item{align-items:center;color:#ccc;gap:.5rem;margin-bottom:.75rem}.contact-item svg{color:#e91e63;flex-shrink:0}.contact-item a{color:#ccc;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#e91e63;text-decoration:underline}.contact-item span{color:#ccc}.newsletter-title{color:#fff;font-size:1rem;font-weight:600}.newsletter-text{color:#ccc;font-size:.9rem;margin-bottom:1rem}.newsletter-form{gap:.5rem}.newsletter-input{background:#404040;border:1px solid #555;border-radius:4px;color:#fff;font-size:.9rem;padding:.75rem}.newsletter-input::placeholder{color:#999}.newsletter-input:focus{border-color:#e91e63}.newsletter-button{background:#e91e63;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1rem;transition:background-color .3s ease}.newsletter-button:hover{background:#c2185b}.footer-bottom{border-top:1px solid #404040;padding:1.5rem 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.copyright{color:#ccc;font-size:.9rem}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-link{color:#ccc;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-bottom-link:hover{color:#e91e63}.developer-credit{border-top:1px solid #404040;margin-top:1rem;padding-top:1rem;text-align:center}.developer-credit p{color:#999;font-size:.85rem;margin:0}.developer-link{color:#e91e63;font-weight:600;position:relative;text-decoration:none;transition:all .3s ease}.developer-link:hover{color:#c2185b;text-decoration:underline}.developer-link:before{content:"💻";font-size:.9rem;margin-right:.25rem}@media (max-width:768px){.footer-content{gap:2rem;grid-template-columns:1fr;padding:2rem 0 1.5rem}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}.newsletter-form{flex-direction:column}.newsletter-input{margin-bottom:.5rem}}@media (max-width:480px){.footer-content{padding:1.5rem 0 1rem}.social-links{justify-content:center}.footer-bottom-links{flex-direction:column;gap:.5rem}}.scroll-to-top{align-items:center;animation:fadeInUp .3s ease;background:#e91e63;border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 12px #e91e634d;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;position:fixed;right:2rem;transition:all .3s ease;width:50px;z-index:1000}.scroll-to-top:hover{background:#c2185b;box-shadow:0 6px 20px #e91e6366;transform:translateY(-2px)}.scroll-to-top:active{transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.scroll-to-top{bottom:1.5rem;height:45px;right:1.5rem;width:45px}}@media (max-width:480px){.scroll-to-top{bottom:1rem;height:40px;right:1rem;width:40px}}.quick-view-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:2000}.quick-view-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:100%}.close-button{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px;z-index:10}.close-button:hover{background:#fff;transform:scale(1.1)}.quick-view-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:2rem}.quick-view-image{aspect-ratio:1;border-radius:12px;overflow:hidden;position:relative}.quick-view-image img{height:100%;object-fit:cover;width:100%}.quick-view-details{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-size:1.8rem;margin:0}.product-rating{gap:.75rem}.product-price{margin:.5rem 0}.price{font-size:1.75rem}.product-description p{margin:0}.product-actions{gap:1rem;margin:1rem 0}.add-to-cart{padding:1rem}.wishlist-btn{align-items:center;display:flex;gap:.5rem;padding:1rem;white-space:nowrap}.product-meta{border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:.75rem;padding-top:1rem}.meta-item{align-items:center;display:flex;font-size:.9rem;justify-content:space-between}.meta-item strong{color:#333}.meta-item span{color:#666}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.quick-view-modal{border-radius:16px 16px 0 0;margin:0;max-height:95vh}.quick-view-content{gap:1.5rem;grid-template-columns:1fr;padding:1.5rem}.price,.product-title{font-size:1.5rem}.product-actions{flex-direction:column}.close-button{height:36px;right:.75rem;top:.75rem;width:36px}}@media (max-width:480px){.quick-view-overlay{padding:0}.quick-view-modal{border-radius:0;max-height:100vh}.quick-view-content{padding:1rem}.price,.product-title{font-size:1.3rem}}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:block;overflow:hidden;position:relative;transition:all .3s ease}.product-card,.product-card:hover{color:inherit;text-decoration:none}.product-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.product-image-container{height:250px;overflow:hidden;position:relative;width:100%}.product-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image{transform:scale(1.05)}.featured-badge{border-radius:4px;font-size:.75rem;left:12px;padding:4px 8px;top:12px}.out-of-stock-overlay{align-items:center;background:#000000b3;bottom:0;color:#fff;display:flex;font-size:1.1rem;font-weight:600;justify-content:center;left:0;position:absolute;right:0;top:0}.product-actions{gap:.5rem;opacity:0;position:absolute;right:12px;top:12px;transform:translateY(-10px);transition:all .3s ease}.product-card:hover .product-actions{opacity:1;transform:translateY(0)}.quick-view-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.quick-view-btn:hover{background:#fff;color:#e91e63;transform:scale(1.1)}.product-info{padding:1.5rem}.product-name{color:#333;font-size:1.2rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.9rem;line-height:1.4;margin-bottom:1rem;overflow:hidden}.product-rating{gap:.5rem;margin-bottom:1rem}.star.half{fill:url(#half);color:#ffc107}.rating-text{font-size:.85rem}.product-footer{gap:1rem;justify-content:space-between}.product-footer,.product-price{align-items:center;display:flex}.product-price{gap:.5rem}.price{font-size:1.25rem}.add-to-cart-btn{align-items:center;background:#e91e63;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .3s ease;white-space:nowrap}.add-to-cart-btn:hover{background:#c2185b;transform:translateY(-1px)}.add-to-cart-btn.disabled{cursor:not-allowed}.add-to-cart-btn.disabled,.add-to-cart-btn.disabled:hover{background:#ccc;transform:none}@media (max-width:768px){.product-info{padding:1rem}.product-name{font-size:1.1rem}.product-footer{align-items:stretch;flex-direction:column;gap:.75rem}.add-to-cart-btn{justify-content:center;width:100%}.product-image-container{height:200px}}@media (max-width:480px){.product-image-container{height:180px}.product-info{padding:.75rem}.product-name{font-size:1rem}.price{font-size:1.1rem}}.hero{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;min-height:70vh;padding:4rem 0}.hero-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.hero-title{color:#333;line-height:1.2}.hero-description{color:#666;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem}.hero-image{display:flex;justify-content:center}.hero-img{border-radius:12px;box-shadow:0 10px 30px #0000001a;height:auto;max-width:500px;width:100%}.features{background:#fff}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{background:#f8f9fa;border-radius:12px;padding:2rem 1rem;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{color:#e91e63;display:flex;justify-content:center;margin-bottom:1rem}.feature-title{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.feature-description{color:#666;line-height:1.5}.promo-banner{background:linear-gradient(135deg,#e91e63,#c2185b);color:#fff}.promo-content{align-items:center;display:flex;gap:2rem;justify-content:space-between}.promo-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.promo-description{font-size:1rem;margin:0;opacity:.95}.promo-action .btn{background:#fff;border:2px solid #fff;color:#e91e63;font-weight:600;padding:.75rem 2rem}.promo-action .btn:hover{background:#0000;border-color:#fff;color:#fff}.categories{background:#f8f9fa}.section-header{margin-bottom:3rem}.section-title{margin-bottom:1rem}.section-description{color:#666;font-size:1.1rem}.categories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.category-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000001a;color:inherit;display:block;overflow:hidden;position:relative;text-decoration:none;transition:all .3s ease}.category-card:hover{box-shadow:0 12px 30px #00000026;color:inherit;text-decoration:none;transform:translateY(-8px)}.category-image{height:180px;overflow:hidden;position:relative;width:100%}.category-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.category-card:hover .category-image img{transform:scale(1.1)}.category-overlay{align-items:center;background:linear-gradient(135deg,#e91e63cc,#c2185bcc);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.category-card:hover .category-overlay{opacity:1}.category-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:3rem}.category-content{padding:1.5rem;text-align:center}.category-name{color:#333;font-size:1.3rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.category-count{color:#666;font-size:.9rem;font-weight:500}.featured-products{background:#fff}.products-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.testimonials{background:#f8f9fa}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center}.testimonial-stars{display:flex;gap:2px;justify-content:center;margin-bottom:1rem}.testimonial-stars .star{fill:#ffc107;color:#ffc107}.testimonial-text{color:#666;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:#333;font-weight:600}.testimonial-author span{color:#999;font-size:.9rem}.newsletter{background:linear-gradient(135deg,#e91e63,#c2185b);color:#fff}.newsletter-content{align-items:center;display:flex;gap:2rem;justify-content:space-between}.newsletter-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.newsletter-description{font-size:1.1rem;opacity:.9}.newsletter-form{display:flex;gap:1rem;min-width:400px}.newsletter-input{border:none;border-radius:6px;flex:1 1;font-size:1rem;padding:1rem}.newsletter-input:focus{box-shadow:0 0 0 2px #ffffff4d;outline:none}@media (max-width:768px){.hero{min-height:auto;padding:2rem 0}.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{flex-wrap:wrap;justify-content:center}.section-title{font-size:2rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.categories-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.category-image{height:150px}.category-content{padding:1rem}.category-name{font-size:1.1rem}.products-grid,.testimonials-grid{grid-template-columns:1fr}.newsletter-content{flex-direction:column;text-align:center}.newsletter-form{max-width:400px;min-width:auto;width:100%}.promo-content{flex-direction:column;gap:1.5rem;text-align:center}.promo-title{font-size:1.3rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.section-title{font-size:1.75rem}.newsletter-form{flex-direction:column}.newsletter-title{font-size:1.5rem}.feature-card,.testimonial-card{padding:1.5rem 1rem}.categories-grid{gap:1rem;grid-template-columns:1fr}.category-image{height:120px}.category-content{padding:.75rem}.category-name{font-size:1rem}.category-icon{font-size:2.5rem}.promo-title{font-size:1.1rem}.promo-description{font-size:.9rem}}.products-page{min-height:80vh;padding:2rem 0}.page-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.page-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.products-count{color:#666;font-size:1rem}.page-controls{gap:1rem}.filter-toggle,.page-controls{align-items:center;display:flex}.filter-toggle{background:#f5f5f5;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:.9rem;gap:.5rem;padding:.75rem 1rem;transition:all .3s ease}.filter-toggle:hover{background:#e0e0e0}.view-controls{border:1px solid #ddd;border-radius:6px;display:flex;overflow:hidden}.view-btn{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;justify-content:center;padding:.75rem;transition:all .3s ease}.view-btn:hover{background:#f5f5f5}.view-btn.active{background:#e91e63;color:#fff}.products-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:280px 1fr}.filters-sidebar{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:100px}.filters-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.filters-header h3{color:#333;font-size:1.2rem;font-weight:600}.clear-filters{background:none;border:none;color:#e91e63;cursor:pointer;font-size:.9rem;text-decoration:underline}.clear-filters:hover{color:#c2185b}.filter-group{margin-bottom:2rem}.filter-title{color:#333;font-size:1rem;font-weight:600;margin-bottom:1rem}.filter-options{display:flex;flex-direction:column;gap:.75rem}.filter-option{align-items:center;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem}.filter-option input[type=radio]{margin:0}.filter-label{color:#666;transition:color .3s ease}.filter-option:hover .filter-label{color:#333}.filter-option input[type=radio]:checked+.filter-label{color:#e91e63;font-weight:500}.price-filter{display:flex;flex-direction:column;gap:1rem}.price-slider{-webkit-appearance:none;background:#e0e0e0;border-radius:3px;height:6px;outline:none;width:100%}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#e91e63;border-radius:50%;cursor:pointer;height:20px;width:20px}.price-slider::-moz-range-thumb{background:#e91e63;border:none;border-radius:50%;cursor:pointer;height:20px;width:20px}.price-display{background:#f5f5f5;border-radius:4px;color:#333;font-weight:500;margin-bottom:1rem;padding:.5rem;text-align:center}.price-presets{display:flex;flex-direction:column;gap:.5rem}.price-preset{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:.9rem;padding:.5rem .75rem;text-align:left;transition:all .3s ease}.price-preset:hover{background:#fce4ec;border-color:#e91e63}.price-preset.active{background:#e91e63;border-color:#e91e63;color:#fff}.products-main{display:flex;flex-direction:column}.products-toolbar{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.sort-controls{align-items:center;display:flex;gap:.5rem}.sort-select{background:#fff;border:1px solid #ddd;border-radius:4px;font-size:.9rem;padding:.5rem}.sort-select:focus{border-color:#e91e63;outline:none}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.products-grid.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.products-grid.list{grid-template-columns:1fr}.products-grid.list .product-card{display:flex;flex-direction:row;max-width:none}.products-grid.list .product-image-container{flex-shrink:0;height:150px;width:200px}.products-grid.list .product-info{display:flex;flex:1 1;flex-direction:column;justify-content:space-between}.no-products{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:4rem 2rem;text-align:center}.no-products h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.no-products p{color:#666;margin-bottom:2rem}@media (max-width:1024px){.products-content{gap:1.5rem;grid-template-columns:250px 1fr}.filters-sidebar{padding:1rem}}@media (max-width:768px){.page-header{align-items:flex-start;flex-direction:column;gap:1rem}.page-controls{justify-content:space-between;width:100%}.products-content{grid-template-columns:1fr}.filters-sidebar{background:#fff;bottom:0;display:none;left:0;overflow-y:auto;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.filters-sidebar.show{display:block}.filters-sidebar:before{background:#00000080;bottom:0;content:"";left:0;position:fixed;right:0;top:0;z-index:-1}.products-grid.grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.products-grid.list .product-card{flex-direction:column}.products-grid.list .product-image-container{height:200px;width:100%}}@media (max-width:480px){.page-title{font-size:2rem}.products-grid.grid{grid-template-columns:1fr}.view-controls{display:none}.filter-toggle{font-size:.8rem;padding:.5rem .75rem}}.product-detail-page{padding:2rem 0}.breadcrumb{align-items:center;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:2rem}.breadcrumb a{color:#666;text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:#e91e63}.breadcrumb span:last-child{color:#333;font-weight:500}.product-detail{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.main-image,.product-images{position:relative}.main-image{border-radius:12px;box-shadow:0 8px 25px #0000001a;height:500px;overflow:hidden;width:100%}.main-image img{height:100%;object-fit:cover;width:100%}.featured-badge{background:#e91e63;border-radius:6px;color:#fff;font-size:.8rem;font-weight:600;left:1rem;letter-spacing:.5px;padding:.5rem 1rem;position:absolute;text-transform:uppercase;top:1rem}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.2}.product-rating{align-items:center;display:flex;gap:1rem}.stars{display:flex;gap:2px}.star{color:#ddd}.star.filled{fill:#ffc107;color:#ffc107}.rating-text{color:#666;font-size:.9rem}.product-price{margin:1rem 0}.price{color:#e91e63;font-size:2rem;font-weight:700}.product-description{color:#666;font-size:1.1rem;line-height:1.6}.product-actions{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 0}.quantity-selector{align-items:center;display:flex;gap:1rem}.quantity-selector label{color:#333;font-weight:500}.quantity-selector select{background:#fff;border:1px solid #ddd;border-radius:6px;font-size:1rem;padding:.5rem}.action-buttons{display:flex;flex-wrap:wrap;gap:1rem}.add-to-cart{flex:1 1;font-size:1rem;font-weight:600;justify-content:center;min-width:200px;padding:1rem 1.5rem}.add-to-cart,.share-btn,.wishlist-btn{align-items:center;display:flex;gap:.5rem}.share-btn,.wishlist-btn{padding:1rem;white-space:nowrap}.product-features{display:flex;flex-direction:column;gap:1rem}.feature{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;gap:1rem;padding:1rem}.feature svg{color:#e91e63;flex-shrink:0}.feature strong{color:#333;display:block;margin-bottom:.25rem}.feature p{color:#666;font-size:.9rem;margin:0}.product-tabs{margin-bottom:3rem}.tab-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.tab-panel h3{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.details-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.detail-item{background:#f8f9fa;border-radius:6px;display:flex;justify-content:space-between;padding:.75rem}.detail-item strong{color:#333}.detail-item span{color:#666}.in-stock{color:#2e7d32!important;font-weight:500}.out-of-stock{color:#d32f2f!important;font-weight:500}.product-long-description{color:#666;font-size:1rem;line-height:1.6}.related-products{margin-top:4rem}.section-title{font-size:2rem;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(250px,1fr))}.product-not-found{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:500px;padding:4rem 2rem;text-align:center}.product-not-found h2{color:#333;font-size:1.8rem;margin-bottom:1rem}.product-not-found p{color:#666;margin-bottom:2rem}@media (max-width:1024px){.product-detail{gap:2rem}.product-title{font-size:2rem}.action-buttons{flex-direction:column}.add-to-cart{min-width:auto}}@media (max-width:768px){.product-detail{gap:2rem;grid-template-columns:1fr}.main-image{height:400px}.price,.product-title{font-size:1.75rem}.breadcrumb{flex-wrap:wrap}.details-grid{grid-template-columns:1fr}.related-products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:480px){.product-detail-page{padding:1rem 0}.main-image{height:300px}.price,.product-title{font-size:1.5rem}.tab-content{padding:1.5rem}.product-features{gap:.75rem}.feature{padding:.75rem}.related-products-grid{grid-template-columns:1fr}}.cart-page{min-height:80vh;padding:2rem 0}.empty-cart{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:500px;padding:4rem 2rem;text-align:center}.empty-cart-icon{color:#ccc;margin-bottom:1.5rem}.empty-cart-title{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.empty-cart-description{color:#666;line-height:1.5;margin-bottom:2rem}.cart-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.cart-title{color:#333;font-size:2.5rem;font-weight:700}.clear-cart-btn{background:none;border:1px solid #e91e63;border-radius:6px;color:#e91e63;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s ease}.clear-cart-btn:hover{background:#e91e63;color:#fff}.cart-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 400px}.cart-items{flex-direction:column}.cart-item,.cart-items{display:flex;gap:1.5rem}.cart-item{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:1.5rem;transition:transform .3s ease}.cart-item:hover{transform:translateY(-2px)}.item-image{border-radius:8px;flex-shrink:0;height:120px;overflow:hidden;width:120px}.item-image img{height:100%;object-fit:cover;width:100%}.item-details{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.item-name{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.item-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:.9rem;line-height:1.4;overflow:hidden}.item-price{color:#e91e63;font-size:1rem;font-weight:600;margin-top:auto}.item-controls{align-items:flex-end;display:flex;flex-direction:column;gap:1rem;min-width:120px}.quantity-controls{align-items:center;background:#f5f5f5;border-radius:6px;display:flex;gap:.5rem;padding:.25rem}.quantity-btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .3s ease;width:32px}.quantity-btn:hover{background:#e91e63;border-color:#e91e63;color:#fff}.quantity{color:#333;font-weight:600;min-width:40px;text-align:center}.item-total{color:#333;font-size:1.1rem;font-weight:700}.remove-btn{align-items:center;background:#ffebee;border:none;border-radius:6px;color:#e91e63;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .3s ease;width:36px}.remove-btn:hover{background:#e91e63;color:#fff}.cart-summary{display:flex;flex-direction:column;gap:1.5rem}.summary-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:1.5rem;position:-webkit-sticky;position:sticky;top:100px}.summary-title{border-bottom:1px solid #e0e0e0;color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:1rem}.summary-details{display:flex;flex-direction:column;gap:1rem}.summary-row{align-items:center;display:flex;font-size:.95rem;justify-content:space-between}.summary-row span:first-child{color:#666}.summary-row span:last-child{color:#333;font-weight:500}.summary-divider{background:#e0e0e0;height:1px;margin:.5rem 0}.summary-row.total{color:#333;font-size:1.1rem;font-weight:700;padding-top:.5rem}.summary-row.total span:last-child{color:#e91e63}.shipping-notice{background:#e8f5e8;border-radius:6px;color:#2e7d32;font-size:.9rem;margin:1rem 0;padding:.75rem;text-align:center}.checkout-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.checkout-btn{font-size:1rem;font-weight:600;padding:1rem;width:100%}.continue-shopping{color:#666;font-size:.9rem;text-align:center;text-decoration:none;transition:color .3s ease}.continue-shopping:hover{color:#e91e63}.security-badges{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.security-badge{align-items:center;display:flex;gap:1rem}.security-badge span{font-size:1.5rem;text-align:center;width:40px}.security-badge div{flex:1 1}.security-badge strong{color:#333;display:block;font-size:.9rem;margin-bottom:.25rem}.security-badge p{color:#666;font-size:.8rem;margin:0}@media (max-width:1024px){.cart-content{grid-template-columns:1fr 350px}}@media (max-width:768px){.cart-header{align-items:flex-start;flex-direction:column;gap:1rem}.cart-title{font-size:2rem}.cart-content{grid-template-columns:1fr}.cart-item{flex-direction:column;gap:1rem}.item-image{align-self:center;height:200px;max-width:300px;width:100%}.item-controls{align-items:center;flex-direction:row;justify-content:space-between;width:100%}.security-badges{order:-1}}@media (max-width:480px){.cart-page{padding:1rem 0}.cart-title{font-size:1.75rem}.cart-item{padding:1rem}.item-name{font-size:1.1rem}.security-badges,.summary-card{padding:1rem}.checkout-btn{padding:.875rem}}.about-hero{background:linear-gradient(135deg,#e91e63,#c2185b);color:#fff;padding:4rem 0;text-align:center}.hero-description{max-width:800px}.our-story{background:#fff}.story-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.section-title,.story-text p{margin-bottom:1.5rem}.story-text p{color:#666;font-size:1.1rem;line-height:1.6}.story-image{display:flex;justify-content:center}.story-image img{border-radius:12px;box-shadow:0 10px 30px #0000001a;height:auto;max-width:500px;width:100%}.our-values{background:#f8f9fa}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{color:#e91e63;display:flex;justify-content:center;margin-bottom:1.5rem}.value-title{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.value-description{color:#666;line-height:1.5}.team-section{background:#fff}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.team-member{background:#f8f9fa;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px)}.member-image{border-radius:50%;box-shadow:0 8px 25px #0000001a;height:150px;margin:0 auto 1.5rem;overflow:hidden;width:150px}.member-image img{height:100%;object-fit:cover;width:100%}.member-name{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.member-role{color:#e91e63;font-weight:500;margin-bottom:1rem}.member-description{color:#666;font-size:.95rem;line-height:1.5}.stats-section{background:linear-gradient(135deg,#333,#555);color:#fff}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-item{padding:1rem;text-align:center}.stat-number{color:#e91e63;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1.1rem;opacity:.9}.mission-section{background:#f8f9fa}.mission-content{margin:0 auto;max-width:800px;text-align:center}.mission-text{color:#666;font-size:1.2rem;line-height:1.7;margin-top:2rem}@media (max-width:768px){.about-hero{padding:3rem 0}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.story-content{gap:2rem;grid-template-columns:1fr;text-align:center}.section-title{font-size:2rem}.team-grid,.values-grid{grid-template-columns:1fr}.stats-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2.5rem}}@media (max-width:480px){.about-hero{padding:2rem 0}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.section-title{font-size:1.75rem}.team-member,.value-card{padding:1.5rem}.stats-grid{grid-template-columns:1fr}.stat-number{font-size:2rem}.mission-text{font-size:1.1rem}}.contact-hero{background:linear-gradient(135deg,#e91e63,#c2185b);color:#fff;padding:4rem 0;text-align:center}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.hero-description{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.95}.contact-content{background:#fff}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info{display:flex;flex-direction:column}.info-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:1rem}.info-description{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{background:#f8f9fa;border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:transform .3s ease}.contact-item:hover{transform:translateY(-2px)}.contact-icon{align-items:center;background:#e91e63;border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.contact-text h3{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.contact-text p{color:#666;line-height:1.5;margin:0}.contact-text a{color:#e91e63;font-weight:500;text-decoration:none;transition:color .3s ease}.contact-text a:hover{color:#c2185b;text-decoration:underline}.contact-form-container{background:#f8f9fa;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.form-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.success-message{background:#e8f5e8;border-radius:8px;color:#2e7d32;font-weight:500;margin-bottom:1.5rem;padding:1rem;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border-radius:8px;font-size:1rem;padding:1rem;transition:all .3s ease}.form-group textarea{font-family:inherit}.submit-btn{align-items:center;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.submit-btn .spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:20px;width:20px}.faq-section{background:#f8f9fa}.section-title{color:#333;font-size:2.5rem;font-weight:700}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.faq-item{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s ease}.faq-item:hover{transform:translateY(-2px)}.faq-question{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.faq-answer{color:#666;line-height:1.6;margin:0}@media (max-width:1024px){.contact-grid{gap:3rem}}@media (max-width:768px){.contact-hero{padding:3rem 0}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.contact-grid{gap:2rem}.contact-grid,.form-row{grid-template-columns:1fr}.contact-form-container{padding:1.5rem}.section-title{font-size:2rem}.faq-grid{grid-template-columns:1fr}}@media (max-width:480px){.contact-hero{padding:2rem 0}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.form-title,.info-title{font-size:1.5rem}.contact-item{padding:1rem}.contact-icon{height:40px;width:40px}.contact-form-container{padding:1rem}.faq-item{padding:1.5rem}.section-title{font-size:1.75rem}}.not-found-page{align-items:center;display:flex;justify-content:center;min-height:80vh;padding:2rem 0}.not-found-content{margin:0 auto;max-width:800px;text-align:center}.error-illustration{margin-bottom:3rem}.error-number{color:#e91e63;font-size:8rem;font-weight:900;line-height:1;margin-bottom:1rem;text-shadow:0 4px 8px #e91e634d}.error-message{color:#333;font-size:2rem;font-weight:600;margin-bottom:2rem}.error-description{margin-bottom:3rem}.error-description h2{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.error-description p{color:#666;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.error-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.error-actions .btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:1rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-outline{background:#0000;border:2px solid #e0e0e0;color:#666}.btn-outline:hover{background:#f5f5f5;border-color:#ccc;color:#333}.helpful-links{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:left}.helpful-links h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.links-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.helpful-link{align-items:center;background:#f8f9fa;border-radius:8px;color:inherit;display:flex;gap:1rem;padding:1rem;text-decoration:none;transition:all .3s ease}.helpful-link:hover{background:#e8f5e8;transform:translateY(-2px)}.link-icon{flex-shrink:0;font-size:2rem}.helpful-link strong{color:#333;display:block;font-size:1rem;margin-bottom:.25rem}.helpful-link p{color:#666;font-size:.9rem;line-height:1.3;margin:0}@media (max-width:768px){.error-number{font-size:6rem}.error-message{font-size:1.5rem}.error-description h2{font-size:1.3rem}.error-description p{font-size:1rem}.error-actions{align-items:center;flex-direction:column}.error-actions .btn{justify-content:center;max-width:300px;width:100%}.links-grid{grid-template-columns:1fr}.helpful-links{padding:1.5rem}}@media (max-width:480px){.not-found-page{padding:1rem 0}.error-number{font-size:4rem}.error-message{font-size:1.25rem}.error-description h2{font-size:1.2rem}.helpful-link{padding:.75rem}.link-icon{font-size:1.5rem}}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:80px}.loading{align-items:center;display:flex;height:200px;justify-content:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#e91e63;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error{background-color:#ffebee;color:#c62828}.error,.success{border-radius:8px;margin:20px 0;padding:16px;text-align:center}.success{background-color:#e8f5e8;color:#2e7d32}.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:6px;font-size:16px;padding:12px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#e91e63;box-shadow:0 0 0 2px #e91e631a;outline:none}.form-group textarea{min-height:100px;resize:vertical}@media (max-width:768px){.main-content{padding-top:70px}}
/*# sourceMappingURL=main.0fcc4fb1.css.map*/