@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&family=Poppins:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--bg-main:#fff;--text-main:#121212;--bg-dark-1:#fff;--bg-dark-2:#fff;--bg-dark-3:#fff;--gold:#6b1f3a;--gold-light:#8f2b4e;--gold-dark:#4a1427;--primary-color:#6b1f3a;--text-light:var(--text-main);--text-muted:#6c757d;--glass-bg:#ffffffd9;--glass-border:#6b1f3a40;--glass-hover-border:#6b1f3a80;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Poppins", sans-serif;--font-display:"Outfit", sans-serif;--transition-smooth:all .4s cubic-bezier(.16, 1, .3, 1);--glow-shadow:0 0 20px #6b1f3a26;--glow-shadow-strong:0 0 30px #6b1f3a4d}*{margin:0;padding:0;box-sizing:border-box!important}html,body{background-color:var(--bg-dark-1);color:var(--text-light);font-family:var(--font-sans);scrollbar-width:thin;scrollbar-color:var(--gold) var(--bg-dark-2);width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}#root{width:100%;max-width:100%;overflow-x:hidden}@media (width>=900px){::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark-2)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold-light)}}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);letter-spacing:.03em}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);transition:var(--transition-smooth);border-radius:12px;box-shadow:0 8px 32px #0000005e}.glass-panel:hover{border-color:var(--glass-hover-border);box-shadow:var(--glow-shadow)}.btn-gold{background:linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-light) 100%);color:#fff;cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:30px;align-items:center;gap:8px;padding:10px 24px;font-weight:600;display:inline-flex;box-shadow:0 4px 15px #6b1f3a33}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6b1f3a66}.btn-outline-gold{color:var(--gold);border:1px solid var(--gold);cursor:pointer;transition:var(--transition-smooth);background:0 0;border-radius:30px;align-items:center;gap:8px;padding:10px 24px;font-weight:600;display:inline-flex}.btn-outline-gold:hover{background:#6b1f3a0d}a{color:var(--gold);transition:var(--transition-smooth);text-decoration:none}a:hover{color:var(--gold-light)}ul{list-style:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s ease-out forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.custom-input{border:1px solid var(--glass-border);width:100%;color:var(--text-main);transition:var(--transition-smooth);font-family:var(--font-sans);background:#ffffff80;border-radius:8px;padding:12px 16px}.custom-input:focus{border-color:var(--gold);background:#fff;outline:none;box-shadow:0 0 0 3px #6b1f3a1a}.custom-checkbox{border:2px solid var(--glass-border);appearance:none;cursor:pointer;width:18px;height:18px;transition:var(--transition-smooth);background:0 0;border-radius:4px;position:relative}.custom-checkbox:checked{background:var(--gold);border-color:var(--gold)}.custom-checkbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.status-tag{text-transform:uppercase;letter-spacing:.5px;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:600}.status-active{color:#16a34a;background:#22c55e26;border:1px solid #22c55e4d}.status-pending{color:#d97706;background:#f59e0b26;border:1px solid #f59e0b4d}.bento-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:240px;gap:20px;display:grid}.bento-large{grid-area:span 2/span 2}.bento-medium{grid-area:span 1/span 1}@media (width<=1024px){.bento-grid{grid-template-columns:repeat(3,1fr)}.bento-large{grid-column:span 2}}@media (width<=768px){.bento-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(200px,auto)}.bento-large{grid-column:span 2}}@media (width<=480px){.bento-grid{grid-template-columns:1fr;grid-auto-rows:minmax(220px,auto)}.bento-large{grid-area:span 1/span 1}}.categories-page-wrapper{padding-top:100px}.mobile-filter-dropdown{display:none!important}@media (width<=768px){.categories-page-wrapper{padding-top:0}.desktop-filters{display:none!important}.mobile-filter-dropdown{display:block!important}}.dashboard-wrapper{padding-bottom:80px}@media (width<=768px){.dashboard-wrapper{padding-bottom:0!important}}@media (width<=1024px){.vp-main-grid{grid-template-columns:1fr!important}.vp-sidebar{width:100%!important;position:static!important}}@media (width<=900px){.cat-section-padding{padding-top:50px!important;padding-left:16px!important;padding-right:16px!important}.desktop-nav{display:none!important}.mobile-toggle-btn{display:flex!important}.header-logo{height:30px!important}.hero-section{height:auto!important;min-height:580px!important;position:relative!important;overflow:hidden!important}.hero-container{display:block!important;overflow:visible!important}.hero-left{z-index:10!important;box-sizing:border-box!important;text-align:left!important;background:0 0!important;flex:0 0 100%!important;align-items:flex-start!important;width:100%!important;padding:70px 20px 220px!important;position:relative!important}.hero-mobile-overlay{display:block!important}.hero-tagline-wrapper{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#ffffff14!important;border-color:#ffffff4d!important}.hero-tagline-text{color:#ffe9c0!important}.hero-tagline-star{fill:#ffe9c0!important;color:#ffe9c0!important}.hero-h1-1{color:#fff!important;text-shadow:0 2px 14px #00000059!important}.hero-h1-2{color:#f5a0b5!important;text-shadow:0 2px 20px #c83c6466!important}.hero-heart{color:#f5c0cc!important}.hero-deco-divider>div:first-child{background:linear-gradient(90deg,#0000,#ffffff73)!important}.hero-deco-divider>div:last-child{background:linear-gradient(270deg,#0000,#ffffff73)!important}.hero-deco-divider>span{color:#fff9!important}.hero-subtitle{color:#ffffffd1!important;text-shadow:0 1px 4px #0003!important}.hero-left h1{font-size:clamp(2.2rem,8vw,3rem)!important}.hero-left p{margin-left:0!important;margin-right:0!important}.hero-buttons{flex-flow:wrap!important;align-items:center!important;gap:10px!important;width:100%!important}.hero-buttons button{flex:auto!important;min-width:140px!important;padding:12px 20px!important;font-size:.85rem!important}.hero-btn-how{color:#fff!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#ffffff1f!important;border-color:#ffffff59!important}.hero-btn-how svg{fill:#fff!important;color:#fff!important}.hero-right{opacity:.9!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.hero-curve-frame{display:none!important}.hero-curve-container{border-radius:0!important}.hero-filter-wrapper{z-index:30!important;box-sizing:border-box!important;width:100%!important;margin-top:0!important;padding:0 16px!important;position:absolute!important;bottom:16px!important;left:0!important;right:0!important;transform:none!important}.hero-filter-bar{box-sizing:border-box!important;border-radius:16px!important;grid-template-rows:auto auto!important;grid-template-columns:1fr 1fr!important;align-items:stretch!important;gap:0!important;width:100%!important;max-width:100%!important;padding:6px!important;display:grid!important;overflow:hidden!important}.hero-filter-item{border-bottom:none!important;border-right:none!important;width:auto!important;padding:8px 12px!important}.hero-filter-item:first-child{border-bottom:1px solid #6b1f3a14!important;border-right:1px solid #6b1f3a14!important}.hero-filter-item:nth-child(2){border-bottom:1px solid #6b1f3a14!important}.hero-filter-item:nth-child(3){grid-column:1!important}.hero-filter-bar>button{box-sizing:border-box!important;border-radius:12px!important;grid-area:2/2!important;justify-content:center!important;width:100%!important;height:auto!important;margin:4px!important;padding:12px 10px!important;font-size:.8rem!important}.hero-slide-dots{display:none!important}.footer-grid{text-align:center!important;grid-template-columns:1fr!important;gap:30px!important}.footer-socials{justify-content:center!important}.admin-panel-container{flex-direction:column!important;grid-template-columns:1fr!important}.admin-sidebar{width:100%!important;height:auto!important;position:relative!important}.dashboard-stats-grid{grid-template-columns:1fr!important}}@media (width<=640px){.cat-page-grid{grid-template-columns:1fr!important}.vp-gallery-grid{grid-template-columns:repeat(2,1fr)!important}.vp-tabs{justify-content:flex-start!important;padding-bottom:5px!important;overflow-x:auto!important}}@media (width<=500px){.hero-left h1{font-size:30px!important}.hero-tagline-text{font-size:10px;font-weight:500}.hero-left p{font-size:10px!important}.hero-buttons button{font-weight:400;font-size:12px!important}.hero-left{padding:40px 20px 60px!important}.hero-section{height:350px!important}.hero-filter-wrapper{bottom:50px!important}.hero-filter-item span{font-size:12px!important}.hero-filter-item input{font-size:10px!important}.hero-filter-bar>button{width:90%!important}.cat-section-padding h2{font-size:30px!important}.cat-head{margin-bottom:25px!important}.join-vendor-wrapper{margin:50px auto!important}.join-vendor-wrapper h2{font-size:30px!important}.join-vendor-wrapper p{font-size:12px!important}.testi h2{font-size:30px!important}.testi p{font-size:12px!important}.wh-footer img{height:40px!important}.wh-footer__inner{padding:50px 20px 40px}.wh-footer__logo{margin-bottom:10px!important}.wh-footer__desc{font-size:12px!important}.wh-footer__link-btn{font-size:13px!important}.wh-footer__contact-card{padding:10px!important}.wh-footer__bottom-wrap p,.wh-footer__legal a{font-size:13px!important}.cat-hero-img-wrap{top:30px!important}}
