@charset "UTF-8";:root{--text: #6b6375;--text-h: #08060d;--bg: #FFF4E1;--border: #e5e4e7;--code-bg: #f4f3ec;--accent: #aa3bff;--accent-bg: rgba(170, 59, 255, .1);--accent-border: rgba(170, 59, 255, .5);--social-bg: rgba(244, 243, 236, .5);--shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px;--sans: system-ui, "Segoe UI", Roboto, sans-serif;--heading: system-ui, "Segoe UI", Roboto, sans-serif;--mono: ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:1024px){:root{font-size:16px}}@media(prefers-color-scheme:dark){:root{--text: #9ca3af;--text-h: #f3f4f6;--bg: #16171d;--border: #2e303a;--code-bg: #1f2028;--accent: #c084fc;--accent-bg: rgba(192, 132, 252, .15);--accent-border: rgba(192, 132, 252, .5);--social-bg: rgba(47, 48, 58, .5);--shadow: rgba(0, 0, 0, .4) 0 10px 15px -3px, rgba(0, 0, 0, .25) 0 4px 6px -2px}#social .button-icon{filter:invert(1) brightness(2)}}body{margin:0;padding:0;box-sizing:border-box;background-color:#fff4e1!important;overflow-x:hidden;width:100%}#root{width:100%;max-width:100%;margin:0 auto;text-align:center;border-inline:1px solid var(--border);min-height:100svh;display:flex;flex-direction:column;box-sizing:border-box}h1,h2{font-family:var(--heading);font-weight:500;color:var(--text-h)}h1{font-size:56px;letter-spacing:-1.68px;margin:32px 0}@media(max-width:1024px){h1{font-size:36px;margin:20px 0}}h2{font-size:24px;line-height:118%;letter-spacing:-.24px;margin:0 0 8px}@media(max-width:1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);display:inline-flex;border-radius:4px;color:var(--text-h)}code{font-size:15px;line-height:135%;padding:4px 8px;background:var(--code-bg)}.header{position:relative;width:100%;height:90px;background-color:#fff;box-shadow:0 2px 10px #0000000d;display:flex;align-items:center;z-index:1000;transition:all .5s cubic-bezier(.4,0,.2,1)}.header.header-transparent{background-color:#fff;box-shadow:0 2px 10px #0000000d}.header.header-transparent .nav-desktop a,.header.header-transparent .nav-desktop .nav-link-dropdown,.header.header-transparent .header-icons-wrapper .icon-btn,.header.header-transparent .mobile-menu-btn,.header.header-transparent .mobile-header-only-icons .icon-btn{color:#1e293b}.header.header-scrolled{background-color:#fff;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);height:90px;box-shadow:0 10px 30px #0000001a}.header.header-scrolled .logo img{height:75px}.header.header-scrolled .nav-desktop a,.header.header-scrolled .header-icons-wrapper .icon-btn{color:#1e293b}.header.header-scrolled .desktop-header-only-icons .user-account .login-link{color:#1e293b!important;border-color:#1e293b!important;background:transparent!important}.header.header-scrolled .desktop-header-only-icons .user-account .login-link:hover{background:#1e293b!important;color:#fff!important}.header.header-scrolled .desktop-header-only-icons .user-account .icon-btn{color:#1e293b!important}.header .header-container{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 40px}.header .logo{display:flex;align-items:center;height:100%}.header .logo img{height:75px;width:auto;object-fit:contain;transition:all .4s ease}.header .nav-desktop{display:flex;gap:30px;align-items:center}.header .nav-desktop a,.header .nav-desktop .nav-link-dropdown{font-size:.8rem;font-weight:500;letter-spacing:1.5px;color:#5d1a1a;position:relative;cursor:pointer;display:flex;align-items:center;gap:5px}.header .nav-desktop a:after,.header .nav-desktop .nav-link-dropdown:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:1px;background-color:#b48b55;transition:all .4s cubic-bezier(.4,0,.2,1)}.header .nav-desktop a:hover:after,.header .nav-desktop .nav-link-dropdown:hover:after{width:100%}.header .nav-desktop .nav-dropdown-wrapper{position:relative;padding:10px 0}.header .nav-desktop .nav-dropdown-wrapper .nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;min-width:200px;box-shadow:0 10px 30px #0000001a;border-radius:8px;padding:15px 0;display:flex;flex-direction:column;z-index:100;border-top:3px solid #b48b55}.header .nav-desktop .nav-dropdown-wrapper .nav-dropdown-menu a{padding:10px 25px;font-size:.75rem;color:#5d1a1a;transition:all .3s ease;white-space:nowrap}.header .nav-desktop .nav-dropdown-wrapper .nav-dropdown-menu a:after{display:none}.header .nav-desktop .nav-dropdown-wrapper .nav-dropdown-menu a:hover{background:#f9f9f9;color:#b48b55;padding-left:30px}.header .header-icons{display:flex;align-items:center;gap:15px}.header .header-icons .search-container{display:flex;align-items:center;position:relative;background:#00000008;border-radius:30px;padding-left:0;transition:all .4s cubic-bezier(.4,0,.2,1);width:40px;overflow:hidden}.header .header-icons .search-container input{width:0;border:none;background:transparent;padding:8px 0;font-size:.85rem;outline:none;color:#5d1a1a;transition:width .4s ease}.header .header-icons .search-container input::placeholder{color:#999}.header .header-icons .search-container.active{width:220px;padding-left:15px;background:#0000000f;box-shadow:inset 0 2px 4px #0000000d}.header .header-icons .search-container.active input{width:160px}@media(max-width:500px){.header .header-icons .search-container.active{width:150px}.header .header-icons .search-container.active input{width:100px}}.header .header-icons .icon-btn{color:#5d1a1a;position:relative;background:none;border:none;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .4s cubic-bezier(.4,0,.2,1)}.header .header-icons .icon-btn:hover{background:#0000000a;color:#b48b55;transform:scale(1.05)}.header .header-icons .icon-btn .cart-count,.header .header-icons .icon-btn .wishlist-count{position:absolute;top:2px;right:2px;background-color:#b48b55;color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;padding:0 4px;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #b48b554d}.header .header-icons .login-link{font-size:.8rem;font-weight:600;letter-spacing:1px;color:#5d1a1a;border:1px solid #5d1a1a;padding:6px 15px;border-radius:4px;margin-left:10px}.header .header-icons .login-link:hover{background-color:#5d1a1a;color:#fff}.header .mobile-menu-btn{display:none;background:none;border:none;color:#5d1a1a;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1)}.header .mobile-menu-btn:hover{color:#b48b55;transform:scale(1.1)}.header .header-icons-wrapper{display:flex;align-items:center;gap:15px}.header .header-icons-wrapper .mobile-header-only-icons{display:none;align-items:center;gap:12px}.header .header-icons-wrapper .desktop-header-only-icons{display:flex;align-items:center;gap:15px}.header .header-icons-wrapper .desktop-header-only-icons .search-container{display:flex;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding-left:0;transition:all .4s ease;width:40px;overflow:hidden}.header .header-icons-wrapper .desktop-header-only-icons .search-container .icon-btn{color:#1e293b!important}.header .header-icons-wrapper .desktop-header-only-icons .search-container .icon-btn:hover{color:#b48b55!important}.header .header-icons-wrapper .desktop-header-only-icons .search-container input{width:0;border:none;background:transparent;outline:none;font-size:.85rem;color:#1e293b;transition:width .4s ease}.header .header-icons-wrapper .desktop-header-only-icons .search-container.active{width:200px;padding-left:15px;border:1px solid #cbd5e1}.header .header-icons-wrapper .desktop-header-only-icons .search-container.active input{width:140px}.header .header-icons-wrapper .desktop-header-only-icons .user-account{position:relative;cursor:pointer}.header .header-icons-wrapper .desktop-header-only-icons .user-account:hover .dropdown-menu{display:flex;opacity:1;visibility:visible;transform:translateY(0)}.header .header-icons-wrapper .desktop-header-only-icons .user-account .dropdown-menu{position:absolute;top:100%;right:0;width:160px;background:#fff;border-radius:8px;box-shadow:0 10px 30px #00000026;display:flex;flex-direction:column;padding:10px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:1001;border-top:3px solid #b48b55}.header .header-icons-wrapper .desktop-header-only-icons .user-account .dropdown-menu a,.header .header-icons-wrapper .desktop-header-only-icons .user-account .dropdown-menu .logout-btn{padding:12px 20px;font-size:.75rem;font-weight:600;letter-spacing:1px;color:#5d1a1a;text-align:left;transition:all .2s ease;text-decoration:none;background:none;border:none;width:100%;cursor:pointer}.header .header-icons-wrapper .desktop-header-only-icons .user-account .dropdown-menu a:hover,.header .header-icons-wrapper .desktop-header-only-icons .user-account .dropdown-menu .logout-btn:hover{background:#fdfaf5;color:#b48b55;padding-left:25px}.header .header-icons-wrapper .desktop-header-only-icons .user-account .dropdown-menu .logout-btn{border-top:1px solid #eee;color:#ef4444}.header .header-icons-wrapper .desktop-header-only-icons .user-account .dropdown-menu .logout-btn:hover{background:#fff5f5;color:#dc2626}.header .header-icons-wrapper .icon-btn{background:none;border:none;color:#1e293b;padding:6px;display:flex;align-items:center;position:relative;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1)}.header .header-icons-wrapper .icon-btn:hover{color:#b48b55;transform:scale(1.1)}.header .header-icons-wrapper .icon-btn .badge{position:absolute;top:-2px;right:-2px;background:#b48b55;color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0003;border:1.5px solid white}.header .mobile-search-bar{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:10;display:flex;align-items:center;padding:0 20px}.header .mobile-search-bar form{display:flex;width:100%;align-items:center;gap:10px}.header .mobile-search-bar form input{flex:1;border:none;outline:none;font-size:1rem;padding:10px 0;color:#5d1a1a}.header .mobile-search-bar form button{background:none;border:none;color:#5d1a1a;padding:5px;display:flex;align-items:center;cursor:pointer}@media(max-width:1024px){.header .nav-desktop{display:none}.header .mobile-menu-btn{display:block}.header .header-icons-wrapper .mobile-header-only-icons{display:flex}.header .header-icons-wrapper .desktop-header-only-icons{display:none}.header .logo img{height:55px}}@media(max-width:768px){.hide-on-mobile{display:none!important}}.sidebar-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1099}.sidebar-overlay{position:fixed;top:0;left:0;width:350px;max-width:85vw;height:100vh;background-color:#fff;z-index:1100;display:flex;flex-direction:column;box-shadow:10px 0 50px #00000026;overflow-y:auto}.sidebar-overlay .mobile-menu-header{padding:20px 30px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0}.sidebar-overlay .mobile-menu-header .sidebar-logo img{height:60px}.sidebar-overlay .mobile-menu-header .close-btn{background:none;border:none;color:#666;cursor:pointer;padding:5px;transition:all .4s cubic-bezier(.4,0,.2,1)}.sidebar-overlay .mobile-menu-header .close-btn:hover{color:#5d1a1a;transform:rotate(90deg)}.sidebar-overlay .sidebar-search{padding:25px 30px}.sidebar-overlay .sidebar-search .search-input-wrapper{position:relative;display:flex;align-items:center;background:#f5f5f5;border-radius:12px;padding:0 15px;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.sidebar-overlay .sidebar-search .search-input-wrapper:focus-within{background:#fff;border-color:#b48b55;box-shadow:0 4px 15px #0000000d}.sidebar-overlay .sidebar-search .search-input-wrapper input{width:100%;border:none;background:transparent;padding:12px 10px;font-size:.95rem;outline:none;color:#5d1a1a}.sidebar-overlay .sidebar-search .search-input-wrapper button{background:none;border:none;color:#666;cursor:pointer;display:flex;align-items:center}.sidebar-overlay .sidebar-search .search-input-wrapper button:hover{color:#b48b55}.sidebar-overlay .sidebar-user-section{padding:30px;background:linear-gradient(to bottom,#fdfaf5,#fff)}.sidebar-overlay .sidebar-user-section .user-profile{display:flex;align-items:center;gap:20px}.sidebar-overlay .sidebar-user-section .user-profile .user-avatar{width:65px;height:65px;background:#5d1a1a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #5d1a1a33}.sidebar-overlay .sidebar-user-section .user-profile .user-details h3{font-size:1.1rem;font-weight:700;color:#5d1a1a;margin-bottom:5px;text-transform:capitalize}.sidebar-overlay .sidebar-user-section .user-profile .user-details .user-links{display:flex;gap:15px;align-items:center}.sidebar-overlay .sidebar-user-section .user-profile .user-details .user-links a{font-size:.8rem;font-weight:500;color:#b48b55;text-decoration:none}.sidebar-overlay .sidebar-user-section .user-profile .user-details .user-links a:hover{text-decoration:underline}.sidebar-overlay .sidebar-user-section .user-profile .user-details .user-links .logout-link{background:none;border:none;font-size:.8rem;font-weight:500;color:#ff4d4d;cursor:pointer;padding:0}.sidebar-overlay .sidebar-user-section .user-profile .user-details .user-links .logout-link:hover{text-decoration:underline}.sidebar-overlay .sidebar-user-section .login-box{text-align:center}.sidebar-overlay .sidebar-user-section .login-box p{font-size:.9rem;color:#666;margin-bottom:20px;font-style:italic}.sidebar-overlay .sidebar-user-section .login-box .login-cta{display:block;width:100%;padding:14px;background:#5d1a1a;color:#fff!important;text-decoration:none;border-radius:12px;font-weight:600;letter-spacing:1.5px;font-size:.85rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 5px 15px #5d1a1a33}.sidebar-overlay .sidebar-user-section .login-box .login-cta:hover{background:#8b3a3a;transform:translateY(-2px);box-shadow:0 8px 25px #5d1a1a4d}.sidebar-overlay .sidebar-actions{padding:10px 30px;display:flex;gap:20px;margin-bottom:20px}.sidebar-overlay .sidebar-actions .action-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 15px;background:#fdfaf5;border:1px solid #f0e6d2;border-radius:12px;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none}.sidebar-overlay .sidebar-actions .action-item .icon-wrapper{position:relative;color:#5d1a1a}.sidebar-overlay .sidebar-actions .action-item .icon-wrapper .badge{position:absolute;top:-8px;right:-12px;background:#b48b55;color:#fff;font-size:.65rem;font-weight:700;min-width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #b48b554d;border:2px solid white}.sidebar-overlay .sidebar-actions .action-item span{font-size:.7rem;font-weight:700;letter-spacing:.5px;color:#5d1a1a;text-transform:uppercase}.sidebar-overlay .sidebar-actions .action-item:hover{background:#5d1a1a;border-color:#5d1a1a;transform:translateY(-4px);box-shadow:0 10px 20px #0000001a}.sidebar-overlay .sidebar-actions .action-item:hover .icon-wrapper,.sidebar-overlay .sidebar-actions .action-item:hover span{color:#fff}.sidebar-overlay .sidebar-actions .action-item:hover .badge{border-color:#5d1a1a}.sidebar-overlay .divider{height:1px;background:linear-gradient(to right,transparent,#eee,transparent);margin:0 30px}.sidebar-overlay .mobile-nav{padding:30px;flex:1;display:flex;flex-direction:column;gap:10px}.sidebar-overlay .mobile-nav .nav-label{font-size:.7rem;font-weight:800;letter-spacing:2px;color:#bbb;margin-bottom:10px}.sidebar-overlay .mobile-nav a,.sidebar-overlay .mobile-nav .dropdown-trigger{font-size:1.1rem;font-weight:500;letter-spacing:1px;color:#5d1a1a;text-decoration:none;display:flex;align-items:center;justify-content:space-between;padding:12px 0;transition:all .4s cubic-bezier(.4,0,.2,1);border-bottom:1px solid #f9f9f9}.sidebar-overlay .mobile-nav a:hover,.sidebar-overlay .mobile-nav .dropdown-trigger:hover{color:#b48b55;padding-left:10px;border-bottom-color:#b48b55}.sidebar-overlay .mobile-nav .mobile-dropdown-items{padding-left:20px;margin-top:5px;display:flex;flex-direction:column;gap:10px}.sidebar-overlay .mobile-nav .mobile-dropdown-items a{font-size:.95rem;font-weight:400;opacity:.8;border-bottom:none;padding:5px 0}.sidebar-overlay .mobile-nav .mobile-dropdown-items a:hover{opacity:1;padding-left:5px}.sidebar-overlay .sidebar-footer{padding:40px 30px;background:#5d1a1a;color:#fff;text-align:center}.sidebar-overlay .sidebar-footer .tagline{font-size:.8rem;margin-top:10px;opacity:.6;font-family:inherit;font-style:italic}.sidebar-overlay .sidebar-footer p{font-size:.75rem;color:#fffc}.dropdown{position:relative}.dropdown:hover .dropdown-menu{display:flex;transform:translateY(0);opacity:1;visibility:visible}.dropdown .dropdown-menu{position:absolute;top:100%;right:0;width:180px;background-color:#fff;box-shadow:0 10px 25px #0000001a;border-radius:8px;padding:10px 0;display:flex;flex-direction:column;transform:translateY(20px);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.dropdown .dropdown-menu a,.dropdown .dropdown-menu .logout-btn{padding:10px 20px;font-size:.8rem;font-weight:500;display:flex;align-items:center;gap:10px;transition:all .4s cubic-bezier(.4,0,.2,1)}.dropdown .dropdown-menu a:hover,.dropdown .dropdown-menu .logout-btn:hover{background-color:#fff4e1;color:#b48b55}.dropdown .dropdown-menu .logout-btn{width:100%;text-align:left;border-top:1px solid #eee}.footer{background-color:#fff4e1;background-image:url(/incense-footer-pattern.png);background-size:400px;background-repeat:repeat;position:relative;color:#212121;padding:33px 0 0;border-top:1px solid rgba(0,0,0,.05)}.footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff4e1f2;z-index:1}.footer .footer-grid{position:relative;z-index:10;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:60px;align-items:start}.footer .footer-brand{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.footer .footer-brand .footer-logo{margin-bottom:25px;display:inline-block}.footer .footer-brand .footer-logo img{height:65px;width:auto;object-fit:contain}.footer .footer-brand p{font-size:.95rem;line-height:1.6;opacity:.8;margin-bottom:25px;max-width:400px}.footer .footer-brand .social-links{display:flex;gap:12px}.footer .footer-brand .social-links a{color:#212121;width:38px;height:38px;border:1px solid rgba(0,0,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.footer .footer-brand .social-links a:hover{background-color:#5d1a1a;color:#fff;border-color:#5d1a1a;transform:translateY(-3px)}.footer .footer-links{text-align:left}.footer .footer-links h3{color:#5d1a1a;font-size:1.1rem;letter-spacing:.5px;margin-bottom:25px;font-weight:600;text-transform:uppercase}.footer .footer-links ul{display:flex;flex-direction:column;gap:12px;padding:0}.footer .footer-links ul a{font-size:.95rem;opacity:.7;transition:all .4s cubic-bezier(.4,0,.2,1)}.footer .footer-links ul a:hover{opacity:1;color:#5d1a1a;padding-left:8px}.footer .footer-contact{text-align:left}.footer .footer-contact h3{color:#5d1a1a;font-size:1.1rem;margin-bottom:25px;font-weight:600;text-transform:uppercase}.footer .footer-contact .contact-item{font-size:.95rem;opacity:.8;display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}.footer .footer-contact .contact-item svg{flex-shrink:0;margin-top:3px;color:#5d1a1a}.footer .footer-contact .contact-item span,.footer .footer-contact .contact-item a{line-height:1.4}.footer .footer-contact .contact-item a:hover{color:#5d1a1a;text-decoration:underline}.footer .footer-bottom{position:relative;z-index:10;border-top:1px solid rgba(0,0,0,.05);background-color:#00000008;padding:25px 0;text-align:center}.footer .footer-bottom p{font-size:.9rem;color:#212121;opacity:.7;font-weight:400}@media(max-width:1200px){.footer .footer-grid{grid-template-columns:1.5fr 1fr 1fr;padding:0 20px 60px}}@media(max-width:992px){.footer{padding-top:40px}.footer .footer-grid{grid-template-columns:1fr 1fr;gap:30px}}@media(max-width:768px){.footer .footer-grid{gap:40px}}@media(max-width:576px){.footer{padding-top:40px}.footer .footer-grid{grid-template-columns:1fr;text-align:center;gap:35px;padding-bottom:40px}.footer .footer-brand,.footer .footer-links,.footer .footer-contact{display:flex;flex-direction:column;align-items:center;text-align:center}.footer .footer-brand h3,.footer .footer-links h3,.footer .footer-contact h3{margin-bottom:15px;width:100%}.footer .footer-brand p,.footer .footer-links p,.footer .footer-contact p{margin-left:auto;margin-right:auto;max-width:400px}.footer .social-links{justify-content:center;margin-bottom:10px}.footer .footer-links ul{align-items:center;width:100%}.footer .footer-links ul li{width:100%}.footer .footer-links ul a:hover{padding-left:0;transform:translateY(-2px)}.footer .footer-contact{width:100%}.footer .footer-contact .contact-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;margin-bottom:20px;width:100%}.footer .footer-contact .contact-item svg{margin-top:0;margin-bottom:5px;color:#5d1a1a}.footer .footer-contact .contact-item span,.footer .footer-contact .contact-item a{display:inline-block;width:100%;line-height:1.6}.footer .footer-contact .contact-item span{display:flex;flex-direction:column;align-items:center;gap:4px}}.newsletter-section{position:relative;z-index:10;background-color:#5d1a1a0d;padding:40px 0;border-top:1px solid rgba(93,26,26,.1);border-bottom:1px solid rgba(93,26,26,.1)}.newsletter-section .newsletter-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.newsletter-section .newsletter-inner .newsletter-text h3{font-family:Playfair Display,serif;color:#5d1a1a;font-size:1.5rem;margin-bottom:5px}.newsletter-section .newsletter-inner .newsletter-text p{color:#666;font-size:.95rem}.newsletter-section .newsletter-inner .newsletter-form{display:flex;flex:1;max-width:500px;gap:10px}.newsletter-section .newsletter-inner .newsletter-form input{flex:1;padding:12px 20px;border:1px solid rgba(93,26,26,.2);border-radius:8px;outline:none;font-size:1rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.newsletter-section .newsletter-inner .newsletter-form input:focus{border-color:#b48b55}.newsletter-section .newsletter-inner .newsletter-form button{background-color:#5d1a1a;color:#fff;border:none;padding:12px 25px;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .4s cubic-bezier(.4,0,.2,1)}.newsletter-section .newsletter-inner .newsletter-form button:hover{background-color:#b48b55}.newsletter-section .newsletter-inner .newsletter-form button:disabled{opacity:.7;cursor:not-allowed}@media(max-width:768px){.newsletter-section{padding:30px 15px}.newsletter-section .newsletter-inner{flex-direction:column;text-align:center}.newsletter-section .newsletter-inner .newsletter-form{width:100%;max-width:100%;flex-direction:column}.newsletter-section .newsletter-inner .newsletter-form button{width:100%;justify-content:center}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.top-header{width:100%;position:relative;z-index:1001;overflow:hidden;height:48px}.top-header .top-header-swiper{width:100%;height:100%}.top-header .top-header-swiper .swiper-slide{height:100%!important}.top-header .top-header-swiper .swapper-item{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0 20px;text-align:center}.top-header .top-header-swiper .swapper-item .swapper-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.top-header .top-header-swiper .swapper-item .swapper-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 80%)}.top-header .top-header-swiper .swapper-item .swapper-content{display:flex;align-items:center;gap:12px;z-index:2;position:relative}.top-header .top-header-swiper .swapper-item .swapper-content .swapper-text{font-size:.85rem;font-weight:500;letter-spacing:.8px;text-transform:uppercase;display:inline-block}.top-header .top-header-swiper .swapper-item .swapper-content .swapper-link{font-size:.8rem;font-weight:600;text-decoration:underline;color:inherit;opacity:.85;transition:opacity .2s;letter-spacing:.5px;margin-left:5px}.top-header .top-header-swiper .swapper-item .swapper-content .swapper-link:hover{opacity:1}.top-header.loading{display:flex;align-items:center;justify-content:center}@media(max-width:768px){.top-header{height:42px}.top-header .top-header-swiper .swapper-item{padding:0 10px}.top-header .top-header-swiper .swapper-item .swapper-content{gap:6px}.top-header .top-header-swiper .swapper-item .swapper-content .swapper-text{font-size:.72rem;letter-spacing:.5px}.top-header .top-header-swiper .swapper-item .swapper-content .swapper-link{font-size:.68rem}}.cart-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d111099;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000}.cart-sidebar{position:fixed;top:0;right:0;width:440px;max-width:100vw;height:100vh;background:#fff;z-index:2001;display:flex;flex-direction:column;box-shadow:-20px 0 60px #00000026}@media(max-width:1024px){.cart-sidebar{width:400px}}@media(max-width:768px){.cart-sidebar{width:380px}}@media(max-width:480px){.cart-sidebar{width:100vw}}.cart-sidebar .font-heading{font-family:Playfair Display,serif;font-weight:500}.cart-sidebar .text-accent{color:#b48b55}.cart-sidebar .cs-header{background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(180,139,85,.1);position:sticky;top:0;z-index:10;padding:0}.cart-sidebar .cs-header .cs-header-content{display:flex;align-items:center;justify-content:space-between;padding:24px 28px}@media(max-width:480px){.cart-sidebar .cs-header .cs-header-content{padding:20px}}.cart-sidebar .cs-header .cs-title{display:flex;align-items:center;gap:12px;color:#5d1a1a;font-size:1.25rem;letter-spacing:-.01em}.cart-sidebar .cs-header .cs-title .cs-count{background:#b48b55;color:#fff;font-size:.7rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif}.cart-sidebar .cs-header .cs-close{background:#f8fafc;border:1px solid #f1f5f9;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .3s cubic-bezier(.4,0,.2,1)}.cart-sidebar .cs-header .cs-close:hover{background:#ef4444;color:#fff;border-color:#ef4444;transform:rotate(90deg)}.cart-sidebar .cs-header .cs-shipping-progress{padding:0 28px 20px}@media(max-width:480px){.cart-sidebar .cs-header .cs-shipping-progress{padding:0 20px 15px}}.cart-sidebar .cs-header .cs-shipping-progress .cs-shipping-info{font-size:.8rem;color:#475569;margin-bottom:10px;display:block}.cart-sidebar .cs-header .cs-shipping-progress .cs-shipping-info strong{color:#5d1a1a;font-weight:600}.cart-sidebar .cs-header .cs-shipping-progress .cs-shipping-info .cs-free-success{color:#059669;display:flex;align-items:center;gap:6px;font-weight:500}.cart-sidebar .cs-header .cs-shipping-progress .cs-progress-bar{height:6px;background:#f1f5f9;border-radius:10px;overflow:hidden;position:relative}.cart-sidebar .cs-header .cs-shipping-progress .cs-progress-bar .cs-progress-fill{height:100%;background:linear-gradient(90deg,#b48b55,#d4a76a);border-radius:10px;box-shadow:0 0 10px #b48b5533}.cart-sidebar .cs-body{flex:1;overflow-y:auto;padding:0;background:#fcfcfb}.cart-sidebar .cs-body::-webkit-scrollbar{width:5px}.cart-sidebar .cs-body::-webkit-scrollbar-thumb{background:#b48b5533;border-radius:10px}.cart-sidebar .cs-body .cs-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px;text-align:center}.cart-sidebar .cs-body .cs-empty .cs-empty-icon{position:relative;margin-bottom:24px;color:#cbd5e1}.cart-sidebar .cs-body .cs-empty .cs-empty-icon .cs-empty-sparkle{position:absolute;top:-10px;right:-10px;color:#b48b55}.cart-sidebar .cs-body .cs-empty h3{font-size:1.75rem;color:#5d1a1a;margin-bottom:12px}.cart-sidebar .cs-body .cs-empty p{font-size:.95rem;color:#64748b;margin-bottom:32px;line-height:1.6;max-width:280px}.cart-sidebar .cs-body .cs-empty .cs-shop-btn{display:flex;align-items:center;gap:10px;padding:14px 32px;background:#5d1a1a;color:#fff;font-size:.85rem;font-weight:600;letter-spacing:1px;border-radius:50px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 20px #5d1a1a26}.cart-sidebar .cs-body .cs-empty .cs-shop-btn:hover{background:#b48b55;transform:translateY(-3px) scale(1.02);box-shadow:0 15px 25px #b48b5540}.cart-sidebar .cs-body .cs-items{padding:20px 0}.cart-sidebar .cs-body .cs-item{display:flex;align-items:center;gap:16px;padding:20px 28px;background:#fff;margin:0 12px 12px;border-radius:16px;box-shadow:0 2px 10px #00000005;border:1px solid rgba(0,0,0,.03);transition:all .3s ease}@media(max-width:480px){.cart-sidebar .cs-body .cs-item{padding:16px 20px;margin:0 8px 10px}}.cart-sidebar .cs-body .cs-item:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000000d;border-color:#b48b5526}.cart-sidebar .cs-body .cs-item .cs-item-img{width:85px;height:85px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#f9f5ef;border:1px solid rgba(0,0,0,.04)}.cart-sidebar .cs-body .cs-item .cs-item-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.cart-sidebar .cs-body .cs-item .cs-item-img:hover img{transform:scale(1.1)}.cart-sidebar .cs-body .cs-item .cs-item-info{flex:1;min-width:0}.cart-sidebar .cs-body .cs-item .cs-item-info .cs-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px}.cart-sidebar .cs-body .cs-item .cs-item-info .cs-item-header .cs-item-name{font-size:.95rem;font-weight:600;color:#1e293b;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-sidebar .cs-body .cs-item .cs-item-info .cs-item-header .cs-item-remove{background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:50%;transition:all .2s ease;flex-shrink:0}.cart-sidebar .cs-body .cs-item .cs-item-info .cs-item-header .cs-item-remove:hover{color:#ef4444;background:#fee2e2}.cart-sidebar .cs-body .cs-item .cs-item-info .cs-item-price-qty{display:flex;justify-content:space-between;align-items:center}.cart-sidebar .cs-body .cs-item .cs-item-info .cs-item-price-qty .cs-item-price{display:flex;align-items:center;gap:8px}.cart-sidebar .cs-body .cs-item .cs-item-info .cs-item-price-qty .cs-item-price .cs-disc{font-size:.95rem;font-weight:700;color:#5d1a1a}.cart-sidebar .cs-body .cs-item .cs-item-info .cs-item-price-qty .cs-item-price .cs-orig{color:#94a3b8;font-size:.8rem;text-decoration:line-through;font-weight:400}.cart-sidebar .cs-body .cs-item .cs-item-info .cs-item-price-qty .cs-item-qty{display:flex;align-items:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:30px;padding:2px}.cart-sidebar .cs-body .cs-item .cs-item-info .cs-item-price-qty .cs-item-qty button{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#64748b;cursor:pointer;transition:all .2s;border-radius:50%}.cart-sidebar .cs-body .cs-item .cs-item-info .cs-item-price-qty .cs-item-qty button:hover{background:#fff;color:#5d1a1a;box-shadow:0 2px 5px #0000000d}.cart-sidebar .cs-body .cs-item .cs-item-info .cs-item-price-qty .cs-item-qty span{font-size:.85rem;font-weight:700;color:#1e293b;min-width:24px;text-align:center;font-family:Inter,sans-serif}.cart-sidebar .cs-footer{background:#fff;border-top:1px solid rgba(180,139,85,.1);padding:28px;box-shadow:0 -10px 30px #00000008}@media(max-width:480px){.cart-sidebar .cs-footer{padding:20px}}.cart-sidebar .cs-footer .cs-summary{margin-bottom:24px}.cart-sidebar .cs-footer .cs-summary .cs-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.cart-sidebar .cs-footer .cs-summary .cs-total .cs-total-label{font-size:1rem;color:#475569;font-weight:500}.cart-sidebar .cs-footer .cs-summary .cs-total .cs-total-amount{display:flex;align-items:baseline;gap:2px;color:#5d1a1a}.cart-sidebar .cs-footer .cs-summary .cs-total .cs-total-amount .cs-currency{font-size:1rem;font-weight:600}.cart-sidebar .cs-footer .cs-summary .cs-total .cs-total-amount .cs-value{font-size:1.75rem;font-weight:800;letter-spacing:-.02em}.cart-sidebar .cs-footer .cs-summary .cs-shipping-note{font-size:.8rem;color:#94a3b8;text-align:right}.cart-sidebar .cs-footer .cs-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.cart-sidebar .cs-footer .cs-actions .cs-checkout-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:16px;background:#5d1a1a;color:#fff;font-size:.8rem;font-weight:700;letter-spacing:1.2px;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 20px #5d1a1a33}.cart-sidebar .cs-footer .cs-actions .cs-checkout-btn:hover{background:#3d1111;transform:translateY(-2px);box-shadow:0 12px 25px #5d1a1a4d}.cart-sidebar .cs-footer .cs-actions .cs-checkout-btn svg{transition:transform .3s ease}.cart-sidebar .cs-footer .cs-actions .cs-checkout-btn:hover svg{transform:translate(4px)}.cart-sidebar .cs-footer .cs-actions .cs-view-cart{text-align:center;color:#64748b;font-size:.9rem;font-weight:600;transition:color .3s;text-decoration:underline;text-underline-offset:4px;text-decoration-color:#64748b4d}.cart-sidebar .cs-footer .cs-actions .cs-view-cart:hover{color:#5d1a1a;text-decoration-color:#5d1a1a}.cart-sidebar .cs-footer .cs-trust{display:flex;justify-content:center;gap:24px;padding-top:16px;border-top:1px solid #f1f5f9}.cart-sidebar .cs-footer .cs-trust .cs-trust-item{display:flex;align-items:center;gap:8px;color:#94a3b8;font-size:.75rem;font-weight:500}.cart-sidebar .cs-footer .cs-trust .cs-trust-item svg{color:#b48b55}.home-page{overflow-x:hidden;position:relative}.home-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-image:url(https://www.transparenttextures.com/patterns/linen.png);opacity:.2;pointer-events:none;z-index:100;mix-blend-mode:multiply}.hero-split{min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;position:relative;overflow:hidden}@media(max-width:768px){.hero-split{padding-top:160px}}.hero-split:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23b48b55' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none;z-index:0}.hero-split .hero-slide-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1}.hero-split .hero-split-inner{max-width:1400px;margin:0 auto;padding:0 60px;width:100%;position:relative;z-index:2;display:flex;align-items:center}@media(max-width:1100px){.hero-split .hero-split-inner{padding:0 40px}}@media(max-width:768px){.hero-split .hero-split-inner{padding:0 24px;min-height:800px}}.hero-split .hero-slide-wrapper{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;width:100%;align-items:center;position:relative}@media(max-width:768px){.hero-split .hero-slide-wrapper{grid-template-columns:1fr;gap:40px;text-align:center}}.hero-split .hero-split-image{position:relative;display:flex;align-items:center;justify-content:center}.hero-split .hero-split-image .hero-image-frame{position:relative;width:100%;max-width:540px;border-radius:32px;overflow:hidden;box-shadow:0 40px 80px #0000001f,0 0 0 1px #fff9;animation:hero-float 6s ease-in-out infinite}.hero-split .hero-split-image .hero-image-frame img,.hero-split .hero-split-image .hero-image-frame video{width:100%;height:560px;object-fit:cover;object-position:center;display:block;transition:transform .6s ease}@media(max-width:768px){.hero-split .hero-split-image .hero-image-frame img,.hero-split .hero-split-image .hero-image-frame video{height:380px}}.hero-split .hero-split-image .hero-image-frame .hero-image-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(93,26,26,.08) 100%);border-radius:32px;pointer-events:none}.hero-split .hero-split-image:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(180,139,85,.15) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;filter:blur(60px)}@media(max-width:768px){.hero-split .hero-split-image{justify-content:center}.hero-split .hero-split-image .hero-image-frame{max-width:100%}}.hero-split .hero-split-text{display:flex;flex-direction:column;gap:0;text-align:left;align-items:flex-start}.hero-split .hero-split-text .hero-eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:4px;text-transform:uppercase;color:var(--hero-subtitle-color, #b48b55);margin-bottom:20px;position:relative}@media(max-width:768px){.hero-split .hero-split-text .hero-eyebrow{padding-left:0}.hero-split .hero-split-text .hero-eyebrow:before{display:none}}.hero-split .hero-split-text h1{font-size:22px;font-weight:700;line-height:1.1;color:var(--hero-title-color, #5d1a1a);margin-bottom:28px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hero-split .hero-split-text h1 .hero-accent-text{color:#b48b55;display:block;font-style:italic}.hero-split .hero-split-text .hero-desc{font-size:1.05rem;line-height:1.85;color:var(--hero-desc-color, rgba(93, 26, 26, .65));margin-bottom:40px;max-width:480px}@media(max-width:768px){.hero-split .hero-split-text .hero-desc{margin-inline:auto}}.hero-split .hero-split-text .hero-ctas{display:flex;gap:16px;margin-bottom:50px;flex-wrap:wrap}@media(max-width:768px){.hero-split .hero-split-text .hero-ctas{justify-content:center}}.hero-split .hero-split-text .hero-ctas .hero-btn-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:var(--hero-btn1-bg, #5d1a1a);color:var(--hero-btn1-color, white);border-radius:50px;font-weight:700;font-size:.9rem;letter-spacing:1px;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 12px 30px #5d1a1a40}.hero-split .hero-split-text .hero-ctas .hero-btn-primary svg{transition:transform .3s}.hero-split .hero-split-text .hero-ctas .hero-btn-primary:hover{background:#491414;transform:translateY(-3px);box-shadow:0 18px 40px #5d1a1a59}.hero-split .hero-split-text .hero-ctas .hero-btn-primary:hover svg{transform:translate(4px)}.hero-split .hero-split-text .hero-ctas .hero-btn-ghost{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:var(--hero-btn2-bg, transparent);color:var(--hero-btn2-color, #5d1a1a);border:1.5px solid rgba(93,26,26,.25);border-radius:50px;font-weight:600;font-size:.9rem;letter-spacing:1px;text-decoration:none;transition:all .35s}.hero-split .hero-split-text .hero-ctas .hero-btn-ghost:hover{border-color:#5d1a1a;background:#5d1a1a0d;transform:translateY(-3px)}.hero-split .hero-split-text .hero-badges{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:768px){.hero-split .hero-split-text .hero-badges{justify-content:center}}.hero-split .hero-split-text .hero-badges .badge{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(180,139,85,.2);border-radius:50px;font-size:.75rem;font-weight:600;color:#5d1a1a;letter-spacing:.5px;box-shadow:0 4px 15px #0000000a}.hero-split .hero-split-text .hero-badges .badge svg{color:#b48b55}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero-split .hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:50px;height:50px;border-radius:50%;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(180,139,85,.2);color:#5d1a1a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;box-shadow:0 8px 25px #0000001a}.hero-split .hero-arrow:hover{background:#5d1a1a;color:#fff;border-color:#5d1a1a;transform:translateY(-50%) scale(1.1)}.hero-split .hero-arrow.hero-arrow-prev{left:30px}.hero-split .hero-arrow.hero-arrow-next{right:30px}@media(max-width:768px){.hero-split .hero-arrow{width:40px;height:40px}.hero-split .hero-arrow.hero-arrow-prev{left:12px}.hero-split .hero-arrow.hero-arrow-next{right:12px}}.hero-split .hero-dots{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:20}.hero-split .hero-dots .hero-dot{width:8px;height:8px;border-radius:50%;border:none;background:#5d1a1a33;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);padding:0}.hero-split .hero-dots .hero-dot.active{background:#5d1a1a;width:28px;border-radius:4px}.hero-split .hero-dots .hero-dot:hover:not(.active){background:#5d1a1a73}.hero-split .hero-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#5d1a1a14;z-index:20}.hero-split .hero-progress .hero-progress-fill{height:100%;background:linear-gradient(90deg,#b48b55,#5d1a1a)}.hero-split .slide-text-inner{width:100%}@keyframes morph-blob{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}to{border-radius:70% 30% 50% 50%/30% 60% 40% 70%}}@keyframes aura-pulse{0%{opacity:.05;transform:translate(-50%,-50%) scale(1)}to{opacity:.15;transform:translate(-50%,-50%) scale(1.2)}}@keyframes drift-slow{0%{transform:translate(-2%,2%) rotate(0)}to{transform:translate(2%,-2%) rotate(10deg)}}@keyframes drift-fast{0%{transform:translate(5%,-5%) scale(1)}to{transform:translate(-5%,5%) scale(1.1)}}@keyframes drift-up{0%{transform:translateY(100%) scale(1.5);opacity:0}20%{opacity:.1}to{transform:translateY(-100%) scale(1);opacity:0}}@keyframes drift-rotate{0%{transform:rotate(0) scale(2)}to{transform:rotate(360deg) scale(2.2)}}@keyframes floating-img{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(2deg)}}.philosophy-premium{padding:120px 0;background-color:#fff}.philosophy-premium .philosophy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.philosophy-premium .philosophy-grid .phil-card{padding:60px 40px;border-radius:24px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #0000000d}.philosophy-premium .philosophy-grid .phil-card svg{margin-bottom:25px}.philosophy-premium .philosophy-grid .phil-card h3{font-size:1.4rem;margin-bottom:15px;font-weight:800;letter-spacing:1px}.philosophy-premium .philosophy-grid .phil-card p{font-size:1rem;color:#1a1a1ab3;line-height:1.7}.philosophy-premium .philosophy-grid .phil-card.crimson{background-color:#fff5f5;color:#c62828}.philosophy-premium .philosophy-grid .phil-card.crimson svg{color:#c62828}.philosophy-premium .philosophy-grid .phil-card.crimson:hover{background-color:#c62828;color:#fff}.philosophy-premium .philosophy-grid .phil-card.crimson:hover p{color:#fff}.philosophy-premium .philosophy-grid .phil-card.crimson:hover svg{color:#fff}.philosophy-premium .philosophy-grid .phil-card.emerald{background-color:#f0fdf4;color:#a0253a}.philosophy-premium .philosophy-grid .phil-card.emerald svg{color:#a0253a}.philosophy-premium .philosophy-grid .phil-card.emerald:hover{background-color:#a0253a;color:#fff}.philosophy-premium .philosophy-grid .phil-card.emerald:hover p{color:#fff}.philosophy-premium .philosophy-grid .phil-card.emerald:hover svg{color:#fff}.philosophy-premium .philosophy-grid .phil-card.saffron{background-color:#fffaf0;color:#f57c00}.philosophy-premium .philosophy-grid .phil-card.saffron svg{color:#f57c00}.premium-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:40px;margin-top:60px}.luxury-card{background:#fff4e1;border-radius:24px;overflow:hidden;position:relative;box-shadow:0 4px 6px -1px #5d1a1a0d,0 10px 20px -5px #5d1a1a1a,0 20px 40px -10px #0000000d;border:1px solid #f57c00!important;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.luxury-card:hover{box-shadow:0 20px 50px -12px #5d1a1a33,0 30px 60px -15px #00000026}.luxury-card:hover .luxury-thumb img{transform:scale(1.1)}.luxury-card:hover .card-overlay{opacity:1;transform:translateY(0)}.luxury-card .luxury-thumb{position:relative;width:100%;height:180px;overflow:hidden;background:#fff4e1}.luxury-card .luxury-thumb .thumb-link{display:block;width:100%;height:100%;position:relative;overflow:hidden}.luxury-card .luxury-thumb .thumb-link .image-container{width:100%;height:100%;position:relative;overflow:hidden}.luxury-card .luxury-thumb .thumb-link .image-container img{width:100%;height:100%;object-fit:cover;background:#fdf6ec;transition:opacity .3s ease}.luxury-card .luxury-thumb .thumb-link .image-container{opacity:1}.luxury-card .luxury-thumb .thumb-link .image-container .hover-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0}.luxury-card .luxury-thumb .thumb-link:hover .image-container .main-img{opacity:0}.luxury-card .luxury-thumb .thumb-link:hover .image-container .hover-img{opacity:1}.luxury-card .luxury-thumb .card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#5d1a1a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(20px);transition:all .4s ease}.luxury-card .luxury-thumb .card-overlay .view-detail-btn{background:#fff;color:#5d1a1a;padding:12px 24px;border-radius:50px;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:1px}.luxury-card .luxury-thumb .wish-btn{position:absolute;top:20px;right:20px;width:44px;height:44px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .3s;box-shadow:0 4px 15px #0000001a;z-index:5}.luxury-card .luxury-thumb .wish-btn:hover{color:#e74c3c;transform:scale(1.1)!important;background:#fff}.luxury-card .luxury-thumb .product-badges{position:absolute;top:20px;left:20px;display:flex;flex-direction:column;gap:8px;z-index:5}.luxury-card .luxury-thumb .product-badges .discount-badge-percent{background:#e74c3c;color:#fff;padding:4px 12px;border-radius:50px;font-size:.75rem;font-weight:800}.luxury-card .luxury-thumb .product-badges .oos-badge{background:#000;color:#fff;padding:4px 12px;border-radius:50px;font-size:.7rem;font-weight:700;letter-spacing:1px}.luxury-card .luxury-body{padding:10px;flex:1;display:flex;flex-direction:column}.luxury-card .luxury-body a{text-decoration:none}.luxury-card .luxury-body h3{font-size:.75rem;font-weight:700;color:#5d1a1a;margin-bottom:4px;font-family:Playfair Display,serif;transition:color .3s}.luxury-card .luxury-body h3:hover{color:#b48b55}.luxury-card .luxury-body .product-desc{display:none!important}.luxury-card .luxury-body .luxury-footer{margin-top:auto;display:flex;flex-direction:column;gap:5px;padding-top:10px;border-top:1px solid #f0f0f0}.luxury-card .luxury-body .luxury-footer .price-block{text-align:center}.luxury-card .luxury-body .luxury-footer .price-block .luxury-price{display:block;font-size:1rem;font-weight:800;color:#1a1a1a}.luxury-card .luxury-body .luxury-footer .price-block .mrp-price{display:block;font-size:.85rem;color:#94a3b8}.luxury-card .luxury-body .luxury-footer .add-cart-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;background-color:#5a1d1d!important;color:#fff!important;border:none!important;padding:8px 16px!important;border-radius:50px!important;font-weight:700!important;font-size:.75rem!important;cursor:pointer!important;transition:all .4s cubic-bezier(.165,.84,.44,1)!important;width:100%!important;margin-top:10px!important}.luxury-card .luxury-body .luxury-footer .add-cart-btn:hover{background-color:#4a1515!important;transform:translateY(-3px)!important;box-shadow:0 10px 20px #5a1d1d4d!important}.luxury-card .luxury-body .luxury-footer .add-cart-btn.out-of-stock{background-color:#f1f5f9!important;color:#64748b!important;cursor:not-allowed!important;box-shadow:none!important}@media(max-width:768px){.luxury-card{border-radius:16px}.luxury-card .luxury-thumb{height:140px}.luxury-card .luxury-body{padding:8px}.luxury-card .luxury-body h3{font-size:.7rem;margin-bottom:2px}.luxury-card .luxury-body .luxury-footer{padding-top:8px;gap:3px}.luxury-card .luxury-body .luxury-footer .price-block .luxury-price{font-size:.85rem}.luxury-card .luxury-body .luxury-footer .price-block .mrp-price{font-size:.7rem}.luxury-card .luxury-body .luxury-footer .add-cart-btn{padding:6px 12px!important;font-size:.65rem!important;margin-top:5px!important}}.incense-alchemy{position:relative;background:linear-gradient(135deg,#fff4e1,#fff);overflow:hidden;padding:120px 0;border-bottom:1px solid rgba(0,0,0,.05);border-top:1px solid rgba(0,0,0,.05)}.incense-alchemy .alchemy-bg-container{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.incense-alchemy .alchemy-bg-container .floating-element{position:absolute;color:#5d1a1a14;filter:blur(2px)}.incense-alchemy .alchemy-bg-container .floating-element.incense-p-0{top:10%;left:5%}.incense-alchemy .alchemy-bg-container .floating-element.incense-p-1{top:60%;right:5%;color:#d81b600d}.incense-alchemy .alchemy-bg-container .floating-element.incense-p-2{bottom:10%;left:20%}.incense-alchemy .alchemy-bg-container .floating-element.incense-p-3{top:30%;right:20%;color:#f57c000d}.incense-alchemy .alchemy-content{display:grid;grid-template-columns:1fr 1fr;gap:120px;align-items:center;position:relative;z-index:10}.incense-alchemy .alchemy-content .alchemy-text{color:#5d1a1a;position:relative}.incense-alchemy .alchemy-content .alchemy-text .subtitle{color:#b48b55;letter-spacing:5px;font-weight:700;font-size:.8rem;margin-bottom:20px;display:block}.incense-alchemy .alchemy-content .alchemy-text h2{font-size:3.2rem;font-weight:800;line-height:1.1;margin-bottom:35px;letter-spacing:-1px;color:#5d1a1a!important}.incense-alchemy .alchemy-content .alchemy-text h2 .text-vibrant{color:#b48b55;text-shadow:0 0 25px rgba(180,139,85,.4);display:inline-block;margin-top:5px}.incense-alchemy .alchemy-content .alchemy-text .divider{width:100px;height:4px;background-color:#b48b55;margin-bottom:30px;border-radius:2px}.incense-alchemy .alchemy-content .alchemy-text p{font-size:1.25rem;line-height:1.8;color:#5d1a1ab3;margin-bottom:50px;max-width:600px}.incense-alchemy .alchemy-content .alchemy-text .alchemy-stats{display:flex;gap:60px}@media(max-width:576px){.incense-alchemy .alchemy-content .alchemy-text .alchemy-stats{gap:30px;justify-content:center}}.incense-alchemy .alchemy-content .alchemy-text .alchemy-stats .stat-item{display:flex;flex-direction:column;gap:5px}.incense-alchemy .alchemy-content .alchemy-text .alchemy-stats .stat-item .count{font-size:2.5rem;font-weight:900;color:#5d1a1a}@media(max-width:576px){.incense-alchemy .alchemy-content .alchemy-text .alchemy-stats .stat-item .count{font-size:1.8rem}}.incense-alchemy .alchemy-content .alchemy-text .alchemy-stats .stat-item .label{font-size:.75rem;letter-spacing:2px;color:#b48b55;font-weight:700}@media(max-width:992px){.incense-alchemy .alchemy-content{grid-template-columns:1fr;gap:60px;text-align:center}.incense-alchemy .alchemy-content .alchemy-text p,.incense-alchemy .alchemy-content .alchemy-text .divider{margin-inline:auto}}.incense-alchemy .alchemy-content .alchemy-visual{display:flex;justify-content:center}.incense-alchemy .alchemy-content .alchemy-visual .luxury-glass-card{background:#5d1a1a08;-webkit-backdrop-filter:blur(25px) saturate(150%);backdrop-filter:blur(25px) saturate(150%);border:1px solid rgba(0,0,0,.05);padding:70px 50px;border-radius:45px;max-width:400px;position:relative;box-shadow:0 40px 100px #0000000d}.incense-alchemy .alchemy-content .alchemy-visual .luxury-glass-card .glass-content{text-align:center}.incense-alchemy .alchemy-content .alchemy-visual .luxury-glass-card .glass-content .glow-icon{color:#b48b55;margin-bottom:30px;filter:drop-shadow(0 0 15px rgba(180,139,85,.5))}.incense-alchemy .alchemy-content .alchemy-visual .luxury-glass-card .glass-content h3{color:#5d1a1a;font-size:1.5rem;margin-bottom:20px;font-weight:800}.incense-alchemy .alchemy-content .alchemy-visual .luxury-glass-card .glass-content p{color:#5d1a1a99;line-height:1.7;font-size:1rem}.incense-alchemy .alchemy-content .alchemy-visual .luxury-glass-card:before{content:"";position:absolute;top:-15px;right:-15px;bottom:-15px;left:-15px;border-radius:50px;border:1px solid rgba(180,139,85,.2);z-index:-1}.shop-by-category{background-color:#fffaf7;padding:100px 0}.shop-by-category .section-header-centered{text-align:center;margin-bottom:70px}.shop-by-category .section-header-centered h2{font-size:2.2rem;color:#5d1a1a;font-weight:400;margin-bottom:12px;font-family:Playfair Display,serif;letter-spacing:2px;position:relative;display:inline-block;transition:all .4s ease}.shop-by-category .section-header-centered h2:after{content:"";position:absolute;bottom:-5px;left:50%;width:0;height:1px;background-color:#5d1a1a;transition:all .5s cubic-bezier(.19,1,.22,1);transform:translate(-50%)}.shop-by-category .section-header-centered h2:hover{letter-spacing:4px}.shop-by-category .section-header-centered h2:hover:after{width:50px}@media(max-width:768px){.shop-by-category .section-header-centered h2{font-size:1.5rem;letter-spacing:1px}}.shop-by-category .section-header-centered p{color:#8a8a8a;font-size:.95rem;max-width:500px;margin:0 auto;font-family:Inter,sans-serif;letter-spacing:1px;text-transform:uppercase;opacity:.7}.shop-by-category .category-modern-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media(max-width:1200px){.shop-by-category .category-modern-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.shop-by-category .category-modern-grid{grid-template-columns:1fr}}.shop-by-category .category-modern-grid .category-card-modern{position:relative;background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 4px 20px #00000008;transition:all .8s cubic-bezier(.16,1,.3,1);border:1px solid rgba(0,0,0,.04)}.shop-by-category .category-modern-grid .category-card-modern:hover{transform:translateY(-5px);box-shadow:0 20px 40px #5d1a1a14;border-color:#5d1a1a1a}.shop-by-category .category-modern-grid .category-card-modern:hover .card-image-wrapper img{transform:scale(1.04);filter:saturate(1.1)}.shop-by-category .category-modern-grid .category-card-modern:hover .card-header-name h3{letter-spacing:2px;color:#b48b55}.shop-by-category .category-modern-grid .category-card-modern a{display:flex;flex-direction:column;height:100%;text-decoration:none}.shop-by-category .category-modern-grid .category-card-modern .card-header-name{padding:22px 10px 15px;text-align:center;background:#fff}.shop-by-category .category-modern-grid .category-card-modern .card-header-name h3{font-size:1.15rem;color:#5d1a1a;font-weight:500;margin:0;font-family:Playfair Display,serif;letter-spacing:.8px;transition:all .5s ease}.shop-by-category .category-modern-grid .category-card-modern .card-image-wrapper{height:380px;overflow:hidden;position:relative;padding:0;background-color:#f7f7f7}.shop-by-category .category-modern-grid .category-card-modern .card-image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform 1.2s cubic-bezier(.165,.84,.44,1);image-rendering:-webkit-optimize-contrast;filter:contrast(1.05) saturate(1.05)}.shop-by-category .category-modern-grid .category-card-modern .card-discount-banner{position:absolute;bottom:15px;left:50%;transform:translate(-50%);background-color:#5d1a1a;color:#fff;padding:8px 30px;text-align:center;border-radius:12px;width:80%;z-index:10;box-shadow:0 10px 20px #0003}.shop-by-category .category-modern-grid .category-card-modern .card-discount-banner span{font-size:.85rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;white-space:nowrap}.premium-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:30px}.premium-product-grid .luxury-card{background-color:#fff;border-radius:24px;padding:0;box-shadow:0 10px 30px #0000000d;transition:all .4s cubic-bezier(.165,.84,.44,1);overflow:hidden;border:1px solid #f1f5f9;height:100%;display:flex;flex-direction:column}.premium-product-grid .luxury-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a;border-color:#5d1a1a1a}.premium-product-grid .luxury-card:hover .luxury-thumb img{transform:scale(1.1)}.premium-product-grid .luxury-card .luxury-thumb{height:300px;width:100%;background-color:#f9f9f9;position:relative;overflow:hidden}.premium-product-grid .luxury-card .luxury-thumb .product-badges{position:absolute;top:20px;left:20px;display:flex;flex-direction:column;gap:8px;z-index:10}.premium-product-grid .luxury-card .luxury-thumb .product-badges span{font-size:.7rem;font-weight:800;padding:4px 12px;text-transform:uppercase;letter-spacing:1px;border-radius:6px}.premium-product-grid .luxury-card .luxury-thumb .product-badges span.discount-badge-percent{background:#8b2d2d;color:#fff;font-size:.75rem;padding:5px 10px}.premium-product-grid .luxury-card .luxury-thumb .product-badges span.oos-badge{background:#1e293b;color:#fff}.premium-product-grid .luxury-card .luxury-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.165,.84,.44,1)}.premium-product-grid .luxury-card .luxury-thumb .wish-btn{position:absolute;top:20px;right:20px;background-color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0000001a;color:#64748b;border:none;cursor:pointer;transition:all .3s ease;z-index:10}.premium-product-grid .luxury-card .luxury-thumb .wish-btn:hover{background-color:#fff;color:#ef4444;transform:scale(1.1)}.premium-product-grid .luxury-card .luxury-body{padding:25px 20px;text-align:center;flex-grow:1;display:flex;flex-direction:column}.premium-product-grid .luxury-card .luxury-body .luxury-cat{font-size:.75rem;color:#a0253a;font-weight:800;margin-bottom:6px;text-transform:uppercase;letter-spacing:2px}.premium-product-grid .luxury-card .luxury-body h3{font-size:17px;font-weight:800;color:#1e293b;margin-bottom:10px;font-family:Playfair Display,serif;line-height:1.25}.premium-product-grid .luxury-card .luxury-body .product-desc{font-size:.85rem;color:#64748b;margin-bottom:22px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.premium-product-grid .luxury-card .luxury-body .luxury-footer{margin-top:auto;display:flex;flex-direction:column;gap:12px;padding-top:15px;border-top:1px solid #f1f5f9}.premium-product-grid .luxury-card .luxury-body .luxury-footer .price-block{text-align:center;display:flex;flex-direction:column;align-items:center;gap:3px}.premium-product-grid .luxury-card .luxury-body .luxury-footer .price-block .top-row{display:flex;align-items:center;gap:10px}.premium-product-grid .luxury-card .luxury-body .luxury-footer .price-block .luxury-price{font-size:15px;font-weight:600;color:#1e293b;letter-spacing:-.5px}.premium-product-grid .luxury-card .luxury-body .luxury-footer .price-block .mrp-price{font-size:.75rem;color:#94a3b8;font-weight:400}.premium-product-grid .luxury-card .luxury-body .luxury-footer .price-block .mrp-price s{text-decoration:line-through}.premium-product-grid .luxury-card .luxury-body .luxury-footer .add-cart-btn{width:100%;background-color:#2d4a3e;color:#fff;padding:0 18px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:12px;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #2d4a3e26}.premium-product-grid .luxury-card .luxury-body .luxury-footer .add-cart-btn svg{width:20px;height:20px}.premium-product-grid .luxury-card .luxury-body .luxury-footer .add-cart-btn span{font-size:.75rem;font-weight:600;white-space:nowrap}.premium-product-grid .luxury-card .luxury-body .luxury-footer .add-cart-btn:hover{background-color:#1e332a;transform:translateY(-3px);box-shadow:0 8px 20px #2d4a3e4d}.premium-product-grid .luxury-card .luxury-body .luxury-footer .add-cart-btn.out-of-stock{background-color:#475569;box-shadow:0 4px 12px #0000001a}.premium-product-grid .luxury-card .luxury-body .luxury-footer .add-cart-btn.out-of-stock:hover{background-color:#1e293b;box-shadow:0 8px 20px #0003}.premium-product-grid .luxury-card .luxury-body .luxury-footer .add-cart-btn:active{transform:translateY(0)}.incense-divider{width:100%;height:400px;overflow:hidden;position:relative}.incense-divider .incense-banner{width:100%;height:100%;position:relative}.incense-divider .incense-banner img{width:100%;height:100%;object-fit:cover}.incense-divider .incense-banner .incense-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(0,0,0,.7),transparent);display:flex;align-items:center;padding-left:10%}.incense-divider .incense-banner .incense-overlay .overlay-content{color:#fff}.incense-divider .incense-banner .incense-overlay .overlay-content .subtitle{color:#b48b55;letter-spacing:4px;font-weight:700;font-size:.8rem;margin-bottom:15px;display:block}.incense-divider .incense-banner .incense-overlay .overlay-content h2{font-size:3rem;font-weight:800}@media(max-width:1200px){.hero-full .hero-container h1{font-size:3.5rem}.vibrant-categories .vibrant-category-grid{grid-template-columns:repeat(2,1fr)}.premium-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.premium-product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-full .hero-container{grid-template-columns:1fr;text-align:center}.hero-full .hero-container .hero-text-premium p{margin-inline:auto}.hero-full .hero-container .hero-visual-premium{display:none}.philosophy-premium .philosophy-grid,.vibrant-categories .vibrant-category-grid{grid-template-columns:1fr}.premium-product-grid{grid-template-columns:1fr;gap:20px}}.home-page .hero-video-section{background:#fff;padding:100px 0;overflow:hidden}.home-page .hero-video-section .video-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:center}@media(max-width:1024px){.home-page .hero-video-section .video-layout{grid-template-columns:1fr;text-align:center;gap:40px}}.home-page .hero-video-section .video-layout .video-content-text{text-align:left}@media(max-width:1024px){.home-page .hero-video-section .video-layout .video-content-text{text-align:center}}.home-page .hero-video-section .video-layout .video-content-text .subtitle{display:block;font-size:.8rem;font-weight:800;letter-spacing:3px;color:#5d1a1a;margin-bottom:20px}.home-page .hero-video-section .video-layout .video-content-text h2{font-size:3.5rem;font-weight:300;font-family:Playfair Display,serif;margin-bottom:25px;line-height:1.1}.home-page .hero-video-section .video-layout .video-content-text p{font-size:1.1rem;color:#64748b;line-height:1.8}.home-page .hero-video-section .video-layout .video-player-wrap{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 40px 100px #0000001a}.home-page .hero-video-section .video-layout .video-player-wrap .video-inner{position:relative;aspect-ratio:16/9;background:#000}.home-page .hero-video-section .video-layout .video-player-wrap .video-inner video{width:100%;height:100%;object-fit:cover}.home-page .hero-video-section .video-layout .video-player-wrap .video-inner .video-overlay-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(93,26,26,.1),transparent);pointer-events:none}.premium-video-showcase-split{padding:120px 0;background:#fff4e1;overflow:hidden}.premium-video-showcase-split .video-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}@media(max-width:992px){.premium-video-showcase-split .video-grid{grid-template-columns:1fr;gap:50px;text-align:center}}.premium-video-showcase-split .video-text-side .sparkle-icon{margin-bottom:25px}.premium-video-showcase-split .video-text-side .subtitle{display:block;font-size:.85rem;font-weight:700;letter-spacing:4px;color:#b48b55;margin-bottom:20px}.premium-video-showcase-split .video-text-side h2{font-size:3.5rem;font-weight:800;color:#1a1a1a;line-height:1.1;margin-bottom:30px;font-family:Playfair Display,serif}.premium-video-showcase-split .video-text-side p{font-size:1.15rem;color:#444;line-height:1.8;margin-bottom:40px;max-width:500px}@media(max-width:992px){.premium-video-showcase-split .video-text-side p{margin:0 auto 40px}}.premium-video-showcase-split .video-text-side .video-ctas{display:flex;gap:20px;flex-wrap:wrap}@media(max-width:992px){.premium-video-showcase-split .video-text-side .video-ctas{justify-content:center}}.premium-video-showcase-split .video-text-side .btn-video-add-cart{display:inline-flex;align-items:center;gap:12px;padding:16px 35px;background:#5d1a1a;color:#fff;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}.premium-video-showcase-split .video-text-side .btn-video-add-cart:hover{background:#350f0f;transform:translateY(-5px);box-shadow:0 10px 25px #5d1a1a4d}.premium-video-showcase-split .video-text-side .btn-explore-process{display:inline-flex;align-items:center;gap:12px;padding:16px 35px;background:transparent;color:#1a1a1a;border:2px solid #1a1a1a;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease}.premium-video-showcase-split .video-text-side .btn-explore-process:hover{background:#1a1a1a;color:#fff;transform:translateY(-5px)}@media(max-width:768px){.premium-video-showcase-split .video-text-side .subtitle{font-size:.7rem;letter-spacing:2px;margin-bottom:12px}.premium-video-showcase-split .video-text-side h2{font-size:2rem;margin-bottom:20px}.premium-video-showcase-split .video-text-side p{font-size:.95rem;line-height:1.6;margin-bottom:30px}.premium-video-showcase-split .video-text-side .btn-explore-process{padding:12px 25px;font-size:.85rem}}@media(max-width:768px){.premium-video-showcase-split{padding:60px 0}}.premium-video-showcase-split .video-media-side .video-frame{position:relative;border-radius:40px;overflow:hidden;box-shadow:0 40px 80px #0000001a;aspect-ratio:16/9}.premium-video-showcase-split .video-media-side .video-frame video{width:100%;height:100%;object-fit:cover}.premium-video-showcase-split .video-media-side .video-frame .video-frame-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.4) 100%);pointer-events:none}.section-header-premium.centered{text-align:center;margin-bottom:40px}.section-header-premium .featured-heading{font-size:2.2rem;color:#5d1a1a;font-weight:400;margin-bottom:12px;font-family:Playfair Display,serif;letter-spacing:2px;position:relative;display:inline-block;transition:all .4s ease}@media(max-width:768px){.section-header-premium .featured-heading{font-size:1.4rem;letter-spacing:1px}}.section-header-premium .featured-subtitle{color:#8a8a8a;font-size:.95rem;max-width:500px;margin:0 auto;font-family:Inter,sans-serif;letter-spacing:1px;text-transform:uppercase;opacity:.7}@media(max-width:768px){.section-header-premium .featured-subtitle{font-size:.75rem}}.shop-page{padding-top:0}.shop-page .shop-hero-split{padding:140px 0 100px;min-height:700px;height:90vh;display:flex;align-items:center;position:relative;overflow:hidden}.shop-page .shop-hero-split .split-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:100px;align-items:center}@media(max-width:992px){.shop-page .shop-hero-split .split-grid{grid-template-columns:1fr;text-align:center;gap:60px}}.shop-page .shop-hero-split .split-details{z-index:2}.shop-page .shop-hero-split .split-details .category-label{font-size:.75rem;font-weight:700;letter-spacing:4px;color:#5d1a1a;display:block;margin-bottom:20px}.shop-page .shop-hero-split .split-details h1{font-size:3.5rem;font-weight:800;color:#1a1a1a;margin-bottom:25px;font-family:Playfair Display,serif;line-height:1.1;letter-spacing:-1px}.shop-page .shop-hero-split .split-details p{font-size:1.1rem;color:#444;line-height:1.7;max-width:500px}@media(max-width:992px){.shop-page .shop-hero-split .split-details p{margin:0 auto}}.shop-page .shop-hero-split .split-image{perspective:2000px;display:flex;justify-content:center;margin-top:100px;padding:40px}.shop-page .shop-hero-split .split-image img{width:100%;max-height:450px;object-fit:contain;border-radius:40px;filter:drop-shadow(0 40px 80px rgba(0,0,0,.18));animation:floatImgAdvanced 8s ease-in-out infinite;transition:all .8s cubic-bezier(.165,.84,.44,1)}.shop-page .shop-hero-split .split-image img:hover{transform:scale(1.08) rotateY(-8deg) rotateX(2deg);filter:drop-shadow(0 60px 100px rgba(0,0,0,.25))}@keyframes floatImgAdvanced{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(2deg)}}@keyframes floatContent{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes revealText{0%{opacity:0;transform:translateY(50px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.shop-page .top-filter-bar{background:#fff4e1;padding:20px 0;box-shadow:0 5px 20px #0000000d;z-index:100;position:sticky;top:65px}.shop-page .top-filter-bar .filter-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.shop-page .top-filter-bar .category-scroll{flex:1;display:flex;gap:15px;overflow-x:auto;padding:5px 0;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.shop-page .top-filter-bar .category-scroll::-webkit-scrollbar{display:none}.shop-page .top-filter-bar .category-scroll{mask-image:linear-gradient(to right,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 90%,transparent 100%)}.shop-page .top-filter-bar .category-scroll .category-pill{white-space:nowrap;padding:10px 24px;border-radius:40px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;font-weight:700;font-size:.8rem;letter-spacing:1px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1)}.shop-page .top-filter-bar .category-scroll .category-pill:hover{background:#f1f5f9;color:#5d1a1a;border-color:#5d1a1a}.shop-page .top-filter-bar .category-scroll .category-pill.active{background:#5d1a1a;color:#fff;border-color:#5d1a1a;box-shadow:0 5px 15px #5d1a1a33}.shop-page .top-filter-bar .filter-actions{display:flex;align-items:center;gap:20px;flex-shrink:0}.shop-page .top-filter-bar .filter-actions .search-box{position:relative}.shop-page .top-filter-bar .filter-actions .search-box input{padding:10px 40px 10px 15px;border:1px solid #e2e8f0;border-radius:40px;background:#f8fafc;width:250px;font-size:.9rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.shop-page .top-filter-bar .filter-actions .search-box input:focus{width:300px;border-color:#5d1a1a;outline:none;background:#fff}.shop-page .top-filter-bar .filter-actions .search-box svg{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#94a3b8}.shop-page .top-filter-bar .filter-actions .sort-dropdown{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;padding:8px 15px;border-radius:40px;color:#1e293b}.shop-page .top-filter-bar .filter-actions .sort-dropdown select{border:none;background:transparent;font-weight:700;font-size:.85rem;outline:none;cursor:pointer;color:inherit}.shop-page .shop-main-container{max-width:100%!important;padding:60px 5%}.shop-page .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:40px}.shop-page .product-card{background:#fff;border-radius:24px;overflow:hidden;transition:all .4s cubic-bezier(.165,.84,.44,1);height:100%;display:flex;flex-direction:column;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000005;border:1px solid #f1f5f9}.shop-page .product-card:hover{transform:translateY(-12px);box-shadow:0 25px 50px -12px #00000026,0 15px 25px -5px #00000014;border-color:#5d1a1a1a}.shop-page .product-card:hover .product-image img{transform:scale(1.1)}.shop-page .product-card .product-image{position:relative;aspect-ratio:1/1;overflow:hidden;background:#fdf6ec}.shop-page .product-card .product-image .image-container{width:100%;height:100%;position:relative;overflow:hidden}.shop-page .product-card .product-image .image-container img{object-fit:cover;background:#fdf6ec;transition:opacity .3s ease}.shop-page .product-card .product-image .image-container{opacity:1}.shop-page .product-card .product-image .image-container .hover-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0}.shop-page .product-card .product-image:hover .image-container .main-img{opacity:0}.shop-page .product-card .product-image:hover .image-container .hover-img{opacity:1}.shop-page .product-card .product-image .wishlist-fix-btn{position:absolute;top:20px;right:20px;z-index:30;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;box-shadow:0 8px 15px #00000014;border:none;cursor:pointer;transition:all .3s ease}.shop-page .product-card .product-image .wishlist-fix-btn:hover{color:#ef4444;transform:scale(1.1);background:#fff}.shop-page .product-card .product-image .product-badges{position:absolute;top:20px;left:20px;display:flex;flex-direction:column;gap:8px;z-index:10}.shop-page .product-card .product-image .product-badges span{font-size:.7rem;font-weight:800;padding:4px 12px;text-transform:uppercase;letter-spacing:1px;border-radius:6px}.shop-page .product-card .product-image .product-badges span.discount-badge-percent{background:#8b2d2d;color:#fff;font-size:.75rem;padding:5px 10px}.shop-page .product-card .product-image .product-badges span.oos-badge{background:#1e293b;color:#fff}.shop-page .product-card .product-info{padding:15px;text-align:center;flex-grow:1;display:flex;flex-direction:column}.shop-page .product-card .product-info h3{font-size:.9rem;font-weight:800;color:#1e293b;margin-bottom:8px;font-family:Playfair Display,serif;line-height:1.3}.shop-page .product-card .product-info .luxury-price-block{margin-bottom:25px}.shop-page .product-card .product-info .luxury-price-block .price-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:5px}.shop-page .product-card .product-info .luxury-price-block .current-price{color:#1e293b;font-weight:700;font-size:1.1rem;letter-spacing:-.5px}.shop-page .product-card .product-info .luxury-price-block .mrp-price{font-size:.85rem;color:#94a3b8;font-weight:400}.shop-page .product-card .product-info .luxury-price-block .mrp-price s{margin-left:3px}.shop-page .product-card .product-info .product-card-footer{margin-top:auto;padding-top:20px;border-top:1px solid #f1f5f9}.shop-page .product-card .product-info .product-card-footer .add-cart-btn-full{width:100%;background:#2d4a3e;color:#fff;padding:10px;border-radius:12px;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:12px;letter-spacing:.5px;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;box-shadow:0 4px 12px #2d4a3e26}.shop-page .product-card .product-info .product-card-footer .add-cart-btn-full:hover{background:#1e332a;box-shadow:0 10px 25px #2d4a3e40;transform:translateY(-4px)}.shop-page .product-card .product-info .product-card-footer .add-cart-btn-full.out-of-stock{background:#475569;box-shadow:0 4px 12px #0000001a}.shop-page .product-card .product-info .product-card-footer .add-cart-btn-full.out-of-stock:hover{background:#1e293b;box-shadow:0 8px 20px #0003}.shop-page .product-card .product-info .product-card-footer .add-cart-btn-full:active{transform:translateY(0)}@media(max-width:768px){.shop-page .product-card .product-info .product-card-footer .add-cart-btn-full{padding:12px;font-size:.7rem;font-weight:600}}.shop-page .no-products{grid-column:1/-1;text-align:center;padding:100px 20px;background:#f8fafc;border-radius:20px}.shop-page .no-products h3{font-size:2rem;margin-bottom:15px;color:#1e293b}.shop-page .no-products p{color:#64748b;margin-bottom:30px}.shop-page .loading-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:40px}.shop-page .loading-grid .skeleton-card{aspect-ratio:4/5;background:#eee;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.shop-page .pagination{margin-top:80px;display:flex;justify-content:center;gap:15px}.shop-page .pagination button{width:50px;height:50px;border:1px solid #ddd;background:#fff;color:#333;font-weight:700;border-radius:0;transition:all .3s}.shop-page .pagination button:hover,.shop-page .pagination button.active{background:#5d1a1a;color:#fff;border-color:#5d1a1a}@media(max-width:768px){.shop-page .shop-hero{height:435px}.shop-page .shop-hero h1{font-size:2.5rem!important}.shop-page .top-filter-bar .filter-inner{flex-direction:column;align-items:stretch;gap:15px}.shop-page .top-filter-bar .filter-actions{flex-direction:column}.shop-page .top-filter-bar .filter-actions .search-box{width:100%}.shop-page .top-filter-bar .filter-actions .search-box input{width:100%!important}.shop-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fdf6ec}::-webkit-scrollbar-thumb{background:#d4af37;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#b8860b}.phool-product-detail{padding:80px 0 100px;background:#fff4e1;min-height:100vh;color:#1a1a1a;overflow-x:hidden}.phool-product-detail .product-breadcrumb{display:flex;align-items:center;gap:8px;font-size:.75rem;color:#666;margin-bottom:40px;text-transform:uppercase;letter-spacing:1px}.phool-product-detail .product-breadcrumb a{text-decoration:none;color:inherit}.phool-product-detail .product-breadcrumb a:hover{color:#000}.phool-product-detail .container{max-width:1400px;margin:0 auto;padding:0 5%}@media(max-width:768px){.phool-product-detail .container{padding:0 20px}}.phool-product-detail .product-main-flex{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:60px}@media(max-width:992px){.phool-product-detail .product-main-flex{flex-direction:column;gap:40px}}.phool-product-detail .product-visuals{flex:0 0 calc(50% - 30px);position:sticky;top:120px}.phool-product-detail .product-visuals .main-image-box{background:#fff4e1;border-radius:12px;overflow:hidden;aspect-ratio:1/1;width:100%;display:flex;align-items:center;justify-content:center;position:relative;border:1px solid rgba(245,124,0,.3);box-shadow:0 10px 40px #00000008}.phool-product-detail .product-visuals .main-image-box img{width:100%;height:100%;background:#fdf6ec;object-fit:cover}.phool-product-detail .product-visuals .main-image-box .oos-badge{position:absolute;top:20px;left:20px;background:#000;color:#fff;padding:5px 15px;font-size:.7rem;font-weight:700;letter-spacing:1px}.phool-product-detail .product-visuals .thumbnails-row{display:flex;gap:15px;margin-top:20px;flex-wrap:wrap}.phool-product-detail .product-visuals .thumbnails-row .thumb-box{width:80px;height:80px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s ease;background:#fff;padding:4px}.phool-product-detail .product-visuals .thumbnails-row .thumb-box img{width:100%;height:100%;object-fit:cover;border-radius:4px}.phool-product-detail .product-visuals .thumbnails-row .thumb-box:hover{border-color:#5d1a1a66}.phool-product-detail .product-visuals .thumbnails-row .thumb-box.active{border-color:#5d1a1a}.phool-product-detail .product-info-column{flex:0 0 calc(50% - 30px);display:flex;flex-direction:column}.phool-product-detail .product-info-column .product-title-bold{font-size:1.4rem;font-weight:700;letter-spacing:.5px;margin-bottom:12px;line-height:1.2;color:#111}.phool-product-detail .product-info-column .price-qty-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #eee}.phool-product-detail .product-info-column .price-qty-row .price-info{display:flex;flex-direction:column}.phool-product-detail .product-info-column .price-qty-row .price-info .mrp-label{font-size:1.1rem;font-weight:700;color:#111}.phool-product-detail .product-info-column .price-qty-row .qty-picker-box{display:flex;align-items:center;gap:15px}.phool-product-detail .product-info-column .price-qty-row .qty-picker-box .qty-label{font-size:.9rem;color:#444;font-weight:500}.phool-product-detail .product-info-column .price-qty-row .qty-picker-box .qty-controls{display:flex;align-items:center;border:1.5px solid #000;height:40px}.phool-product-detail .product-info-column .price-qty-row .qty-picker-box .qty-controls button{background:none;border:none;width:35px;height:100%;cursor:pointer;display:flex;align-items:center;justify-content:center}.phool-product-detail .product-info-column .price-qty-row .qty-picker-box .qty-controls button:hover{background:#eee}.phool-product-detail .product-info-column .price-qty-row .qty-picker-box .qty-controls .qty-num{width:40px;text-align:center;font-weight:700;border-left:1.5px solid #000;border-right:1.5px solid #000}.phool-product-detail .product-info-column .action-buttons-group{display:grid;grid-template-columns:1fr;margin-bottom:40px}.phool-product-detail .product-info-column .action-buttons-group .btn-add-cart-advanced{background:linear-gradient(135deg,#5d1a1a,#8b2d2d);color:#fff;border:none;height:64px;border-radius:12px;font-weight:800;font-size:1.1rem;letter-spacing:2.5px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:15px;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px #5d1a1a33}.phool-product-detail .product-info-column .action-buttons-group .btn-add-cart-advanced .cart-icon-btn{transition:transform .3s ease}.phool-product-detail .product-info-column .action-buttons-group .btn-add-cart-advanced:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 20px 50px #5d1a1a66}.phool-product-detail .product-info-column .action-buttons-group .btn-add-cart-advanced:hover .cart-icon-btn{transform:translate(5px) rotate(-10deg)}.phool-product-detail .product-info-column .product-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 20px;margin-bottom:40px;padding:25px 0;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}.phool-product-detail .product-info-column .product-features-grid .feature-item{display:flex;align-items:flex-start;gap:15px}.phool-product-detail .product-info-column .product-features-grid .feature-item .feature-icon{flex-shrink:0;width:45px;height:45px;border:1px solid rgba(139,45,45,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#8b2d2d;background:#8b2d2d08;transition:all .3s ease}.phool-product-detail .product-info-column .product-features-grid .feature-item .feature-icon:hover{background:#8b2d2d;color:#fff;transform:scale(1.1)}.phool-product-detail .product-info-column .product-features-grid .feature-item .feature-text{display:flex;flex-direction:column}.phool-product-detail .product-info-column .product-features-grid .feature-item .feature-text span{font-size:.85rem;font-weight:700;color:#1a1a1a;line-height:1.2}.phool-product-detail .product-info-column .product-features-grid .feature-item .feature-text p{font-size:.8rem;color:#666;margin:0;line-height:1.2}.phool-product-detail .product-info-column .product-features-grid .feature-item:nth-child(4){grid-column:span 1}.phool-product-detail .product-info-column .product-description-phool{font-size:.95rem;line-height:1.8;color:#444;margin-top:30px;margin-bottom:50px;background:transparent;border:none;box-shadow:none;text-align:left}.phool-product-detail .product-info-column .product-description-phool p{margin-bottom:20px;opacity:.9}.phool-product-detail .product-info-column .product-description-phool strong{color:#111;font-weight:700}@media(max-width:768px){.phool-product-detail{padding:160px 0 80px}.phool-product-detail .product-breadcrumb{margin-bottom:25px;font-size:.65rem}.phool-product-detail .product-visuals{position:relative;top:0;flex:none;width:100%}.phool-product-detail .product-visuals .thumbnails-row{justify-content:center}.phool-product-detail .product-visuals .thumbnails-row .thumb-box{width:60px;height:60px}.phool-product-detail .product-info-column{flex:none;width:100%;margin-top:30px}.phool-product-detail .product-info-column .product-title-bold{font-size:1.1rem;margin-bottom:10px;text-align:left}.phool-product-detail .product-info-column .price-qty-row{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:25px}.phool-product-detail .product-info-column .price-qty-row .price-info .mrp-label{font-size:1rem}.phool-product-detail .product-info-column .price-qty-row .qty-picker-box{width:100%;justify-content:space-between}.phool-product-detail .product-info-column .btn-add-cart-advanced{height:54px;font-size:.9rem;letter-spacing:1.5px}.phool-product-detail .product-info-column .product-features-grid{grid-template-columns:repeat(2,1fr);gap:20px 10px;padding:20px 0}.phool-product-detail .product-info-column .product-features-grid .feature-item{gap:10px}.phool-product-detail .product-info-column .product-features-grid .feature-item .feature-icon{width:38px;height:38px}.phool-product-detail .product-info-column .product-features-grid .feature-item .feature-icon svg{width:18px;height:18px}.phool-product-detail .product-info-column .product-features-grid .feature-item .feature-text span{font-size:.75rem}.phool-product-detail .product-info-column .product-features-grid .feature-item .feature-text p{font-size:.7rem}.phool-product-detail .product-info-column .product-description-phool{font-size:.85rem;margin-top:20px;margin-bottom:30px;line-height:1.6}}.product-loading{height:80vh;display:flex;align-items:center;justify-content:center}.product-loading .luxury-spinner{width:40px;height:40px;border:3px solid #eee;border-top-color:#d4af37;border-radius:50%;animation:spin 1s linear infinite}.cart-loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;background-color:#fdfcfb}.cart-loading-screen .loading-spinner{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.cart-loading-screen .loading-spinner:after{content:"";position:absolute;width:100%;height:100%;border:2px solid rgba(180,139,85,.1);border-top-color:#b48b55;border-radius:50%;animation:spin 1.5s linear infinite}.cart-loading-screen .pulse-icon{color:#b48b55;animation:pulseGlow 2s infinite ease-in-out}.cart-loading-screen p{font-family:Playfair Display,serif;font-size:1.25rem;color:#5d1a1a;letter-spacing:1px}@keyframes pulseGlow{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.cart-page-premium{padding-top:140px;padding-bottom:100px;background-color:#fdfcfb;min-height:100vh}@media(max-width:768px){.cart-page-premium{padding-top:100px;padding-bottom:60px}}.cart-page-premium .font-heading{font-family:Playfair Display,serif}.cart-page-premium .cart-header-premium{text-align:center;margin-bottom:60px}.cart-page-premium .cart-header-premium .subtitle{display:block;font-size:.8rem;letter-spacing:4px;color:#b48b55;font-weight:700;text-transform:uppercase;margin-bottom:12px}.cart-page-premium .cart-header-premium h1{font-size:3.5rem;color:#5d1a1a;margin-bottom:24px;font-weight:500;letter-spacing:-.02em}@media(max-width:768px){.cart-page-premium .cart-header-premium h1{font-size:2.5rem}}.cart-page-premium .cart-header-premium .cart-stats{display:flex;flex-direction:column;align-items:center;gap:16px}.cart-page-premium .cart-header-premium .cart-stats .item-count{font-size:.85rem;font-weight:600;color:#64748b;letter-spacing:1.5px}.cart-page-premium .cart-header-premium .cart-stats .cart-line{width:60px;height:2px;background:#b48b55}.cart-page-premium .empty-cart-premium{max-width:700px;margin:40px auto;background:#fff;padding:80px 40px;border-radius:32px;text-align:center;box-shadow:0 20px 50px #00000008;border:1px solid rgba(180,139,85,.1)}.cart-page-premium .empty-cart-premium .empty-visual{position:relative;width:140px;height:140px;margin:0 auto 32px}.cart-page-premium .empty-cart-premium .empty-visual .icon-circle{width:100%;height:100%;background:#f9f5ef;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#b48b55}.cart-page-premium .empty-cart-premium .empty-visual .sparkle-pos-1{position:absolute;top:0;right:0;color:#b48b55}.cart-page-premium .empty-cart-premium h2{font-family:Playfair Display,serif;font-size:2.25rem;color:#5d1a1a;margin-bottom:16px}.cart-page-premium .empty-cart-premium p{font-size:1.1rem;color:#64748b;margin-bottom:40px;line-height:1.6}.cart-page-premium .empty-cart-premium .btn-vibrant{display:inline-flex;align-items:center;gap:12px;padding:18px 44px;background:#5d1a1a;color:#fff;border-radius:50px;font-weight:700;letter-spacing:1px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 25px #5d1a1a33}.cart-page-premium .empty-cart-premium .btn-vibrant:hover{background:#b48b55;transform:translateY(-4px);box-shadow:0 15px 30px #b48b554d}.cart-page-premium .cart-layout-luxury{display:grid;grid-template-columns:1fr 400px;gap:48px;align-items:start}@media(max-width:1100px){.cart-page-premium .cart-layout-luxury{grid-template-columns:1fr 350px;gap:32px}}@media(max-width:992px){.cart-page-premium .cart-layout-luxury{grid-template-columns:1fr}}.cart-page-premium .cart-main-content{display:flex;flex-direction:column;gap:24px}.cart-page-premium .cart-main-content .shipping-progress-card{background:#fff;padding:24px 32px;border-radius:20px;border:1px solid rgba(180,139,85,.15);box-shadow:0 4px 20px #00000005}.cart-page-premium .cart-main-content .shipping-progress-card .progress-info{margin-bottom:16px}.cart-page-premium .cart-main-content .shipping-progress-card .progress-info .success-msg{color:#059669;display:flex;align-items:center;gap:10px;font-weight:600;font-size:.95rem}.cart-page-premium .cart-main-content .shipping-progress-card .progress-info .pending-msg{font-size:.9rem;color:#475569}.cart-page-premium .cart-main-content .shipping-progress-card .progress-info .pending-msg strong{color:#5d1a1a;font-weight:700}.cart-page-premium .cart-main-content .shipping-progress-card .progress-track{height:8px;background:#f1f5f9;border-radius:10px;overflow:hidden}.cart-page-premium .cart-main-content .shipping-progress-card .progress-track .progress-fill{height:100%;background:linear-gradient(90deg,#b48b55,#d4a76a);border-radius:10px}.cart-page-premium .cart-main-content .cart-items-list{display:flex;flex-direction:column;gap:16px}.cart-page-premium .cart-item-luxury{display:flex;align-items:center;gap:24px;padding:24px;background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.04);transition:all .3s ease}@media(max-width:640px){.cart-page-premium .cart-item-luxury{padding:16px;gap:16px;flex-wrap:wrap}}.cart-page-premium .cart-item-luxury.selected{border-color:#b48b554d;box-shadow:0 10px 30px #b48b550d}.cart-page-premium .cart-item-luxury:hover{border-color:#b48b5533;transform:translate(4px)}.cart-page-premium .cart-item-luxury .item-checkbox{width:24px;height:24px;position:relative}.cart-page-premium .cart-item-luxury .item-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.cart-page-premium .cart-item-luxury .item-checkbox label{position:absolute;top:0;left:0;height:24px;width:24px;border:2px solid #cbd5e1;border-radius:6px;cursor:pointer;transition:all .2s}.cart-page-premium .cart-item-luxury .item-checkbox label:after{content:"";position:absolute;display:none;left:7px;top:3px;width:6px;height:11px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.cart-page-premium .cart-item-luxury .item-checkbox input:checked~label{background-color:#b48b55;border-color:#b48b55}.cart-page-premium .cart-item-luxury .item-checkbox input:checked~label:after{display:block}.cart-page-premium .cart-item-luxury .item-image{width:120px;height:120px;border-radius:16px;overflow:hidden;background:#fcfcfb;flex-shrink:0}@media(max-width:640px){.cart-page-premium .cart-item-luxury .item-image{width:80px;height:80px}}.cart-page-premium .cart-item-luxury .item-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.cart-page-premium .cart-item-luxury .item-image:hover img{transform:scale(1.1)}.cart-page-premium .cart-item-luxury .item-details{flex:1;display:flex;flex-direction:column;gap:12px}@media(max-width:640px){.cart-page-premium .cart-item-luxury .item-details{width:calc(100% - 130px)}}.cart-page-premium .cart-item-luxury .item-details .details-top{display:flex;justify-content:space-between;align-items:flex-start}.cart-page-premium .cart-item-luxury .item-details .details-top h3{font-size:1.4rem;color:#5d1a1a;font-weight:500;margin:0}.cart-page-premium .cart-item-luxury .item-details .details-top .remove-btn{color:#94a3b8;background:none;border:none;cursor:pointer;padding:6px;border-radius:50%;transition:all .2s}.cart-page-premium .cart-item-luxury .item-details .details-top .remove-btn:hover{color:#ef4444;background:#fee2e2}.cart-page-premium .cart-item-luxury .item-details .details-middle .price-display{display:flex;align-items:center;gap:12px}.cart-page-premium .cart-item-luxury .item-details .details-middle .price-display .current{font-size:1.1rem;font-weight:700;color:#b48b55}.cart-page-premium .cart-item-luxury .item-details .details-middle .price-display .original{font-size:.9rem;color:#94a3b8;text-decoration:line-through}.cart-page-premium .cart-item-luxury .item-details .details-bottom{display:flex;justify-content:space-between;align-items:center}@media(max-width:480px){.cart-page-premium .cart-item-luxury .item-details .details-bottom{flex-direction:column;align-items:flex-start;gap:16px}}.cart-page-premium .cart-item-luxury .item-details .details-bottom .quantity-selector{display:flex;align-items:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:30px;padding:4px}.cart-page-premium .cart-item-luxury .item-details .details-bottom .quantity-selector button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #f1f5f9;color:#5d1a1a;border-radius:50%;cursor:pointer;transition:all .2s}.cart-page-premium .cart-item-luxury .item-details .details-bottom .quantity-selector button:hover:not(:disabled){background:#5d1a1a;color:#fff}.cart-page-premium .cart-item-luxury .item-details .details-bottom .quantity-selector button:disabled{opacity:.5;cursor:not-allowed}.cart-page-premium .cart-item-luxury .item-details .details-bottom .quantity-selector .qty-num{min-width:40px;text-align:center;font-weight:700;font-size:.95rem}.cart-page-premium .cart-item-luxury .item-details .details-bottom .item-subtotal{display:flex;align-items:center;gap:8px}.cart-page-premium .cart-item-luxury .item-details .details-bottom .item-subtotal .label{font-size:.85rem;color:#64748b}.cart-page-premium .cart-item-luxury .item-details .details-bottom .item-subtotal .value{font-size:1.1rem;font-weight:700;color:#5d1a1a}.cart-page-premium .cart-sidebar-summary{position:sticky;top:120px}.cart-page-premium .cart-sidebar-summary .summary-card{background:#fff;border-radius:24px;padding:32px;border:1px solid rgba(180,139,85,.15);box-shadow:0 20px 40px #00000008}.cart-page-premium .cart-sidebar-summary .summary-card h3{font-size:1.75rem;color:#5d1a1a;margin-bottom:24px;border-bottom:1px solid #f1f5f9;padding-bottom:16px}.cart-page-premium .cart-sidebar-summary .summary-card .summary-rows{display:flex;flex-direction:column;gap:16px}.cart-page-premium .cart-sidebar-summary .summary-card .summary-rows .summary-row{display:flex;justify-content:space-between;font-size:1rem;color:#475569}.cart-page-premium .cart-sidebar-summary .summary-card .summary-rows .summary-row .free-tag{color:#059669;font-weight:600}.cart-page-premium .cart-sidebar-summary .summary-card .summary-rows .summary-divider{height:1px;background:#f1f5f9;margin:8px 0}.cart-page-premium .cart-sidebar-summary .summary-card .summary-rows .summary-total{display:flex;justify-content:space-between;align-items:center}.cart-page-premium .cart-sidebar-summary .summary-card .summary-rows .summary-total span:first-child{font-size:1.1rem;font-weight:600;color:#5d1a1a}.cart-page-premium .cart-sidebar-summary .summary-card .summary-rows .summary-total .total-value{font-size:1.85rem;font-weight:800;color:#b48b55;letter-spacing:-.02em}.cart-page-premium .cart-sidebar-summary .summary-card .btn-checkout{width:100%;margin-top:32px;padding:18px;background:#5d1a1a;color:#fff;border:none;border-radius:16px;font-size:.85rem;font-weight:700;letter-spacing:1.5px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #5d1a1a33}.cart-page-premium .cart-sidebar-summary .summary-card .btn-checkout:hover{background:#491414;transform:translateY(-2px);box-shadow:0 15px 30px #5d1a1a4d}.cart-page-premium .cart-sidebar-summary .summary-card .btn-checkout svg{transition:transform .3s}.cart-page-premium .cart-sidebar-summary .summary-card .btn-checkout:hover svg{transform:translate(5px)}.cart-page-premium .cart-sidebar-summary .summary-card .trust-badges{margin-top:32px;display:flex;flex-direction:column;gap:12px;padding-top:24px;border-top:1px solid #f1f5f9}.cart-page-premium .cart-sidebar-summary .summary-card .trust-badges .badge{display:flex;align-items:center;gap:12px;color:#64748b;font-size:.85rem;font-weight:500}.cart-page-premium .cart-sidebar-summary .summary-card .trust-badges .badge svg{color:#b48b55}.cart-page-premium .cart-sidebar-summary .continue-shopping{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:24px;color:#64748b;font-weight:600;font-size:.95rem;transition:color .3s}.cart-page-premium .cart-sidebar-summary .continue-shopping:hover{color:#5d1a1a}.cart-page-premium .cart-sidebar-summary .continue-shopping .rotate-180{transform:rotate(180deg)}.address-form-container{background:#fbfbfb;padding:40px;border-radius:20px;border:1px solid rgba(93,26,26,.05);box-shadow:inset 0 2px 10px #00000005}.address-form-container h3{font-size:1.3rem;font-weight:800;color:#5d1a1a;margin-bottom:30px;letter-spacing:-.5px}.address-form-container form{display:flex;flex-direction:column;gap:20px}.address-form-container form .form-group{display:flex;flex-direction:column;gap:10px}.address-form-container form .form-group label{font-size:.75rem;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:1px}.address-form-container form .form-group input{width:100%;padding:16px 20px;border:1.5px solid #eee;border-radius:12px;font-size:.95rem;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1)}.address-form-container form .form-group input:focus{outline:none;border-color:#b48b55;box-shadow:0 5px 15px #b48b551a;transform:translateY(-2px)}.address-form-container form .form-group.checkbox-group{margin-top:10px}.address-form-container form .form-group.checkbox-group .default-check{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:.85rem;font-weight:600;color:#5d1a1a}.address-form-container form .form-group.checkbox-group .default-check input[type=checkbox]{width:18px;height:18px;accent-color:#5d1a1a;cursor:pointer}.address-form-container form .row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:576px){.address-form-container form .row{grid-template-columns:1fr}}.address-form-container form .form-actions{display:flex;gap:15px;margin-top:30px}.address-form-container form .form-actions button{flex:1;height:55px;border-radius:12px;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:10px}.address-form-container form .form-actions button.btn-save{background:#5d1a1a;color:#fff;border:none;box-shadow:0 10px 20px #5d1a1a26}.address-form-container form .form-actions button.btn-save:hover{background:#712020;transform:translateY(-3px);box-shadow:0 15px 25px #5d1a1a40}.address-form-container form .form-actions button.btn-cancel{background:#fff;color:#64748b;border:1.5px solid #eee}.address-form-container form .form-actions button.btn-cancel:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.checkout-page{padding-top:140px;background:radial-gradient(circle at top right,rgba(180,139,85,.05),transparent),radial-gradient(circle at bottom left,rgba(93,26,26,.03),transparent);min-height:100vh;overflow-x:hidden}.checkout-page .checkout-header{text-align:center;margin-top:60px}.checkout-page .checkout-header h1{font-size:3.5rem;margin-bottom:15px;font-weight:800;background:linear-gradient(to bottom,#5d1a1a,#ad3030);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-1px}@media(max-width:768px){.checkout-page .checkout-header h1{font-size:2.2rem}}.checkout-page .checkout-header .breadcrumb{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:#666;display:flex;align-items:center;justify-content:center;gap:12px}.checkout-page .checkout-header .breadcrumb a{color:inherit;text-decoration:none;transition:color .3s}.checkout-page .checkout-header .breadcrumb a:hover{color:#5d1a1a}.checkout-page .checkout-header .breadcrumb .active{color:#b48b55;font-weight:800}.checkout-page .checkout-header .breadcrumb svg{opacity:.5}.checkout-page .checkout-layout{display:grid;grid-template-columns:1fr 450px;gap:60px;max-width:1400px;margin:0 auto;align-items:start}@media(max-width:1100px){.checkout-page .checkout-layout{grid-template-columns:1fr;gap:40px}}.checkout-page .checkout-form-section{background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 40px #00000008;border:1px solid rgba(93,26,26,.05)}@media(max-width:768px){.checkout-page .checkout-form-section{padding:25px}}.checkout-page .checkout-form-section h3{font-size:1.4rem;font-weight:700;color:#5d1a1a;margin-bottom:30px;display:flex;align-items:center;gap:12px}.checkout-page .checkout-form-section h3 svg{color:#b48b55}.checkout-page .checkout-form-section .address-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:25px}@media(max-width:576px){.checkout-page .checkout-form-section .address-form .form-row{grid-template-columns:1fr;gap:0}}.checkout-page .checkout-form-section .address-form .form-group{margin-bottom:25px;position:relative}.checkout-page .checkout-form-section .address-form .form-group label{display:block;font-size:.8rem;font-weight:700;margin-bottom:10px;color:#5d1a1a;text-transform:uppercase;letter-spacing:.5px}.checkout-page .checkout-form-section .address-form .form-group input{width:100%;padding:16px 20px;border:1px solid rgba(93,26,26,.15);border-radius:12px;font-family:inherit;font-size:1rem;background:#fbfbfb;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box}.checkout-page .checkout-form-section .address-form .form-group input:focus{border-color:#b48b55;background:#fff;outline:none;box-shadow:0 5px 15px #b48b551a;transform:translateY(-2px)}.checkout-page .checkout-form-section .address-form .form-group input::placeholder{color:#ccc}.checkout-page .checkout-form-section .address-form .form-group input[readonly]{background:#f0f0f0;cursor:not-allowed}.checkout-page .checkout-form-section .delivery-method{display:flex;align-items:center;gap:15px;padding:20px;background:linear-gradient(to right,rgba(180,139,85,.05),transparent);border:1px dashed rgba(180,139,85,.3);border-radius:15px;margin:30px 0}.checkout-page .checkout-form-section .delivery-method input[type=radio]{accent-color:#b48b55;width:20px;height:20px}.checkout-page .checkout-form-section .delivery-method label{font-size:.95rem;color:#5d1a1a;font-weight:500;line-height:1.4}.checkout-page .checkout-form-section .checkout-btn-submit{width:100%;height:70px;font-size:1.1rem;font-weight:800;border-radius:15px;background:#5d1a1a;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:15px;transition:all .4s;box-shadow:0 10px 20px #5d1a1a33}.checkout-page .checkout-form-section .checkout-btn-submit:hover:not(:disabled){background:#712020;transform:translateY(-3px) scale(1.01);box-shadow:0 15px 30px #5d1a1a4d}.checkout-page .checkout-form-section .checkout-btn-submit:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.checkout-page .checkout-form-section .checkout-otp-section{text-align:center;padding:40px 20px;background:#5d1a1a05;border:1px dashed rgba(93,26,26,.1);border-radius:15px}.checkout-page .checkout-form-section .checkout-otp-section .checkout-notice{font-size:1.1rem;color:#5d1a1a;margin-bottom:25px;font-weight:500}.checkout-page .checkout-form-section .checkout-otp-section .btn-checkout-login{display:inline-flex;align-items:center;gap:12px;background:#5d1a1a;color:#fff;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:700;font-size:.9rem;letter-spacing:1px;transition:all .3s;box-shadow:0 10px 20px #5d1a1a33}.checkout-page .checkout-form-section .checkout-otp-section .btn-checkout-login:hover{background:#b48b55;transform:translateY(-3px);box-shadow:0 15px 25px #b48b5533}.checkout-page .checkout-form-section .checkout-otp-section .divider-text{margin:20px 0;font-size:.75rem;font-weight:800;color:#ccc;position:relative}.checkout-page .checkout-form-section .checkout-otp-section .divider-text:before,.checkout-page .checkout-form-section .checkout-otp-section .divider-text:after{content:"";position:absolute;top:50%;width:30%;height:1px;background:#eee}.checkout-page .checkout-form-section .checkout-otp-section .divider-text:before{left:0}.checkout-page .checkout-form-section .checkout-otp-section .divider-text:after{right:0}.checkout-page .checkout-form-section .checkout-otp-section .guest-info{font-size:.85rem;color:#666;font-style:italic}.checkout-page .checkout-summary .summary-card{background:#fff;border-radius:24px;padding:40px;box-shadow:0 20px 50px #0000000f;border:1px solid rgba(93,26,26,.03);position:sticky;top:140px;z-index:10}@media(max-width:1100px){.checkout-page .checkout-summary .summary-card{position:static;margin-top:20px}}@media(max-width:768px){.checkout-page .checkout-summary .summary-card{padding:25px}}.checkout-page .checkout-summary .summary-card h3{font-size:1.5rem;font-weight:800;color:#5d1a1a;margin-bottom:30px;padding-bottom:20px;border-bottom:1.5px solid #f0f0f0}.checkout-page .checkout-summary .summary-card .checkout-items{max-height:450px;overflow-y:auto;margin-bottom:30px;padding-right:10px}.checkout-page .checkout-summary .summary-card .checkout-items::-webkit-scrollbar{width:4px}.checkout-page .checkout-summary .summary-card .checkout-items::-webkit-scrollbar-track{background:#f0f0f0}.checkout-page .checkout-summary .summary-card .checkout-items::-webkit-scrollbar-thumb{background:#b48b55;border-radius:10px}.checkout-page .checkout-summary .summary-card .checkout-items .checkout-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #f5f5f5;gap:15px}.checkout-page .checkout-summary .summary-card .checkout-items .checkout-item .item-info{display:flex;align-items:center;gap:15px;flex:1;min-width:0}.checkout-page .checkout-summary .summary-card .checkout-items .checkout-item .item-info img{width:70px;height:70px;object-fit:cover;border-radius:12px;box-shadow:0 5px 15px #0000000d}.checkout-page .checkout-summary .summary-card .checkout-items .checkout-item .item-info .text-content{min-width:0}.checkout-page .checkout-summary .summary-card .checkout-items .checkout-item .item-info .text-content h4{font-size:1rem;font-weight:700;color:#5d1a1a;margin-bottom:4px;white-space:normal;overflow-wrap:break-word}.checkout-page .checkout-summary .summary-card .checkout-items .checkout-item .item-info .text-content p{font-size:.85rem;color:#666;font-weight:500}.checkout-page .checkout-summary .summary-card .checkout-items .checkout-item .price{font-weight:800;color:#5d1a1a;font-size:1rem;white-space:nowrap}.checkout-page .checkout-summary .summary-card .summary-details{background:#fbfbfb;padding:25px;border-radius:18px}.checkout-page .checkout-summary .summary-card .summary-details .summary-row{display:flex;justify-content:space-between;margin-bottom:15px;font-size:.95rem;color:#666;font-weight:500}.checkout-page .checkout-summary .summary-card .summary-details .summary-row.total{margin-top:20px;padding-top:20px;border-top:2px dashed rgba(93,26,26,.1);font-size:1.4rem;font-weight:800;color:#5d1a1a;margin-bottom:0}.checkout-page .checkout-summary .summary-card .trust-badges{display:flex;justify-content:center;gap:30px;margin-top:30px;padding-top:25px;border-top:1px solid #f0f0f0}.checkout-page .checkout-summary .summary-card .trust-badges .badge-item{display:flex;flex-direction:column;align-items:center;gap:8px;color:#666;font-size:.7rem;font-weight:700;text-align:center;text-transform:uppercase;letter-spacing:.5px}.checkout-page .checkout-summary .summary-card .trust-badges .badge-item svg{color:#b48b55;width:24px;height:24px}.checkout-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:60px;max-width:600px;margin-left:auto;margin-right:auto}.checkout-steps .step-item{display:flex;flex-direction:column;align-items:center;gap:12px;z-index:2;flex:0 0 100px}.checkout-steps .step-item .step-icon-wrapper{width:50px;height:50px;border-radius:50%;background:#fff;border:2px solid #eee;color:#ccc;display:flex;align-items:center;justify-content:center;transition:all .5s cubic-bezier(.34,1.56,.64,1);box-shadow:0 5px 15px #00000005}.checkout-steps .step-item .step-icon-wrapper svg{width:22px;height:22px}.checkout-steps .step-item span{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#bbb;transition:all .3s}.checkout-steps .step-item.active .step-icon-wrapper{border-color:#b48b55;color:#b48b55;background:#b48b550d;transform:scale(1.1);box-shadow:0 8px 25px #b48b5533}.checkout-steps .step-item.active span{color:#b48b55}.checkout-steps .step-item.done .step-icon-wrapper{background:#5d1a1a;border-color:#5d1a1a;color:#fff;box-shadow:0 8px 25px #5d1a1a33}.checkout-steps .step-item.done span{color:#5d1a1a}.checkout-steps .step-line{flex:1;height:4px;background:#f0f0f0;margin-bottom:30px;position:relative;overflow:hidden}.checkout-steps .step-line:after{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:#5d1a1a;transition:width .8s cubic-bezier(.34,1.56,.64,1)}.checkout-steps .step-line.filled:after{width:100%}.processing-step{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;padding:80px 20px;text-align:center;min-height:400px}.processing-step .loader-container{position:relative;width:120px;height:120px}.processing-step .loader-container .spinner-main{position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #f0f0f0;border-top-color:#b48b55;border-radius:50%;animation:spin 1s linear infinite}.processing-step .loader-container .spinner-inner{position:absolute;top:15px;right:15px;bottom:15px;left:15px;border:4px solid transparent;border-bottom-color:#5d1a1a;border-radius:50%;animation:spin 1.5s ease-in-out infinite reverse}.processing-step .loader-container .lock-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#5d1a1a;animation:pulse 2s ease-in-out infinite}.processing-step h3{font-size:1.8rem;font-weight:800;color:#5d1a1a}.processing-step p{font-size:1.1rem;color:#666;max-width:400px;line-height:1.6}.checkout-address-selection{margin-bottom:40px}.checkout-address-selection h3{margin-top:40px;border-top:1px solid #f0f0f0;padding-top:40px;margin-bottom:25px}.checkout-address-selection .address-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:25px}.checkout-address-selection .address-grid .address-card{padding:25px;background:#fbfbfb;border-radius:16px;border:2px solid transparent;transition:all .3s;cursor:pointer;position:relative;display:flex;flex-direction:column;height:100%}.checkout-address-selection .address-grid .address-card:hover{border-color:#b48b554d;background:#fff;box-shadow:0 10px 20px #0000000d}.checkout-address-selection .address-grid .address-card.selected{border-color:#b48b55;background:#b48b5505;box-shadow:0 15px 30px #b48b551a}.checkout-address-selection .address-grid .address-card.selected .selection-indicator .selected-dot{color:#b48b55}.checkout-address-selection .address-grid .address-card .address-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.checkout-address-selection .address-grid .address-card .address-header strong{font-size:.95rem;color:#5d1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkout-address-selection .address-grid .address-card .address-header .pin-icon{color:#b48b55;flex-shrink:0}.checkout-address-selection .address-grid .address-card p{font-size:.85rem;color:#666;margin:0;line-height:1.5;flex:1}.checkout-address-selection .address-grid .address-card .default-badge{position:absolute;top:-10px;right:15px;background:#5d1a1a;color:#fff;font-size:.6rem;font-weight:700;padding:4px 10px;border-radius:8px;text-transform:uppercase;box-shadow:0 4px 10px #0000001a}.checkout-address-selection .address-grid .address-card .address-actions{margin-top:20px;display:flex;justify-content:flex-end}.checkout-address-selection .address-grid .address-card .address-actions .selection-indicator .unselected-dot{width:20px;height:20px;border:2px solid #ddd;border-radius:50%}.checkout-address-selection .selected-address-preview .preview-container{position:relative;max-width:450px;margin-bottom:30px}.checkout-address-selection .selected-address-preview .preview-container .address-card{width:100%;border:1px solid rgba(180,139,85,.2);background:linear-gradient(to bottom right,#fff,#fffdfa);box-shadow:0 10px 30px #5d1a1a0d}.checkout-address-selection .selected-address-preview .preview-container .preview-overlay{margin-top:15px;display:flex;gap:15px}.checkout-address-selection .btn-change-inline{background:#b48b550d;border:1px solid rgba(180,139,85,.15);color:#b48b55;padding:10px 20px;border-radius:12px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:8px}.checkout-address-selection .btn-change-inline:hover{background:#b48b55;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #b48b5533}.checkout-address-selection .address-grid-container{animation:slideInUp .4s ease-out}.checkout-address-selection .address-grid-container .address-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:20px}.checkout-address-selection .address-grid-container .back-link{display:inline-flex;align-items:center;gap:5px;margin-top:20px;color:#64748b;font-size:.9rem;cursor:pointer;transition:color .2s}.checkout-address-selection .address-grid-container .back-link:hover{color:#b48b55}.checkout-address-selection .add-new-address-card{border:2px dashed #e2e8f0;background:#b48b5503;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:30px;border-radius:16px;color:#94a3b8;font-weight:700;font-size:.85rem;text-transform:uppercase;cursor:pointer;transition:all .3s;min-height:200px}.checkout-address-selection .add-new-address-card:hover,.checkout-address-selection .add-new-address-card.active{border-color:#b48b55;color:#b48b55;background:#b48b5508;transform:translateY(-5px);box-shadow:0 10px 20px #b48b550d}.checkout-address-selection .add-new-address-card svg{width:32px;height:32px;color:#b48b55;opacity:.8}.checkout-address-selection .new-user-address{margin-top:30px;animation:fadeIn .5s ease-out}.checkout-address-selection .new-user-address h3{margin-bottom:25px}.checkout-address-selection .btn-guest-checkout{transition:all .3s}.checkout-address-selection .btn-guest-checkout:hover{color:#5d1a1a!important;text-decoration:underline}.checkout-address-selection .selected-address-summary{margin-top:40px;animation:slideInUp .4s ease-out}@keyframes slideInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#1a2e1f;background-image:linear-gradient(#1a2e1fcc,#1a2e1fcc),url(/auth-bg.png);background-size:cover;background-position:center;background-attachment:fixed;padding:40px 20px;position:relative;overflow:hidden}.auth-page:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(180,139,85,.15) 0%,transparent 70%);top:-200px;right:-200px;pointer-events:none;z-index:1}.auth-page:after{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(139,58,58,.15) 0%,transparent 70%);bottom:-150px;left:-150px;pointer-events:none;z-index:1}.auth-container{width:100%;max-width:500px;position:relative;z-index:10}.auth-card{background:#fdfaf5d9;-webkit-backdrop-filter:blur(25px) saturate(160%);backdrop-filter:blur(25px) saturate(160%);border:1px solid rgba(255,255,255,.3);padding:50px 40px;border-radius:35px;box-shadow:0 40px 100px #00000040;color:#212121;transition:transform .5s all .4s cubic-bezier(.4,0,.2,1)}.auth-card:hover{transform:translateY(-5px)}.auth-card .auth-header{text-align:center;margin-bottom:40px}.auth-card .auth-header .logo-container{width:100%;margin:0 auto 25px;display:flex;align-items:center;justify-content:center}.auth-card .auth-header .logo-container .auth-logo{height:60px;width:auto;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.auth-card .auth-header h2{font-size:2.2rem;font-weight:800;letter-spacing:-1.5px;margin-bottom:10px;color:#5d1a1a;font-family:Playfair Display,serif}.auth-card .auth-header p{color:#666;font-size:.95rem;font-weight:400;line-height:1.5}.auth-card .auth-form .form-group{margin-bottom:22px;position:relative}.auth-card .auth-form .form-group label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#8b3a3a;margin-bottom:8px;padding-left:5px}.auth-card .auth-form .form-group .input-wrapper{position:relative;display:flex;align-items:center}.auth-card .auth-form .form-group .input-wrapper .prefix{position:absolute;left:18px;font-weight:700;color:#8b3a3a;font-size:.95rem;pointer-events:none}.auth-card .auth-form .form-group .input-wrapper input{width:100%;padding:16px 20px;background:#fff;border:1px solid rgba(93,26,26,.1);border-radius:16px;color:#212121;font-size:.95rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px #00000005}.auth-card .auth-form .form-group .input-wrapper input::placeholder{color:#cbd5e1}.auth-card .auth-form .form-group .input-wrapper input:focus{border-color:#b48b55;outline:none;box-shadow:0 0 0 4px #b48b551a}.auth-card .auth-form .form-group .input-wrapper .input-icon{position:absolute;left:18px;color:#94a3b8;transition:all .4s cubic-bezier(.4,0,.2,1);pointer-events:none}.auth-card .auth-form .form-group .input-wrapper .prefix~input,.auth-card .auth-form .form-group .input-wrapper .input-icon~input{padding-left:50px}.auth-card .auth-form .form-group .input-wrapper .input-icon-right{position:absolute;right:18px;color:#94a3b8}.auth-card .auth-form .form-group .input-wrapper .toggle-password{position:absolute;right:15px;color:#94a3b8;cursor:pointer;transition:.3s ease;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;border:none;background:transparent;z-index:10}.auth-card .auth-form .form-group .input-wrapper .toggle-password:hover{color:#b48b55;background:#b48b551a}.auth-card .auth-form .form-group .input-wrapper input:focus+.input-icon{color:#b48b55}.auth-card .auth-form .resend-container{display:flex;justify-content:space-between;align-items:center;margin-top:-10px;margin-bottom:20px;padding:0 5px}.auth-card .auth-form .resend-container p{font-size:.85rem;color:#666}.auth-card .auth-form .resend-container p span{color:#b48b55;font-weight:700}.auth-card .auth-form .resend-container .resend-btn,.auth-card .auth-form .resend-container .change-mobile-btn{background:none;border:none;color:#8b3a3a;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:5px}.auth-card .auth-form .resend-container .resend-btn:hover,.auth-card .auth-form .resend-container .change-mobile-btn:hover{color:#b48b55}.auth-card .auth-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.auth-card .auth-form .form-grid .form-group:nth-child(n+3){grid-column:span 2}@media(max-width:480px){.auth-card .auth-form .form-grid{grid-template-columns:1fr}.auth-card .auth-form .form-grid .form-group{grid-column:span 1!important}}.auth-card .auth-form .forgot-password-link{text-align:center;margin-top:5px;margin-bottom:25px}.auth-card .auth-form .forgot-password-link a{font-size:.75rem;color:#8b3a3a;font-weight:600;text-transform:uppercase;letter-spacing:.8px;opacity:.7;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;padding:4px 0}.auth-card .auth-form .forgot-password-link a:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background:#b48b55;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translate(-50%)}.auth-card .auth-form .forgot-password-link a:hover{opacity:1;color:#b48b55}.auth-card .auth-form .forgot-password-link a:hover:after{width:40px}.auth-card .auth-form .auth-btn{width:100%;padding:18px;background:#5d1a1a;color:#fff;border-radius:16px;font-weight:700;font-size:.95rem;letter-spacing:1.5px;margin-top:15px;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;gap:10px}.auth-card .auth-form .auth-btn:hover{background:#541717;transform:translateY(-2px);box-shadow:0 10px 25px #5d1a1a40}.auth-card .auth-form .auth-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-card .auth-form .auth-divider{display:flex;align-items:center;margin:25px 0;color:#94a3b8;font-size:.75rem;font-weight:700;letter-spacing:2px}.auth-card .auth-form .auth-divider:before,.auth-card .auth-form .auth-divider:after{content:"";flex:1;height:1px;background:#0000000d}.auth-card .auth-form .auth-divider span{padding:0 15px}.auth-card .auth-form .btn-magic{background:transparent;border:1.5px solid rgba(93,26,26,.2);color:#5d1a1a;margin-top:0}.auth-card .auth-form .btn-magic:hover{background:#5d1a1a08;border-color:#5d1a1a;color:#5d1a1a;transform:translateY(-2px);box-shadow:0 8px 20px #5d1a1a1a}.auth-card .auth-footer{margin-top:35px;text-align:center;color:#666;font-size:.9rem}.auth-card .auth-footer a{color:#5d1a1a;font-weight:700;text-decoration:none;position:relative}.auth-card .auth-footer a:after{content:"";position:absolute;width:100%;height:1px;bottom:-2px;left:0;background:#5d1a1a;transform:scaleX(0);transition:transform .3s ease}.auth-card .auth-footer a:hover:after{transform:scaleX(1)}.auth-card .auth-footer .back-to-login{display:flex;align-items:center;justify-content:center;gap:8px;color:#666!important;font-weight:500!important;font-size:.85rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.auth-card .auth-footer .back-to-login:hover{color:#5d1a1a!important}.auth-card .auth-footer .toggle-admin{display:block;margin:20px auto 0;padding:8px 15px;background:#5d1a1a0d;border:1px solid rgba(93,26,26,.1);border-radius:30px;color:#5d1a1a;font-size:.75rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;width:fit-content;transition:all .4s cubic-bezier(.4,0,.2,1)}.auth-card .auth-footer .toggle-admin:hover{background:#5d1a1a1a;transform:scale(1.05)}.admin-auth .auth-header .admin-badge{background:linear-gradient(135deg,#5d1a1a,#8b3a3a);color:#fff;width:64px;height:64px;margin:0 auto 20px;border-radius:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #5d1a1a33}.password-strength-meter{margin-top:10px}.password-strength-meter .strength-bar{height:6px;border-radius:3px;background:#e2e8f0;overflow:hidden;display:flex;gap:3px}.password-strength-meter .strength-bar div{flex:1;transition:background-color .3s ease;background:transparent}.password-strength-meter .strength-bar div.active.weak{background:#ef4444}.password-strength-meter .strength-bar div.active.fair{background:#f59e0b}.password-strength-meter .strength-bar div.active.good{background:#3b82f6}.password-strength-meter .strength-bar div.active.strong{background:#10b981}.password-strength-meter .strength-text{font-size:.75rem;font-weight:600;color:#64748b;margin-top:6px;text-align:right;text-transform:uppercase;letter-spacing:.5px}.user-dashboard{padding-top:180px;padding-bottom:100px;background-color:#f8fafc;background-image:radial-gradient(at 0% 0%,rgba(93,26,26,.08) 0px,transparent 50%),radial-gradient(at 100% 0%,rgba(180,139,85,.08) 0px,transparent 50%),radial-gradient(at 50% 100%,rgba(93,26,26,.05) 0px,transparent 50%);min-height:100vh;font-family:Outfit,Inter,sans-serif;position:relative;overflow:hidden}.user-dashboard:before,.user-dashboard:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(120px);z-index:0;pointer-events:none;opacity:.4}.user-dashboard:before{top:-100px;left:-200px;background:#5d1a1a26}.user-dashboard:after{bottom:-100px;right:-200px;background:#b48b5526}.user-dashboard .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px;padding:70px;background:linear-gradient(135deg,#0f172a,#1e293b,#334155);border-radius:50px;box-shadow:0 40px 80px -15px #0000004d,inset 0 0 0 1px #ffffff1a;position:relative;overflow:hidden;color:#fff;z-index:1}.user-dashboard .dashboard-header:before{content:"";position:absolute;top:-20%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(93,26,26,.3) 0%,transparent 70%);z-index:0;animation:float 10s ease-in-out infinite}.user-dashboard .dashboard-header:after{content:"";position:absolute;bottom:-20%;left:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(180,139,85,.2) 0%,transparent 70%);z-index:0;animation:float 8s ease-in-out infinite reverse}.user-dashboard .dashboard-header .user-info{display:flex;align-items:center;gap:35px;z-index:1}.user-dashboard .dashboard-header .user-info .avatar-wrapper{position:relative}.user-dashboard .dashboard-header .user-info .avatar-wrapper .avatar{width:110px;height:110px;background:linear-gradient(135deg,#5d1a1a,#b48b55);color:#fff;border-radius:35px;display:flex;align-items:center;justify-content:center;font-size:3.5rem;font-weight:700;box-shadow:0 20px 40px #5d1a1a4d;border:1px solid rgba(255,255,255,.2);position:relative;z-index:2}.user-dashboard .dashboard-header .user-info .avatar-wrapper .avatar-ring{position:absolute;top:-12px;left:-12px;right:-12px;bottom:-12px;border:1.5px solid rgba(255,255,255,.1);border-radius:40px;animation:pulse 3s ease-in-out infinite}.user-dashboard .dashboard-header .user-info .user-text .welcome-tag{display:inline-block;background:#ffffff14;padding:6px 16px;border-radius:30px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:15px;border:1px solid rgba(255,255,255,.1);color:#fffc}.user-dashboard .dashboard-header .user-info .user-text h1{font-size:3rem;font-weight:800;margin:0;line-height:1.1;letter-spacing:-1.5px;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 10px 20px rgba(0,0,0,.1))}.user-dashboard .dashboard-header .user-info .user-text p{color:#94a3b8;font-size:1.05rem;margin-top:12px;font-weight:500;letter-spacing:.3px}.user-dashboard .dashboard-header .user-info .user-text .user-meta-header{display:flex;align-items:center;gap:20px;margin-top:15px}.user-dashboard .dashboard-header .user-info .user-text .user-meta-header p{display:flex;align-items:center;gap:8px;margin:0!important;color:#ffffffb3!important;font-size:.9rem!important}.user-dashboard .dashboard-header .user-info .user-text .user-meta-header p svg{opacity:.6}.user-dashboard .dashboard-header .user-info .user-text .user-meta-header .dot{width:4px;height:4px;background:#ffffff4d;border-radius:50%}.user-dashboard .dashboard-header .btn-logout{z-index:1;display:flex;align-items:center;gap:12px;color:#fff;font-weight:800;font-size:.8rem;padding:12px 24px;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:#ffffff0d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transition:all .4s cubic-bezier(.165,.84,.44,1);text-transform:uppercase;letter-spacing:1px}.user-dashboard .dashboard-header .btn-logout:hover{background:#ef444433;color:#fca5a5;border-color:#ef444466;transform:translateY(-4px);box-shadow:0 15px 30px #0003}.user-dashboard .stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px;margin-top:-30px;position:relative;z-index:2}.user-dashboard .stats-row .stat-card{background:#fff;padding:30px;border-radius:35px;display:flex;align-items:center;gap:25px;box-shadow:0 20px 40px #0000000d;border:1px solid rgba(0,0,0,.02);transition:all .4s cubic-bezier(.165,.84,.44,1)}.user-dashboard .stats-row .stat-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #0000001a;border-color:#0f172a}.user-dashboard .stats-row .stat-card .stat-icon{width:65px;height:65px;background:#f8fafc;color:#0f172a;border-radius:20px;display:flex;align-items:center;justify-content:center;transition:all .4s}.user-dashboard .stats-row .stat-card:hover .stat-icon{background:#0f172a;color:#fff}.user-dashboard .stats-row .stat-card .stat-content{text-align:left}.user-dashboard .stats-row .stat-card .stat-content label{font-size:.7rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:5px}.user-dashboard .stats-row .stat-card .stat-content p{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0}.user-dashboard .dashboard-layout{display:grid;grid-template-columns:320px 1fr;gap:50px;align-items:start}.user-dashboard .dashboard-sidebar{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:40px 25px;border-radius:35px;box-shadow:0 20px 50px #00000008;border:1px solid rgba(255,255,255,.6);display:flex;flex-direction:column;gap:15px;position:sticky;top:130px}.user-dashboard .dashboard-sidebar button{padding:18px 25px;display:flex;align-items:center;gap:18px;font-weight:800;font-size:.85rem;color:#64748b;border-radius:20px;transition:all .4s cubic-bezier(.165,.84,.44,1);background:transparent;border:1px solid transparent;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}.user-dashboard .dashboard-sidebar button svg{width:20px;height:20px;transition:all .4s;opacity:.7}.user-dashboard .dashboard-sidebar button:hover{background:#fff;color:#5d1a1a;transform:translate(10px);border-color:#00000008;box-shadow:0 10px 20px #00000005}.user-dashboard .dashboard-sidebar button:hover svg{opacity:1;color:#5d1a1a}.user-dashboard .dashboard-sidebar button.active{background:#0f172a;color:#fff;box-shadow:0 15px 30px #0f172a33}.user-dashboard .dashboard-sidebar button.active svg{opacity:1;color:#fff;transform:scale(1.1)}.user-dashboard .dashboard-main .tab-section{background:#fff;border-radius:40px;padding:60px;box-shadow:0 25px 60px #00000008;min-height:550px;animation:slideInUp .8s cubic-bezier(.16,1,.3,1);border:1px solid rgba(0,0,0,.01);text-align:left}.user-dashboard .dashboard-main .tab-section h2{font-size:1.8rem;color:#0f172a;margin-bottom:45px;font-weight:800;letter-spacing:-1px;display:flex;align-items:center;gap:15px}.user-dashboard .dashboard-main .tab-section h2:before{content:"";width:8px;height:32px;background:#5d1a1a;border-radius:10px}.user-dashboard .dashboard-main .tab-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}.user-dashboard .dashboard-main .tab-section .section-header h2{margin-bottom:0}.user-dashboard .dashboard-main .tab-section .section-header .edit-toggle-btn{display:flex;align-items:center;gap:10px;background:#f8fafc;color:#0f172a;font-weight:800;font-size:.8rem;padding:12px 24px;border-radius:14px;transition:all .3s;border:1.5px solid #e2e8f0;text-transform:uppercase;letter-spacing:1px}.user-dashboard .dashboard-main .tab-section .section-header .edit-toggle-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a;transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.user-dashboard .dashboard-main .orders-list{display:flex;flex-direction:column;gap:25px}.user-dashboard .dashboard-main .order-card-compact{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:50px;padding:35px;background:#f8fafc;border-radius:30px;border:1px solid transparent;transition:all .5s cubic-bezier(.165,.84,.44,1)}.user-dashboard .dashboard-main .order-card-compact:hover{background:#fff;border-color:#5d1a1a26;transform:scale(1.02) translateY(-8px);box-shadow:0 30px 60px #00000014}.user-dashboard .dashboard-main .order-card-compact .details .order-id{font-weight:700;color:#0f172a;font-size:1.05rem;display:block;margin-bottom:6px}.user-dashboard .dashboard-main .order-card-compact .details .order-date{font-size:.85rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.user-dashboard .dashboard-main .order-card-compact .status-info .status-pill{padding:10px 24px;border-radius:15px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.user-dashboard .dashboard-main .order-card-compact .status-info .status-pill.pending{background:#fee2e2;color:#991b1b}.user-dashboard .dashboard-main .order-card-compact .status-info .status-pill.shipped{background:#e0f2fe;color:#075985}.user-dashboard .dashboard-main .order-card-compact .status-info .status-pill.delivered{background:#dcfce7;color:#166534}.user-dashboard .dashboard-main .order-card-compact .total{font-size:1.4rem;font-weight:800;color:#0f172a}.user-dashboard .dashboard-main .address-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:35px}.user-dashboard .dashboard-main .address-grid .address-card{padding:40px;background:#f8fafc;border-radius:30px;border:2px solid transparent;transition:all .5s cubic-bezier(.165,.84,.44,1);position:relative}.user-dashboard .dashboard-main .address-grid .address-card:hover{background:#fff;border-color:#5d1a1a;transform:translateY(-10px);box-shadow:0 30px 60px #00000014}.user-dashboard .dashboard-main .address-grid .address-card.editing-active{grid-column:1/-1;max-width:800px;margin:0 auto;border-color:#5d1a1a;background:#fff;box-shadow:0 40px 100px #5d1a1a1f;transform:none;z-index:10;padding:60px}.user-dashboard .dashboard-main .address-grid .address-card.editing-active form{gap:25px}.user-dashboard .dashboard-main .address-grid .address-card.editing-active form .row{gap:30px}.user-dashboard .dashboard-main .address-grid .address-card.editing-active form input{font-size:1rem;padding:16px 20px}.user-dashboard .dashboard-main .address-grid .address-card strong{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:12px;display:block}.user-dashboard .dashboard-main .address-grid .address-card p{color:#475559;line-height:1.8;font-weight:500;font-size:.9rem;margin:0}.user-dashboard .dashboard-main .address-grid .address-card .address-actions{margin-top:35px;display:flex;justify-content:space-between;align-items:center}.user-dashboard .dashboard-main .address-grid .address-card .address-actions .default-badge{background:#0f172a;color:#fff;font-size:.65rem;font-weight:700;padding:8px 16px;border-radius:12px;text-transform:uppercase;letter-spacing:1px}.user-dashboard .dashboard-main .address-grid .address-card .address-actions .actions{display:flex;gap:12px}.user-dashboard .dashboard-main .address-grid .address-card .address-actions form{width:100%;display:flex;flex-direction:column;gap:15px;padding:0!important;background:transparent!important;box-shadow:none!important;border:none!important;max-width:100%!important}.user-dashboard .dashboard-main .address-grid .address-card .address-actions form .form-group{width:100%;margin-bottom:15px}.user-dashboard .dashboard-main .address-grid .address-card .address-actions form .row{display:grid;grid-template-columns:1fr 1fr;gap:15px;width:100%}.user-dashboard .dashboard-main .address-grid .address-card .address-actions .delete-btn,.user-dashboard .dashboard-main .address-grid .address-card .address-actions .edit-btn{width:45px;height:45px;border-radius:15px;background:#fff;color:#94a3b8;display:flex;align-items:center;justify-content:center;transition:all .3s;border:1.5px solid #e2e8f0;cursor:pointer}.user-dashboard .dashboard-main .address-grid .address-card .address-actions .delete-btn:hover,.user-dashboard .dashboard-main .address-grid .address-card .address-actions .edit-btn:hover{transform:rotate(8deg);box-shadow:0 5px 15px #0000000d}.user-dashboard .dashboard-main .address-grid .address-card .address-actions .delete-btn:hover{background:#fff1f2;color:#e11d48;border-color:#fecaca}.user-dashboard .dashboard-main .address-grid .address-card .address-actions .edit-btn:hover{background:#f0f9ff;color:#5d1a1a;border-color:#bae6fd}.user-dashboard .dashboard-main .address-grid .add-form-card{grid-column:1/-1;max-width:700px;background:#f8fafc;padding:50px!important;border-radius:40px;border:1px solid rgba(0,0,0,.05)}.user-dashboard .dashboard-main .address-grid .add-form-card form{padding:0!important;background:transparent!important;box-shadow:none!important;max-width:100%!important}.user-dashboard .dashboard-main .address-grid .add-address-btn{height:100%;min-height:250px;background:#fff;border:2px dashed #cbd5e1;border-radius:30px;color:#64748b;font-weight:800;font-size:.85rem;display:flex;flex-direction:column;gap:15px;align-items:center;justify-content:center;transition:all .4s;text-transform:uppercase;letter-spacing:1px;cursor:pointer}.user-dashboard .dashboard-main .address-grid .add-address-btn:before{content:"+";font-size:2.5rem;font-weight:300}.user-dashboard .dashboard-main .address-grid .add-address-btn:hover{border-color:#5d1a1a;color:#5d1a1a;background:#5d1a1a05;transform:translateY(-5px)}.user-dashboard .dashboard-main .address-grid .set-default-btn{background:transparent;color:#64748b;border:1px solid #e2e8f0;padding:8px 16px;border-radius:12px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s}.user-dashboard .dashboard-main .address-grid .set-default-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a}.user-dashboard .dashboard-main .address-grid.selectable{cursor:pointer;border-width:2px}.user-dashboard .dashboard-main .address-grid.selectable.selected{border-color:#b48b55;background:#b48b550d}.user-dashboard .dashboard-main .address-grid.selectable.selected .selected-dot{color:#b48b55}.user-dashboard .dashboard-main .address-grid.selectable .unselected-dot{width:24px;height:24px;border:2px solid #e2e8f0;border-radius:50%}.user-dashboard .dashboard-main .address-grid .address-header{display:flex;align-items:center;gap:10px;margin-bottom:15px}.user-dashboard .dashboard-main .address-grid .address-header .pin-icon{color:#b48b55}.user-dashboard .dashboard-main .profile-edit-form,.user-dashboard .dashboard-main .add-form-card form,.user-dashboard .dashboard-main .address-card form{max-width:650px;background:#f8fafc;padding:30px;border-radius:25px;display:flex;flex-direction:column;gap:20px;box-shadow:inset 0 2px 10px #00000005;text-align:left;width:100%}.user-dashboard .dashboard-main .profile-edit-form.profile-edit-form,.user-dashboard .dashboard-main .add-form-card form.profile-edit-form,.user-dashboard .dashboard-main .address-card form.profile-edit-form{padding:50px;border-radius:35px}.user-dashboard .dashboard-main .profile-edit-form .form-group,.user-dashboard .dashboard-main .add-form-card form .form-group,.user-dashboard .dashboard-main .address-card form .form-group{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.user-dashboard .dashboard-main .profile-edit-form .form-group label,.user-dashboard .dashboard-main .add-form-card form .form-group label,.user-dashboard .dashboard-main .address-card form .form-group label{font-size:.75rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:1px;padding-left:5px;text-align:left}.user-dashboard .dashboard-main .profile-edit-form .form-group input,.user-dashboard .dashboard-main .add-form-card form .form-group input,.user-dashboard .dashboard-main .address-card form .form-group input{width:100%;padding:18px 24px;border:1.5px solid #e2e8f0;border-radius:16px;font-size:1rem;background:#fff;transition:all .3s cubic-bezier(.165,.84,.44,1);font-weight:600;color:#0f172a;text-align:left;box-shadow:0 2px 4px #00000005}.user-dashboard .dashboard-main .profile-edit-form .form-group input:focus,.user-dashboard .dashboard-main .add-form-card form .form-group input:focus,.user-dashboard .dashboard-main .address-card form .form-group input:focus{outline:none;border-color:#5d1a1a;box-shadow:0 0 0 4px #5d1a1a1a;transform:translateY(-2px);background:#fff}.user-dashboard .dashboard-main .profile-edit-form .form-group input:-webkit-autofill,.user-dashboard .dashboard-main .add-form-card form .form-group input:-webkit-autofill,.user-dashboard .dashboard-main .address-card form .form-group input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:#0f172a!important}.user-dashboard .dashboard-main .profile-edit-form .form-group input::placeholder,.user-dashboard .dashboard-main .add-form-card form .form-group input::placeholder,.user-dashboard .dashboard-main .address-card form .form-group input::placeholder{color:#cbd5e1;font-weight:400}.user-dashboard .dashboard-main .profile-edit-form .row,.user-dashboard .dashboard-main .add-form-card form .row,.user-dashboard .dashboard-main .address-card form .row{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%;margin-bottom:5px}.user-dashboard .dashboard-main .profile-edit-form .default-check,.user-dashboard .dashboard-main .add-form-card form .default-check,.user-dashboard .dashboard-main .address-card form .default-check{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:.8rem;font-weight:800;color:#475569;text-transform:uppercase;letter-spacing:.5px}.user-dashboard .dashboard-main .profile-edit-form .default-check input[type=checkbox],.user-dashboard .dashboard-main .add-form-card form .default-check input[type=checkbox],.user-dashboard .dashboard-main .address-card form .default-check input[type=checkbox]{width:18px;height:18px;border-radius:6px;accent-color:#0f172a}.user-dashboard .dashboard-main .profile-edit-form .form-actions,.user-dashboard .dashboard-main .add-form-card form .form-actions,.user-dashboard .dashboard-main .address-card form .form-actions{display:flex;gap:20px;margin-top:50px;width:100%}.user-dashboard .dashboard-main .profile-edit-form .form-actions button,.user-dashboard .dashboard-main .add-form-card form .form-actions button,.user-dashboard .dashboard-main .address-card form .form-actions button{flex:1;padding:16px 24px;border-radius:20px;font-weight:800;font-size:.75rem;transition:all .4s cubic-bezier(.165,.84,.44,1);text-transform:uppercase;letter-spacing:1.5px;font-family:Outfit,Inter,sans-serif;white-space:nowrap;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.user-dashboard .dashboard-main .profile-edit-form .form-actions button svg,.user-dashboard .dashboard-main .add-form-card form .form-actions button svg,.user-dashboard .dashboard-main .address-card form .form-actions button svg{transition:transform .3s}.user-dashboard .dashboard-main .profile-edit-form .form-actions button.btn-save,.user-dashboard .dashboard-main .add-form-card form .form-actions button.btn-save,.user-dashboard .dashboard-main .address-card form .form-actions button.btn-save{background:linear-gradient(135deg,#5d1a1a,#1e293b);color:#fff;box-shadow:0 10px 25px #5d1a1a40;border:none}.user-dashboard .dashboard-main .profile-edit-form .form-actions button.btn-save:hover,.user-dashboard .dashboard-main .add-form-card form .form-actions button.btn-save:hover,.user-dashboard .dashboard-main .address-card form .form-actions button.btn-save:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 20px 40px #5d1a1a59}.user-dashboard .dashboard-main .profile-edit-form .form-actions button.btn-save:hover svg,.user-dashboard .dashboard-main .add-form-card form .form-actions button.btn-save:hover svg,.user-dashboard .dashboard-main .address-card form .form-actions button.btn-save:hover svg{transform:scale(1.2) rotate(-10deg)}.user-dashboard .dashboard-main .profile-edit-form .form-actions button.btn-cancel,.user-dashboard .dashboard-main .add-form-card form .form-actions button.btn-cancel,.user-dashboard .dashboard-main .address-card form .form-actions button.btn-cancel{background:#fff;color:#64748b;border:1.5px solid #e2e8f0}.user-dashboard .dashboard-main .profile-edit-form .form-actions button.btn-cancel:hover,.user-dashboard .dashboard-main .add-form-card form .form-actions button.btn-cancel:hover,.user-dashboard .dashboard-main .address-card form .form-actions button.btn-cancel:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1;transform:translateY(-3px)}.user-dashboard .dashboard-main .profile-info{display:grid;grid-template-columns:repeat(2,1fr);gap:35px;text-align:left}.user-dashboard .dashboard-main .profile-info .field{background:#f8fafc;padding:30px;border-radius:25px;border:1px solid rgba(0,0,0,.01);display:flex;align-items:center;gap:25px;transition:all .4s}.user-dashboard .dashboard-main .profile-info .field:hover{background:#fff;box-shadow:0 20px 40px #0000000d;transform:translateY(-5px)}.user-dashboard .dashboard-main .profile-info .field .field-icon{width:60px;height:60px;background:#0f172a;color:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #0000001a}.user-dashboard .dashboard-main .profile-info .field .field-content{text-align:left}.user-dashboard .dashboard-main .profile-info .field .field-content label{font-size:.7rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;display:block}.user-dashboard .dashboard-main .profile-info .field .field-content p{font-size:1rem;font-weight:700;color:#0f172a;margin:0}.user-dashboard .dashboard-main .profile-info .danger-zone{grid-column:1/-1;margin-top:50px;padding:50px;background:#fff5f5;border-radius:40px;border:1.5px dashed #feb2b2;text-align:left}.user-dashboard .dashboard-main .profile-info .danger-zone h3{color:#991b1b;font-size:1.4rem;font-weight:800;margin-bottom:15px}.user-dashboard .dashboard-main .profile-info .danger-zone p{color:#b91c1c;font-size:.9rem;font-weight:500;margin-bottom:35px;max-width:500px}.user-dashboard .dashboard-main .profile-info .danger-zone .btn-delete-account{background:#ef4444;color:#fff;padding:16px 32px;border-radius:18px;font-weight:800;font-size:.8rem;display:flex;align-items:center;gap:12px;transition:all .4s;border:none;text-transform:uppercase;letter-spacing:1px}.user-dashboard .dashboard-main .profile-info .danger-zone .btn-delete-account:hover{background:#dc2626;transform:scale(1.04) translateY(-3px);box-shadow:0 20px 40px #ef444440}@keyframes pulse{0%{transform:scale(1);opacity:.5}50%{transform:scale(1.05);opacity:.2}to{transform:scale(1);opacity:.5}}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.user-dashboard .dashboard-layout{grid-template-columns:280px 1fr;gap:30px}.user-dashboard .stats-row{gap:20px}.user-dashboard .stats-row .stat-card{padding:20px;gap:15px}.user-dashboard .stats-row .stat-card .stat-content p{font-size:1.2rem}}@media(max-width:1024px){.user-dashboard .dashboard-layout{grid-template-columns:1fr}.user-dashboard .dashboard-sidebar{position:static;flex-direction:row;overflow-x:auto;padding:15px;border-radius:25px;gap:10px;margin-bottom:30px}.user-dashboard .dashboard-sidebar::-webkit-scrollbar{display:none}.user-dashboard .dashboard-sidebar{-ms-overflow-style:none;scrollbar-width:none}.user-dashboard .dashboard-sidebar button{white-space:nowrap;padding:12px 20px;font-size:.75rem}.user-dashboard .dashboard-sidebar button:hover{transform:none}}@media(max-width:768px){.user-dashboard{padding-top:120px;padding-bottom:60px}.user-dashboard .dashboard-header{padding:40px 25px;border-radius:35px;margin-bottom:40px;flex-direction:column;gap:30px}.user-dashboard .dashboard-header .user-info{flex-direction:column;text-align:center;gap:20px}.user-dashboard .dashboard-header .user-info .avatar-wrapper .avatar{width:80px;height:80px;font-size:2.5rem;border-radius:25px}.user-dashboard .dashboard-header .user-info .user-text .welcome-tag{font-size:.6rem;padding:4px 12px;margin-bottom:10px}.user-dashboard .dashboard-header .user-info .user-text h1{font-size:1.8rem}.user-dashboard .dashboard-header .user-info .user-text .user-meta-header{flex-direction:column;gap:8px;margin-top:10px}.user-dashboard .dashboard-header .user-info .user-text .user-meta-header p{font-size:.8rem!important}.user-dashboard .dashboard-header .user-info .user-text .user-meta-header .dot{display:none}.user-dashboard .dashboard-header .btn-logout{width:100%;justify-content:center;padding:14px;font-size:.75rem}.user-dashboard .stats-row{grid-template-columns:repeat(2,1fr);margin-top:0;gap:15px;margin-bottom:30px}.user-dashboard .stats-row .stat-card{padding:20px;gap:12px;border-radius:25px}.user-dashboard .stats-row .stat-card .stat-icon{width:45px;height:45px;border-radius:15px}.user-dashboard .stats-row .stat-card .stat-icon svg{width:20px;height:20px}.user-dashboard .stats-row .stat-card .stat-content label{font-size:.6rem}.user-dashboard .stats-row .stat-card .stat-content p{font-size:1.1rem}.user-dashboard .dashboard-main .tab-section{padding:30px 20px;border-radius:30px;min-height:auto}.user-dashboard .dashboard-main .tab-section h2{font-size:1.4rem;margin-bottom:30px}.user-dashboard .dashboard-main .tab-section h2:before{height:24px;width:6px}.user-dashboard .dashboard-main .tab-section .section-header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:30px}.user-dashboard .dashboard-main .tab-section .section-header .edit-toggle-btn{width:100%;justify-content:center;font-size:.7rem;padding:10px 20px}.user-dashboard .dashboard-main .orders-list{gap:15px}.user-dashboard .dashboard-main .order-card-compact{grid-template-columns:1fr;text-align:left;gap:15px;padding:20px;border-radius:20px}.user-dashboard .dashboard-main .order-card-compact .details .order-id{font-size:.9rem}.user-dashboard .dashboard-main .order-card-compact .details .order-date{font-size:.75rem}.user-dashboard .dashboard-main .order-card-compact .status-info .status-pill{padding:6px 16px;font-size:.65rem}.user-dashboard .dashboard-main .order-card-compact .total{font-size:1.1rem;border-top:1px solid rgba(0,0,0,.05);padding-top:10px}.user-dashboard .dashboard-main .address-grid{grid-template-columns:1fr;gap:20px}.user-dashboard .dashboard-main .address-grid .address-card{padding:25px;border-radius:25px}.user-dashboard .dashboard-main .address-grid .address-card strong{font-size:1rem}.user-dashboard .dashboard-main .address-grid .address-card p{font-size:.85rem}.user-dashboard .dashboard-main .address-grid .address-card .address-actions{margin-top:25px}.user-dashboard .dashboard-main .address-grid .address-card .address-actions .default-badge{font-size:.6rem;padding:6px 12px}.user-dashboard .dashboard-main .address-grid .address-card .address-actions .edit-btn,.user-dashboard .dashboard-main .address-grid .address-card .address-actions .delete-btn{width:38px;height:38px;border-radius:12px}.user-dashboard .dashboard-main .address-grid .address-card .address-actions .edit-btn svg,.user-dashboard .dashboard-main .address-grid .address-card .address-actions .delete-btn svg{width:16px;height:16px}.user-dashboard .dashboard-main .address-grid .address-card.editing-active{padding:30px 20px}.user-dashboard .dashboard-main .address-grid .address-card.editing-active form{gap:15px}.user-dashboard .dashboard-main .address-grid .address-card.editing-active form .row{grid-template-columns:1fr;gap:15px}.user-dashboard .dashboard-main .address-grid .add-address-btn{min-height:150px;font-size:.75rem;border-radius:25px}.user-dashboard .dashboard-main .address-grid .add-address-btn:before{font-size:1.8rem}.user-dashboard .dashboard-main .profile-info{grid-template-columns:1fr;gap:15px}.user-dashboard .dashboard-main .profile-info .field{padding:20px;gap:15px;border-radius:20px}.user-dashboard .dashboard-main .profile-info .field .field-icon{width:45px;height:45px;border-radius:15px}.user-dashboard .dashboard-main .profile-info .field .field-icon svg{width:18px;height:18px}.user-dashboard .dashboard-main .profile-info .field .field-content label{font-size:.6rem}.user-dashboard .dashboard-main .profile-info .field .field-content p{font-size:.9rem}.user-dashboard .dashboard-main .profile-info .danger-zone{padding:30px 20px;margin-top:30px;border-radius:30px}.user-dashboard .dashboard-main .profile-info .danger-zone h3{font-size:1.2rem}.user-dashboard .dashboard-main .profile-info .danger-zone p{font-size:.8rem;margin-bottom:25px}.user-dashboard .dashboard-main .profile-info .danger-zone .btn-delete-account{width:100%;justify-content:center;font-size:.7rem;padding:14px}.user-dashboard .dashboard-main .profile-edit-form,.user-dashboard .dashboard-main .add-form-card form{padding:25px 20px;border-radius:25px;gap:15px}.user-dashboard .dashboard-main .profile-edit-form .form-group label,.user-dashboard .dashboard-main .add-form-card form .form-group label{font-size:.65rem}.user-dashboard .dashboard-main .profile-edit-form .form-group input,.user-dashboard .dashboard-main .add-form-card form .form-group input{padding:14px 18px;font-size:.9rem}.user-dashboard .dashboard-main .profile-edit-form .row,.user-dashboard .dashboard-main .add-form-card form .row{grid-template-columns:1fr;gap:15px}.user-dashboard .dashboard-main .profile-edit-form .form-actions,.user-dashboard .dashboard-main .add-form-card form .form-actions{flex-direction:column;gap:12px;margin-top:30px}.user-dashboard .dashboard-main .profile-edit-form .form-actions button,.user-dashboard .dashboard-main .add-form-card form .form-actions button{width:100%;padding:14px;font-size:.7rem}}@media(max-width:480px){.user-dashboard .stats-row{grid-template-columns:1fr}.user-dashboard .dashboard-header .user-text h1{font-size:1.5rem}}:root{--admin-primary: #6366f1;--admin-primary-hover: #4f46e5;--admin-bg: #f8fafc;--admin-card: #ffffff;--admin-border: #e2e8f0;--admin-text-main: #1e293b;--admin-text-muted: #64748b;--admin-success: #10b981;--admin-danger: #ef4444;--admin-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1)}.admin-products{min-height:100vh;background-color:var(--admin-bg);padding:2rem;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--admin-text-main)}.admin-products .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-products .dashboard-header .header-left h2{font-size:1.875rem;font-weight:700;margin:0;color:var(--admin-text-main)}.admin-products .dashboard-header .header-left p{color:var(--admin-text-muted);margin:.25rem 0 0}.admin-products .dashboard-header .header-actions{display:flex;gap:1rem;align-items:center}.admin-products .dashboard-header .header-actions .search-wrapper{position:relative}.admin-products .dashboard-header .header-actions .search-wrapper input{padding:.625rem 1rem .625rem 2.5rem;border:1px solid var(--admin-border);border-radius:.5rem;outline:none;width:250px;transition:all .2s}.admin-products .dashboard-header .header-actions .search-wrapper input:focus{border-color:var(--admin-primary);box-shadow:0 0 0 3px #6366f11a}.admin-products .dashboard-header .header-actions .search-wrapper svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--admin-text-muted)}.admin-products .dashboard-header .header-actions .btn-add{background:var(--admin-primary);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:.5rem;font-weight:600;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:background .2s}.admin-products .dashboard-header .header-actions .btn-add:hover{background:var(--admin-primary-hover)}.admin-products .products-card{background:var(--admin-card);border:1px solid var(--admin-border);border-radius:.75rem;box-shadow:var(--admin-shadow);overflow:hidden}.admin-products .products-card .table-responsive{overflow-x:auto}.admin-products .products-card table{width:100%;border-collapse:collapse;text-align:left}.admin-products .products-card table th{background:#f1f5f9;padding:1rem 1.5rem;font-size:.875rem;font-weight:600;color:var(--admin-text-muted);text-transform:uppercase;letter-spacing:.025em}.admin-products .products-card table td{padding:1rem 1.5rem;border-bottom:1px solid var(--admin-border);vertical-align:middle}.admin-products .products-card table td .product-info{display:flex;align-items:center;gap:1rem}.admin-products .products-card table td .product-info img{width:48px;height:48px;object-fit:cover;border-radius:.375rem;background:#f1f5f9}.admin-products .products-card table td .product-info .name-wrapper .p-name{font-weight:600;display:block}.admin-products .products-card table td .product-info .name-wrapper .p-cat{font-size:.75rem;color:var(--admin-text-muted)}.admin-products .products-card table td .badge{padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500}.admin-products .products-card table td .badge.featured{background:#fef3c7;color:#92400e}.admin-products .products-card table td .badge.stock-low{background:#fee2e2;color:#991b1b}.admin-products .products-card table td .badge.stock-ok{background:#dcfce7;color:#166534}.admin-products .products-card table td .actions{display:flex;gap:.5rem}.admin-products .products-card table td .actions button{padding:.5rem;border-radius:.375rem;border:1px solid var(--admin-border);background:#fff;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.admin-products .products-card table td .actions button.edit-btn:hover{color:var(--admin-primary);border-color:var(--admin-primary);background:#f5f3ff}.admin-products .products-card table td .actions button.delete-btn:hover{color:var(--admin-danger);border-color:var(--admin-danger);background:#fef2f2}.admin-products .form-card{background:var(--admin-card);border:1px solid var(--admin-border);border-radius:.75rem;box-shadow:var(--admin-shadow);overflow:hidden}.admin-products .form-card .card-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--admin-border);display:flex;justify-content:space-between;align-items:center;background:#f8fafc}.admin-products .form-card .card-header h3{margin:0;font-size:1.125rem}.admin-products .form-card .card-header .close-btn{background:none;border:none;cursor:pointer;padding:.4rem;border-radius:50%;color:var(--admin-text-muted)}.admin-products .form-card .card-header .close-btn:hover{background:#e2e8f0;color:var(--admin-text-main)}.admin-products .form-card .card-content{padding:1.5rem}.admin-products .form-card .card-content .product-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.admin-products .form-card .card-content .product-form-grid .form-column{display:flex;flex-direction:column;gap:1.25rem}.admin-products .form-card .card-content .product-form-grid .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.admin-products .form-card .card-content .product-form-grid .form-group{display:flex;flex-direction:column;gap:.5rem}.admin-products .form-card .card-content .product-form-grid .form-group label{font-size:.875rem;font-weight:600;color:var(--admin-text-muted)}.admin-products .form-card .card-content .product-form-grid .form-group input,.admin-products .form-card .card-content .product-form-grid .form-group textarea{padding:.75rem;border:1px solid var(--admin-border);border-radius:.5rem;outline:none;transition:all .2s}.admin-products .form-card .card-content .product-form-grid .form-group input:focus,.admin-products .form-card .card-content .product-form-grid .form-group textarea:focus{border-color:var(--admin-primary);box-shadow:0 0 0 3px #6366f11a}.admin-products .form-card .card-content .product-form-grid .form-group textarea{min-height:120px;resize:none}.admin-products .form-card .card-content .product-form-grid .checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.875rem}.admin-products .form-card .card-content .product-form-grid .checkbox-label input{width:1.1rem;height:1.1rem;accent-color:var(--admin-primary)}.admin-products .form-card .card-content .product-form-grid .image-upload-box{border:2px dashed var(--admin-border);border-radius:.75rem;padding:1.5rem;text-align:center;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-height:150px;position:relative}.admin-products .form-card .card-content .product-form-grid .image-upload-box:hover{border-color:var(--admin-primary);background:#f5f3ff}.admin-products .form-card .card-content .product-form-grid .image-upload-box input{display:none}.admin-products .form-card .card-content .product-form-grid .image-upload-box .upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--admin-text-muted)}.admin-products .form-card .card-content .product-form-grid .image-upload-box .upload-placeholder svg{color:var(--admin-primary);opacity:.6}.admin-products .form-card .card-content .product-form-grid .image-upload-box .upload-preview{max-width:100%;max-height:140px;object-fit:contain;border-radius:.5rem}.admin-products .form-card .card-content .product-form-grid .form-footer-actions{display:flex;gap:1rem;margin-top:1rem}.admin-products .form-card .card-content .product-form-grid .form-footer-actions button{flex:1;padding:.75rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.admin-products .form-card .card-content .product-form-grid .form-footer-actions button.btn-primary{background:var(--admin-primary);color:#fff;border:none}.admin-products .form-card .card-content .product-form-grid .form-footer-actions button.btn-primary:hover{background:var(--admin-primary-hover);transform:translateY(-1px)}.admin-products .form-card .card-content .product-form-grid .form-footer-actions button.btn-secondary{background:#fff;color:var(--admin-text-main);border:1px solid var(--admin-border)}.admin-products .form-card .card-content .product-form-grid .form-footer-actions button.btn-secondary:hover{background:#f1f5f9}@media(max-width:992px){.admin-products .form-card .card-content .product-form-grid{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:768px){.admin-products{padding:1rem}.admin-products .dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-products .dashboard-header .header-actions{width:100%}.admin-products .dashboard-header .header-actions .search-wrapper{flex:1}.admin-products .dashboard-header .header-actions .search-wrapper input{width:100%}}.side-panel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;z-index:1000}.side-panel{position:fixed;top:0;right:0;bottom:0;width:500px;background:var(--admin-card);box-shadow:-4px 0 15px #0000001a;z-index:1001;display:flex;flex-direction:column}.side-panel .panel-header{padding:1.5rem;border-bottom:1px solid var(--admin-border);display:flex;justify-content:space-between;align-items:center;background:#f8fafc}.side-panel .panel-header h3{margin:0;font-size:1.125rem;font-weight:700;color:var(--admin-text-main)}.side-panel .panel-header .close-btn{background:none;border:none;cursor:pointer;color:var(--admin-text-muted);padding:.5rem;border-radius:.375rem}.side-panel .panel-header .close-btn:hover{color:var(--admin-text-main);background:#e2e8f0}.side-panel .panel-content{padding:1.5rem;flex:1;overflow-y:auto}.side-panel .panel-content form{display:flex;flex-direction:column;gap:1.25rem}.side-panel .panel-content .form-group{display:flex;flex-direction:column;gap:.5rem}.side-panel .panel-content .form-group label{font-size:.875rem;font-weight:600;color:var(--admin-text-muted);margin-bottom:0}.side-panel .panel-content .form-group input,.side-panel .panel-content .form-group textarea,.side-panel .panel-content .form-group select{padding:.75rem;border:1px solid var(--admin-border);border-radius:.5rem;outline:none;transition:all .2s}.side-panel .panel-content .form-group input:focus,.side-panel .panel-content .form-group textarea:focus,.side-panel .panel-content .form-group select:focus{border-color:var(--admin-primary);box-shadow:0 0 0 3px #6366f11a}.side-panel .panel-content .form-group textarea{min-height:100px;resize:none}.side-panel .panel-content .checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.875rem}.side-panel .panel-content .checkbox-label input{width:1.1rem;height:1.1rem;accent-color:var(--admin-primary);margin:0}.side-panel .panel-content .image-upload{border:2px dashed var(--admin-border);border-radius:.75rem;padding:1.5rem;text-align:center;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:150px}.side-panel .panel-content .image-upload:hover{border-color:var(--admin-primary);background:#f5f3ff}.side-panel .panel-content .image-upload input{display:none}.side-panel .panel-content .image-upload .upload-preview{max-width:100%;max-height:140px;object-fit:contain;border-radius:.5rem}.side-panel .panel-footer{padding:1.5rem;border-top:1px solid var(--admin-border);display:flex;gap:1rem;background:#f8fafc}.side-panel .panel-footer button{flex:1;padding:.75rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.side-panel .panel-footer button.btn-save{background:var(--admin-primary);color:#fff;border:none}.side-panel .panel-footer button.btn-save:hover{background:var(--admin-primary-hover);transform:translateY(-1px)}.side-panel .panel-footer button.btn-cancel{background:#fff;color:var(--admin-text-main);border:1px solid var(--admin-border)}.side-panel .panel-footer button.btn-cancel:hover{background:#f1f5f9}@media(max-width:576px){.side-panel{width:100%}}.admin-contact-page{padding:30px;background-color:#fcfcfc;min-height:100%}.admin-contact-page .admin-page-header{margin-bottom:40px;display:flex;justify-content:space-between;align-items:center;border-left:4px solid #b48b55;padding-left:20px}.admin-contact-page .admin-page-header .header-info h1{font-size:1.8rem;font-weight:700;color:#3e2723;letter-spacing:1px;margin-bottom:5px}.admin-contact-page .admin-page-header .header-info p{color:#777;font-size:.95rem}.admin-contact-page .admin-table-container{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000000d;overflow:hidden;border:1px solid #f0f0f0}.admin-contact-page .admin-table{width:100%;border-collapse:collapse;text-align:left}.admin-contact-page .admin-table thead{background-color:#f8f9fa;border-bottom:2px solid #eee}.admin-contact-page .admin-table thead th{padding:18px 25px;font-size:.85rem;font-weight:700;color:#555;text-transform:uppercase;letter-spacing:1.5px}.admin-contact-page .admin-table tbody tr{border-bottom:1px solid #f5f5f5;transition:all .4s cubic-bezier(.4,0,.2,1)}.admin-contact-page .admin-table tbody tr:hover{background-color:#fffaf0;transform:scale(.998)}.admin-contact-page .admin-table tbody tr:last-child{border-bottom:none}.admin-contact-page .admin-table tbody tr td{padding:20px 25px;vertical-align:middle}.admin-contact-page .admin-table .user-details{display:flex;flex-direction:column;gap:4px}.admin-contact-page .admin-table .user-details strong{font-size:1rem;color:#333}.admin-contact-page .admin-table .user-details span{font-size:.85rem;color:#888;display:flex;align-items:center;gap:5px}.admin-contact-page .admin-table .subject-text{font-weight:600;color:#5d1a1a;font-size:.95rem}.admin-contact-page .admin-table .message-box{max-width:350px;background:#fafafa;padding:12px 18px;border-radius:8px;border:1px solid #eee;position:relative;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1)}.admin-contact-page .admin-table .message-box:hover{background:#fdfdfd;box-shadow:0 5px 15px #00000008}.admin-contact-page .admin-table .message-box .message-excerpt{font-size:.9rem;color:#555;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.admin-contact-page .admin-table .date-info{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#666}.admin-contact-page .admin-table .action-btns{display:flex;gap:10px}.admin-contact-page .admin-table .action-btns .btn-icon{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;border:none;background-color:#f5f5f5;color:#777;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.admin-contact-page .admin-table .action-btns .btn-icon:hover{background-color:#b48b55;color:#fff}.admin-contact-page .admin-table .action-btns .btn-icon.delete:hover{background-color:#f44336}.admin-contact-page .loading-state{padding:100px;text-align:center;font-size:1.2rem;color:#999}.admin-contact-page .empty-row{padding:100px!important;text-align:center;color:#999;font-size:1.1rem;font-style:italic}.admin-top-header{padding:30px;max-width:1200px;margin:0 auto}.admin-top-header .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.admin-top-header .dashboard-header .header-left h2{font-size:1.8rem;color:#1a1a1a;margin-bottom:5px}.admin-top-header .dashboard-header .header-left p{color:#666;font-size:.95rem}.admin-top-header .dashboard-header .btn-add{background:#7c3aed;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s;cursor:pointer}.admin-top-header .dashboard-header .btn-add:hover{background:#6d28d9;transform:translateY(-2px)}.admin-top-header .floating-message{position:fixed;top:20px;right:20px;background:#10b981;color:#fff;padding:12px 24px;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a;z-index:9999;animation:slideIn .3s forwards}.admin-top-header .headers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.admin-top-header .headers-grid .header-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #eee;box-shadow:0 4px 6px -1px #0000000d}.admin-top-header .headers-grid .header-card .header-preview-small{height:80px;display:flex;align-items:center;justify-content:center;padding:0 20px;text-align:center;font-weight:600;font-size:.9rem}.admin-top-header .headers-grid .header-card .card-info{padding:15px}.admin-top-header .headers-grid .header-card .card-info p{font-size:.85rem;color:#666;margin-bottom:10px}.admin-top-header .headers-grid .header-card .card-info .status-active{color:#10b981;font-weight:700}.admin-top-header .headers-grid .header-card .card-info .status-inactive{color:#ef4444;font-weight:700}.admin-top-header .headers-grid .header-card .card-actions{display:flex;gap:10px}.admin-top-header .headers-grid .header-card .card-actions button{flex:1;border:none;padding:8px;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:5px;font-size:.85rem;font-weight:600;transition:.3s;cursor:pointer}.admin-top-header .headers-grid .header-card .card-actions .btn-edit{background:#f3f4f6;color:#374151}.admin-top-header .headers-grid .header-card .card-actions .btn-edit:hover{background:#e5e7eb}.admin-top-header .headers-grid .header-card .card-actions .btn-delete{background:#fef2f2;color:#ef4444}.admin-top-header .headers-grid .header-card .card-actions .btn-delete:hover{background:#fee2e2}.admin-top-header .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-top-header .modal-overlay .modal-content{width:100%;max-width:600px;padding:30px;position:relative;background:#fff;border-radius:16px}.admin-top-header .modal-overlay .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.admin-top-header .modal-overlay .modal-content .modal-header .close-btn{background:none;border:none;color:#666;cursor:pointer}.admin-top-header .modal-overlay .modal-content .modal-header .close-btn:hover{color:#000}.admin-top-header .top-header-form .form-group{margin-bottom:20px}.admin-top-header .top-header-form .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#374151;font-size:.9rem}.admin-top-header .top-header-form .form-group input,.admin-top-header .top-header-form .form-group textarea{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit}.admin-top-header .top-header-form .form-group input:focus,.admin-top-header .top-header-form .form-group textarea:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.admin-top-header .top-header-form .form-group textarea{height:80px;resize:none}.admin-top-header .top-header-form .grid-two{display:grid;grid-template-columns:1fr 1fr;gap:15px}.admin-top-header .top-header-form .checkbox-wrapper{margin-top:10px}.admin-top-header .top-header-form .checkbox-wrapper label{display:flex;align-items:center;gap:10px;cursor:pointer}.admin-top-header .top-header-form .checkbox-wrapper input{width:auto}.admin-top-header .btn-save{width:100%;background:#7c3aed;color:#fff;border:none;padding:12px;border-radius:8px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;transition:.3s;cursor:pointer}.admin-top-header .btn-save:hover{background:#6d28d9}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.admin-hero-section .dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;flex-wrap:wrap;gap:15px}.admin-hero-section .dashboard-header h2{font-size:1.6rem;font-weight:700;color:#5d1a1a}.admin-hero-section .dashboard-header p{color:#666;font-size:.9rem;margin-top:4px}.admin-hero-section .btn-add-hero{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#5d1a1a;color:#fff;border:none;border-radius:12px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s}.admin-hero-section .btn-add-hero:hover{background:#8b3a3a;transform:translateY(-2px);box-shadow:0 8px 20px #5d1a1a40}.admin-hero-section .alert-banner{display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:12px;font-size:.9rem;font-weight:600;margin-bottom:20px}.admin-hero-section .alert-banner.success{background:#fef3f3;color:#5d1a1a;border:1px solid rgba(93,26,26,.2)}.admin-hero-section .alert-banner.error{background:#fff0f0;color:#c0392b;border:1px solid #fcc}.admin-hero-section .hero-slides-list{display:flex;flex-direction:column;gap:16px}.admin-hero-section .hero-slide-card{display:grid;grid-template-columns:200px 1fr auto;gap:20px;background:#fff;border-radius:16px;border:1px solid rgba(93,26,26,.08);overflow:hidden;box-shadow:0 4px 20px #0000000a;transition:box-shadow .3s}.admin-hero-section .hero-slide-card:hover{box-shadow:0 8px 30px #00000014}@media(max-width:768px){.admin-hero-section .hero-slide-card{grid-template-columns:120px 1fr}}.admin-hero-section .hero-slide-card .slide-preview{height:140px;display:flex;align-items:center;justify-content:center;overflow:hidden}.admin-hero-section .hero-slide-card .slide-preview img{width:100%;height:100%;object-fit:cover}.admin-hero-section .hero-slide-card .slide-preview .no-img{color:#5d1a1a4d}.admin-hero-section .hero-slide-card .slide-info{padding:20px 0}.admin-hero-section .hero-slide-card .slide-info .slide-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:3px;color:#b48b55;text-transform:uppercase;display:block;margin-bottom:6px}.admin-hero-section .hero-slide-card .slide-info h3{font-size:1.1rem;font-weight:700;color:#5d1a1a;margin-bottom:6px}.admin-hero-section .hero-slide-card .slide-info p{font-size:.85rem;color:#666;line-height:1.5;margin-bottom:12px}.admin-hero-section .hero-slide-card .slide-info .slide-btns{display:flex;gap:8px;flex-wrap:wrap}.admin-hero-section .hero-slide-card .slide-info .btn-pill{font-size:.7rem;font-weight:600;background:#5d1a1a14;color:#5d1a1a;border-radius:20px;padding:4px 12px}.admin-hero-section .hero-slide-card .slide-info .btn-pill.ghost{background:transparent;border:1px solid rgba(93,26,26,.2)}.admin-hero-section .hero-slide-card .slide-actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px}.admin-hero-section .hero-slide-card .slide-actions .icon-btn{width:38px;height:38px;border-radius:10px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.admin-hero-section .hero-slide-card .slide-actions .icon-btn.edit{background:#b48b551a;color:#b48b55}.admin-hero-section .hero-slide-card .slide-actions .icon-btn.edit:hover{background:#b48b55;color:#fff}.admin-hero-section .hero-slide-card .slide-actions .icon-btn.delete{background:#e74c3c14;color:#e74c3c}.admin-hero-section .hero-slide-card .slide-actions .icon-btn.delete:hover{background:#e74c3c;color:#fff}.admin-hero-section .empty-state{text-align:center;padding:80px 20px;background:#fff;border-radius:20px;border:2px dashed rgba(93,26,26,.1);color:#666}.admin-hero-section .empty-state svg{color:#5d1a1a33;margin-bottom:16px}.admin-hero-section .empty-state p{font-size:1rem;margin-bottom:24px}.admin-hero-section .hero-form-full{background:#fff;border-radius:20px;border:1px solid rgba(93,26,26,.08);overflow:hidden;box-shadow:0 8px 40px #0000000d}.admin-hero-section .hero-form-full .form-top-bar{display:flex;align-items:center;justify-content:space-between;padding:20px 30px;border-bottom:1px solid #f0f0f0}.admin-hero-section .hero-form-full .form-top-bar h3{font-size:1.1rem;font-weight:700;color:#5d1a1a}.admin-hero-section .hero-form-full .form-top-bar .btn-cancel-form{background:none;border:1px solid #ddd;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:.85rem;color:#666}.admin-hero-section .hero-form-full .form-top-bar .btn-cancel-form:hover{border-color:#5d1a1a;color:#5d1a1a}.admin-hero-section .hero-form-full .form-grid-2col{display:grid;grid-template-columns:1fr 1fr;gap:0}@media(max-width:768px){.admin-hero-section .hero-form-full .form-grid-2col{grid-template-columns:1fr}}.admin-hero-section .hero-form-full .form-panel{padding:30px}.admin-hero-section .hero-form-full .form-panel:first-child{border-right:1px solid #f0f0f0}.admin-hero-section .hero-form-full .form-panel .panel-label{display:flex;align-items:center;gap:8px;font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#b48b55;margin-bottom:16px}.admin-hero-section .hero-form-full .form-panel .panel-label.mt-20{margin-top:24px}.admin-hero-section .hero-form-full .form-panel .panel-label.mt-10{margin-top:16px}.admin-hero-section .hero-form-full .form-panel .img-drop-zone{width:100%;height:240px;border:2px dashed rgba(93,26,26,.2);border-radius:16px;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;transition:border-color .3s}.admin-hero-section .hero-form-full .form-panel .img-drop-zone:hover{border-color:#b48b55}.admin-hero-section .hero-form-full .form-panel .img-drop-zone .drop-placeholder{text-align:center;color:#666}.admin-hero-section .hero-form-full .form-panel .img-drop-zone .drop-placeholder svg{color:#5d1a1a4d;margin-bottom:12px}.admin-hero-section .hero-form-full .form-panel .img-drop-zone .drop-placeholder span{display:block;font-weight:600;font-size:.9rem}.admin-hero-section .hero-form-full .form-panel .img-drop-zone .drop-placeholder small{font-size:.75rem;color:#aaa}.admin-hero-section .hero-form-full .form-panel .color-row-group{display:flex;flex-direction:column;gap:20px;background:#f9f9f9;padding:15px;border-radius:12px;border:1px solid #eee}.admin-hero-section .hero-form-full .form-panel .color-row-group .color-row{display:flex;flex-direction:column;gap:8px}.admin-hero-section .hero-form-full .form-panel .color-row-group .color-row label{font-size:.7rem;font-weight:700;color:#666;text-transform:uppercase}.admin-hero-section .hero-form-full .form-panel .color-row-group .color-row .color-inputs{display:flex;align-items:center;gap:10px}.admin-hero-section .hero-form-full .form-panel .color-row-group .color-row .color-inputs .color-picker{width:45px;height:40px;border:1px solid #ddd;border-radius:8px;cursor:pointer;padding:2px;background:#fff}.admin-hero-section .hero-form-full .form-panel .color-row-group .color-row .color-inputs .color-text-input{flex:1;padding:10px 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:.85rem;font-family:monospace;background:#fff}.admin-hero-section .hero-form-full .form-panel .color-row-group .color-row .color-inputs .color-text-input:focus{outline:none;border-color:#b48b55}.admin-hero-section .hero-form-full .form-panel .color-row-group .divider-label{font-size:.65rem;font-weight:800;color:#5d1a1a;text-transform:uppercase;letter-spacing:1px;margin:10px 0 5px;opacity:.6;border-bottom:1px solid #eee;padding-bottom:5px}.admin-hero-section .hero-form-full .form-panel .color-row-group .color-row-pair{display:grid;grid-template-columns:1fr 1fr;gap:15px}.admin-hero-section .hero-form-full .form-panel .color-row-group .color-row-pair .color-picker{width:100%;height:35px}.admin-hero-section .hero-form-full .form-panel .color-presets{display:flex;gap:8px;flex-wrap:wrap}.admin-hero-section .hero-form-full .form-panel .color-presets .preset-dot{width:28px;height:28px;border-radius:50%;border:2px solid rgba(0,0,0,.1);cursor:pointer;transition:transform .2s}.admin-hero-section .hero-form-full .form-panel .color-presets .preset-dot:hover{transform:scale(1.25);border-color:#5d1a1a}.admin-hero-section .hero-form-full .fgroup{margin-bottom:16px}.admin-hero-section .hero-form-full .fgroup label{display:block;font-size:.78rem;font-weight:600;color:#5d1a1a;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.admin-hero-section .hero-form-full .fgroup label small{font-size:.7rem;color:#666;text-transform:none;letter-spacing:0}.admin-hero-section .hero-form-full .fgroup label .req{color:#e74c3c}.admin-hero-section .hero-form-full .fgroup input,.admin-hero-section .hero-form-full .fgroup textarea{width:100%;padding:11px 14px;border:1px solid rgba(93,26,26,.15);border-radius:10px;font-size:.9rem;font-family:inherit;background:#fafafa;box-sizing:border-box;transition:all .2s}.admin-hero-section .hero-form-full .fgroup input:focus,.admin-hero-section .hero-form-full .fgroup textarea:focus{outline:none;border-color:#b48b55;background:#fff;box-shadow:0 0 0 3px #b48b5514}.admin-hero-section .hero-form-full .fgroup textarea{resize:vertical}.admin-hero-section .hero-form-full .frow{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:576px){.admin-hero-section .hero-form-full .frow{grid-template-columns:1fr}}.admin-hero-section .hero-form-full .slide-live-preview{margin:0 30px 30px;border-radius:20px;overflow:hidden;border:1px solid rgba(0,0,0,.06);position:relative}.admin-hero-section .hero-form-full .slide-live-preview .preview-label{position:absolute;top:12px;left:12px;background:#00000080;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:1px;padding:4px 10px;border-radius:20px;text-transform:uppercase}.admin-hero-section .hero-form-full .slide-live-preview .preview-inner{display:grid;grid-template-columns:1fr 1fr;min-height:200px}@media(max-width:600px){.admin-hero-section .hero-form-full .slide-live-preview .preview-inner{grid-template-columns:1fr}}.admin-hero-section .hero-form-full .slide-live-preview .preview-inner .preview-img{overflow:hidden}.admin-hero-section .hero-form-full .slide-live-preview .preview-inner .preview-img img{width:100%;height:200px;object-fit:cover;display:block}.admin-hero-section .hero-form-full .slide-live-preview .preview-inner .preview-img .preview-no-img{height:200px;display:flex;align-items:center;justify-content:center;background:#0000000d;color:#0003}.admin-hero-section .hero-form-full .slide-live-preview .preview-inner .preview-text{padding:24px;display:flex;flex-direction:column;justify-content:center}.admin-hero-section .hero-form-full .slide-live-preview .preview-inner .preview-text .prev-eyebrow{font-size:.6rem;font-weight:700;letter-spacing:3px;color:#b48b55;text-transform:uppercase;margin-bottom:8px}.admin-hero-section .hero-form-full .slide-live-preview .preview-inner .preview-text h2{font-size:1.3rem;font-weight:800;color:#5d1a1a;margin-bottom:8px;font-family:Playfair Display,serif}.admin-hero-section .hero-form-full .slide-live-preview .preview-inner .preview-text p{font-size:.8rem;color:#5d1a1a99;line-height:1.5;margin-bottom:12px}.admin-hero-section .hero-form-full .slide-live-preview .preview-inner .preview-text .prev-btns{display:flex;gap:8px;flex-wrap:wrap}.admin-hero-section .hero-form-full .slide-live-preview .preview-inner .preview-text .prev-btn-primary{font-size:.7rem;font-weight:700;background:#5d1a1a;color:#fff;padding:6px 14px;border-radius:20px}.admin-hero-section .hero-form-full .slide-live-preview .preview-inner .preview-text .prev-btn-ghost{font-size:.7rem;font-weight:600;border:1px solid rgba(93,26,26,.3);color:#5d1a1a;padding:6px 14px;border-radius:20px}.admin-hero-section .hero-form-full .form-actions{padding:20px 30px;border-top:1px solid #f0f0f0;display:flex;align-items:center;gap:12px}.admin-hero-section .hero-form-full .form-actions .btn-save-hero{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:#5d1a1a;color:#fff;border:none;border-radius:12px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s}.admin-hero-section .hero-form-full .form-actions .btn-save-hero:hover{background:#8b3a3a;transform:translateY(-2px);box-shadow:0 8px 20px #5d1a1a4d}.admin-hero-section .hero-form-full .form-actions .btn-cancel-form{background:none;border:1px solid #ddd;padding:12px 20px;border-radius:12px;cursor:pointer;font-size:.85rem;color:#666}.admin-hero-section .hero-form-full .form-actions .btn-cancel-form:hover{border-color:#5d1a1a;color:#5d1a1a}.admin-corporate-inquiries{padding:30px;max-width:1200px;margin:0 auto}.admin-corporate-inquiries .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.admin-corporate-inquiries .dashboard-header .header-left h2{font-size:1.8rem;color:#1a1a1a;margin-bottom:5px}.admin-corporate-inquiries .dashboard-header .header-left p{color:#666;font-size:.95rem}.admin-corporate-inquiries .dashboard-header .btn-refresh{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;padding:8px 16px;border-radius:8px;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s;cursor:pointer}.admin-corporate-inquiries .dashboard-header .btn-refresh:hover{background:#e5e7eb;transform:translateY(-2px)}.admin-corporate-inquiries .loading-state{padding:100px;text-align:center;font-size:1.2rem;color:#666}.admin-corporate-inquiries .no-data{padding:100px;text-align:center;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:12px;color:#6b7280}.admin-corporate-inquiries .inquiries-list{display:flex;flex-direction:column;gap:20px}.admin-corporate-inquiries .inquiries-list .inquiry-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid #f3f4f6;transition:all .3s}.admin-corporate-inquiries .inquiries-list .inquiry-card:hover{transform:scale(1.01);box-shadow:0 10px 15px -3px #0000001a}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-top .status-badge{padding:4px 12px;border-radius:30px;font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-top .date{font-size:.85rem;color:#94a3b8;display:flex;align-items:center;gap:6px}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:40px;margin-bottom:20px}@media(max-width:768px){.admin-corporate-inquiries .inquiries-list .inquiry-card .card-grid{grid-template-columns:1fr;gap:20px}}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-grid .main-info h3{font-size:1.25rem;color:#1e293b;margin-bottom:12px;font-weight:700}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-grid .main-info .info-item{display:flex;align-items:center;gap:10px;color:#64748b;font-size:.95rem;margin-bottom:8px}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-grid .main-info .info-item svg{color:#94a3b8}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-grid .order-info .quantity-badge{display:inline-flex;align-items:center;gap:8px;background:#fdf2f8;color:#db2777;padding:6px 12px;border-radius:8px;font-weight:700;font-size:.85rem;margin-bottom:12px}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-grid .order-info .message-box{background:#f8fafc;padding:12px 16px;border-radius:12px}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-grid .order-info .message-box h4{font-size:.8rem;color:#94a3b8;margin-bottom:5px;text-transform:uppercase;letter-spacing:.05em}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-grid .order-info .message-box p{font-size:.95rem;color:#334155;line-height:1.5;margin:0}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-actions{border-top:1px solid #f1f5f9;padding-top:20px;display:flex;justify-content:space-between;align-items:center}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-actions .status-controls{display:flex;gap:10px}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-actions .status-controls .btn-status{padding:8px 16px;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1)}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-actions .status-controls .btn-status.info{background:#eff6ff;color:#2563eb}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-actions .status-controls .btn-status.info:hover{background:#dbeafe}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-actions .status-controls .btn-status.success{background:#ecfdf5;color:#059669}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-actions .status-controls .btn-status.success:hover{background:#d1fae5}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-actions .status-controls .btn-status.danger{background:#fef2f2;color:#ef4444}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-actions .status-controls .btn-status.danger:hover{background:#fee2e2}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-actions .btn-delete{color:#94a3b8;background:none;border:none;padding:8px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1)}.admin-corporate-inquiries .inquiries-list .inquiry-card .card-actions .btn-delete:hover{color:#ef4444;transform:scale(1.1)}.admin-popup-page{padding:40px;background:#fff;border-radius:30px;box-shadow:0 10px 40px #00000008;font-family:Outfit,Inter,sans-serif}.admin-popup-page .ap-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.admin-popup-page .ap-header .ap-header-text h1{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:5px}.admin-popup-page .ap-header .ap-header-text p{color:#64748b;font-size:.95rem}.admin-popup-page .ap-header .ap-btn-add{background:#5d1a1a;color:#fff;border:none;padding:12px 24px;border-radius:20px;font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .3s}.admin-popup-page .ap-header .ap-btn-add:hover{filter:brightness(.9);transform:translateY(-2px)}.admin-popup-page .ap-list{display:flex;flex-direction:column;gap:20px}.admin-popup-page .ap-card{display:flex;align-items:center;gap:25px;padding:25px;background:#f8fafc;border-radius:20px;border:1px solid rgba(0,0,0,.05);transition:all .3s}.admin-popup-page .ap-card.active{border-left:4px solid #10b981}.admin-popup-page .ap-card:hover{background:#fff;box-shadow:0 15px 30px #0000000d;transform:translateY(-3px)}.admin-popup-page .ap-card .ap-card-preview{width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;text-transform:uppercase;box-shadow:0 5px 15px #0000001a;overflow:hidden}.admin-popup-page .ap-card .ap-card-preview img{width:100%;height:100%;object-fit:cover}.admin-popup-page .ap-card .ap-card-info{flex:1}.admin-popup-page .ap-card .ap-card-info .ap-card-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:4px}.admin-popup-page .ap-card .ap-card-info .ap-card-subtitle{font-size:.85rem;color:#64748b;margin-bottom:8px}.admin-popup-page .ap-card .ap-card-info .ap-card-meta{display:flex;align-items:center;gap:15px;font-size:.8rem;color:#94a3b8;font-weight:500}.admin-popup-page .ap-card .ap-card-info .ap-card-meta span{display:flex;align-items:center;gap:5px}.admin-popup-page .ap-card .ap-card-info .ap-card-meta .ap-status{padding:4px 10px;border-radius:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem}.admin-popup-page .ap-card .ap-card-info .ap-card-meta .ap-status.active{background:#dcfce7;color:#166534}.admin-popup-page .ap-card .ap-card-info .ap-card-meta .ap-status.inactive{background:#f1f5f9;color:#64748b}.admin-popup-page .ap-card .ap-card-actions{display:flex;gap:10px}.admin-popup-page .ap-card .ap-card-actions .ap-icon-btn{width:40px;height:40px;border-radius:12px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;background:#fff;color:#64748b;border:1px solid #e2e8f0}.admin-popup-page .ap-card .ap-card-actions .ap-icon-btn:hover{transform:translateY(-2px)}.admin-popup-page .ap-card .ap-card-actions .ap-icon-btn.toggle.on{color:#10b981}.admin-popup-page .ap-card .ap-card-actions .ap-icon-btn.toggle.on:hover{background:#ecfdf5;border-color:#a7f3d0}.admin-popup-page .ap-card .ap-card-actions .ap-icon-btn.toggle.off{color:#94a3b8}.admin-popup-page .ap-card .ap-card-actions .ap-icon-btn.toggle.off:hover{background:#f8fafc}.admin-popup-page .ap-card .ap-card-actions .ap-icon-btn.edit:hover{color:#3b82f6;background:#eff6ff;border-color:#bfdbfe}.admin-popup-page .ap-card .ap-card-actions .ap-icon-btn.delete:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}.admin-popup-page .ap-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.admin-popup-page .ap-modal{background:#fff;width:100%;max-width:900px;max-height:90vh;border-radius:30px;overflow-y:auto;box-shadow:0 30px 60px #0003}.admin-popup-page .ap-modal .ap-modal-header{padding:30px 40px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.admin-popup-page .ap-modal .ap-modal-header h2{font-size:1.5rem;font-weight:800;color:#0f172a;margin:0}.admin-popup-page .ap-modal .ap-modal-header .ap-modal-close{background:#f1f5f9;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .3s}.admin-popup-page .ap-modal .ap-modal-header .ap-modal-close:hover{background:#e2e8f0;color:#0f172a;transform:rotate(90deg)}.admin-popup-page .ap-modal .ap-form{padding:40px}.admin-popup-page .ap-modal .ap-form .ap-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:40px}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-form-group{display:flex;flex-direction:column;gap:8px}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-form-group.full{grid-column:1/-1}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-form-group label{font-size:.8rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:1px}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-form-group label span{color:#ef4444}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-form-group input[type=text],.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-form-group input[type=number],.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-form-group textarea{padding:14px 20px;border:2px solid #e2e8f0;border-radius:15px;font-size:.95rem;font-family:inherit;transition:all .3s}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-form-group input[type=text]:focus,.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-form-group input[type=number]:focus,.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-form-group textarea:focus{outline:none;border-color:#5d1a1a;box-shadow:0 0 0 4px #5d1a1a1a}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-form-group textarea{resize:vertical}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-form-group .ap-color-row{display:flex;align-items:center;gap:15px}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-form-group .ap-color-row input[type=color]{width:50px;height:50px;padding:0;border:none;border-radius:12px;cursor:pointer;overflow:hidden}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-form-group .ap-color-row input[type=text]{flex:1}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-toggle-group{justify-content:flex-end}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-toggle-group .ap-toggle{display:inline-flex;align-items:center;gap:12px;cursor:pointer;padding:10px 20px;background:#f1f5f9;border-radius:20px;-webkit-user-select:none;user-select:none;width:fit-content}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-toggle-group .ap-toggle .ap-toggle-knob{width:44px;height:24px;background:#cbd5e1;border-radius:20px;position:relative;transition:all .3s}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-toggle-group .ap-toggle .ap-toggle-knob:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:all .3s;box-shadow:0 2px 4px #0003}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-toggle-group .ap-toggle span:not(.ap-toggle-knob){font-weight:600;font-size:.9rem;color:#64748b}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-toggle-group .ap-toggle.on .ap-toggle-knob{background:#10b981}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-toggle-group .ap-toggle.on .ap-toggle-knob:after{left:22px}.admin-popup-page .ap-modal .ap-form .ap-form-grid .ap-toggle-group .ap-toggle.on span:not(.ap-toggle-knob){color:#10b981}.admin-popup-page .ap-modal .ap-form .ap-preview{padding:40px;border-radius:20px;color:#fff;text-align:center;margin-bottom:40px;box-shadow:0 10px 30px #0000001a;overflow:hidden}.admin-popup-page .ap-modal .ap-form .ap-preview .ap-preview-img{width:100%;max-width:250px;height:auto;border-radius:15px;margin-bottom:20px;object-fit:cover;box-shadow:0 10px 20px #0003}.admin-popup-page .ap-modal .ap-form .ap-preview .ap-preview-badge{display:inline-block;padding:5px 12px;background:#fff3;border-radius:20px;font-size:.7rem;font-weight:700;text-transform:uppercase;margin-bottom:15px}.admin-popup-page .ap-modal .ap-form .ap-preview .ap-preview-sub{font-size:.8rem;text-transform:uppercase;letter-spacing:2px;opacity:.8;margin-bottom:10px}.admin-popup-page .ap-modal .ap-form .ap-preview .ap-preview-title{font-size:2rem;font-weight:800;margin-bottom:15px}.admin-popup-page .ap-modal .ap-form .ap-preview .ap-preview-desc{opacity:.9;font-size:.95rem;margin-bottom:20px;max-width:400px;margin-left:auto;margin-right:auto}.admin-popup-page .ap-modal .ap-form .ap-preview .ap-preview-btn{display:inline-block;padding:12px 24px;background:#fff;color:#0f172a;border-radius:12px;font-weight:700;font-size:.9rem}.admin-popup-page .ap-modal .ap-form .ap-form-actions{display:flex;justify-content:flex-end;gap:15px;padding-top:30px;border-top:1px solid #f1f5f9}.admin-popup-page .ap-modal .ap-form .ap-form-actions button{padding:14px 28px;border-radius:15px;font-weight:700;font-size:.95rem;transition:all .3s;cursor:pointer}.admin-popup-page .ap-modal .ap-form .ap-form-actions button.ap-btn-cancel{background:#fff;color:#64748b;border:2px solid #e2e8f0}.admin-popup-page .ap-modal .ap-form .ap-form-actions button.ap-btn-cancel:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.admin-popup-page .ap-modal .ap-form .ap-form-actions button.ap-btn-save{background:#0f172a;color:#fff;border:none;display:flex;align-items:center;gap:8px}.admin-popup-page .ap-modal .ap-form .ap-form-actions button.ap-btn-save:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.admin-layout{display:flex;min-height:100vh;background:#0f172a;font-family:Outfit,sans-serif}.admin-sidebar{width:260px;background:#0f172a;border-right:1px solid rgba(255,255,255,.06);position:fixed;height:100vh;left:0;top:0;z-index:1000;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:none}.admin-sidebar::-webkit-scrollbar{display:none}.admin-sidebar .sidebar-brand{display:flex;align-items:center;gap:12px;padding:28px 24px 24px;border-bottom:1px solid rgba(255,255,255,.06)}.admin-sidebar .sidebar-brand .brand-icon{width:40px;height:40px;background:linear-gradient(135deg,#d4af37,#f5d78e);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem;color:#0f172a;flex-shrink:0}.admin-sidebar .sidebar-brand .brand-name{display:block;font-weight:800;font-size:1rem;color:#f1f5f9;letter-spacing:2px}.admin-sidebar .sidebar-brand .brand-sub{display:block;font-size:.7rem;color:#64748b;letter-spacing:1px;text-transform:uppercase;margin-top:1px}.admin-sidebar .sidebar-nav{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:2px}.admin-sidebar .sidebar-nav .nav-item{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:10px;color:#64748b;font-size:.875rem;font-weight:500;transition:all .2s ease;text-decoration:none}.admin-sidebar .sidebar-nav .nav-item svg{flex-shrink:0}.admin-sidebar .sidebar-nav .nav-item:hover{color:#e2e8f0;background:#ffffff0d}.admin-sidebar .sidebar-nav .nav-item.active{color:#d4af37;background:#d4af371a;font-weight:600;border-left:3px solid #d4af37;padding-left:11px}.admin-sidebar .sidebar-footer{padding:16px 12px;border-top:1px solid rgba(255,255,255,.06)}.admin-sidebar .sidebar-footer .admin-info{display:flex;align-items:center;gap:10px;padding:10px 12px;margin-bottom:8px}.admin-sidebar .sidebar-footer .admin-info .admin-avatar{width:36px;height:36px;background:linear-gradient(135deg,#d4af37,#f5d78e);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:#0f172a;flex-shrink:0}.admin-sidebar .sidebar-footer .admin-info .admin-name{font-size:.875rem;font-weight:600;color:#e2e8f0}.admin-sidebar .sidebar-footer .admin-info .admin-role{font-size:.7rem;color:#64748b;margin-top:1px}.admin-sidebar .sidebar-footer .logout-btn{width:100%;display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:10px;color:#64748b;font-size:.875rem;font-weight:500;transition:all .2s;background:none;border:none;cursor:pointer}.admin-sidebar .sidebar-footer .logout-btn:hover{color:#f87171;background:#f871711a}.admin-main{flex:1;margin-left:260px;background:#f8fafc;min-height:100vh}.admin-topbar{display:flex;align-items:center;justify-content:space-between;padding:24px 32px 20px;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100}.admin-topbar .page-title{font-size:1.4rem;font-weight:700;color:#0f172a;margin:0}.admin-topbar .page-date{font-size:.8rem;color:#94a3b8;margin:2px 0 0}.admin-topbar .view-site-btn{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600;color:#2d4f3b;background:#f0fdf4;padding:8px 16px;border-radius:8px;border:1px solid #bbf7d0;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;outline:none}.admin-topbar .view-site-btn svg{transition:transform .6s cubic-bezier(.4,0,.2,1)}.admin-topbar .view-site-btn:hover{background:#2d4f3b;color:#fff;border-color:#2d4f3b;box-shadow:0 4px 12px #2d4f3b33}.admin-topbar .view-site-btn:hover svg{transform:rotate(180deg)}.admin-topbar .view-site-btn:active{transform:scale(.95)}.admin-content{padding:28px 32px}.dash-overview{display:flex;flex-direction:column;gap:24px}.dash-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px;gap:16px;color:#64748b}.dash-loading .spin-ring{width:42px;height:42px;border:3px solid #e2e8f0;border-top-color:#d4af37;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.stat-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat-card-v2{border-radius:16px;padding:24px;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000026;transition:transform .2s,box-shadow .2s}.stat-card-v2:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0003}.stat-card-v2:after{content:"";position:absolute;top:-30px;right:-30px;width:100px;height:100px;border-radius:50%;background:#ffffff0a}.stat-card-v2 .sc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.stat-card-v2 .sc-icon{width:44px;height:44px;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-card-v2 .sc-trend{display:flex;align-items:center;gap:4px;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:20px}.stat-card-v2 .sc-trend.up{background:#34d39926;color:#34d399}.stat-card-v2 .sc-trend.down{background:#f8717126;color:#f87171}.stat-card-v2 .sc-value{font-size:1.9rem;font-weight:800;color:#fff;margin-bottom:4px;letter-spacing:-.5px}.stat-card-v2 .sc-label{font-size:.8rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.stat-card-v2 .sc-sub{font-size:.75rem;color:#ffffff73;margin-top:6px}.charts-row{display:grid;grid-template-columns:1fr 340px;gap:20px}.chart-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 12px #0000000f;border:1px solid #f1f5f9}.chart-card .chart-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.chart-card .chart-card-header h3{font-size:1rem;font-weight:700;color:#0f172a;margin:0}.chart-card .chart-card-header p{font-size:.78rem;color:#94a3b8;margin:4px 0 0}.chart-card .chart-card-header .card-link{font-size:.8rem;font-weight:600;color:#d4af37;white-space:nowrap;margin-top:4px}.chart-card .chart-card-header .card-link:hover{color:#2d4f3b}.chart-card .chart-empty{display:flex;align-items:center;justify-content:center;height:150px;color:#94a3b8;font-size:.9rem}.pie-legend{display:flex;flex-direction:column;gap:8px;padding:0 4px}.pie-legend .pie-legend-item{display:flex;align-items:center;gap:8px}.pie-legend .pie-legend-item .pie-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.pie-legend .pie-legend-item .pie-label{flex:1;font-size:.8rem;color:#374151;font-weight:500;text-transform:capitalize}.pie-legend .pie-legend-item .pie-count{font-size:.8rem;font-weight:700;color:#0f172a}.bottom-row{display:grid;grid-template-columns:1fr 380px;gap:20px}.bottom-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 12px #0000000f;border:1px solid #f1f5f9}.bottom-card .chart-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.bottom-card .chart-card-header h3{font-size:1rem;font-weight:700;color:#0f172a;margin:0}.bottom-card .chart-card-header p{font-size:.78rem;color:#94a3b8;margin:4px 0 0}.bottom-card .chart-card-header .card-link{font-size:.8rem;font-weight:600;color:#d4af37;white-space:nowrap;margin-top:4px}.bottom-card .chart-card-header .card-link:hover{color:#2d4f3b}.bottom-card .chart-empty{display:flex;align-items:center;justify-content:center;height:120px;color:#94a3b8;font-size:.9rem}.recent-orders-table{overflow-x:auto}.recent-orders-table table{width:100%;border-collapse:collapse}.recent-orders-table table th{font-size:.72rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;padding:0 12px 12px;text-align:left;border-bottom:1px solid #f1f5f9}.recent-orders-table table td{padding:12px;border-bottom:1px solid #f8fafc;vertical-align:middle}.recent-orders-table table tr:last-child td{border-bottom:none}.recent-orders-table table tr:hover td{background:#fafbfc}.recent-orders-table .order-id{font-size:.8rem;font-weight:700;color:#475569;font-family:monospace}.recent-orders-table .customer-cell{display:flex;align-items:center;gap:10px}.recent-orders-table .customer-cell .cust-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#2d4f3b,#4a7c59);color:#fff;font-weight:700;font-size:.8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.recent-orders-table .customer-cell .cust-name{font-size:.85rem;font-weight:600;color:#0f172a}.recent-orders-table .customer-cell .cust-email{font-size:.72rem;color:#94a3b8;margin-top:1px}.recent-orders-table .order-amount{font-size:.875rem;font-weight:700;color:#2d4f3b}.recent-orders-table .status-pill{font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:20px;text-transform:capitalize;white-space:nowrap}.recent-orders-table .order-date{font-size:.78rem;color:#94a3b8;white-space:nowrap}.top-products-list{display:flex;flex-direction:column;gap:16px}.top-products-list .top-prod-item{display:flex;align-items:center;gap:14px}.top-products-list .top-prod-item .prod-rank{width:26px;height:26px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#475569;flex-shrink:0}.top-products-list .top-prod-item .prod-info{flex:1;min-width:0}.top-products-list .top-prod-item .prod-info .prod-name{font-size:.85rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:6px}.top-products-list .top-prod-item .prod-info .prod-bar-wrap{height:5px;background:#f1f5f9;border-radius:3px;overflow:hidden}.top-products-list .top-prod-item .prod-info .prod-bar-wrap .prod-bar{height:100%;background:linear-gradient(90deg,#d4af37,#f5d78e);border-radius:3px;transition:width .8s ease}.top-products-list .top-prod-item .prod-stats{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.top-products-list .top-prod-item .prod-stats .prod-units{font-size:.72rem;color:#94a3b8;font-weight:500}.top-products-list .top-prod-item .prod-stats .prod-rev{font-size:.8rem;font-weight:700;color:#2d4f3b}@media(max-width:1280px){.stat-cards-grid{grid-template-columns:repeat(2,1fr)}.charts-row,.bottom-row{grid-template-columns:1fr}}@media(max-width:1024px){.admin-sidebar{width:70px}.admin-sidebar .sidebar-brand{justify-content:center;padding:20px 0}.admin-sidebar .sidebar-brand .brand-icon{margin:0 auto}.admin-sidebar .sidebar-brand .brand-name,.admin-sidebar .sidebar-brand .brand-sub{display:none}.admin-sidebar .sidebar-nav .nav-item{justify-content:center;padding:12px}.admin-sidebar .sidebar-nav .nav-item span{display:none}.admin-sidebar .sidebar-nav .nav-item.active{border-left:none;padding-left:12px}.admin-sidebar .sidebar-footer .admin-info .admin-name,.admin-sidebar .sidebar-footer .admin-info .admin-role,.admin-sidebar .sidebar-footer .logout-btn span{display:none}.admin-sidebar .sidebar-footer .logout-btn{justify-content:center}.admin-main{margin-left:70px}.admin-content{padding:20px 16px}}@media(max-width:768px){.admin-topbar{padding:16px}.stat-cards-grid{grid-template-columns:1fr}}.order-success-page{padding-top:150px;min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.order-success-page .success-icon{margin-bottom:40px}.order-success-page h1{font-size:3rem;margin-bottom:20px;color:#5d1a1a}.order-success-page p{font-size:1.1rem;color:#555;margin-bottom:5px}.order-success-page .subtext{font-size:.95rem;color:#999;margin-bottom:40px}.order-success-page .password-notice{max-width:500px;margin:0 auto 40px}.order-success-page .password-notice .notice-card{background:linear-gradient(135deg,#fdfbf7,#f5e6d3);padding:30px;border-radius:16px;border:1px solid #e2d1b9;box-shadow:0 4px 15px #b48b551a}.order-success-page .password-notice .notice-card h3{color:#b48b55;font-size:1.25rem;margin-bottom:15px;display:flex;align-items:center;justify-content:center;gap:10px}.order-success-page .password-notice .notice-card p{font-size:.95rem;color:#666;margin-bottom:15px}.order-success-page .password-notice .notice-card .temp-password{background:#fff;padding:12px 20px;border-radius:8px;border:1px dashed #b48b55;margin:15px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:15px;transition:all .3s ease;position:relative}.order-success-page .password-notice .notice-card .temp-password:hover{background:#faf7f2;border-style:solid;transform:translateY(-2px);box-shadow:0 4px 10px #b48b551a}.order-success-page .password-notice .notice-card .temp-password.copied{border-color:#27ae60;background:#f0fff4}.order-success-page .password-notice .notice-card .temp-password.copied code,.order-success-page .password-notice .notice-card .temp-password.copied .copy-icon{color:#27ae60}.order-success-page .password-notice .notice-card .temp-password code{font-size:1.4rem;font-weight:700;color:#b48b55;letter-spacing:2px;font-family:Courier New,Courier,monospace;transition:color .3s ease}.order-success-page .password-notice .notice-card .temp-password .copy-icon{color:#b48b55;display:flex;align-items:center;transition:all .3s ease}.order-success-page .password-notice .notice-card .hint{font-size:.85rem;color:#888;margin-top:10px}.order-success-page .password-notice .notice-card .hint strong{color:#b48b55}.order-success-page .success-actions{max-width:800px;width:100%}.order-success-page .success-actions .track-promotion{background-color:#fff4e1;border-radius:12px;padding:40px;display:flex;align-items:center;justify-content:center;gap:40px;margin-bottom:40px;box-shadow:0 10px 30px #0000000d}.order-success-page .success-actions .track-promotion .text{text-align:left}.order-success-page .success-actions .track-promotion .text h3{font-size:1.2rem;margin-bottom:5px;color:#5d1a1a}.order-success-page .success-actions .track-promotion .text p{font-size:.9rem;color:#666}.order-success-page .success-actions .track-promotion .btn-primary{padding:15px 35px;font-weight:700;display:flex;align-items:center;gap:10px}@media(max-width:768px){.order-success-page .success-actions .track-promotion{flex-direction:column;text-align:center}.order-success-page .success-actions .track-promotion .text{text-align:center}}.blog-page{min-height:100vh;background-color:#fafbfc;padding-top:80px;font-family:Inter,system-ui,-apple-system,sans-serif}.blog-page .blog-hero{background:linear-gradient(#00000080,#0000004d),url(https://images.unsplash.com/photo-1620641788421-7a1c342ea42e?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;color:#fff;padding:130px 20px;text-align:center;position:relative;overflow:hidden}.blog-page .blog-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle,transparent 20%,rgba(0,0,0,.5) 100%);pointer-events:none}.blog-page .blog-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,#fafbfc 0%,transparent 100%);pointer-events:none}.blog-page .blog-hero h1{font-size:2.5rem;font-weight:400;margin-bottom:15px;font-family:Playfair Display,serif;letter-spacing:4px;text-transform:uppercase;animation:slideDown .8s cubic-bezier(.16,1,.3,1)}.blog-page .blog-hero p{font-size:.85rem;font-weight:400;opacity:.9;max-width:650px;margin:0 auto;line-height:1.75;font-family:Inter,sans-serif;letter-spacing:1.5px;text-transform:uppercase;animation:fadeIn 1s ease-out .4s both}.blog-page .blog-container{max-width:1200px;margin:0 auto;padding:40px 20px 80px}.blog-page .blog-container .loading-state{text-align:center;padding:60px;font-size:1.2rem;color:#666}.blog-page .blog-container .no-blogs{text-align:center;padding:80px 20px}.blog-page .blog-container .no-blogs h3{font-size:1.8rem;color:#1a1a1a;margin-bottom:12px;font-family:Playfair Display,serif}.blog-page .blog-container .no-blogs p{color:#666;font-size:1.1rem}.blog-page .blog-container .blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:40px}.blog-page .blog-container .blog-grid .blog-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000a;transition:all .4s cubic-bezier(.165,.84,.44,1);border:1px solid rgba(0,0,0,.03);display:flex;flex-direction:column;cursor:pointer}.blog-page .blog-container .blog-grid .blog-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.blog-page .blog-container .blog-grid .blog-card:hover .blog-image img{transform:scale(1.05)}.blog-page .blog-container .blog-grid .blog-card .blog-image{position:relative;height:240px;overflow:hidden}.blog-page .blog-container .blog-grid .blog-card .blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.blog-page .blog-container .blog-grid .blog-card .blog-image .blog-date{position:absolute;top:20px;left:20px;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:8px 16px;border-radius:30px;font-size:.8rem;font-weight:700;color:#5d1a1a;box-shadow:0 4px 10px #0000001a}.blog-page .blog-container .blog-grid .blog-card .blog-content{padding:30px;flex:1;display:flex;flex-direction:column}.blog-page .blog-container .blog-grid .blog-card .blog-content h2{font-size:1.1rem;font-weight:500;color:#1a1a1a;margin-bottom:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-page .blog-container .blog-grid .blog-card .blog-content p{color:#666;line-height:1.6;margin-bottom:25px;flex:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-page .blog-container .blog-grid .blog-card .blog-content .read-more{display:inline-flex;align-items:center;gap:8px;color:#5d1a1a;font-weight:500;font-size:.78rem;text-transform:uppercase;letter-spacing:.8px;background:none;border:none;padding:0;cursor:pointer;transition:gap .3s ease}.blog-page .blog-container .blog-grid .blog-card .blog-content .read-more svg{transition:transform .3s ease}.blog-page .blog-container .blog-grid .blog-card .blog-content .read-more:hover{gap:12px}.blog-page .blog-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;display:flex;justify-content:center;align-items:center;padding:20px}.blog-page .blog-modal{background:#fff;width:100%;max-width:800px;max-height:90vh;border-radius:20px;overflow-y:auto;position:relative;box-shadow:0 25px 50px #00000040}.blog-page .blog-modal .close-btn{position:absolute;top:20px;right:20px;background:#fff;border:1px solid #eee;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:#333;transition:all .2s;box-shadow:0 4px 10px #0000001a}.blog-page .blog-modal .close-btn:hover{background:#f8f9fa;transform:rotate(90deg)}.blog-page .blog-modal .modal-hero{width:100%;height:400px}.blog-page .blog-modal .modal-hero img{width:100%;height:100%;object-fit:cover}.blog-page .blog-modal .modal-body{padding:50px}.blog-page .blog-modal .modal-body .modal-date{color:#5d1a1a;font-weight:600;font-size:.9rem;margin-bottom:15px;display:inline-block;background:rgba(var(--primary-rgb),.1);padding:6px 12px;border-radius:20px}.blog-page .blog-modal .modal-body h1{font-size:2.5rem;font-weight:800;color:#1a1a1a;margin-bottom:30px;line-height:1.2}.blog-page .blog-modal .modal-body .modal-content{color:#4a5568;font-size:1.1rem;line-height:1.8;white-space:pre-wrap}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.blog-page .blog-hero{padding:60px 20px}.blog-page .blog-hero h1{font-size:2.5rem}.blog-page .blog-modal .modal-hero{height:250px}.blog-page .blog-modal .modal-body{padding:30px 20px}.blog-page .blog-modal .modal-body h1{font-size:2rem}}.blog-detail-page{background-color:#fffaf7;min-height:100vh;padding-bottom:100px;font-family:Inter,system-ui,-apple-system,sans-serif}.blog-detail-page .blog-loading,.blog-detail-page .blog-error{height:100vh;display:flex;justify-content:center;align-items:center;font-size:1.5rem;color:#5d1a1a;gap:1rem;background:#fff;font-family:Playfair Display,serif}.blog-detail-page .detail-hero{height:85vh;position:relative;overflow:hidden}.blog-detail-page .detail-hero .hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0003,#000000b3);z-index:1}.blog-detail-page .detail-hero img{width:100%;height:100%;object-fit:cover;transition:transform 10s ease-out}.blog-detail-page .detail-hero:hover img{transform:scale(1.1)}.blog-detail-page .detail-hero .hero-content{position:absolute;bottom:60px;left:50%;transform:translate(-50%);width:90%;max-width:1000px;z-index:2;text-align:center;color:#fff}.blog-detail-page .detail-hero .hero-content .back-btn{display:inline-flex;align-items:center;gap:8px;color:#fffc;text-decoration:none;font-size:.9rem;margin-bottom:30px;letter-spacing:1px;text-transform:uppercase;border:1px solid rgba(255,255,255,.2);padding:8px 20px;border-radius:30px;transition:all .3s}.blog-detail-page .detail-hero .hero-content .back-btn:hover{background:#ffffff1a;color:#fff;transform:translate(-5px)}.blog-detail-page .detail-hero .hero-content h1{font-size:2.5rem;font-family:Playfair Display,serif;font-weight:400;margin-bottom:20px;letter-spacing:1px;color:#fff;line-height:1.2}@media(max-width:768px){.blog-detail-page .detail-hero .hero-content h1{font-size:1.8rem}}.blog-detail-page .detail-hero .hero-content .blog-meta{display:flex;justify-content:center;gap:30px;font-size:.9rem;letter-spacing:1.5px;text-transform:uppercase;opacity:.85}.blog-detail-page .detail-hero .hero-content .blog-meta span{display:flex;align-items:center;gap:8px}@media(max-width:600px){.blog-detail-page .detail-hero .hero-content .blog-meta{flex-direction:column;gap:10px}}.blog-detail-page .blog-main-content{margin-top:-50px;position:relative;z-index:5}.blog-detail-page .blog-main-content .content-container{max-width:800px;margin:0 auto;background:#fff;padding:80px 100px;border-radius:4px;box-shadow:0 30px 60px #0000000d}@media(max-width:900px){.blog-detail-page .blog-main-content .content-container{padding:40px 30px;margin:0 15px}}.blog-detail-page .blog-main-content .content-container .article-body p{font-size:.95rem;font-weight:400;line-height:1.9;color:#4a5568;margin-bottom:1.5rem;text-align:justify;letter-spacing:.2px}.blog-detail-page .blog-main-content .content-container .article-body p:first-of-type:first-letter{float:left;font-size:3rem;line-height:.8;padding-top:4px;padding-right:12px;padding-left:3px;color:#5d1a1a;font-family:Playfair Display,serif}.blog-detail-page .blog-main-content .content-container .article-footer{margin-top:80px;padding-top:40px;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center}@media(max-width:600px){.blog-detail-page .blog-main-content .content-container .article-footer{flex-direction:column;gap:20px;align-items:flex-start}}.blog-detail-page .blog-main-content .content-container .article-footer .share-box{display:flex;align-items:center;gap:15px;color:#64748b;font-weight:600}.blog-detail-page .blog-main-content .content-container .article-footer .share-box button{background:#f1f5f9;border:none;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.blog-detail-page .blog-main-content .content-container .article-footer .share-box button:hover{background:#5d1a1a;color:#fff}.blog-detail-page .blog-main-content .content-container .article-footer .tags{display:flex;gap:10px}.blog-detail-page .blog-main-content .content-container .article-footer .tags span{font-size:.85rem;color:#b48b55;background:#d4af3714;padding:5px 15px;border-radius:30px;font-weight:600}*{box-sizing:border-box}.wishlist-page{min-height:100vh;background:#f4f6f3;font-family:Outfit,sans-serif}.wl-hero{position:relative;padding:130px 0 70px;overflow:hidden;background:linear-gradient(150deg,#0d2318,#1a3828,#2d4f3b 70%,#1e3529)}.wl-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 90% at 85% -10%,rgba(212,175,55,.18) 0%,transparent 55%),radial-gradient(ellipse 50% 70% at -5% 110%,rgba(74,124,89,.2) 0%,transparent 50%),radial-gradient(ellipse 30% 40% at 50% 50%,rgba(255,255,255,.02) 0%,transparent 60%);pointer-events:none}.wl-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.wl-hero .wl-orb{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;animation:orb-drift 8s ease-in-out infinite}.wl-hero .wl-orb.orb1{width:400px;height:400px;background:#d4af3714;top:-100px;right:5%;animation-duration:9s}.wl-hero .wl-orb.orb2{width:300px;height:300px;background:#4a7c591f;bottom:-80px;left:10%;animation-duration:11s;animation-delay:-3s}.wl-hero .wl-orb.orb3{width:200px;height:200px;background:#ffffff0a;top:40%;left:45%;animation-duration:13s;animation-delay:-6s}@keyframes orb-drift{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-15px) scale(1.05)}66%{transform:translate(-15px,10px) scale(.95)}}.wl-hero .wl-hero-inner{position:relative;z-index:5;max-width:1200px;margin:65px auto;padding:0 24px}.wl-hero .wl-hero-title-row{display:flex;align-items:center;gap:22px;margin-bottom:20px}.wl-hero .wl-hero-icon{position:relative;width:72px;height:72px;flex-shrink:0}.wl-hero .wl-hero-icon .icon-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1.5px solid rgba(212,175,55,.3);animation:icon-pulse 2.5s ease-out infinite}.wl-hero .wl-hero-icon .icon-ring.ring2{top:-8px;right:-8px;bottom:-8px;left:-8px;border-color:#d4af3726;animation-delay:.6s}.wl-hero .wl-hero-icon .icon-core{position:absolute;top:8px;right:8px;bottom:8px;left:8px;background:linear-gradient(135deg,#d4af3740,#d4af371a);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(212,175,55,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#b48b55;animation:heartbeat 2.8s ease-in-out infinite}@keyframes icon-pulse{0%{transform:scale(.9);opacity:.8}70%{transform:scale(1.2);opacity:0}to{opacity:0}}@keyframes heartbeat{0%,to{transform:scale(1)}15%{transform:scale(1.1)}30%{transform:scale(1)}45%{transform:scale(1.06)}}.wl-hero .wl-hero-heading h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;letter-spacing:-.5px;line-height:1.1;margin-bottom:6px}.wl-hero .wl-hero-heading h1 .accent-text{background:linear-gradient(135deg,#b48b55,#d0b695);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.wl-hero .wl-hero-heading .wl-subtitle{font-size:.95rem;color:#ffffff8c;letter-spacing:.2px}.wl-hero .wl-stat-pills{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:28px;padding-left:94px}.wl-hero .wl-stat-pills .stat-pill{display:flex;align-items:center;gap:7px;padding:7px 16px;border-radius:100px;font-size:.82rem;font-weight:700;letter-spacing:.2px;border:1px solid transparent;transition:all .25s}.wl-hero .wl-stat-pills .stat-pill.pill-items{background:#ffffff14;border-color:#ffffff1f;color:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.wl-hero .wl-stat-pills .stat-pill.pill-savings{background:#b48b551f;border-color:#b48b554d;color:#b48b55}.wl-hero .wl-stat-pills .stat-pill.pill-savings strong{color:#fff}.wl-hero .wl-stat-pills .stat-pill.pill-stock{background:#34d3991a;border-color:#34d39940;color:#34d399}.wl-hero .wl-stat-pills .stat-pill svg{opacity:.8}.wl-hero .wl-hero-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),rgba(212,175,55,.3),rgba(255,255,255,.1),transparent);margin-bottom:24px}.wl-hero .wl-action-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding-left:94px}.wl-hero .wl-action-row .wl-btn{display:inline-flex;align-items:center;gap:9px;padding:12px 26px;border-radius:12px;font-size:.88rem;font-weight:700;border:none;cursor:pointer;letter-spacing:.3px;transition:all .25s ease}.wl-hero .wl-action-row .wl-btn.btn-move{background:linear-gradient(135deg,#b48b55,#c7a87f);color:#1a1a1a;box-shadow:0 6px 20px #b48b5559}.wl-hero .wl-action-row .wl-btn.btn-move:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 28px #b48b5573}.wl-hero .wl-action-row .wl-btn.btn-move:disabled{opacity:.55;cursor:not-allowed;transform:none}.wl-hero .wl-action-row .wl-btn.btn-clear{background:#ffffff12;color:#ffffffbf;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.wl-hero .wl-action-row .wl-btn.btn-clear:hover{background:#f8717126;border-color:#f8717159;color:#fca5a5;transform:translateY(-2px)}.wl-hero .wl-hero-wave{position:absolute;bottom:-2px;left:0;right:0;z-index:6;line-height:0}.wl-hero .wl-hero-wave svg{display:block;width:100%;height:50px}.wl-container{max-width:1200px;margin:0 auto;padding:48px 24px 80px}.wl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px}.wl-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000012;border:1px solid rgba(0,0,0,.04);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease;position:relative}.wl-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #2d4f3b21,0 4px 16px #00000014}.wl-card:hover .wl-img-overlay{opacity:1}.wl-card:hover .wl-remove-btn{opacity:1;transform:scale(1) rotate(0)}.wl-card:hover .wl-card-img-wrap img{transform:scale(1.08)}.wl-card.out-of-stock .wl-card-img-wrap img{filter:grayscale(50%) brightness(.9)}.wl-card.out-of-stock .wl-cart-btn{opacity:.6}.wl-card .wl-card-img-wrap{position:relative;width:100%;height:230px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#f0f2f0)}.wl-card .wl-card-img-wrap a{display:block;height:100%}.wl-card .wl-card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.22,1,.36,1)}.wl-card .wl-card-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:5px;z-index:3}.wl-card .wl-card-badges .badge-discount{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.68rem;font-weight:800;padding:4px 9px;border-radius:7px;letter-spacing:.3px;box-shadow:0 3px 10px #ef444466}.wl-card .wl-card-badges .badge-oos{background:#0f172abf;color:#ffffffe0;font-size:.66rem;font-weight:700;padding:4px 9px;border-radius:7px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.wl-card .wl-remove-btn{position:absolute;top:12px;right:12px;z-index:4;width:36px;height:36px;background:#ffffffeb;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ef4444;cursor:pointer;box-shadow:0 3px 14px #0000002e;transition:all .25s ease;opacity:0;transform:scale(.7) rotate(-15deg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.wl-card .wl-remove-btn:hover{background:#ef4444;color:#fff;transform:scale(1.1) rotate(0)!important;box-shadow:0 6px 20px #ef444466}.wl-card .wl-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,23,42,.7) 0%,rgba(15,23,42,.1) 45%,transparent 70%);display:flex;align-items:flex-end;justify-content:center;padding-bottom:16px;opacity:0;transition:opacity .3s ease;z-index:2}.wl-card .wl-img-overlay .overlay-view-btn{color:#fff;font-size:.78rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:8px 20px;border:1.5px solid rgba(255,255,255,.5);border-radius:100px;transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14}.wl-card .wl-img-overlay .overlay-view-btn:hover{background:#b48b55;border-color:#b48b55;color:#1a1a1a}.wl-card .wl-card-body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:11px}.wl-card .wl-product-name{font-size:.95rem;font-weight:700;color:#111827;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.wl-card .wl-product-name:hover{color:#5d1a1a}.wl-card .wl-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.wl-card .wl-price-row .price-now{font-size:1.2rem;font-weight:800;color:#5d1a1a;letter-spacing:-.3px}.wl-card .wl-price-row .price-was{font-size:.82rem;color:#9ca3af;text-decoration:line-through}.wl-card .wl-price-row .price-save-tag{font-size:.68rem;font-weight:700;background:#27ae601a;color:#5d1a1a;padding:2px 8px;border-radius:100px}.wl-card .wl-stock-indicator{display:flex;align-items:center;gap:7px;font-size:.78rem;font-weight:600}.wl-card .wl-stock-indicator .stock-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.wl-card .wl-stock-indicator.in{color:#5d1a1a}.wl-card .wl-stock-indicator.in .stock-dot{background:#5d1a1a;box-shadow:0 0 0 3px #5d1a1a33;animation:pulse-stock 2s ease infinite}.wl-card .wl-stock-indicator.oos{color:#9ca3af}.wl-card .wl-stock-indicator.oos .stock-dot{background:#d1d5db}@keyframes pulse-stock{0%,to{box-shadow:0 0 #5d1a1a59}50%{box-shadow:0 0 0 5px #5d1a1a00}}.wl-card .wl-cart-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:9px;padding:12px 16px;border-radius:12px;font-size:.875rem;font-weight:700;cursor:pointer;border:none;letter-spacing:.3px;transition:all .25s ease;margin-top:4px;background:linear-gradient(135deg,#5d1a1a,#451313);color:#fff;box-shadow:0 4px 16px #5d1a1a40;position:relative;overflow:hidden}.wl-card .wl-cart-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.12) 50%,transparent 100%);transform:translate(-100%);transition:transform .4s ease}.wl-card .wl-cart-btn:hover:not(:disabled):after{transform:translate(100%)}.wl-card .wl-cart-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #5d1a1a59}.wl-card .wl-cart-btn:disabled{background:linear-gradient(135deg,#e2e8f0,#d1d5db);color:#94a3b8;box-shadow:none;cursor:not-allowed}.wl-card .wl-cart-btn .btn-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:rot .7s linear infinite}@keyframes rot{to{transform:rotate(360deg)}}.wl-skeleton{pointer-events:none}.wl-skeleton .sk{background:linear-gradient(90deg,#efefef 25%,#e3e3e3,#efefef 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.wl-skeleton .sk.sk-img{width:100%;height:230px;border-radius:0}.wl-skeleton .sk.sk-line{height:14px;margin:2px 0}.wl-skeleton .sk.sk-line.long{width:85%}.wl-skeleton .sk.sk-line.short{width:55%}.wl-skeleton .sk.sk-price{height:22px;width:80px}.wl-skeleton .sk.sk-btn{height:46px;border-radius:12px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.wl-empty{text-align:center;padding:80px 24px 100px;max-width:500px;margin:0 auto}.wl-empty .wl-empty-visual{position:relative;width:140px;height:140px;margin:0 auto 36px}.wl-empty .wl-empty-visual .empty-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid rgba(93,26,26,.12);animation:ring-expand 2.8s ease-out infinite}.wl-empty .wl-empty-visual .empty-ring.ring2{animation-delay:.9s;border-color:#b48b5524}.wl-empty .wl-empty-visual .empty-icon-wrap{position:absolute;top:16px;right:16px;bottom:16px;left:16px;border-radius:50%;background:linear-gradient(135deg,#eef2ee,#e4ede5);border:1.5px solid rgba(93,26,26,.1);display:flex;align-items:center;justify-content:center;color:#5d1a1a80}@keyframes ring-expand{0%{transform:scale(.88);opacity:.8}70%{transform:scale(1.2);opacity:0}to{opacity:0}}.wl-empty h2{font-size:1.7rem;font-weight:800;color:#111827;letter-spacing:-.3px;margin-bottom:12px}.wl-empty p{color:#6b7280;font-size:.95rem;line-height:1.7;margin-bottom:36px}.wl-empty .wl-browse-btn{display:inline-flex;align-items:center;gap:10px;padding:15px 36px;background:linear-gradient(135deg,#5d1a1a,#8b3a3a);color:#fff;border-radius:14px;font-weight:700;font-size:.95rem;text-decoration:none;box-shadow:0 8px 28px #5d1a1a4d;transition:all .3s ease}.wl-empty .wl-browse-btn:hover{transform:translateY(-3px);box-shadow:0 14px 36px #5d1a1a66}.wl-footer{margin-top:44px;padding:18px 28px;background:#fff;border-radius:16px;box-shadow:0 2px 14px #0000000f;border:1px solid rgba(0,0,0,.04);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}.wl-footer .wl-summary{display:flex;align-items:center;gap:10px;color:#374151;font-size:.88rem;font-weight:500}.wl-footer .wl-summary svg{color:#5d1a1a;flex-shrink:0}.wl-footer .wl-summary .wl-summary-saving{display:flex;align-items:center;gap:5px;background:#5d1a1a1a;color:#5d1a1a;padding:4px 12px;border-radius:100px;font-weight:700;font-size:.78rem}.wl-footer .wl-continue{display:flex;align-items:center;gap:8px;font-size:.88rem;font-weight:700;color:#5d1a1a;text-decoration:none;padding:10px 24px;border:2px solid #5d1a1a;border-radius:10px;transition:all .25s}.wl-footer .wl-continue:hover{background:#5d1a1a;color:#fff;transform:translateY(-1px)}@media(max-width:900px){.wl-hero .wl-stat-pills,.wl-hero .wl-action-row{padding-left:0}}@media(max-width:768px){.wl-hero{padding:100px 0 60px}.wl-hero .wl-hero-inner{margin:40px auto;text-align:center}.wl-hero .wl-hero-title-row{flex-direction:column;gap:15px}.wl-hero .wl-hero-heading h1{font-size:2.2rem}.wl-hero .wl-stat-pills{justify-content:center;gap:8px}.wl-hero .wl-action-row{justify-content:center}.wl-card .wl-remove-btn{opacity:1;transform:scale(1)}.wl-footer{flex-direction:column;align-items:center;text-align:center}.wl-footer .wl-summary{flex-direction:column}}@media(max-width:576px){.wl-hero .wl-hero-heading h1{font-size:1.8rem}.wl-hero .wl-action-row{flex-direction:column;width:100%;padding:0 10px}.wl-hero .wl-action-row .wl-btn{width:100%;justify-content:center}.wl-container{padding:30px 15px 60px}.wl-grid{grid-template-columns:1fr;gap:20px}.wl-card .wl-card-img-wrap{height:250px}.wl-card .wl-card-body{padding:20px;gap:12px}}@media(max-width:400px){.wl-grid{grid-size:1fr}.wl-card .wl-card-img-wrap{height:200px}}.about-page{overflow-x:hidden;background-color:#fdfaf7;padding-top:110px}.about-page section.section-padding{padding:90px 0}.about-page .about-hero-v3{position:relative;height:85vh;min-height:600px;background-image:url(/incense-hero-bg.png);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center}.about-page .about-hero-v3 .hero-overlay-soft{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#00000080,#0003)}.about-page .about-hero-v3 .hero-content-v3{position:relative;z-index:3;max-width:900px;padding:0 20px}.about-page .about-hero-v3 .hero-content-v3 .badge-story{display:inline-block;padding:6px 16px;background:#b48b5533;border:1px solid rgba(180,139,85,.4);border-radius:50px;color:#b48b55;font-weight:600;font-size:.72rem;letter-spacing:2.5px;margin-bottom:25px}.about-page .about-hero-v3 .hero-content-v3 h1{font-size:3.5rem;font-weight:600;color:#fff;line-height:1.1;margin-bottom:20px;letter-spacing:-1px}.about-page .about-hero-v3 .hero-content-v3 h1 span{color:#b48b55}@media(max-width:768px){.about-page .about-hero-v3 .hero-content-v3 h1{font-size:2.4rem}}.about-page .about-hero-v3 .hero-content-v3 p.lead-story{font-size:1.05rem;font-weight:400;color:#ffffffd9;max-width:700px;margin:0 auto;line-height:1.7}@media(max-width:768px){.about-page .about-hero-v3 .hero-content-v3 p.lead-story{font-size:.95rem}}.about-page .grid-split{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}@media(max-width:992px){.about-page .grid-split{grid-template-columns:1fr;gap:35px}}.about-page .grid-split .tradition-text p{font-size:.95rem;font-weight:400;line-height:1.8;color:#444;margin-bottom:25px}.about-page .grid-split .tradition-text p strong{color:#b48b55}.about-page .grid-split .tradition-text .highlight-box{padding:28px 30px;background:#fff;border-right:3px solid #b48b55;border-left:1px solid rgba(0,0,0,.05);border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);border-radius:4px 20px 20px 4px;font-style:italic;font-size:1rem;font-weight:400;color:#5d1a1a;box-shadow:0 10px 25px #00000008}.about-page .grid-split .tradition-visual .floating-frame{width:100%;height:550px;object-fit:cover;border-radius:40px 4px;box-shadow:0 30px 60px #0000001a;border:1px solid rgba(0,0,0,.05)}.about-page .about-ritual .ritual-card{background:#3e2723;padding:70px 50px;border-radius:30px;text-align:center;color:#fff;box-shadow:0 20px 50px #3e272333}.about-page .about-ritual .ritual-card .ritual-content{max-width:750px;margin:0 auto}.about-page .about-ritual .ritual-card .ritual-content h2{font-size:2rem;font-weight:500;color:#b48b55;margin-bottom:20px;letter-spacing:-.5px}.about-page .about-ritual .ritual-card .ritual-content p{font-size:1rem;font-weight:400;line-height:1.75;opacity:.9}.about-page .section-header-story{text-align:center;margin-bottom:55px}.about-page .section-header-story h2{font-size:2rem;font-weight:500;margin-bottom:15px;color:#5d1a1a;letter-spacing:-.5px}.about-page .section-header-story p{font-size:.95rem;font-weight:400;color:#666;max-width:700px;margin:0 auto;line-height:1.7}.about-page .story-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media(max-width:992px){.about-page .story-features-grid{grid-template-columns:1fr}}.about-page .story-features-grid .story-feature{padding:40px 30px;background:#fff;border-radius:20px;text-align:center;box-shadow:0 10px 30px #00000008;border:1px solid rgba(0,0,0,.02);transition:all .4s ease}.about-page .story-features-grid .story-feature:hover{transform:translateY(-8px);border-color:#b48b5533}.about-page .story-features-grid .story-feature .icon-wrap{width:65px;height:65px;background:#b48b551a;color:#b48b55;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 22px}.about-page .story-features-grid .story-feature .icon-wrap svg{width:28px;height:28px}.about-page .story-features-grid .story-feature h3{font-size:1.1rem;font-weight:500;margin-bottom:12px;color:#5d1a1a}.about-page .story-features-grid .story-feature p{font-size:.88rem;font-weight:400;color:#666;line-height:1.6}.about-page .sanctuary-flex{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}@media(max-width:992px){.about-page .sanctuary-flex{grid-template-columns:1fr}}.about-page .sanctuary-flex .sanctuary-image img{width:100%;height:580px;object-fit:cover;border-radius:4px 40px;box-shadow:0 30px 60px #0000001a}.about-page .sanctuary-flex .sanctuary-text h2{font-size:2rem;font-weight:500;margin-bottom:20px;color:#5d1a1a;letter-spacing:-.5px}.about-page .sanctuary-flex .sanctuary-text p{font-size:.95rem;font-weight:400;color:#444;line-height:1.8;margin-bottom:25px}.about-page .sanctuary-flex .sanctuary-text .closing-quote{padding:30px 35px;background:#fff;border-radius:16px;border-left:4px solid #b48b55;font-style:italic;font-size:1rem;font-weight:400;color:#333;line-height:1.7;margin-bottom:35px;box-shadow:0 15px 35px #0000000a}.about-page .sanctuary-flex .sanctuary-text .btn-story-cta{display:inline-block;padding:16px 45px;background:#5d1a1a;color:#fff;font-weight:500;font-size:.85rem;letter-spacing:1.5px;border-radius:50px;transition:all .3s ease}.about-page .sanctuary-flex .sanctuary-text .btn-story-cta:hover{background:#b48b55;transform:translate(8px);box-shadow:0 12px 28px #b48b554d}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-20px,-20px) scale(1.1)}}.corporate-gifting-page{background:#fcfbf7;padding-top:110px}.corporate-gifting-page .corporate-hero-v2{position:relative;height:95vh;min-height:700px;display:flex;align-items:center;overflow:hidden;background-color:#000;text-align:center}.corporate-gifting-page .corporate-hero-v2 .hero-parallax-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/incense-hero-bg.png);background-size:cover;background-position:center;opacity:.6;z-index:1}.corporate-gifting-page .corporate-hero-v2 .hero-overlay-v2{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000080,#0003);z-index:2}.corporate-gifting-page .corporate-hero-v2 .container{position:relative;z-index:3;max-width:1000px}.corporate-gifting-page .corporate-hero-v2 .hero-text-side{color:#fff}.corporate-gifting-page .corporate-hero-v2 .hero-text-side .badge-premium{display:inline-block;padding:6px 15px;background:#b48b5533;border:1px solid rgba(180,139,85,.4);border-radius:50px;font-size:.75rem;font-weight:700;letter-spacing:2px;color:#b48b55;margin-bottom:25px}.corporate-gifting-page .corporate-hero-v2 .hero-text-side h1{font-size:5rem;line-height:1.1;font-weight:800;color:#fff;margin-bottom:25px}.corporate-gifting-page .corporate-hero-v2 .hero-text-side h1 span{color:#b48b55}.corporate-gifting-page .corporate-hero-v2 .hero-text-side p{font-size:1.3rem;color:#fffc;max-width:750px;margin:0 auto 40px;line-height:1.6}.corporate-gifting-page .corporate-hero-v2 .hero-text-side .hero-features-minimal{display:flex;justify-content:center;gap:40px;margin-bottom:50px}.corporate-gifting-page .corporate-hero-v2 .hero-text-side .hero-features-minimal .feat-item{display:flex;align-items:center;gap:10px;font-weight:600;font-size:.95rem;color:#ffffffe6}.corporate-gifting-page .corporate-hero-v2 .hero-text-side .hero-features-minimal .feat-item svg{color:#b48b55}.corporate-gifting-page .corporate-hero-v2 .hero-text-side .btn-scroll-down{padding:20px 50px;background:#b48b55;color:#fff;font-weight:800;font-size:.95rem;letter-spacing:2px;border-radius:50px;transition:all .4s cubic-bezier(.4,0,.2,1)}.corporate-gifting-page .corporate-hero-v2 .hero-text-side .btn-scroll-down:hover{background:#fff;color:#5d1a1a;box-shadow:0 15px 30px #0003}.corporate-gifting-page .master-grid{display:grid;grid-template-columns:1fr 380px;gap:60px;padding-bottom:100px}.corporate-gifting-page .catalog-main .title-advanced{font-size:2.8rem;font-weight:800;margin-bottom:20px}.corporate-gifting-page .catalog-main .title-advanced span{color:#b48b55}.corporate-gifting-page .catalog-main .category-description{margin-bottom:60px}.corporate-gifting-page .catalog-main .category-description p{font-size:1.1rem;color:#666;max-width:700px}.corporate-gifting-page .premium-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px;margin-bottom:80px}.corporate-gifting-page .premium-product-grid .suite-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid rgba(0,0,0,.05);transition:all .4s cubic-bezier(.4,0,.2,1)}.corporate-gifting-page .premium-product-grid .suite-card:hover{transform:translateY(-15px);box-shadow:0 25px 50px #00000014}.corporate-gifting-page .premium-product-grid .suite-card:hover .suite-hover{opacity:1;transform:translateY(0)}.corporate-gifting-page .premium-product-grid .suite-card:hover img{scale:1.1}.corporate-gifting-page .premium-product-grid .suite-card .suite-img-wrapper{position:relative;height:320px;overflow:hidden}.corporate-gifting-page .premium-product-grid .suite-card .suite-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.corporate-gifting-page .premium-product-grid .suite-card .suite-img-wrapper .suite-badge{position:absolute;top:20px;right:20px;background:#b48b55;color:#fff;padding:5px 12px;font-size:.7rem;font-weight:800;border-radius:4px}.corporate-gifting-page .premium-product-grid .suite-card .suite-img-wrapper .suite-hover{position:absolute;top:0;right:0;bottom:0;left:0;background:#5d1a1a66;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(20px);transition:all .4s ease}.corporate-gifting-page .premium-product-grid .suite-card .suite-img-wrapper .suite-hover .btn-enquiry-overlay{padding:12px 30px;background:#fff;color:#5d1a1a;font-weight:800;border-radius:50px}.corporate-gifting-page .premium-product-grid .suite-card .suite-img-wrapper .suite-hover .btn-enquiry-overlay:hover{background:#b48b55;color:#fff}.corporate-gifting-page .premium-product-grid .suite-card .suite-content{padding:30px}.corporate-gifting-page .premium-product-grid .suite-card .suite-content h3{font-size:1.4rem;font-weight:700;margin-bottom:10px}.corporate-gifting-page .premium-product-grid .suite-card .suite-content .suite-price{font-weight:800;color:#b48b55;margin-bottom:15px;font-size:1.1rem}.corporate-gifting-page .premium-product-grid .suite-card .suite-content p{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:25px;min-height:70px}.corporate-gifting-page .premium-product-grid .suite-card .suite-content .suite-meta{display:flex;gap:20px;padding-top:20px;border-top:1px solid #f0f0f0}.corporate-gifting-page .premium-product-grid .suite-card .suite-content .suite-meta span{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:#999}.corporate-gifting-page .why-us-minimal h3{font-size:1.8rem;margin-bottom:40px}.corporate-gifting-page .why-us-minimal .trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.corporate-gifting-page .why-us-minimal .trust-item{padding:30px;background:#fff;border-radius:15px}.corporate-gifting-page .why-us-minimal .trust-item .check{color:#27ae60;margin-bottom:15px}.corporate-gifting-page .why-us-minimal .trust-item strong{display:block;margin-bottom:10px;font-size:1rem;color:#5d1a1a}.corporate-gifting-page .why-us-minimal .trust-item p{font-size:.9rem;color:#666}.corporate-gifting-page .concierge-sidebar .concierge-card{background:#fff;border-radius:25px;padding:40px;box-shadow:0 20px 60px #0000000f;border:1px solid rgba(0,0,0,.02)}.corporate-gifting-page .concierge-sidebar .concierge-card.sticky-sidebar{position:sticky;top:130px}.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-head{text-align:center;margin-bottom:35px}.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-head .concierge-icon{width:60px;height:60px;background:#b48b551a;color:#b48b55;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-head h3{font-size:1.5rem;margin-bottom:10px}.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-head p{font-size:.9rem;color:#888}.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-form{display:flex;flex-direction:column;gap:15px}.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-form .field input,.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-form .field select,.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-form .field textarea{width:100%;padding:15px 20px;border-radius:10px;border:1px solid #eee;background:#fcfcfc;font-size:.95rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-form .field input:focus,.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-form .field select:focus,.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-form .field textarea:focus{outline:none;border-color:#b48b55;background:#fff;box-shadow:0 5px 15px #b48b550d}.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-form .field.flex{display:grid;grid-template-columns:1fr 1fr;gap:15px}.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-form .btn-form-submit{width:100%;padding:18px;background:#5d1a1a;color:#fff;font-weight:700;letter-spacing:1px;border-radius:10px;margin-top:10px}.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-form .btn-form-submit:hover{background:#b48b55;transform:translateY(-3px)}.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-form .form-privacy{font-size:.75rem;color:#aaa;text-align:center;display:flex;align-items:center;justify-content:center;gap:5px}.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-success{text-align:center;padding:40px 0}.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-success h4{font-size:1.4rem;margin:20px 0 10px}.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-success p{color:#666;margin-bottom:30px}.corporate-gifting-page .concierge-sidebar .concierge-card .concierge-success button{font-weight:700;color:#b48b55;text-decoration:underline}@media(max-width:1100px){.corporate-gifting-page .master-grid{grid-template-columns:1fr}.corporate-gifting-page .concierge-sidebar .concierge-card.sticky-sidebar{position:static}}@media(max-width:768px){.corporate-gifting-page .corporate-hero-v2{height:auto;padding:100px 0}.corporate-gifting-page .corporate-hero-v2 h1{font-size:3.5rem}.corporate-gifting-page .premium-product-grid,.corporate-gifting-page .trust-grid{grid-template-columns:1fr}}.contact-page .contact-hero{height:50vh;min-height:400px;background:radial-gradient(circle at 50% 50%,#fff,#fffaf5);display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.05)}.contact-page .contact-hero .hero-content{max-width:800px;margin-inline:auto;text-align:center}.contact-page .contact-hero .hero-content h1{font-size:3.5rem;color:#3e2723;font-weight:900;margin-bottom:20px;letter-spacing:-1px}.contact-page .contact-hero .hero-content p{font-size:1.1rem;color:#3e272399;max-width:550px;margin-inline:auto;line-height:1.7}.contact-page .grid-two{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}@media(max-width:992px){.contact-page .grid-two{grid-template-columns:1fr}}.contact-page .contact-info-panel{background-color:#3e2723;color:#fff;padding:60px;border-radius:40px;box-shadow:0 30px 60px #00000026}@media(max-width:576px){.contact-page .contact-info-panel{padding:40px 30px}}.contact-page .contact-info-panel .info-header{margin-bottom:50px}.contact-page .contact-info-panel .info-header h2{font-size:2.2rem;font-weight:800;margin-bottom:15px;letter-spacing:-1px}.contact-page .contact-info-panel .info-header p{font-size:1rem;color:#ffffffb3}.contact-page .contact-info-panel .info-list{display:flex;flex-direction:column;gap:40px;margin-bottom:60px}.contact-page .contact-info-panel .info-list .info-item{display:flex;gap:20px;align-items:flex-start}.contact-page .contact-info-panel .info-list .info-item .icon-box{width:50px;height:50px;background-color:#ffffff1a;border-radius:15px;display:flex;align-items:center;justify-content:center;color:#f57c00;flex-shrink:0}.contact-page .contact-info-panel .info-list .info-item .text h3{font-size:1.1rem;font-weight:700;margin-bottom:5px;letter-spacing:1px}.contact-page .contact-info-panel .info-list .info-item .text p{font-size:.95rem;opacity:.7}.contact-page .contact-info-panel .connect-card{background-color:#f57c001a;border:1px solid rgba(245,124,0,.2);padding:30px;border-radius:20px;display:flex;gap:20px;align-items:center}.contact-page .contact-info-panel .connect-card .icon{color:#f57c00;flex-shrink:0}.contact-page .contact-info-panel .connect-card p{font-size:.9rem;opacity:.8}.contact-page .contact-form-panel .luxury-form .form-group{margin-bottom:25px}.contact-page .contact-form-panel .luxury-form .form-group.grid-two{gap:20px}@media(max-width:576px){.contact-page .contact-form-panel .luxury-form .form-group{grid-template-columns:1fr}}.contact-page .contact-form-panel .luxury-form .input-group{display:flex;flex-direction:column;gap:10px}.contact-page .contact-form-panel .luxury-form .input-group label{font-size:.85rem;font-weight:700;color:#3e2723;letter-spacing:1px;text-transform:uppercase}.contact-page .contact-form-panel .luxury-form .input-group input,.contact-page .contact-form-panel .luxury-form .input-group textarea{border:1px solid rgba(0,0,0,.1);padding:15px 20px;border-radius:12px;font-family:inherit;font-size:1rem;color:#3e2723;transition:all .3s;background-color:#fff}.contact-page .contact-form-panel .luxury-form .input-group input:focus,.contact-page .contact-form-panel .luxury-form .input-group textarea:focus{outline:none;border-color:#f57c00;box-shadow:0 0 0 4px #f57c001a}.contact-page .contact-form-panel .luxury-form .btn-vibrant-full{width:100%;background-color:#f57c00;color:#fff;padding:20px;border-radius:15px;border:none;font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 20px #f57c0033}.contact-page .contact-form-panel .luxury-form .btn-vibrant-full:hover{background-color:#e67e22;transform:translateY(-3px);box-shadow:0 15px 30px #f57c004d}.legal-page{background:#fdfcfa;min-height:100vh;padding-top:90px}.legal-page .container.narrow{max-width:820px;margin:0 auto;padding:0 24px}.legal-page .legal-hero{position:relative;padding:70px 0 60px;background:linear-gradient(135deg,#5d1a1a,#350f0f);color:#fff;text-align:center;overflow:hidden}.legal-page .legal-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 60%,rgba(255,255,255,.06) 0%,transparent 65%),radial-gradient(circle at 70% 30%,rgba(180,139,85,.08) 0%,transparent 60%);z-index:1}.legal-page .legal-hero:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:40px;background:#fdfcfa;clip-path:ellipse(55% 100% at 50% 100%);z-index:2}.legal-page .legal-hero .hero-content{position:relative;z-index:3}.legal-page .legal-hero .hero-content .hero-icon{color:#b48b55;margin-bottom:16px;opacity:.9;filter:drop-shadow(0 4px 12px rgba(180,139,85,.4))}.legal-page .legal-hero .hero-content h1{font-size:2rem;font-weight:500;margin-bottom:12px;color:#fff;letter-spacing:-.3px;font-family:Playfair Display,serif}@media(max-width:768px){.legal-page .legal-hero .hero-content h1{font-size:1.6rem}}.legal-page .legal-hero .hero-content p{font-size:.88rem;font-weight:400;color:#ffffffb8;max-width:520px;margin:0 auto 24px;line-height:1.7}.legal-page .legal-hero .hero-content .last-updated{display:inline-block;font-size:.72rem;font-weight:500;color:#ffffff80;letter-spacing:1.5px;text-transform:uppercase;padding:5px 14px;border:1px solid rgba(255,255,255,.15);border-radius:30px}.legal-page .legal-body{padding:50px 0 80px}.legal-page .legal-body .policy-section{margin-bottom:44px;padding:32px 36px;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 16px #00000008;transition:box-shadow .3s ease}.legal-page .legal-body .policy-section:hover{box-shadow:0 6px 24px #0000000f}.legal-page .legal-body .policy-section .policy-icon-row{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #f0ebe3}.legal-page .legal-body .policy-section .policy-icon-row h2{margin-bottom:0;font-size:1.05rem;font-weight:600;color:#5d1a1a;letter-spacing:0}.legal-page .legal-body .policy-section .policy-icon-row .section-icon{color:#b48b55;flex-shrink:0;opacity:.85}.legal-page .legal-body .policy-section h2{font-size:1.05rem;font-weight:600;margin-bottom:14px;color:#5d1a1a}.legal-page .legal-body .policy-section p{font-size:.88rem;font-weight:400;margin-bottom:14px;color:#555;line-height:1.8}.legal-page .legal-body .policy-section p a{color:#b48b55;text-decoration:underline}.legal-page .legal-body .policy-section p a:hover{color:#5d1a1a}.legal-page .legal-body .policy-section ul{margin-bottom:10px;padding-left:0;list-style:none}.legal-page .legal-body .policy-section ul li{position:relative;padding-left:18px;margin-bottom:10px;color:#5a5a5a;font-size:.87rem;line-height:1.75}.legal-page .legal-body .policy-section ul li:before{content:"›";position:absolute;left:0;color:#b48b55;font-weight:700;font-size:1rem;line-height:1.5}.legal-page .faq-category-block{margin-bottom:44px}.legal-page .faq-category-block .category-title{font-size:1rem;font-weight:600;margin-bottom:20px;display:flex;align-items:center;gap:12px;color:#5d1a1a;border-bottom:1px solid #ede8e0;padding-bottom:12px}.legal-page .faq-category-block .category-title svg{color:#b48b55}.legal-page .accordion-item{border-bottom:1px solid #f0ece5}.legal-page .accordion-item .accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 0;text-align:left;font-size:.9rem;font-weight:500;color:#333;transition:all .4s cubic-bezier(.4,0,.2,1);background:none;border:none;cursor:pointer}.legal-page .accordion-item .accordion-trigger:hover{color:#5d1a1a}.legal-page .accordion-item .accordion-trigger .chevron{transition:transform .3s ease;color:#ccc;flex-shrink:0}.legal-page .accordion-item.active .accordion-trigger{color:#5d1a1a}.legal-page .accordion-item.active .accordion-trigger .chevron{transform:rotate(180deg);color:#5d1a1a}.legal-page .accordion-item .accordion-content{overflow:hidden}.legal-page .accordion-item .accordion-content .content-inner{padding-bottom:20px;color:#666;line-height:1.8;font-size:.87rem}.legal-page .faq-footer-cta{text-align:center;padding:44px 36px;background:linear-gradient(135deg,#fdfaf5,#f9f5ee);border-radius:16px;border:1px solid rgba(180,139,85,.12);margin-top:30px}.legal-page .faq-footer-cta p{font-weight:500;font-size:.9rem;margin-bottom:18px;color:#5d1a1a}.legal-page .faq-footer-cta .btn-contact-support{display:inline-block;padding:12px 36px;background:#5d1a1a;color:#fff;font-weight:500;font-size:.82rem;letter-spacing:.8px;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease}.legal-page .faq-footer-cta .btn-contact-support:hover{background:#b48b55;transform:translateY(-2px);box-shadow:0 8px 20px #b48b5540}@media(max-width:768px){.legal-page .legal-hero h1{font-size:1.5rem}.legal-page .legal-body .policy-section{padding:22px 18px}.legal-page .accordion-trigger{font-size:.85rem!important}}.promo-overlay{position:fixed;bottom:30px;left:30px;z-index:9999;pointer-events:none;display:flex;align-items:flex-end;justify-content:flex-start}.promo-overlay.visible{pointer-events:all}.promo-popup{position:relative;width:320px;max-width:calc(100vw - 40px);background:var(--popup-bg, #2d4f3b);border-radius:20px;padding:25px;box-shadow:0 15px 40px #0000004d;border:1px solid rgba(255,255,255,.1);opacity:0;transform:translate(-30px) translateY(10px) scale(.98);transition:all .6s cubic-bezier(.16,1,.3,1)}.promo-popup.visible{opacity:1;transform:translate(0) translateY(0) scale(1)}.promo-popup .popup-close{position:absolute;top:15px;right:15px;width:28px;height:28px;border-radius:50%;background:#ffffff1a;color:#ffffffb3;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .3s;z-index:2}.promo-popup .popup-close:hover{background:#fff3;color:#fff}.promo-popup .popup-image-container{position:relative;z-index:1;width:100%;margin-bottom:15px;border-radius:12px;overflow:hidden}.promo-popup .popup-image-container .popup-image{width:100%;height:auto;max-height:150px;object-fit:cover;display:block}.promo-popup .popup-content{position:relative;z-index:1;margin-bottom:20px}.promo-popup .popup-content .popup-subtitle{color:#fff9;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;font-family:Inter,sans-serif}.promo-popup .popup-content .popup-title{color:#fff;font-size:1.4rem;font-weight:700;line-height:1.2;margin-bottom:10px;font-family:Playfair Display,serif}.promo-popup .popup-content .popup-description{color:#ffffffb3;font-size:.8rem;line-height:1.5;font-family:Inter,sans-serif}.promo-popup .popup-cta{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;background:#b48b55;color:#5d1a1a;border-radius:10px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-decoration:none;transition:all .3s;font-family:Inter,sans-serif}.promo-popup .popup-cta:hover{background:#c4a378;transform:translateY(-2px)}.promo-popup .popup-skip{display:block;width:100%;text-align:center;margin-top:12px;font-size:.65rem;color:#fff6;background:none;border:none;cursor:pointer;transition:color .3s;font-family:Inter,sans-serif}.promo-popup .popup-skip:hover{color:#fffc}@media(max-width:600px){.promo-overlay{bottom:20px;left:10px;right:10px}.promo-popup{width:100%;max-width:100%;padding:20px;border-radius:15px}.promo-popup .popup-content .popup-title{font-size:1.2rem}}.whatsapp-float{position:fixed;bottom:40px;right:40px;z-index:9999;display:flex;align-items:center;text-decoration:none}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;transform:translate(0)}.whatsapp-float:hover .whatsapp-icon-wrap{transform:scale(1.15) rotate(10deg);box-shadow:0 15px 35px #25d36680}.whatsapp-float .whatsapp-icon-wrap{width:65px;height:65px;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #00000026;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative}.whatsapp-float .whatsapp-icon-wrap:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background-color:#25d366;opacity:.6;z-index:-1;animation:pulse-whatsapp 2.5s infinite}.whatsapp-float .whatsapp-tooltip{background:#1a1a1a;color:#fff;padding:10px 18px;border-radius:12px;font-size:.9rem;font-weight:700;margin-right:15px;opacity:0;transform:translate(15px);transition:all .3s ease;white-space:nowrap;pointer-events:none;box-shadow:0 10px 25px #00000040;border:1px solid rgba(255,255,255,.1)}@keyframes pulse-whatsapp{0%{transform:scale(1);opacity:.6}to{transform:scale(1.7);opacity:0}}@media(max-width:768px){.whatsapp-float{bottom:90px;right:20px}.whatsapp-float .whatsapp-icon-wrap{width:55px;height:55px}.whatsapp-float .whatsapp-icon-wrap svg{width:28px;height:28px}.whatsapp-float .whatsapp-tooltip{display:none}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:15px}body{font-family:Inter,sans-serif;background-color:#fff;color:#1a1a1a;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-size:.9rem;font-weight:400;letter-spacing:.01em}.app-container{display:flex;flex-direction:column;width:100%;overflow-x:hidden}.main-navigation{position:sticky;top:0;left:0;width:100%;z-index:1000;background:#fff;transition:all .3s ease}.main-content{width:100%;max-width:100%}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;color:#5d1a1a;line-height:1.25;letter-spacing:-.01em}h1{font-size:2rem;font-weight:500}h2{font-size:1.6rem;font-weight:500}h3{font-size:1.25rem;font-weight:500}h4{font-size:1.05rem;font-weight:500}h5{font-size:.95rem;font-weight:500}h6{font-size:.85rem;font-weight:500}p{font-size:.9rem;font-weight:400;line-height:1.7}a{text-decoration:none;color:inherit;transition:all .4s cubic-bezier(.4,0,.2,1)}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit;transition:all .4s cubic-bezier(.4,0,.2,1)}.container{max-width:1600px;margin:0 auto;padding:0 5%}.btn{padding:12px 28px;font-weight:500;letter-spacing:1px;text-transform:uppercase;font-size:.85rem;display:inline-block;border-radius:4px;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center}.btn-primary{background-color:#5d1a1a;color:#fff}.btn-primary:hover{background-color:#8b3a3a;transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.btn-outline{border:1px solid #5d1a1a;color:#5d1a1a}.btn-outline:hover{background-color:#5d1a1a;color:#fff}.section-padding{padding:80px 0}.text-center{text-align:center}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}
