*,*:before,*:after{box-sizing:border-box}: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;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}}:root{--primary-color: #e75480;--secondary-color: #ffb6c1;--accent-color: #d4af37;--text-dark: #2d3748;--text-light: #718096;--bg-white: #ffffff;--header-height: 90px;--mobile-header-height: 70px}html,body{margin:0;padding:0;background-color:var(--bg-white)!important;color:var(--text-dark)!important;font-family:Inter,system-ui,-apple-system,sans-serif}.app-wrapper{background-color:var(--bg-white)!important;min-height:100vh;display:flex;flex-direction:column;position:relative;padding-bottom:90px}.app{text-align:center}.app-header{background-color:#fffffffa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:0 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:1000;height:var(--header-height)}.header-left{display:flex;align-items:center;gap:1.2rem;position:relative;z-index:2}.header-center{position:absolute;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;z-index:1}.header-title-link{text-decoration:none;display:flex;align-items:center;gap:.8rem}.header-title-text{font-family:Fredoka,cursive;font-size:2.2rem;font-weight:700;margin:0;background:linear-gradient(90deg,#e75480,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap;letter-spacing:-.5px}.header-right{display:flex;align-items:center;gap:1.5rem;position:relative;z-index:2}.user-icon-link{color:var(--text-dark);transition:color .2s;display:flex;align-items:center}.user-icon-link:hover{color:var(--primary-color)}.logo{height:70px;width:auto;border-radius:12px;object-fit:contain;background-color:var(--bg-white)!important}.menu-toggle{background:none;border:none;font-size:1.5rem;cursor:pointer;display:none;padding:.5rem;color:var(--text-dark);transition:color .2s}.menu-toggle:hover{color:var(--primary-color)}.header-nav{display:none;align-items:center}.header-nav ul{display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.header-nav a{text-decoration:none;color:var(--text-dark);font-weight:600;font-size:.95rem;transition:all .25s ease;text-transform:uppercase;letter-spacing:.8px;position:relative}.header-nav a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:var(--primary-color);transition:width .3s ease}.header-nav a:hover{color:var(--primary-color)}.header-nav a:hover:after{width:100%}.cart-icon-container{position:relative;cursor:pointer;padding:.5rem;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);color:var(--text-dark);display:flex;align-items:center}.cart-icon-container:hover{transform:scale(1.15);color:var(--primary-color)}.cart-badge{position:absolute;top:-2px;right:-2px;background-color:var(--primary-color);color:#fff;font-size:.7rem;font-weight:800;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 6px #e754804d;border:2px solid #fff}main{padding:3rem 2rem;min-height:calc(100vh - var(--header-height))}.explore-macarons-title{font-size:3rem;margin-top:3rem;margin-bottom:2rem;color:#2d3748;font-family:Fredoka,cursive;font-weight:700;text-align:center;letter-spacing:-.5px}.app-container{max-width:1400px;margin:0 auto}@media(max-width:768px){.app-header{padding:0 .8rem;height:var(--mobile-header-height);display:flex;justify-content:space-between;align-items:center}.header-left{position:static;z-index:2;display:flex;align-items:center;gap:.5rem}.header-center{position:static;transform:none;flex:1;display:flex;justify-content:center;align-items:center;z-index:1;padding:0 .5rem;overflow:hidden}.header-right{position:static;z-index:2;display:flex;align-items:center}.header-title-link{gap:.5rem;max-width:100%}.header-title-text{font-size:1.25rem;letter-spacing:-.3px}main{padding:2rem 1rem}.explore-macarons-title{font-size:2.2rem;margin-top:2rem;margin-bottom:1.5rem}.menu-toggle{display:block;z-index:1001}.logo{height:38px;border-radius:8px}.header-nav{position:fixed;top:0;left:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;padding:6rem 2rem 2rem;transition:left .4s cubic-bezier(.4,0,.2,1);box-shadow:10px 0 30px #0000000d;z-index:1000;display:flex}.header-nav.open{left:0}.header-nav ul{flex-direction:column;gap:2.5rem;align-items:flex-start;width:100%}.header-nav a{font-size:1.2rem;width:100%;display:block}.nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s;z-index:999}.nav-overlay.open{opacity:1;visibility:visible}.header-right{gap:1rem}.cart-icon-container{display:none}button,.button{padding:.8em 1.5em;font-size:1.1em}}.mobile-sticky-nav-bar{display:flex;justify-content:space-around;align-items:center;position:fixed;bottom:0;left:0;right:0;height:70px;background-color:#fffffff2;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-top:1px solid rgba(231,84,128,.15);box-shadow:0 -5px 25px #0000000d;z-index:1000;padding-bottom:env(safe-area-inset-bottom);transition:all .3s cubic-bezier(.4,0,.2,1)}@media(min-width:769px){.mobile-sticky-nav-bar{width:min(460px,calc(100vw - 40px));max-width:460px;left:50%;right:auto;transform:translate(-50%);bottom:24px;border-radius:40px;border:1px solid rgba(231,84,128,.25);background-color:#ffffffeb;box-shadow:0 12px 35px #e754802e,0 2px 10px #0000000a;height:68px;padding:0 1rem;padding-bottom:0}}button.mobile-nav-item,.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;background:none;border:none;padding:.2rem .5rem;color:#718096;font-family:Inter,system-ui,sans-serif;font-size:1rem;cursor:pointer;flex:1;max-width:140px;height:100%;transition:all .25s cubic-bezier(.4,0,.2,1);text-decoration:none;border-radius:20px;box-sizing:border-box}.mobile-nav-item:hover,.mobile-nav-item.active{color:#e75480}.mobile-nav-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;transition:all .25s ease}.mobile-nav-item:hover .mobile-nav-icon-wrapper{background-color:#fff5f7;transform:translateY(-2px)}.mobile-nav-item.active .mobile-nav-icon-wrapper{background-color:#ffe4eb;color:#e75480;transform:translateY(-2px)}.mobile-nav-item span{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap;line-height:1}.mobile-nav-badge{position:absolute;top:-4px;right:-4px;background-color:#e75480;color:#fff;font-size:.6rem;font-weight:700;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 3px;border:2px solid #ffffff}.footer{background:#333;color:#fff;padding:20px 0}.footer-content{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 20px}.footer-section{flex:1;padding:0 20px}.footer-section h1,.footer-section h2{color:#fff}.footer-section a{color:#fff;text-decoration:none}.links{text-align:center}.links ul{display:flex;justify-content:center;gap:2rem;list-style:none;padding:0;margin:0}.links ul li{margin:0}.social-icons a{margin-right:10px;font-size:1.5rem}.footer-bottom{text-align:center;padding:10px 0;border-top:1px solid #555;margin-top:20px}@media(max-width:768px){.footer-content{flex-direction:column;text-align:center;gap:2rem}.footer-section{padding:0}.links ul{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.5rem}.links ul li{margin-bottom:10px}.footer-bottom{font-size:.8rem;padding:20px 10px;line-height:1.6}}.reviews-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #eee}.reviews-section h3,.reviews-section h4{color:#333;margin-bottom:1rem}.reviews-list{margin-bottom:2rem}.review-item{background-color:#f9f9f9;border-radius:8px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000000d}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.review-name{font-weight:700;color:#555}.review-rating{color:#fdd835;font-size:1.2rem}.review-comment{color:#666}.review-form-container{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #00000014}.review-form .form-group{margin-bottom:1.5rem}.review-form .form-group-rating{display:flex;flex-direction:column;align-items:center}.review-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#444}.review-form input,.review-form textarea{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:5px;font-size:1rem}.star-rating-container{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.rating-number{font-size:1.2rem;color:#333;font-weight:600}.star-rating-input{background-color:#fff;border:1px solid #ddd;border-radius:30px;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;box-shadow:inset 0 1px 3px #0000001a}.star{cursor:pointer;transition:transform .1s ease-in-out}.star:hover{transform:scale(1.15)}.star path{fill:none;stroke:#fcc419;stroke-width:1.5;transition:fill .2s ease-in-out}.star.filled path{fill:#fcc419}.review-form button{background-color:#4a90e2;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s}.review-form button:hover{background-color:#357abd}.review-form button:disabled{background-color:#ccc;cursor:not-allowed}.error-message{color:#d32f2f;margin-bottom:1rem}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:24px;max-width:600px;width:95%;position:relative;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;color:#2d3748;box-shadow:0 20px 40px #0000004d}.product-modal-scrollable{flex:1;overflow-y:auto;padding:2.5rem}.modal-close-button{position:absolute;top:1rem;right:1rem;background:#ff69b4;border:2px solid white;cursor:pointer;z-index:1000;padding:.5rem 1.2rem;border-radius:50px;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px #ff69b466;color:#fff;font-weight:700;font-size:.85rem;letter-spacing:1px;transition:all .3s cubic-bezier(.4,0,.2,1)}.modal-close-button:hover{transform:translateY(-2px);background:#ff1493;box-shadow:0 6px 20px #ff69b499}.product-modal-image-container{width:100%;height:250px;overflow:hidden;border-radius:12px;box-shadow:0 4px 8px #0000001a;margin-bottom:1.5rem}.product-modal-image{width:100%;height:100%;object-fit:cover}.product-modal-info{color:#333;text-align:center}.product-modal-name{font-size:2rem;font-weight:700;margin-bottom:1rem}.product-model-description{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.6}.product-modal-details h3{font-size:1.3rem;font-weight:700;margin-top:1.5rem;margin-bottom:.5rem;color:#e75480}.product-modal-details p{font-size:1rem;line-height:1.5;margin-bottom:1rem}.product-modal-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.macaron-card-select{width:100%;padding:.8rem;border-radius:5px;border:1px solid #ccc;font-size:1rem}.product-modal-reviews{margin-top:2rem;border-top:1px solid #eee;padding-top:2rem}.see-all-reviews-container{text-align:center;margin-top:1.5rem}.see-all-reviews-button{background-color:transparent;border:2px solid #4A90E2;color:#4a90e2;padding:10px 20px;text-align:center;text-decoration:none;display:inline-block;font-size:1rem;font-weight:700;border-radius:25px;cursor:pointer;transition:all .3s ease}.see-all-reviews-button:hover{background-color:#4a90e2;color:#fff}
