:root{--bg-color: #f1e0e8;--text-light: #4e4e4e;--accent-color: #E6DCD0;--stars: #D4AF37}*{margin:0;padding:0;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif;-webkit-font-smoothing:antialiased}body{background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden}#loader{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg-color);z-index:9999;display:flex;justify-content:center;align-items:center;transition:opacity .6s ease}.spinner{width:30px;height:30px;border:2px solid var(--accent-color);border-top-color:var(--text-color);border-radius:50%;animation:spin 1s linear infinite}.announcement-bar{background-color:#fcf8f8;color:var(--white);text-align:center;padding:8px;font-size:.75rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;position:relative;z-index:1001}nav{position:sticky;top:0;width:100%;padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;background:#fdfbf9e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid rgba(0,0,0,.05)}.logo{font-weight:600;font-size:1.2rem;letter-spacing:-.5px}.cart-btn{background:transparent;border:none;font-size:.9rem;font-weight:600;cursor:pointer;padding:.5rem 1rem;display:flex;align-items:center;gap:6px}.hero{display:flex;min-height:calc(100vh - 100px);max-width:1400px;margin:0 auto}.hero-text{flex:1;display:flex;flex-direction:column;justify-content:center;padding:2rem 5%}.hero-visual{flex:1.2;position:relative;display:flex;justify-content:center;align-items:center;background:radial-gradient(circle at center,var(--white) 0%,var(--bg-color) 70%)}#canvas-container{width:100%;height:100%;min-height:500px;cursor:grab}#canvas-container:active{cursor:grabbing}.tag{font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-light);margin-bottom:1rem;font-weight:600}.stars-review{color:var(--stars);font-size:.9rem;margin-bottom:1rem;display:flex;align-items:center;gap:8px}.stars-review span{color:var(--text-light);font-size:.8rem;font-weight:500}h1{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:300;line-height:1.1;letter-spacing:-1px;margin-bottom:1.5rem}h1 strong{font-weight:600}.desc{font-size:1rem;line-height:1.6;color:var(--text-light);margin-bottom:2rem;max-width:450px}.action-area{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.price-block{display:flex;flex-direction:column}.price{font-size:1.4rem;font-weight:600}.old-price{font-size:.9rem;color:#aaa;text-decoration:line-through}.btn-buy{color:#fff;background:#000;border:none;padding:1.1rem 2.5rem;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s ease,background .3s ease;width:100%;max-width:280px;display:flex;justify-content:center;align-items:center}.btn-buy:hover{background:#333;transform:scale(1.02)}.trust-badges{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.trust-badge-item{display:flex;align-items:center;gap:12px;font-size:.85rem;font-weight:500}.trust-badge-item svg{min-width:20px;width:20px;height:20px;stroke:#000;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:inline-block}.hint{position:absolute;bottom:30px;left:50%;transform:translate(-50%);font-size:.75rem;color:var(--text-light);letter-spacing:1px;pointer-events:none}.packaging-section{padding:6rem 5%;background:var(--white)}.pkg-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.pkg-img{width:100%;border-radius:12px;object-fit:cover;aspect-ratio:4/5;background-color:var(--bg-color);border:1px solid rgba(0,0,0,.05)}.pkg-text h2{font-size:2.2rem;font-weight:300;margin-bottom:1.5rem;line-height:1.2}.pkg-text p{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.pkg-details{list-style:none;margin-top:2rem}.pkg-details li{padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;font-size:.9rem}.pkg-details li span{font-weight:600}.reviews-section{padding:6rem 5%;background:var(--bg-color)}.reviews-header{text-align:center;margin-bottom:4rem}.reviews-header h2{font-size:2rem;font-weight:400;margin-bottom:1rem}.reviews-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.review-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #00000005}.review-card .stars{color:var(--stars);margin-bottom:1rem;font-size:1.1rem}.review-title{font-weight:600;margin-bottom:.5rem;font-size:1rem}.review-text{color:var(--text-light);font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.review-author{display:flex;align-items:center;gap:10px;font-size:.85rem;font-weight:600}.verified-badge{color:#4caf50;font-size:.75rem;font-weight:500;display:flex;align-items:center;gap:4px}footer{background:var(--text-color);color:#fff;text-align:center;padding:3rem 5%;font-size:.85rem}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1005;opacity:0;visibility:hidden;transition:all .3s ease}.cart-overlay.active{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:400px;height:100%;background:#fff;z-index:1006;transform:translate(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;box-shadow:-10px 0 30px #0000001a}.cart-drawer.active{transform:translate(0)}.cart-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.05)}.cart-header h2{font-size:1.2rem;font-weight:600}.close-cart{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-light)}.cart-body{padding:1.5rem;flex:1;overflow-y:auto}.empty-cart-msg{text-align:center;color:var(--text-light);margin-top:3rem;font-size:.95rem}.cart-item{display:flex;gap:15px;margin-bottom:1.5rem;align-items:center}.cart-item-img{width:80px;height:80px;background:var(--bg-color);border-radius:8px;object-fit:cover}.cart-item-details{flex:1}.cart-item-title{font-weight:600;font-size:.95rem;margin-bottom:4px}.cart-item-price{color:var(--text-light);font-size:.9rem;margin-bottom:8px}.qty-selector{display:flex;align-items:center;border:1px solid rgba(0,0,0,.1);border-radius:4px;width:fit-content}.qty-btn{background:none;border:none;padding:4px 10px;cursor:pointer;font-size:1.1rem}.qty-val{font-size:.9rem;padding:0 10px;font-weight:600}.cart-footer{padding:1.5rem;border-top:1px solid rgba(0,0,0,.05);background:#fff}.cart-total{display:flex;justify-content:space-between;font-weight:600;font-size:1.2rem;margin-bottom:1.5rem}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.hero{flex-direction:column-reverse}.hero-text{padding:3rem 5%;text-align:center;align-items:center}.desc{text-align:center}.action-area{flex-direction:column;width:100%;gap:1rem}.btn-buy{max-width:100%}.trust-badges{align-items:flex-start;text-align:left;width:fit-content;margin:1.5rem auto 0}.hero-visual{height:50vh;min-height:auto;border-bottom:1px solid rgba(0,0,0,.05)}.pkg-grid{grid-template-columns:1fr;gap:2rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/style.css.map */
