:root{--plum-dark: #4e1d4e;--plum-mid: #7b3d7b;--plum-light: #c479c4;--pink-soft: #e8a0c8;--gold: #d4b040;--bg-body: #faf5fa;--bg-card: #ffffff;--color-body: #2c2d2e;--color-head: #1a1c1d;--color-muted: #777777;--color-border:#e8dde8;--radius-card: 14px;--radius-btn: 25px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Be Vietnam Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-body);color:var(--color-body);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.ann-bar{background:var(--plum-dark);overflow:hidden;padding:8px 0}.ann-track{display:flex;width:max-content;animation:marquee 28s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.ann-item{white-space:nowrap;color:#fff;font-size:12px;font-weight:500;padding:0 32px;display:flex;align-items:center;gap:8px}.ann-code{color:var(--pink-soft);font-weight:700;letter-spacing:.04em}.site-header{position:sticky;top:0;z-index:200;background:#f5f0f5;border-bottom:1px solid var(--color-border)}.header-inner{max-width:1280px;margin:0 auto;padding:0 20px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-logo img{height:34px;display:block}.site-nav{display:flex;align-items:center;gap:20px}.site-nav a{font-size:13.5px;font-weight:500;color:var(--color-body);transition:color .18s ease}.site-nav a:hover,.site-nav a.active{color:var(--plum-dark);font-weight:600}.header-icons{display:flex;align-items:center;gap:12px}.icon-btn{background:none;border:none;cursor:pointer;padding:6px;color:var(--color-body);position:relative;border-radius:50%;transition:background .18s ease}.icon-btn:hover{background:#4e1d4e14}.icon-btn:focus-visible{outline:2px solid var(--plum-light);outline-offset:2px}.cart-badge{position:absolute;top:0;right:0;background:var(--plum-dark);color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero{background:linear-gradient(135deg,var(--plum-dark) 0%,var(--plum-mid) 45%,var(--plum-light) 100%);position:relative;overflow:hidden;min-height:340px}.hero-grain{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.04;pointer-events:none}.hero-inner{max-width:1280px;margin:0 auto;padding:56px 20px;display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;z-index:1}.hero-text{max-width:520px}.hero-wordmark{margin-bottom:18px;display:flex;align-items:center;gap:6px}.hero-wordmark span:first-child{font-size:1.6rem;font-weight:800;color:#fff;letter-spacing:-.03em}.hero-wordmark em{font-size:1rem;font-weight:400;color:var(--pink-soft);font-style:italic}.hero-wordmark .heart{font-size:1.2rem;color:var(--pink-soft);margin-left:-2px}.hero-h1{font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.03em;margin-bottom:12px}.hero-sub{color:#ffffffc7;font-size:.95rem;margin-bottom:28px}.hero-cta{display:inline-block;background:var(--pink-soft);color:var(--plum-dark);font-weight:700;font-size:.82rem;letter-spacing:.06em;padding:13px 30px;border-radius:var(--radius-btn);transition:background .2s ease,transform .2s cubic-bezier(.34,1.56,.64,1)}.hero-cta:hover{background:#f0b4d4;transform:translateY(-2px)}.hero-cta:active{transform:translateY(0)}.hero-img-wrap{flex-shrink:0}.hero-img-wrap img{width:400px;max-width:42vw;border-radius:16px;box-shadow:0 24px 64px #00000052}.main-wrap{max-width:1280px;margin:0 auto;padding:0 20px}.sec{padding:60px 0 20px}.sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.sec-title{font-size:1.35rem;font-weight:700;color:var(--color-head)}.sec-link{font-size:.82rem;font-weight:600;color:var(--plum-dark);transition:opacity .18s}.sec-link:hover{opacity:.7}.product-card{background:var(--bg-card);border-radius:var(--radius-card);overflow:hidden;box-shadow:0 2px 12px #4e1d4e12,0 1px 3px #4e1d4e0a;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease;display:block}.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #4e1d4e29,0 4px 10px #4e1d4e12}.card-img-wrap{position:relative;overflow:hidden}.card-img-wrap img{width:100%;object-fit:cover;display:block;transition:transform .4s ease}.product-card:hover .card-img-wrap img{transform:scale(1.04)}.card-badge{position:absolute;top:10px;left:10px;font-size:11px;font-weight:700;padding:3px 9px;border-radius:20px;color:#fff;line-height:1.4}.badge-new{background:var(--plum-dark)}.badge-sale{background:#c62a32}.card-body{padding:14px 16px 16px}.card-title{font-size:.875rem;font-weight:600;color:var(--color-head);line-height:1.4;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-old{font-size:.78rem;color:#aaa;text-decoration:line-through;line-height:1}.card-price{font-size:1rem;font-weight:700;color:var(--plum-dark);margin-top:2px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.support-banner{background:var(--bg-card);border-radius:var(--radius-card);padding:44px 24px;text-align:center;box-shadow:0 2px 12px #4e1d4e0f}.support-icon{font-size:2.6rem;margin-bottom:12px}.support-title{font-size:1.25rem;font-weight:700;color:var(--color-head);margin-bottom:6px}.support-sub{color:var(--color-muted);font-size:.9rem;margin-bottom:20px}.support-btn{display:inline-block;background:var(--color-head);color:#fff;font-weight:600;font-size:.875rem;padding:12px 30px;border-radius:var(--radius-btn);transition:background .18s ease,transform .2s cubic-bezier(.34,1.56,.64,1)}.support-btn:hover{background:var(--plum-dark);transform:translateY(-2px)}.rating-bar{background:#fdf5f9;border-top:1px solid #ede0ed;border-bottom:1px solid #ede0ed;padding:18px 20px;text-align:center}.rating-inner{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.stars{color:#f59e0b;font-size:1.1rem;letter-spacing:2px}.rating-pct{font-weight:700;color:var(--color-head);font-size:.95rem}.rating-count{color:var(--color-muted);font-size:.9rem}.faq-section{background:var(--bg-body);padding:80px 20px}.faq-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:start}.faq-intro-title{font-size:1.75rem;font-weight:800;color:var(--color-head);letter-spacing:-.03em;margin-bottom:14px}.faq-intro-body{color:var(--color-muted);font-size:.9rem;line-height:1.75}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{background:var(--bg-card);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #4e1d4e0f}.faq-item summary{list-style:none;cursor:pointer;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:.9rem;color:var(--color-head);-webkit-user-select:none;user-select:none;transition:background .18s ease}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{background:#fdf5fa}.faq-icon{color:var(--plum-dark);font-size:1.3rem;margin-left:16px;flex-shrink:0;transition:transform .2s ease}details[open] .faq-icon{transform:rotate(45deg)}.faq-body{padding:0 20px 16px;color:#555;font-size:.875rem;line-height:1.75}.trust-section{background:var(--bg-card);padding:64px 20px}.trust-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:center}.trust-card{background:linear-gradient(135deg,var(--plum-dark) 0%,var(--plum-mid) 100%);border-radius:16px;padding:56px 40px;display:flex;align-items:center;justify-content:center;min-height:240px}.trust-card img{height:52px}.trust-wordmark{display:flex;align-items:center;gap:6px}.trust-wordmark span{font-size:2rem;font-weight:800;color:#fff;letter-spacing:-.03em}.trust-wordmark em{font-size:1.2rem;font-weight:400;color:var(--pink-soft);font-style:italic}.trust-title{font-size:1.55rem;font-weight:800;color:var(--color-head);letter-spacing:-.03em;margin-bottom:16px}.trust-body{color:#555;font-size:.9rem;line-height:1.8}.trust-body+.trust-body{margin-top:12px}.breadcrumb{max-width:1280px;margin:0 auto;padding:14px 20px;font-size:.8rem;color:var(--color-muted);display:flex;align-items:center;gap:6px}.breadcrumb a{color:var(--color-muted);transition:color .18s}.breadcrumb a:hover{color:var(--plum-dark)}.breadcrumb span{color:var(--color-body);font-weight:500}.filter-layout{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:start}.filter-sidebar{background:var(--bg-card);border-radius:14px;padding:20px;box-shadow:0 2px 12px #4e1d4e0f;position:sticky;top:80px}.filter-group{margin-bottom:24px}.filter-group:last-child{margin-bottom:0}.filter-label{font-size:.8rem;font-weight:700;color:var(--color-head);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.filter-check{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--color-body);margin-bottom:8px;cursor:pointer}.filter-check input[type=checkbox]{accent-color:var(--plum-dark);width:14px;height:14px}.price-inputs{display:flex;gap:8px;margin-top:10px}.price-input{width:100%;border:1px solid var(--color-border);border-radius:6px;padding:6px 8px;font-size:.8rem;color:var(--color-body);font-family:inherit}.price-input:focus{outline:2px solid var(--plum-light);border-color:transparent}input[type=range]{width:100%;accent-color:var(--plum-dark);margin-top:8px}.apply-btn{margin-top:10px;width:100%;background:var(--plum-dark);color:#fff;border:none;border-radius:var(--radius-btn);padding:8px;font-size:.8rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .18s}.apply-btn:hover{background:var(--plum-mid)}.sort-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.product-count{font-size:.85rem;color:var(--color-muted)}.sort-right{display:flex;align-items:center;gap:10px}.sort-select{border:1px solid var(--color-border);border-radius:6px;padding:7px 10px;font-size:.82rem;color:var(--color-body);font-family:inherit;background:var(--bg-card);cursor:pointer}.sort-select:focus{outline:2px solid var(--plum-light)}.pagination{display:flex;align-items:center;justify-content:center;gap:6px;padding:40px 0 60px}.page-btn{width:36px;height:36px;border:1px solid var(--color-border);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:500;cursor:pointer;background:var(--bg-card);color:var(--color-body);transition:all .18s}.page-btn:hover,.page-btn.active{background:var(--plum-dark);color:#fff;border-color:var(--plum-dark)}.page-btn.active{font-weight:700}.page-hero{padding:40px 0 48px;display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}.hero-meta{font-size:.78rem;color:var(--color-muted);margin-bottom:14px}.hero-page-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:var(--color-head);line-height:1.2;letter-spacing:-.03em;margin-bottom:20px}.share-row{display:flex;align-items:center;gap:8px}.share-label{font-size:.78rem;color:var(--color-muted)}.share-btn{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:700;transition:opacity .18s;cursor:pointer}.share-btn:hover{opacity:.8}.page-hero-img{border-radius:16px;overflow:hidden;background:linear-gradient(135deg,var(--plum-dark),var(--plum-mid));aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.content-grid{display:grid;grid-template-columns:1fr 260px;gap:48px;align-items:start;padding-bottom:60px}.prose h2{font-size:1.25rem;font-weight:700;color:var(--color-head);margin:28px 0 10px}.prose h2:first-child{margin-top:0}.prose p{font-size:.9rem;color:#444;line-height:1.8;margin-bottom:12px}.values-list{display:flex;flex-direction:column;gap:12px;margin:16px 0}.value-item{display:flex;align-items:flex-start;gap:12px}.value-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.value-text strong{display:block;font-size:.875rem;font-weight:700;color:var(--color-head);margin-bottom:2px}.value-text span{font-size:.82rem;color:var(--color-muted);line-height:1.5}.sidebar-card{background:var(--bg-card);border-radius:14px;padding:20px;box-shadow:0 2px 12px #4e1d4e12;margin-bottom:20px}.sidebar-nav-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);margin-bottom:14px}.sidebar-link{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:8px;font-size:.85rem;font-weight:500;color:var(--color-body);margin-bottom:4px;transition:background .18s,color .18s}.sidebar-link:hover{background:#fdf5fa;color:var(--plum-dark)}.sidebar-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.neden-banner{background:var(--color-head);border-radius:14px;padding:32px;margin:32px 0}.neden-banner h3{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:12px}.neden-banner p{font-size:.875rem;color:#ffffffbf;line-height:1.7}.neden-banner p+p{margin-top:8px}.feature-card{background:var(--bg-card);border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #4e1d4e14;margin:24px 0;display:flex;align-items:stretch}.feature-card-text{padding:24px;flex:1}.feature-card-badge{font-size:.7rem;font-weight:700;color:var(--plum-dark);background:#f0e4f8;padding:3px 8px;border-radius:20px;display:inline-block;margin-bottom:10px}.feature-card-title{font-size:1rem;font-weight:700;color:var(--color-head);margin-bottom:8px;line-height:1.4}.feature-card-link{font-size:.82rem;font-weight:600;color:var(--plum-dark);transition:opacity .18s}.feature-card-link:hover{opacity:.7}.feature-card-img{width:180px;flex-shrink:0}.feature-card-img img{width:100%;height:100%;object-fit:cover}.reviews-section{padding:40px 0;border-top:1px solid var(--color-border)}.reviews-title{font-size:1.1rem;font-weight:700;color:var(--color-head);margin-bottom:28px}.review-list{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.review-item{display:flex;gap:16px;align-items:flex-start}.review-avatar{width:42px;height:42px;border-radius:50%;background:var(--plum-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:.85rem;font-weight:700}.review-body{flex:1}.review-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.review-name{font-size:.875rem;font-weight:600;color:var(--color-head)}.review-date{font-size:.75rem;color:var(--color-muted)}.review-stars{color:#f59e0b;font-size:.85rem;margin-bottom:6px;letter-spacing:1px}.review-text{font-size:.85rem;color:#555;line-height:1.7}.comment-form{background:var(--bg-card);border-radius:14px;padding:28px;box-shadow:0 2px 12px #4e1d4e0f;margin-bottom:60px}.comment-form h3{font-size:1rem;font-weight:700;color:var(--color-head);margin-bottom:6px}.comment-note{font-size:.78rem;color:var(--color-muted);margin-bottom:20px}.form-textarea{width:100%;border:1px solid var(--color-border);border-radius:8px;padding:12px;font-size:.875rem;font-family:inherit;resize:vertical;min-height:120px;color:var(--color-body);transition:border-color .18s}.form-textarea:focus{outline:none;border-color:var(--plum-light)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.form-input{width:100%;border:1px solid var(--color-border);border-radius:8px;padding:10px 12px;font-size:.875rem;font-family:inherit;color:var(--color-body);transition:border-color .18s}.form-input:focus{outline:none;border-color:var(--plum-light)}.form-input::placeholder,.form-textarea::placeholder{color:#bbb}.form-submit{margin-top:16px;background:var(--plum-dark);color:#fff;border:none;border-radius:var(--radius-btn);padding:12px 28px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .18s,transform .2s cubic-bezier(.34,1.56,.64,1)}.form-submit:hover{background:var(--plum-mid);transform:translateY(-2px)}.cat-section{padding:40px 0 60px}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cat-card{border-radius:14px;overflow:hidden;position:relative;cursor:pointer;display:block}.cat-card img{width:100%;height:180px;object-fit:cover;display:block;transition:transform .4s ease}.cat-card:hover img{transform:scale(1.06)}.cat-label{position:absolute;bottom:0;left:0;right:0;padding:28px 14px 12px;background:linear-gradient(to top,rgba(78,29,78,.8),transparent);color:#fff;font-size:.85rem;font-weight:600}.site-footer{background:var(--plum-dark);padding:40px 20px;text-align:center}.site-footer .footer-logo{height:30px;margin:0 auto 14px;filter:brightness(0) invert(1)}.footer-wordmark{display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:14px}.footer-wordmark span{font-size:1.3rem;font-weight:800;color:#fff;letter-spacing:-.03em}.footer-wordmark em{font-size:.85rem;color:var(--pink-soft);font-style:italic}.footer-copy{color:#ffffff80;font-size:.8rem}@media(max-width:1024px){.grid-5,.grid-4{grid-template-columns:repeat(3,1fr)}}@media(max-width:860px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.hero-img-wrap{display:none}.faq-grid,.trust-grid{grid-template-columns:1fr;gap:32px}.filter-layout{grid-template-columns:1fr}.filter-sidebar{position:static}.page-hero,.content-grid{grid-template-columns:1fr}.cat-grid{grid-template-columns:repeat(2,1fr)}.feature-card{flex-direction:column}.feature-card-img{width:100%;height:180px}}@media(max-width:640px){.site-nav{display:none}.grid-5,.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
