.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:all var(--transition);background:#ffffffd9;border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.navbar.scrolled{border-bottom-color:var(--pink-light);background:#fffffff7;box-shadow:0 2px 20px #f4a7b92e}body.theme-dark .navbar{background:#121218db;border-bottom-color:#ffffff14}body.theme-dark .navbar.scrolled{background:#14141cf2;box-shadow:0 2px 20px #00000059}.navbar-inner{flex-wrap:nowrap;align-items:center;gap:1.5rem;height:68px;display:flex}.navbar-logo{white-space:nowrap;flex-shrink:0;align-items:center;gap:.5rem;min-width:0;display:flex}.logo-icon{font-size:1.4rem}.logo-text{background:linear-gradient(135deg, var(--pink-dark), var(--gold));-webkit-text-fill-color:transparent;letter-spacing:.02em;-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;font-size:1.45rem;font-weight:700}.navbar-links{align-items:center;gap:.25rem;margin-left:1rem;display:flex}.nav-link{border-radius:var(--radius-xl);color:var(--gray-800);transition:all var(--transition);padding:.45rem .85rem;font-size:.88rem;font-weight:500;position:relative}.nav-link:hover,.nav-link.active{color:var(--pink-dark);background:var(--pink-light)}.navbar-actions{flex-wrap:nowrap;align-items:center;gap:.5rem;margin-left:auto;display:flex}.icon-btn{width:40px;height:40px;color:var(--gray-800);transition:all var(--transition);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.icon-btn:hover{background:var(--pink-light);color:var(--pink-dark);transform:scale(1.08)}.theme-toggle{font-size:1.05rem}.badge-count{background:var(--pink-dark);width:17px;height:17px;color:var(--white);border:2px solid var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.62rem;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.search-wrapper{align-items:center;display:flex;position:relative}.search-suggestions{background:var(--white);border:1px solid var(--pink-light);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:220;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden}.search-group-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);padding:.6rem .75rem .3rem;font-size:.68rem;font-weight:700}.search-suggestion{text-align:left;width:100%;color:var(--gray-700);background:0 0;border:none;padding:.55rem .75rem;font-size:.82rem}.search-suggestion.recent:before{content:"↺";color:var(--pink-dark);margin-right:.45rem}.search-suggestion:hover{background:var(--pink-light);color:var(--pink-dark)}.search-clear-history{border:0;border-top:1px solid var(--pink-light);text-align:left;width:100%;color:var(--pink-dark);background:0 0;padding:.6rem .75rem;font-size:.78rem}.search-clear-history:hover{background:var(--pink-light)}body.theme-dark .search-suggestions{background:#1f2128;border-color:#ffffff24}body.theme-dark .search-group-label{color:var(--gray-500)}body.theme-dark .search-suggestion{color:var(--gray-800)}body.theme-dark .search-suggestion:hover{color:#ffd9e5;background:#f2a0b729}body.theme-dark .search-clear-history{color:#ffd9e5;border-top-color:#ffffff1f}body.theme-dark .search-clear-history:hover{background:#f2a0b729}.search-form{opacity:0;align-items:center;max-width:0;transition:max-width .4s,opacity .3s;display:flex;overflow:hidden}.search-wrapper.open .search-form{opacity:1;max-width:220px}.search-form input{border:1.5px solid var(--pink-light);border-radius:var(--radius-xl) 0 0 var(--radius-xl);background:var(--white);outline:none;width:180px;padding:.45rem .9rem;font-size:.875rem}.search-form input:focus{border-color:var(--pink-dark)}body.theme-dark .search-form input{color:var(--gray-800);background:#141720;border-color:#ffffff24}body.theme-dark .search-form input::placeholder{color:var(--gray-400)}.search-submit{background:var(--pink-dark);width:38px;height:38px;color:var(--white);border-radius:0 var(--radius-xl) var(--radius-xl) 0;transition:background var(--transition);border:none;justify-content:center;align-items:center;display:flex}.search-submit:hover{background:var(--pink)}.search-wrapper.open .icon-btn{display:none}.user-avatar{background:linear-gradient(135deg, var(--pink-dark), var(--gold));width:28px;height:28px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;line-height:1;display:flex}.user-avatar.lg{width:38px;height:38px;font-size:1rem}.user-menu-wrapper{position:relative}.user-dropdown{background:var(--white);border:1px solid var(--pink-light);border-radius:var(--radius-md);min-width:220px;box-shadow:var(--shadow-lg);z-index:200;animation:.2s fadeUp;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}body.theme-dark .user-dropdown{background:#1f2128;border-color:#ffffff24}.dropdown-header{background:var(--pink-light);border-bottom:1px solid var(--pink);align-items:center;gap:.75rem;padding:1rem;display:flex}.dropdown-header .name{font-size:.9rem;font-weight:600}.dropdown-header .email{color:var(--gray-600);font-size:.75rem}body.theme-dark .dropdown-header{background:#2a2d37;border-bottom-color:#ffffff1f}body.theme-dark .dropdown-header .name{color:var(--gray-800)}body.theme-dark .dropdown-header .email{color:var(--gray-600)}.dropdown-item{color:var(--gray-800);transition:background var(--transition);padding:.75rem 1rem;font-size:.875rem;display:block}button.dropdown-item{text-align:left;background:0 0;border:0;width:100%}.dropdown-item:hover{background:var(--pink-light)}body.theme-dark .dropdown-item{color:var(--gray-800)}body.theme-dark .dropdown-item:hover{background:#f2a0b729}.dropdown-item.danger{color:#e74c3c}body.theme-dark .dropdown-item.danger{color:#ff8d8d}.dropdown-divider{background:var(--gray-200);height:1px;margin:.25rem 0}body.theme-dark .dropdown-divider{background:#ffffff1f}.hamburger{width:40px;height:40px;transition:background var(--transition);background:0 0;border:none;border-radius:50%;flex-direction:column;gap:4px;padding:10px;display:none}.hamburger:hover{background:var(--pink-light)}.hamburger span{background:var(--gray-800);width:100%;height:2px;transition:all var(--transition);transform-origin:0;border-radius:2px;display:block}.hamburger.open span:first-child{transform:rotate(45deg)translateY(-1px)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translateY(1px)}.mobile-menu{background:var(--white);border-top:1px solid var(--pink-light);opacity:0;pointer-events:none;z-index:995;flex-direction:column;height:calc(100vh - 68px);padding:1rem 1.5rem 1.5rem;transition:opacity .25s,transform .25s;display:none;position:fixed;top:68px;left:0;right:0;overflow-y:auto;transform:translateY(-12px);box-shadow:0 14px 40px #00000014}.mobile-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}body.theme-dark .mobile-menu{background:#181b23;border-top-color:#ffffff1a;box-shadow:0 16px 50px #00000073}.mobile-menu-profile{border-bottom:1px solid var(--gray-100);align-items:center;gap:.85rem;margin-bottom:.5rem;padding:.35rem 0 1rem;display:flex}.mobile-user-name{color:var(--gray-800);font-weight:700}.mobile-user-email{color:var(--gray-600);font-size:.82rem}.mobile-menu-section-label{letter-spacing:.09em;text-transform:uppercase;color:var(--gray-500);margin:.8rem 0 .35rem;font-size:.72rem;font-weight:700}.mobile-link{color:var(--gray-800);border:1px solid #0000;border-bottom-color:var(--gray-100);border-radius:var(--radius-md);transition:color var(--transition), background var(--transition), border-color var(--transition);padding:.95rem .8rem;font-size:1rem}.mobile-link:hover,.mobile-link.active{color:var(--pink-dark);background:var(--pink-light);border-color:var(--pink-light)}.mobile-menu-footer{margin-top:1rem}.mobile-account-actions{flex-direction:column;gap:.75rem;display:flex}.mobile-quick-link{border-radius:var(--radius-md);border:1px solid var(--pink-light);color:var(--gray-800);background:#fff7fa;padding:.85rem .9rem;display:block}.mobile-quick-link:hover{background:var(--pink-light);color:var(--pink-dark)}body.theme-dark .mobile-menu-profile,body.theme-dark .mobile-link,body.theme-dark .mobile-quick-link{border-color:#ffffff1a}body.theme-dark .mobile-user-name,body.theme-dark .mobile-link,body.theme-dark .mobile-quick-link,body.theme-dark .mobile-menu-section-label{color:var(--gray-800)}body.theme-dark .mobile-user-email{color:var(--gray-600)}body.theme-dark .mobile-link:hover,body.theme-dark .mobile-link.active,body.theme-dark .mobile-quick-link:hover{color:#ffd9e5;background:#f2a0b729}body.theme-dark .mobile-quick-link{background:#1f2128}@media (width<=1200px){.navbar-inner{gap:1rem;height:64px}.navbar-logo .logo-icon{width:22px;height:22px}.logo-text{font-size:1.2rem}.navbar-links{gap:.1rem;margin-left:.35rem}.nav-link{padding:.35rem .58rem;font-size:.78rem}.navbar-actions{gap:.3rem}.icon-btn{width:34px;height:34px}.icon-btn svg{width:17px;height:17px}.badge-count{width:15px;height:15px;font-size:.55rem}.search-wrapper.open .search-form{max-width:170px}.search-form input{width:130px;padding:.38rem .65rem;font-size:.8rem}.search-submit{width:34px;height:34px}}@media (width<=900px){.navbar-links{display:none}.hamburger,.mobile-menu{display:flex}.search-wrapper.open .search-form{max-width:160px}.search-form input{width:120px}}@media (width<=520px){.navbar-inner{gap:.6rem;height:60px}.navbar-logo{gap:.35rem}.navbar-logo .logo-icon{width:19px;height:19px}.logo-text{font-size:1.05rem}.navbar-logo{max-width:42vw;overflow:hidden}.logo-text{text-overflow:ellipsis;overflow:hidden}.navbar-actions{gap:.2rem}.icon-btn,.hamburger{width:32px;height:32px}.icon-btn svg{width:16px;height:16px}.mobile-menu{height:calc(100vh - 60px);padding:.9rem 1rem 1.4rem;top:60px}.mobile-link,.mobile-quick-link{font-size:.95rem}.search-wrapper.open .search-form{max-width:180px}.search-form input{width:140px}.search-suggestions{width:min(300px,100vw - 1.25rem);left:auto;right:0}}@media (width<=400px){.navbar-inner{gap:.45rem;height:56px}.navbar-logo .logo-icon{width:18px;height:18px}.logo-text{font-size:.95rem}.icon-btn,.hamburger{width:30px;height:30px}.icon-btn svg{width:15px;height:15px}.badge-count{width:14px;height:14px;font-size:.52rem}.mobile-menu{height:calc(100vh - 56px);top:56px}}.footer{color:#888;background:#000;border-top:1px solid #222;margin-top:5rem;font-size:.8125rem;line-height:1.6}.footer-nl-strip{border-bottom:1px solid #1e1e1e;padding:2.25rem 1.25rem}.footer-nl-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.footer-nl-copy{flex:1;min-width:200px}.footer-nl-heading{text-transform:uppercase;letter-spacing:.12em;color:#d4d4d4;margin-bottom:.3rem;font-size:.72rem;font-weight:700}.footer-nl-sub{color:#666;margin:0;font-size:.78rem}.newsletter-form{border:1px solid #333;border-radius:14px;flex-shrink:0;width:100%;min-width:300px;max-width:420px;display:flex;overflow:hidden}.newsletter-form input{color:#d0d0d0;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.7rem 1rem;font-family:inherit;font-size:.8rem}.newsletter-form input::placeholder{color:#444}.newsletter-form button{color:#000;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;white-space:nowrap;transition:background var(--transition), color var(--transition);background:#fff;border:none;padding:.7rem 1.4rem;font-size:.72rem;font-weight:700}.newsletter-form button:hover{background:var(--pink);color:#fff}.newsletter-success{color:#aaa;letter-spacing:.02em;font-size:.8rem}.footer-top{border-bottom:1px solid #1e1e1e;grid-template-columns:1.8fr 1fr 1fr 1.5fr;gap:3rem;padding:3.5rem 1.25rem 3rem;display:grid}.footer-logo{margin-bottom:.75rem;text-decoration:none;display:inline-block}.logo-text-footer{color:#d8d8d8;letter-spacing:.02em;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.footer-tagline{color:#555;letter-spacing:.04em;margin-bottom:1rem;font-size:.75rem;font-style:italic}.footer-about{color:#555;font-size:.78rem;line-height:1.8}.footer-section{flex-direction:column;display:flex}.footer-section h4{text-transform:uppercase;letter-spacing:.14em;color:#c8c8c8;margin-bottom:1.25rem;font-family:inherit;font-size:.68rem;font-weight:700}.footer-section ul{flex-direction:column;gap:.7rem;list-style:none;display:flex}.footer-section ul li a{color:#666;transition:color var(--transition);font-size:.8rem}.footer-section ul li a:hover{color:#d4d4d4}.footer-contact{font-style:normal}.contact-list{flex-direction:column;gap:.9rem;list-style:none;display:flex}.contact-list li{color:#666;align-items:flex-start;gap:.6rem;font-size:.78rem;line-height:1.55;display:flex}.contact-list svg{color:#555;flex-shrink:0;margin-top:2px}.contact-list a{color:#666;transition:color var(--transition)}.contact-list a:hover{color:#fff}.footer-trust{border-bottom:1px solid #1e1e1e;padding:1.5rem 1.25rem}.footer-trust-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;display:flex}.trust-badge{letter-spacing:.03em;color:#777;white-space:nowrap;align-items:center;gap:.5rem;padding:.35rem 1.75rem;font-size:.73rem;font-weight:500;display:flex}.trust-badge:hover{color:#ccc}.trust-icon{color:#555;align-items:center;display:flex}.trust-divider{background:#2a2a2a;flex-shrink:0;width:1px;height:1.1rem;display:block}.footer-mid{border-bottom:1px solid #1e1e1e}.footer-mid-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.1rem 1.25rem;display:flex}.footer-payments{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.footer-mid-label{text-transform:uppercase;letter-spacing:.12em;color:#666;white-space:nowrap;font-size:.65rem}.payment-badges{flex-wrap:wrap;gap:.35rem;display:flex}.payment-badge{text-transform:uppercase;letter-spacing:.05em;color:#555;background:0 0;border:1px solid #2a2a2a;padding:.2rem .6rem;font-size:.65rem;font-weight:600}.footer-livechat{color:#555;font-size:.78rem}.livechat-link{color:#999;transition:color var(--transition);text-underline-offset:3px;text-decoration:underline}.livechat-link:hover{color:#fff}.footer-bottom{padding:1rem 1.25rem}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.footer-bottom p{color:#666;font-size:.72rem}.footer-tagline-bottom{color:#555;font-style:italic}@media (width<=1024px){.footer-top{grid-template-columns:1fr 1fr;gap:2.5rem;padding:3rem 1.25rem}.footer-brand{grid-column:1/-1}}@media (width<=640px){.footer-nl-inner{flex-direction:column;align-items:flex-start;gap:1.25rem}.newsletter-form{min-width:unset;width:100%;max-width:100%}.footer-top{grid-template-columns:1fr 1fr;gap:2rem;padding:2.5rem 1.25rem}.footer-brand{grid-column:1/-1}.footer-trust-inner{justify-content:flex-start}.trust-divider{display:none}.trust-badge{padding:.3rem .75rem}.footer-mid-inner{flex-direction:column;align-items:flex-start;gap:1rem}.footer-bottom-inner{text-align:center;flex-direction:column}.footer-tagline-bottom{display:none}}@media (width<=400px){.footer-top{grid-template-columns:1fr}}.toast{background:var(--black);color:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);align-items:center;gap:.5rem;max-width:320px;padding:.8rem 1.2rem;font-size:.875rem;animation:.3s toastIn;display:flex}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex}.toast.success .toast-icon{background:var(--pink)}.toast.error .toast-icon{background:#e74c3c}@keyframes toastIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.mobile-bottom-nav{z-index:250;padding:.45rem .6rem calc(.45rem + env(safe-area-inset-bottom));border-top:1px solid var(--pink-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;justify-content:space-around;align-items:center;gap:.2rem;display:none;position:fixed;bottom:0;left:0;right:0}.mbn-item{color:var(--gray-600);min-width:56px;transition:all var(--transition);border-radius:12px;justify-items:center;gap:.1rem;padding:.35rem .3rem;display:grid;position:relative}.mbn-item .icon{font-size:1rem}.mbn-item .label{font-size:.66rem;line-height:1}.mbn-item.active{color:var(--pink-dark);background:#fff1f5;transform:translateY(-1px)}.mbn-item .count{background:var(--pink-dark);min-width:16px;height:16px;color:var(--white);border-radius:999px;place-items:center;font-size:.6rem;display:grid;position:absolute;top:.22rem;right:.6rem}@media (width<=880px){.mobile-bottom-nav{animation:.3s fadeUp;display:flex}}body.theme-dark .mobile-bottom-nav{background:#12141cf5;border-top-color:#ffffff1f}body.theme-dark .mbn-item{color:var(--gray-600)}body.theme-dark .mbn-item.active{color:var(--pink-dark);background:#2e2432}@keyframes skeleton-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#fafafa 50%,#f0f0f0 75%) 0 0/800px 100%;border-radius:6px;animation:1.4s infinite skeleton-shimmer}body.theme-dark .skeleton-shimmer{background:linear-gradient(90deg,#2a2c34 25%,#33363f 50%,#2a2c34 75%) 0 0/800px 100%}.skeleton-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}body.theme-dark .skeleton-card{background:#1f2128}.skeleton-card__image{aspect-ratio:4/5;width:100%;overflow:hidden}.skeleton-card__body{padding:14px 16px 16px}.skeleton-detail{max-width:var(--container-max);padding:40px var(--page-gutter);grid-template-columns:1fr 1fr;gap:40px;margin:0 auto;display:grid}.skeleton-detail__image{aspect-ratio:1;border-radius:var(--radius-md);width:100%;overflow:hidden}.skeleton-detail__info{flex-direction:column;justify-content:flex-start;padding-top:8px;display:flex}@media (width<=768px){.skeleton-detail{padding:20px var(--page-gutter);grid-template-columns:1fr;gap:20px}.skeleton-detail__image{aspect-ratio:4/3}}.page-spinner{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:40vh;display:flex}.page-spinner__ring{border:3px solid var(--pink-light);border-top-color:var(--pink-dark);border-radius:50%;width:44px;height:44px;animation:.75s linear infinite spin}.page-spinner__text{color:var(--gray-600);font-size:.875rem}@keyframes spin{to{transform:rotate(360deg)}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--container-max:1280px;--page-gutter:var(--space-5);--page-gutter-mobile:var(--space-3);--section-space:var(--space-7);--pink:#f4a7b9;--pink-light:#fde8ef;--pink-dark:#e07a95;--nude:#f5e6d8;--nude-dark:#d4a898;--gold:#c9a84c;--gold-light:#f0d98e;--white:#fff;--off-white:#faf8f6;--gray-100:#f7f7f7;--gray-200:#eee;--gray-400:#aaa;--gray-600:#777;--gray-700:#555;--gray-800:#333;--black:#1a1a1a;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 20px #0000001a;--shadow-lg:0 8px 40px #00000024;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--transition:.25s cubic-bezier(.4,0,.2,1);--navbar-height:68px}html{scroll-behavior:smooth}body{background:var(--off-white);color:var(--black);font-family:Poppins,sans-serif;line-height:1.55;transition:background .25s,color .25s;overflow-x:hidden}body.theme-dark{--pink:#d88ea1;--pink-light:#342631;--pink-dark:#f2a0b7;--nude:#3a2f2a;--nude-dark:#efc8b8;--gold:#e8c76a;--gold-light:#f6e3a8;--white:#fff;--off-white:#15161a;--gray-100:#24262c;--gray-200:#32343c;--gray-400:#9ca0a9;--gray-600:#c7cbd3;--gray-700:#d8dce3;--gray-800:#eceef3;--black:#f6f7fb;--shadow-sm:0 2px 8px #00000059;--shadow-md:0 4px 20px #00000073;--shadow-lg:0 8px 40px #0000008c}#root{min-height:100vh;animation:.25s fadeIn;overflow-x:hidden}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main{padding-top:var(--navbar-height);flex-direction:column;flex:1 0 auto;display:flex}@media (width<=1200px){:root{--navbar-height:64px}}@media (width<=520px){:root{--navbar-height:60px}}@media (width<=400px){:root{--navbar-height:56px}}h1,h2,h3,h4,h5{font-family:Playfair Display,serif;line-height:1.25}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}:focus-visible{outline:2px solid var(--pink-dark);outline-offset:2px}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--pink);border-radius:3px}.container{width:min(100%, var(--container-max));max-width:var(--container-max);padding:0 var(--page-gutter);margin:0 auto}main.app-main>:where(section,.products-page,.cart-page,.wishlist-page,.product-detail-page,.checkout-page,.beauty-quiz-page,.support-page,.account-page,.orders-page,.admin-page,.notifications-page){width:100%}:where(.account-page,.orders-page,.admin-page,.notifications-page) h1{margin-bottom:var(--space-4);line-height:1.2}.btn{min-height:44px;padding:var(--space-3) var(--space-5);border-radius:var(--radius-xl);transition:all var(--transition);border:none;align-items:center;gap:.45rem;font-size:.875rem;font-weight:500;line-height:1.2;display:inline-flex}@media (width<=768px){.container{padding:0 var(--page-gutter-mobile)}}.btn-primary{background:linear-gradient(135deg, var(--pink-dark), var(--pink));color:var(--white);box-shadow:0 4px 15px #e07a9566}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e07a958c}.btn-outline{color:var(--pink-dark);border:1.5px solid var(--pink-dark);background:0 0}.btn-outline:hover{background:var(--pink-dark);color:var(--white);transform:translateY(-2px)}.btn-gold{background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--white);box-shadow:0 4px 15px #c9a84c66}.btn-gold:hover{transform:translateY(-2px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.fade-up{animation:.6s forwards fadeUp}.fade-in{animation:.4s forwards fadeIn}body.theme-dark .featured-section,body.theme-dark .personalized-section,body.theme-dark .recent-viewed-section,body.theme-dark .reorder-section,body.theme-dark .testimonials-section,body.theme-dark .checkout-page,body.theme-dark .new-arrivals-banner,body.theme-dark .beauty-journal-page{background:var(--off-white)!important}body.theme-dark .feature-card,body.theme-dark .product-card,body.theme-dark .testimonial-card,body.theme-dark .account-card,body.theme-dark .checkout-card,body.theme-dark .order-card,body.theme-dark .order-item-card,body.theme-dark .notification-card,body.theme-dark .admin-card,body.theme-dark .bj-routine-card,body.theme-dark .bj-quote-card,body.theme-dark .cart-item,body.theme-dark .cart-summary,body.theme-dark .compare-item,body.theme-dark .checkout-confirmation,body.theme-dark .checkout-empty,body.theme-dark .confirm-meta,body.theme-dark .insider-strip,body.theme-dark .api-state-card{background:#1f2128!important;border-color:#ffffff1f!important}body.theme-dark .cart-header,body.theme-dark .checkout-header,body.theme-dark .products-header,body.theme-dark .orders-header,body.theme-dark .notifications-header{background:linear-gradient(135deg,#232634,#1a1c27)!important;border-bottom-color:#ffffff1f!important}body.theme-dark .best-coupon-hint,body.theme-dark .checkout-error-banner,body.theme-dark .return-window-copy,body.theme-dark .order-return-window{color:var(--gray-800)!important;background:#2b2432!important;border-color:#ffffff24!important}body.theme-dark input,body.theme-dark select,body.theme-dark textarea{color:var(--gray-800)!important;background:#141720!important;border-color:#ffffff29!important}body.theme-dark input::placeholder,body.theme-dark textarea::placeholder{color:var(--gray-400)}body.theme-dark .summary-item .meta,body.theme-dark .subtitle,body.theme-dark .api-desc,body.theme-dark .tcard-text,body.theme-dark .support-row small,body.theme-dark .order-meta,body.theme-dark .order-item-info p{color:var(--gray-600)!important}.badge{letter-spacing:.04em;text-transform:uppercase;border-radius:100px;align-items:center;padding:.2rem .65rem;font-size:.72rem;font-weight:600;display:inline-flex}.badge-pink{background:var(--pink-light);color:var(--pink-dark)}.badge-gold{color:var(--gold);background:#fef9e7}.badge-nude{background:var(--nude);color:var(--nude-dark)}.toast-container{z-index:9999;flex-direction:column;gap:.6rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast{background:var(--black);color:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);align-items:center;gap:.5rem;padding:.8rem 1.2rem;font-size:.875rem;animation:.3s fadeUp;display:flex}.toast.success{border-left:3px solid var(--pink)}.toast.error{border-left:3px solid #e74c3c}.stars{align-items:center;gap:2px;display:flex}.star-filled{color:var(--gold)}.star-empty{color:var(--gray-200)}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{color:var(--black);margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.5rem)}.section-title .subtitle{color:var(--gray-600);font-size:.95rem}.title-divider{background:linear-gradient(90deg, var(--pink-dark), var(--gold));border-radius:2px;width:60px;height:3px;margin:.75rem auto 0}.install-prompt{z-index:400;border:1px solid var(--pink-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-md);box-shadow:var(--shadow-md);background:#fffffff5;gap:.5rem;max-width:320px;padding:.75rem;display:grid;position:fixed;bottom:1rem;left:1rem}.install-prompt span{color:var(--gray-600);font-size:.82rem}.install-actions{gap:.45rem;display:flex}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem;display:grid}@media (width<=768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}body{padding-bottom:calc(88px + env(safe-area-inset-bottom))}.install-prompt{left:.75rem;right:.75rem;bottom:calc(5.5rem + env(safe-area-inset-bottom));max-width:none}.toast-container{left:.75rem;right:.75rem;bottom:calc(5.75rem + env(safe-area-inset-bottom))}.toast{width:100%}}@media (width<=480px){.container{padding:0 .9rem}}
