@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600&family=Cormorant+Garamond:wght@300;400&display=swap";html,body,#app-wrapper{overflow-x:hidden;width:100%}body{font-family:Cormorant Garamond,serif;background:#fffbfb;color:#2f2925}#app-wrapper{min-height:100vh;display:flex;flex-direction:column}.content{flex:1}.sticky-header{position:sticky;top:0;z-index:100;background:#fffbfb}.navbar{display:flex;align-items:center;justify-content:space-between;padding:4px 16px;background:#fffbfb;gap:8px;border-bottom:1px solid #2f2925}.logo-link{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.logo-img{height:100px;width:auto;cursor:pointer}.search-wrap{position:relative;flex:1;min-width:0;max-width:500px;margin-left:auto}.search{width:100%;padding:10px 16px;border:1.5px solid #2f2925;border-radius:8px;font-size:1rem;outline:none;font-family:inherit;background:#fffbfb;box-sizing:border-box}.search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fffbfb;border:1.5px solid #2f2925;border-radius:8px;list-style:none;margin:0;padding:6px;max-height:420px;overflow-y:auto;z-index:200;box-shadow:0 8px 20px #2f29251f}.search-status{padding:10px 12px;font-size:.95rem;color:#6b625b}.search-result{display:flex;align-items:center;gap:10px;padding:8px;border-radius:6px;cursor:pointer}.search-result:hover,.search-result.active{background:#f5f0eb}.search-result-img{width:40px;height:40px;object-fit:cover;border-radius:6px;flex-shrink:0;background:#ede8e3}.search-result-info{display:flex;flex-direction:column;min-width:0}.search-result-name{font-size:1rem;color:#2f2925;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-meta{font-size:.82rem;color:#8a8079;text-transform:capitalize}.search-viewall{padding:10px 12px;font-size:.9rem;text-align:center;color:#2f2925;font-weight:600;cursor:pointer;border-top:1px solid #ede8e3;margin-top:4px}.search-viewall:hover{background:#f5f0eb}.nav-icons{display:flex;gap:12px;align-items:center;flex-shrink:0}.cart-icon{color:#2f2925;text-decoration:none;display:flex;flex-shrink:0}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;background:none;border:none;padding:4px;flex-shrink:0}.hamburger span{display:block;width:22px;height:1.5px;background:#2f2925;transition:transform .3s,opacity .3s;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.category-nav{display:flex;justify-content:center;align-items:center;gap:500px;width:100%;box-sizing:border-box;background:#fffbfb;border-bottom:1px solid #2f2925}.category-nav a{flex:0 1 auto;text-align:center;padding:12px clamp(10px,4vw,20px);font-size:clamp(.9rem,2.5vw,1.2rem);color:#2f2925;text-decoration:none;letter-spacing:.05em;white-space:nowrap}.category-nav a:hover,.category-nav a.router-link-exact-active{font-weight:600}.mobile-menu{display:none;flex-direction:column;background:#fffbfb;overflow:hidden;max-height:0;transition:max-height .35s ease;border-bottom:1px solid #2f2925}.mobile-menu.open{max-height:400px}.mobile-menu a{padding:14px 24px;font-size:1.15rem;color:#2f2925;text-decoration:none;border-bottom:1px solid #ede8e3;letter-spacing:.04em;display:block}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover,.mobile-menu a.router-link-exact-active{background:#f5f0eb;font-weight:600}.footer{background:#fffbfb;padding:22px 20px;text-align:center;border-top:1px solid #2f2925}.footer-links{display:flex;justify-content:center;gap:12px;font-size:1rem;color:#2f2925;margin-bottom:8px;flex-wrap:wrap}.footer-links a{color:#2f2925;text-decoration:none}.footer p{font-size:.9rem;color:#2f2925}@media (max-width: 768px){.category-nav{border-bottom:0px solid #2f2925}.hamburger,.mobile-menu{display:flex}.navbar{padding:6px 12px}.logo-img{height:70px}.search{padding:8px 10px;font-size:.9rem}}@media (max-width: 480px){.navbar{padding:4px 8px;gap:4px}.category-nav{display:none}.logo-img{height:50px}.search-wrap{display:none}.cart-icon svg{width:22px;height:22px}}@media (max-width: 768px){.footer{padding:16px 12px}.footer-links{gap:6px;font-size:.85rem}.footer p{font-size:.78rem}.category-nav{display:none}}@media (max-width: 480px){.footer-links{flex-direction:column;align-items:center;gap:4px}.footer-links span{display:none}.category-nav{border-bottom:0px solid #2f2925}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Cormorant Garamond,serif;background:#fff;color:#7a3a4a}
