html{scroll-behavior:smooth}:root{--ivory: #f0eae1;--sand: #e8ddd3;--sage: #a8b5a0;--stone: #9e9589;--graphite: #2d2d2d;--powder: #e8c4c8;--rose: #c4929a;--dark-olive: #4a4f3f;--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "Jost", "Helvetica Neue", sans-serif;--transition: all .4s cubic-bezier(.25, .46, .45, .94);--verified-bg: #e8f5e9;--verified-fg: #388e3c}[data-theme=dark]{--ivory: #1a1a1a;--sand: #2a2a2a;--sage: #6b7a63;--stone: #8a8075;--graphite: #f0f0f0;--powder: #4a2f32;--rose: #d4a2aa;--dark-olive: #8a9480;--border-light: #333;--verified-bg: #1a2e1a;--verified-fg: #6abf6a}[data-theme=dark] .admin-table-wrap{background:#222}[data-theme=dark] .admin-table th{border-bottom-color:#333;color:#999}[data-theme=dark] .admin-table td{border-bottom-color:#2a2a2a}[data-theme=dark] .admin-table tbody tr:hover{background:#2a2a2a}[data-theme=dark] .admin-modal{background:#222}[data-theme=dark] .admin-modal-header{border-bottom-color:#333}[data-theme=dark] .admin-modal-footer{border-top-color:#333}[data-theme=dark] .form-group input,[data-theme=dark] .form-group textarea,[data-theme=dark] .form-group select{background:#1a1a1a;border-color:#333;color:#f0f0f0}[data-theme=dark] .admin-btn{background:#333;border-color:#444;color:#f0f0f0}[data-theme=dark] .admin-search input,[data-theme=dark] .admin-select,[data-theme=dark] .admin-pagination button{background:#222;border-color:#333;color:#f0f0f0}.bi-x-lg{transition:color .3s ease}button:hover>.bi-x-lg,.btn-icon:hover>.bi-x-lg{color:var(--rose)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--graphite);background-color:var(--ivory);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease}::selection{background:var(--powder);color:var(--graphite)}img{max-width:100%;height:auto;display:block}a{color:var(--graphite);text-decoration:none;transition:var(--transition)}a:hover{color:var(--rose)}.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:0;filter:blur(4px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),filter .8s cubic-bezier(.16,1,.3,1)}.reveal.visible,.reveal-left.visible,.reveal-right.visible,.reveal-scale.visible{opacity:1;transform:none;filter:blur(0)}.reveal{transform:translateY(40px)}.reveal-left{transform:translate(-60px)}.reveal-right{transform:translate(60px)}.reveal-scale{transform:scale(.88)}.btn-qbeauty{background-color:var(--graphite);color:#fff;border:none;padding:14px 42px;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;font-weight:400;border-radius:0;cursor:pointer;position:relative;overflow:hidden;z-index:1;transition:color .3s ease,transform .3s ease,box-shadow .3s ease}.btn-qbeauty:before{content:"";position:absolute;bottom:-50%;left:50%;width:0;height:0;border-radius:50%;background-color:var(--rose);transform:translate(-50%);transition:width .7s cubic-bezier(.16,1,.3,1),height .7s cubic-bezier(.16,1,.3,1);z-index:-1}.btn-qbeauty:hover:not(:disabled){color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #c4929a4d}.btn-qbeauty:hover:not(:disabled):before{width:300%;height:300%}.btn-qbeauty:disabled{opacity:.5;cursor:not-allowed}.btn-qbeauty[href],.btn-qbeauty:is(a){text-decoration:none;display:inline-block}.btn-qbeauty-outline{background:transparent;color:#fff;border:1px solid #fff;padding:12px 36px;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;font-weight:400;border-radius:0;position:relative;overflow:hidden;z-index:1;transition:color .3s ease,border-color .3s ease}.btn-qbeauty-outline:before{content:"";position:absolute;inset:0;background:#fff;transform:translate3d(0,105%,0);transform-origin:center bottom;transition:transform .35s cubic-bezier(.215,.61,.355,1);z-index:-1}.btn-qbeauty-outline:hover:not(:disabled){color:var(--graphite);border-color:#fff}.btn-qbeauty-outline:hover:not(:disabled):before{transform:translateZ(0)}.btn-qbeauty-outline:disabled{opacity:.5;cursor:not-allowed}.btn-qbeauty-outline[href],.btn-qbeauty-outline:is(a){text-decoration:none;display:inline-block}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.section-title{font-family:var(--font-heading);font-size:2.2rem;font-weight:400}.section-sub{font-size:.85rem;color:var(--stone);letter-spacing:.1em;text-transform:uppercase}.section-link{text-decoration:none;display:inline-flex;align-items:center;gap:0;padding:8px 0}.section-link:hover .section-link-label{letter-spacing:.3em;color:var(--rose)}.section-link:hover .section-link-line{width:32px;margin-left:12px;background:var(--rose)}.section-link-label{font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;font-weight:400;color:var(--graphite);transition:letter-spacing .6s cubic-bezier(.16,1,.3,1),color .4s ease}.section-link-line{display:inline-block;width:0;height:1px;background:var(--graphite);margin-left:0;transition:width .6s cubic-bezier(.16,1,.3,1),margin-left .6s cubic-bezier(.16,1,.3,1),background .4s ease}.scroll-wrapper{position:relative}.scroll-wrapper:hover .scroll-arrow{opacity:1}.scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:40px;border-radius:50%;border:none;background:var(--graphite);color:#fff;font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .3s ease,background .3s ease,transform .3s ease;box-shadow:0 4px 12px #00000026}.scroll-arrow:hover{background:var(--rose);transform:translateY(-50%) scale(1.1)}.scroll-arrow--left{left:-16px}.scroll-arrow--right{right:-16px}.product-scroll-track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:10px;scrollbar-width:none}.product-scroll-track::-webkit-scrollbar{display:none}.product-scroll-track .product-card{min-width:220px;max-width:220px;flex-shrink:0}.product-card{position:relative;cursor:pointer;transition:box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 30px #00000014}.product-badge{position:absolute;bottom:12px;left:12px;z-index:5;background:var(--graphite);color:#fff;font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:4px;pointer-events:none}.product-badge.sale{background:var(--rose, #c4929a)}.product-badge.flash{background:#e63946}.product-badge.hit{background:#ff5c00;color:#fff}.product-badge.new{background:#058cd6;color:#fff}.product-image{position:relative;overflow:hidden;background:#f0ede9;aspect-ratio:4/5;margin-bottom:14px}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.product-image:hover img{transform:scale(1.08)}.product-brand{display:block;font-size:.75rem;color:var(--stone);margin-bottom:4px}.product-stars{display:flex;align-items:center;gap:2px;margin-bottom:6px;font-size:.7rem;color:var(--rose)}.product-stars span{color:var(--stone);font-size:.75rem;margin-left:6px}.product-reviews{font-size:.75rem;color:var(--stone);margin-bottom:8px;font-weight:300}.product-name{font-family:var(--font-body);font-size:.9rem;font-weight:400;margin-bottom:4px}.product-name a{color:var(--graphite)}.product-name a:hover{color:var(--rose)}.product-price{font-size:.9rem;font-weight:500;margin:0}.price-sale{color:var(--rose)}.price-original{color:var(--stone);text-decoration:line-through;font-weight:300;font-size:.85rem}.scrolling-reviews-section{padding:40px 0;overflow:hidden;background:var(--sand)}.scrolling-reviews-track{display:inline-flex;gap:20px;animation:marqueeReviews 120s linear infinite;white-space:nowrap}.scrolling-reviews-track:hover{animation-play-state:paused}.review-pill{display:inline-flex;align-items:center;gap:16px;background:var(--ivory);border-radius:0;padding:14px 32px 14px 16px;flex-shrink:0;box-shadow:0 2px 12px #0000000a;will-change:transform;transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .3s ease;max-width:480px;cursor:default}.review-pill-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--sand)}.review-pill-avatar img{width:100%;height:100%;object-fit:cover}.review-pill-content{display:flex;flex-direction:column;gap:3px;min-width:0}.review-pill-stars{display:flex;gap:2px;color:var(--rose);font-size:.75rem}.review-pill-text{font-size:.82rem;font-weight:300;color:var(--graphite);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px;font-style:italic}.review-pill-author{font-size:.72rem;font-weight:500;color:var(--stone);letter-spacing:.03em}@keyframes marqueeReviews{0%{transform:translate(-50%)}to{transform:translate(0)}}@media(max-width:767.98px){.review-pill{padding:10px 24px 10px 12px;gap:12px}.review-pill-avatar{width:40px;height:40px}.review-pill-text{max-width:220px;font-size:.78rem}}.toast-center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}.toast-title{font-weight:700}.toast-message{word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;text-shadow:0 1px 0 #ffffff}.toast-close-button:hover,.toast-close-button:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4}button.toast-close-button{padding:0;cursor:pointer;background:transparent;border:0}.toast-container{pointer-events:none;position:fixed;z-index:999999}.toast-container *{box-sizing:border-box}.toast-container .ngx-toastr{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;background-size:24px;box-shadow:0 0 12px #999;color:#fff}.toast-container .ngx-toastr:hover{box-shadow:0 0 12px #000;opacity:1;cursor:pointer}.toast-info{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)}.toast-error{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)}.toast-success{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)}.toast-warning{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==)}.toast-container.toast-top-center .ngx-toastr,.toast-container.toast-bottom-center .ngx-toastr{width:300px;margin-left:auto;margin-right:auto}.toast-container.toast-top-full-width .ngx-toastr,.toast-container.toast-bottom-full-width .ngx-toastr{width:96%;margin-left:auto;margin-right:auto}.ngx-toastr{background-color:#030303;pointer-events:auto}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4}@media all and (max-width:240px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:11em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px)and (max-width:480px){.toast-container .ngx-toastr.div{padding:8px 8px 8px 50px;width:18em}.toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px)and (max-width:768px){.toast-container .ngx-toastr.div{padding:15px 15px 15px 50px;width:25em}}
