:root{--cream:#fdf5ec;--cream-2:#fbeadd;--peach:#f8e0cd;--pink:#e89aad;--pink-2:#f4b6c4;--gold:#c9a24b;--green:#5a7a55;--dark:#2b2b2b;--muted:#5a5a5a}*{box-sizing:border-box;margin:0;padding:0}html,body{background:#fff;color:var(--dark);font-family:Poppins,sans-serif;font-size:14px;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:transparent;color:inherit}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 28px}.header{background:#f5e4d0;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #785a3c0f}.header>.container{max-width:none;padding-left:40px;padding-right:40px}.header-inner{display:flex;align-items:center;justify-content:space-between;padding-top:25px;padding-bottom:25px}.logo{display:flex;align-items:center;gap:10px}.logo-mark{width:44px;height:44px}.logo-text{display:flex;flex-direction:column;line-height:1}.brand{font-family:Playfair Display,serif;color:var(--gold);font-size:24px;font-weight:600;letter-spacing:.5px}.tagline{font-size:9px;letter-spacing:4px;color:var(--gold);margin-top:2px}.nav{display:flex;gap:38px}.nav a{font-size:14px;color:#333;padding:6px 0;position:relative;font-weight:400;transition:color .2s}.nav a:hover,.nav a.active{color:var(--gold)}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1.5px;background:var(--gold);border-radius:2px}.header-icons{display:flex;align-items:center;gap:12px;color:#2b2b2b}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:none;border:none;cursor:pointer;border-radius:8px}.nav-toggle span{display:block;height:2px;width:22px;background:#2b2b2b;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;overflow:hidden;max-height:0;background:#f5e4d0;border-top:1px solid rgba(120,90,60,.12);transition:max-height .3s ease}.mobile-menu.open{max-height:480px}.mobile-nav{display:flex;flex-direction:column;padding:8px 40px 18px}.mobile-nav a{font-size:16px;color:#333;padding:14px 0;border-bottom:1px solid rgba(120,90,60,.1);font-weight:400}.mobile-nav a:last-child{border-bottom:none}.mobile-nav a.active{color:var(--gold)}.mobile-account-link{color:var(--green)!important;font-weight:500}.mobile-menu-backdrop{position:fixed;right:0;bottom:0;left:0;top:0;background:#00000040;z-index:99}.icon-btn{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;position:relative;transition:background .2s}.icon-btn:hover{background:#0000000d}.icon-btn svg{width:22px;height:22px;stroke-width:1.5}.search{display:flex;align-items:center;background:#fff;border:1px solid transparent;border-radius:30px;height:42px;width:42px;padding:0;overflow:hidden;transition:width .3s ease,border-color .2s,box-shadow .2s,background .2s}.search.open{width:280px;border-color:#e6dcc9;padding:0 6px 0 4px;box-shadow:0 6px 18px #785a3c1a}.search-icon{width:38px;height:38px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;color:#2b2b2b;transition:background .2s,color .2s}.search-icon:hover{color:var(--pink)}.search:not(.open){background:transparent}.search:not(.open) .search-icon:hover{background:#0000000d}.search-icon svg{width:22px;height:22px}.search-input{flex:1;min-width:0;width:100%;border:0;outline:0;background:transparent;font:inherit;font-size:14px;color:#333;opacity:0;transition:opacity .2s}.search.open .search-input{opacity:1}.search-input::placeholder{color:#a89b86}.search-clear{width:26px;height:26px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;color:#8a8a8a;transition:background .2s,color .2s}.search-clear:hover{background:#f0e6d8;color:#333}.search-clear svg{width:16px;height:16px}.cart-badge{position:absolute;top:-2px;right:-2px;background:#f6d5c4;color:#8a5a4a;font-size:10px;font-weight:600;min-width:18px;height:18px;border-radius:50%;display:grid;place-items:center;padding:0 4px}.hero{background:var(--cream)}.hero>.container{max-width:none;padding:0}.hero-inner{position:relative;display:flex;align-items:center;padding:60px 40px;min-height:600px;background:var(--cream) url(/img/hero-image.png) center right / cover no-repeat;overflow:hidden}.hero-copy{max-width:440px}.hero-copy h1{font-family:Playfair Display,serif;font-size:44px;line-height:1.15;font-weight:600;color:#1f1f1f;margin-bottom:22px}.hero-copy p{color:#4a4a4a;margin-bottom:30px;font-size:15px}.btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--pink);color:#fff;font-weight:500;letter-spacing:1.5px;font-size:12px;padding:14px 28px;border-radius:30px;box-shadow:0 8px 20px #e89aad59;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 24px #e89aad73}.btn-primary svg{width:16px;height:16px}.features{background:#fff;border-top:1px solid #f2e6d8;border-bottom:1px solid #f2e6d8}.features-inner{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;padding:62px 28px}.feature{display:flex;align-items:center;gap:14px;font-size:15px;color:#333}.feature-ico{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.feature-ico svg{width:28px;height:28px}.ico-pink{background:#fde6ec}.ico-green{background:#e7efdf}.ico-gold{background:#f6ecd2}.ico-dark{background:#e5ece6}.palette{background:#fff;padding:60px 0 70px}.palette-inner{text-align:center}.palette-title{font-family:Poppins,sans-serif;font-weight:600;letter-spacing:3px;font-size:16px;color:#1f1f1f;display:inline-flex;align-items:center;gap:14px;margin-bottom:14px}.palette-title .deco{color:var(--gold);font-size:14px}.palette-sub{color:#5a5a5a;margin-bottom:44px}.palette-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;max-width:820px;margin:0 auto}.palette-item{display:flex;flex-direction:column;align-items:center;gap:12px}.palette-circle{width:78px;height:78px;border-radius:50%;background:#fbeadd;display:grid;place-items:center;transition:transform .25s}.palette-circle:hover{transform:translateY(-4px)}.palette-circle svg{width:44px;height:44px}.palette-item p{font-size:13px;color:#333}.footer{background:#fff;border-top:1px solid #f2e6d8;position:relative;overflow:hidden}.footer .container{max-width:none;padding-left:40px;padding-right:40px}.footer:after{content:"";position:absolute;right:-40px;bottom:40px;width:220px;height:220px;background:radial-gradient(circle at 30% 40%,rgba(232,154,173,.15),transparent 60%),radial-gradient(circle at 60% 60%,rgba(201,162,75,.12),transparent 60%);pointer-events:none}.footer-inner{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;padding:48px 28px 32px}.footer-brand h4{font-family:Poppins,sans-serif;font-weight:600;margin:18px 0 8px;font-size:15px}.footer-brand p{color:#666;font-size:12px;margin-bottom:14px}.newsletter{display:flex;align-items:center;border:1px solid #e6dcc9;border-radius:30px;padding:6px 8px 6px 16px;max-width:270px;background:#fff}.newsletter input{flex:1;border:0;outline:0;font:inherit;font-size:12px;background:transparent;color:#333}.newsletter button{width:28px;height:28px;display:grid;place-items:center}.newsletter button svg{width:18px;height:18px}.footer-col h5{font-weight:600;font-size:14px;margin-bottom:14px;color:#1f1f1f}.footer-col a{display:block;color:#5a5a5a;font-size:13px;margin-bottom:10px;transition:color .2s}.footer-col a:hover{color:var(--pink)}.footer-bar{background:linear-gradient(90deg,#f0a5b5,#e89aad)}.footer-bar-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 28px;color:#fff;font-size:12px}.socials{display:flex;gap:14px}.socials a{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;transition:background .2s}.socials a:hover{background:#fff3}.socials svg{width:18px;height:18px}.copy{opacity:.95}@media (max-width: 900px){.hero-inner{background-position:right center;padding:40px 24px;min-height:380px}.hero-copy h1{font-size:34px}.features-inner{grid-template-columns:repeat(2,1fr)}.palette-grid{grid-template-columns:repeat(3,1fr)}.footer-inner{grid-template-columns:1fr 1fr;gap:28px}.footer:after{display:none}.nav{display:none}.nav-toggle{display:flex}.mobile-menu{display:block}.wishlist-btn,.account-btn{display:none}.header>.container{padding-left:20px;padding-right:20px}}@media (max-width: 520px){.search.open{width:190px}.features-inner{grid-template-columns:1fr 1fr}.palette-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr;gap:22px 20px;padding:36px 4px 28px}.footer-brand{grid-column:1 / -1}.footer-bar-inner{flex-direction:column;gap:10px}.footer .container{padding-left:24px;padding-right:24px}.header>.container{padding-left:24px;padding-right:24px}.shop .container,.collections .container,.journal-featured .container,.journal .container{padding-left:24px;padding-right:24px}.hero-copy h1{font-size:28px}}.shop-head{background:var(--cream);text-align:center;padding:56px 0 44px}.shop-eyebrow{display:inline-flex;align-items:center;gap:12px;letter-spacing:3px;font-size:12px;font-weight:600;color:var(--green);margin-bottom:12px}.shop-eyebrow .deco{color:var(--gold)}.shop-head h1{font-family:Playfair Display,serif;font-weight:600;font-size:40px;color:#1f1f1f;margin-bottom:14px}.shop-sub{color:#5a5a5a;font-size:15px}.shop{background:#fff;padding:50px 0 70px}.shop .container{max-width:none;padding-left:40px;padding-right:40px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.product-card{background:#fff;border:1px solid #f0e6d8;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 26px #785a3c0f;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #785a3c1f}.pc-media{position:relative;aspect-ratio:1/1;background:linear-gradient(135deg,#f3e7d7,#efe0d0);overflow:hidden}.pc-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .pc-media img{transform:scale(1.05)}.pc-wish{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:12px;background:#fff;box-shadow:0 4px 12px #0000001a;display:grid;place-items:center;transition:background .2s,transform .2s}.pc-wish:hover{transform:scale(1.06)}.pc-wish svg{width:20px;height:20px;stroke:#7a7a7a;fill:none;stroke-width:1.8;transition:fill .2s,stroke .2s}.pc-wish.active svg{fill:var(--pink);stroke:var(--pink)}.pc-body{padding:18px 20px 22px;display:flex;flex-direction:column;flex:1}.pc-cat{font-size:11px;letter-spacing:1.5px;font-weight:600;color:var(--green);text-transform:uppercase;margin-bottom:8px}.pc-name{font-family:Playfair Display,serif;font-weight:600;font-size:19px;line-height:1.3;color:#1f1f1f;margin-bottom:10px}.pc-rating{display:flex;align-items:center;gap:8px;margin-bottom:14px}.pc-stars{display:inline-flex;gap:2px}.pc-stars svg{width:16px;height:16px;fill:var(--gold)}.pc-stars svg.empty{fill:#e0d9cc}.pc-count{font-size:12px;color:#8a8a8a}.pc-price{font-family:Playfair Display,serif;font-weight:700;font-size:22px;color:#1f1f1f;margin-bottom:16px}.pc-actions{display:flex;flex-direction:row;gap:10px;margin-top:auto}.pc-buynow{flex:1;display:inline-flex;align-items:center;justify-content:center;background:var(--pink);color:#fff;font-size:12px;font-weight:600;letter-spacing:1px;padding:14px 12px;border-radius:14px;white-space:nowrap;box-shadow:0 8px 18px #e89aad4d;transition:background .2s,transform .15s}.pc-buynow:hover{background:#d98499;transform:translateY(-1px)}.pc-add{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--green);color:#fff;font-size:12px;font-weight:600;letter-spacing:1.5px;padding:14px 16px;border-radius:14px;transition:background .2s,transform .15s}.pc-add:hover{background:#4b6847;transform:translateY(-1px)}.pc-bag{width:52px;flex-shrink:0;display:grid;place-items:center;background:var(--green);color:#fff;border-radius:14px;transition:background .2s,transform .15s}.pc-bag:hover{background:#4b6847;transform:translateY(-1px)}.pc-bag svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:1.6}@media (max-width: 1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.product-grid{grid-template-columns:repeat(2,1fr)}.shop-head h1{font-size:32px}}@media (max-width: 520px){.product-grid{grid-template-columns:1fr;gap:22px}}.collections{background:#fff;padding:50px 0 70px}.collections .container{max-width:none;padding-left:40px;padding-right:40px}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.collection-card{position:relative;border-radius:22px;overflow:hidden;aspect-ratio:3/4;box-shadow:0 10px 26px #785a3c14;transition:transform .3s,box-shadow .3s;display:block}.collection-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #785a3c29}.collection-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.collection-card:hover img{transform:scale(1.06)}.collection-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#2b2b2b00 35%,#2b2b2bb8)}.cc-body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:26px 24px;color:#fff}.cc-count{display:inline-block;font-size:11px;letter-spacing:1.5px;font-weight:600;text-transform:uppercase;color:#f7c9d3;margin-bottom:8px}.cc-title{font-family:Playfair Display,serif;font-weight:600;font-size:24px;line-height:1.2;margin-bottom:6px}.cc-desc{font-size:13px;opacity:.9;margin-bottom:14px;max-width:230px}.cc-link{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:1.5px;color:#fff}.cc-link svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;transition:transform .2s}.collection-card:hover .cc-link svg{transform:translate(4px)}@media (max-width: 900px){.collection-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.collection-grid{grid-template-columns:1fr;gap:22px}}.journal-featured{background:#fff;padding:20px 0 10px}.journal-featured .container{max-width:none;padding-left:40px;padding-right:40px}.feature-post{display:grid;grid-template-columns:1.1fr 1fr;background:var(--cream);border:1px solid #f0e6d8;border-radius:24px;overflow:hidden;box-shadow:0 12px 30px #785a3c14}.fp-media{position:relative;min-height:340px;overflow:hidden}.fp-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.fp-body{padding:44px 48px;display:flex;flex-direction:column;justify-content:center}.fp-tag{display:inline-block;align-self:flex-start;font-size:11px;letter-spacing:1.5px;font-weight:600;text-transform:uppercase;color:var(--green);background:#e7efdf;padding:6px 14px;border-radius:20px;margin-bottom:16px}.fp-body h2{font-family:Playfair Display,serif;font-weight:600;font-size:30px;line-height:1.25;color:#1f1f1f;margin-bottom:14px}.fp-body p{color:#5a5a5a;font-size:14px;margin-bottom:20px;max-width:440px}.fp-meta{font-size:12px;color:#8a8a8a;margin-bottom:22px}.fp-meta span{color:var(--pink);font-weight:600}.journal{background:#fff;padding:44px 0 70px}.journal .container{max-width:none;padding-left:40px;padding-right:40px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.article-card{background:#fff;border:1px solid #f0e6d8;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 26px #785a3c0f;transition:transform .25s,box-shadow .25s}.article-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #785a3c1f}.ac-media{position:relative;aspect-ratio:16/10;overflow:hidden;background:#f3e7d7}.ac-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.article-card:hover .ac-media img{transform:scale(1.05)}.ac-body{padding:20px 22px 24px;display:flex;flex-direction:column;flex:1}.ac-tag{font-size:11px;letter-spacing:1.5px;font-weight:600;text-transform:uppercase;color:var(--green);margin-bottom:10px}.ac-title{font-family:Playfair Display,serif;font-weight:600;font-size:19px;line-height:1.3;color:#1f1f1f;margin-bottom:10px}.ac-excerpt{color:#5a5a5a;font-size:13px;margin-bottom:16px;flex:1}.ac-foot{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#8a8a8a}.ac-read{display:inline-flex;align-items:center;gap:6px;color:var(--pink);font-weight:600;letter-spacing:.5px}.ac-read svg{width:15px;height:15px;stroke:var(--pink);fill:none;stroke-width:2;transition:transform .2s}.article-card:hover .ac-read svg{transform:translate(3px)}@media (max-width: 900px){.feature-post{grid-template-columns:1fr}.fp-media{min-height:240px}.fp-body{padding:32px 28px}.fp-body h2{font-size:24px}.article-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.article-grid{grid-template-columns:1fr;gap:22px}}.ja-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px;color:#8a8a8a}.ja-spinner{width:44px;height:44px;border-radius:50%;border:3px solid #f0e6d8;border-top-color:var(--pink);animation:ja-spin .8s linear infinite}@keyframes ja-spin{to{transform:rotate(360deg)}}.ja-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px;text-align:center;color:#5a5a5a;padding:40px}.ja-hero{position:relative;height:520px;overflow:hidden;background:#1a1410}.ja-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.55;transform:scale(1.03);transition:transform 8s ease}.ja-hero:hover .ja-hero-img{transform:scale(1.08)}.ja-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0f0a05d9,#0f0a054d,#0f0a051a)}.ja-hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:52px 80px;max-width:900px}.ja-breadcrumb{display:inline-flex;align-items:center;gap:8px;color:#ffffffb3;font-size:13px;letter-spacing:.5px;text-decoration:none;font-weight:500;margin-bottom:20px;transition:color .2s}.ja-breadcrumb:hover{color:#fff}.ja-breadcrumb svg{width:16px;height:16px;stroke:currentColor}.ja-tag{display:inline-block;align-self:flex-start;font-size:11px;letter-spacing:1.8px;font-weight:700;text-transform:uppercase;color:#fff;background:#6b8c50bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:6px 16px;border-radius:20px;margin-bottom:16px}.ja-title{font-family:Playfair Display,serif;font-weight:700;font-size:clamp(28px,4vw,48px);line-height:1.2;color:#fff;margin-bottom:18px;text-shadow:0 2px 20px rgba(0,0,0,.3)}.ja-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:13px;color:#ffffffb8}.ja-meta strong{color:#fffffff2;font-weight:600}.ja-meta-dot{opacity:.5;margin:0 2px}.ja-wrapper{background:#fff;padding:60px 0 80px}.ja-container{max-width:760px;margin:0 auto;padding:0 32px}.ja-excerpt{font-size:19px;line-height:1.65;color:#3a3a3a;font-family:Playfair Display,serif;font-style:italic;border-left:3px solid var(--pink);padding-left:22px;margin-bottom:40px}.ja-body{font-size:16px;line-height:1.8;color:#3a3a3a}.ja-body h1,.ja-body h2,.ja-body h3,.ja-body h4{font-family:Playfair Display,serif;font-weight:600;color:#1a1a1a;margin:40px 0 16px;line-height:1.3}.ja-body h2{font-size:26px}.ja-body h3{font-size:21px}.ja-body h4{font-size:18px}.ja-body p{margin-bottom:20px}.ja-body p:last-child{margin-bottom:0}.ja-body strong{color:#1a1a1a;font-weight:600}.ja-body em{font-style:italic}.ja-body a{color:var(--pink);text-decoration:underline;text-decoration-color:#c85a5a4d;transition:text-decoration-color .2s}.ja-body a:hover{text-decoration-color:var(--pink)}.ja-body blockquote{border-left:3px solid var(--pink);padding:14px 22px;margin:30px 0;background:var(--cream);border-radius:0 10px 10px 0;font-style:italic;color:#555}.ja-body ul,.ja-body ol{padding-left:22px;margin-bottom:20px}.ja-body li{margin-bottom:8px}.ja-body img{width:100%;border-radius:14px;margin:28px 0;box-shadow:0 12px 32px #0000001a}.ja-body hr{border:none;border-top:1px solid #f0e6d8;margin:36px 0}.ja-body table{width:100%;border-collapse:collapse;margin-bottom:24px;font-size:14px}.ja-body th,.ja-body td{padding:10px 14px;border:1px solid #f0e6d8;text-align:left}.ja-body th{background:var(--cream);font-weight:600;color:#3a3a3a}.ja-body figure{margin:28px 0}.ja-body figure figcaption{font-size:13px;color:#8a8a8a;text-align:center;margin-top:8px}.ja-divider{height:1px;background:linear-gradient(to right,transparent,#f0e6d8,transparent);margin:52px 0 36px}.ja-footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.ja-author-block{display:flex;align-items:center;gap:14px}.ja-author-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--pink),var(--green));color:#fff;font-size:20px;font-weight:700;display:grid;place-items:center;flex-shrink:0}.ja-author-name{font-weight:700;color:#1a1a1a;font-size:15px;margin-bottom:2px}.ja-author-sub{color:#8a8a8a;font-size:12px}.ja-back-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.5px;color:var(--pink);text-decoration:none;border:1px solid rgba(200,90,90,.25);border-radius:30px;padding:10px 20px;transition:background .2s,color .2s,border-color .2s}.ja-back-link:hover{background:var(--pink);color:#fff;border-color:var(--pink)}.ja-back-link svg{width:15px;height:15px;stroke:currentColor}.ja-back-btn{margin-top:16px;display:inline-flex;align-items:center;gap:8px}@media (max-width: 768px){.ja-hero{height:380px}.ja-hero-content{padding:36px 28px}.ja-container{padding:0 20px}.ja-excerpt{font-size:16px}.ja-body{font-size:15px}.ja-wrapper{padding:40px 0 60px}}@media (max-width: 480px){.ja-hero{height:320px}.ja-title{font-size:24px}.ja-footer-inner{flex-direction:column;align-items:flex-start}}.account{background:#fff;padding:40px 0 70px}.account .container{max-width:none;padding-left:40px;padding-right:40px}.account-layout{display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:start}.account-side{position:sticky;top:20px;background:var(--cream);border:1px solid #f0e6d8;border-radius:20px;padding:22px}.account-user{display:flex;align-items:center;gap:14px;padding-bottom:18px;border-bottom:1px solid #eaddcb;margin-bottom:16px}.avatar{width:52px;height:52px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;background:linear-gradient(135deg,var(--pink),var(--gold));color:#fff;font-weight:600;font-size:17px;letter-spacing:.5px}.account-user-meta{display:flex;flex-direction:column;min-width:0}.account-user-meta strong{font-size:15px;color:#1f1f1f}.account-user-meta span{font-size:12px;color:#8a8a8a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-tabs{display:flex;flex-direction:column;gap:4px}.account-tab{text-align:left;padding:12px 16px;border-radius:12px;font-size:14px;color:#4a4a4a;font-weight:500;transition:background .2s,color .2s}.account-tab:hover{background:#fff}.account-tab.active{background:var(--green);color:#fff}.account-tab.logout{margin-top:8px;color:#b05a5a}.account-tab.logout:hover{background:#fbeaea}.account-content{min-width:0}.panel{background:#fff;border:1px solid #f0e6d8;border-radius:20px;padding:30px;box-shadow:0 10px 26px #785a3c0d}.panel-head{margin-bottom:22px}.panel-head h2{font-family:Playfair Display,serif;font-weight:600;font-size:24px;color:#1f1f1f}.panel-head p{color:#8a8a8a;font-size:13px;margin-top:4px}.acc-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:6px}.field-full{grid-column:1 / -1}.field label{font-size:12px;font-weight:600;color:#555;letter-spacing:.3px}.field input,.field textarea{border:1px solid #e6dcc9;border-radius:12px;padding:12px 14px;font:inherit;font-size:14px;color:#333;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s;resize:vertical}.field input:focus,.field textarea:focus{border-color:var(--pink);box-shadow:0 0 0 3px #e89aad26}.form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;margin-top:4px}.btn-save{border:0}.badge{font-size:11px;font-weight:600;padding:5px 12px;border-radius:20px;letter-spacing:.4px;white-space:nowrap}.badge-delivered{background:#e7efdf;color:#4b6847}.badge-shipped{background:#e6eef6;color:#3f6592}.badge-processing{background:#f9ecd2;color:#9a7b2e}.badge-approved{background:#e7efdf;color:#4b6847}.badge-refunded{background:#eee6f4;color:#7a5a9a}.badge-requested,.badge-pending{background:#f9ecd2;color:#9a7b2e}.badge-paid{background:#e7efdf;color:#4b6847}.badge-returned{background:#f7ddd4;color:#b0492a}.badge-cancelled{background:#ececec;color:#777}.badge{text-transform:capitalize}.sub-head{font-size:13px;font-weight:600;letter-spacing:.5px;color:#8a7a5c;text-transform:uppercase;margin:4px 0 14px}.sub-head+.order-list{margin-bottom:26px}.return-eligible{display:flex;flex-direction:column;gap:12px;margin-bottom:26px}.return-item{display:flex;align-items:center;gap:16px;border:1px solid #f0e6d8;border-radius:14px;padding:14px 16px}.return-item img{width:56px;height:56px;border-radius:10px;object-fit:cover;flex-shrink:0}.return-item-meta{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.return-item-meta strong{font-size:14px;color:#1f1f1f}.return-item-meta span{font-size:12px;color:#8a8a8a}.return-window{color:var(--green)!important;font-weight:600}.order-list{display:flex;flex-direction:column;gap:12px}.order-row{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:16px;border:1px solid #f0e6d8;border-radius:14px;padding:16px 18px}.order-main{display:flex;flex-direction:column;gap:3px}.order-main strong{font-size:14px;color:#1f1f1f}.order-main span{font-size:12px;color:#8a8a8a}.order-total{font-weight:700;color:#1f1f1f;font-size:15px}.order-btn{border:1px solid var(--green);color:var(--green);padding:8px 16px;border-radius:10px;font-size:12px;font-weight:600;transition:background .2s,color .2s}.order-btn:hover{background:var(--green);color:#fff}.wishlist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.wishlist-item{border:1px solid #f0e6d8;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.wishlist-item img{width:100%;aspect-ratio:4/3;object-fit:cover}.wishlist-meta{padding:14px 14px 0}.wl-name{font-size:14px;font-weight:600;color:#1f1f1f;margin-bottom:4px}.wl-price{font-family:Playfair Display,serif;font-weight:700;font-size:17px;color:#1f1f1f}.wl-add{border:0;flex:1}.wl-actions{display:flex;align-items:center;gap:10px;padding:12px 14px 14px}.wl-remove{font-size:12px;font-weight:600;color:#b05a5a;white-space:nowrap}.wl-remove:hover{text-decoration:underline}.address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.address-card{border:1px solid #f0e6d8;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:4px}.address-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.address-label{font-size:11px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--green)}.address-card strong{font-size:14px;color:#1f1f1f}.address-card p{font-size:13px;color:#666}.address-actions{display:flex;gap:10px;margin-top:12px}.address-actions button{font-size:12px;font-weight:600;color:var(--green)}.address-actions .danger{color:#b05a5a}.addr-default-btn{font-size:11px;font-weight:600;color:var(--gold);letter-spacing:.3px}.addr-default-btn:hover{text-decoration:underline}.address-add{border:1.5px dashed #d9c9b0;border-radius:16px;color:#8a7a5c;font-weight:600;font-size:14px;display:grid;place-items:center;min-height:120px;transition:background .2s,border-color .2s}.address-add:hover{background:var(--cream);border-color:var(--gold)}.od-summary{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:22px}.od-summary>div{flex:1;min-width:160px;border:1px solid #f0e6d8;border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:6px}.od-summary span:first-child{font-size:12px;color:#8a8a8a}.od-summary strong{font-family:Playfair Display,serif;font-size:20px;color:#1f1f1f}.od-items-list{display:flex;flex-direction:column;border:1px solid #f0e6d8;border-radius:14px;overflow:hidden;margin-bottom:18px}.od-item{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 18px;border-bottom:1px solid #f4ecdf}.od-item:last-child{border-bottom:0}.od-item strong{font-size:14px;color:#1f1f1f}.od-variant,.od-qty{font-size:13px;color:#8a8a8a}.od-totals-box{border:1px solid #f0e6d8;border-radius:14px;padding:16px 18px;margin-bottom:22px}.od-totals-box>div{display:flex;justify-content:space-between;font-size:14px;color:#5a5a5a;padding:5px 0}.od-totals-box .od-grand{border-top:1px solid #f0e6d8;margin-top:6px;padding-top:12px;font-size:16px;color:#1f1f1f}.od-totals-box .od-grand strong{font-family:Playfair Display,serif;color:var(--green)}.od-address p{font-size:14px;color:#5a5a5a;margin-bottom:4px}.od-address strong{color:#1f1f1f}.empty-note{color:#8a8a8a;font-size:14px}.user-table{display:flex;flex-direction:column;border:1px solid #f0e6d8;border-radius:14px;overflow:hidden}.user-row{display:grid;grid-template-columns:44px 1.4fr 1.6fr auto;align-items:center;gap:14px;padding:14px 18px;border-bottom:1px solid #f4ecdf}.user-row:last-child{border-bottom:0}.user-head{background:var(--cream);font-size:11px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:#8a7a5c}.user-idx{color:#a89b86;font-size:13px}.user-cell{display:flex;align-items:center;gap:12px;min-width:0}.user-cell strong{font-size:14px;color:#1f1f1f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-avatar{width:34px;height:34px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;font-size:12px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--pink),var(--gold))}.user-email{font-size:13px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-list{display:flex;flex-direction:column;gap:4px;margin-bottom:20px}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid #f0e6d8}.toggle-row span{display:flex;flex-direction:column;gap:2px}.toggle-row strong{font-size:14px;color:#1f1f1f}.toggle-row small{font-size:12px;color:#8a8a8a}.toggle-row input{width:20px;height:20px;accent-color:var(--green);cursor:pointer}@media (max-width: 900px){.account-layout{grid-template-columns:1fr}.account-side{position:static}.account-tabs{flex-direction:row;flex-wrap:wrap}.account-tab{flex:1 1 auto}.account-tab.logout{margin-top:0}.acc-form{grid-template-columns:1fr}.wishlist-grid{grid-template-columns:repeat(2,1fr)}.address-grid{grid-template-columns:1fr}}@media (max-width: 600px){.order-row{grid-template-columns:1fr auto;row-gap:10px}.order-total{grid-column:1;justify-self:start}.order-btn{grid-column:2;justify-self:end}.return-item{flex-wrap:wrap}.return-item .order-btn{margin-left:72px}.user-row{grid-template-columns:30px 1fr auto;gap:10px}.user-row>:nth-child(3){display:none}}@media (max-width: 520px){.account .container{padding-left:24px;padding-right:24px}.panel{padding:22px}.wishlist-grid{grid-template-columns:1fr}}.pd{background:#fff;padding:34px 0 70px}.pd .container{max-width:none;padding-left:40px;padding-right:40px}.pd-back{display:inline-block;color:var(--green);font-weight:600;font-size:13px;margin-bottom:24px}.pd-back:hover{color:var(--gold)}.pd-notfound{font-family:Playfair Display,serif;font-size:24px;color:#1f1f1f;margin-bottom:16px}.pd-grid{display:grid;grid-template-columns:680px 1fr;gap:48px;align-items:start}.pd-gallery{display:flex;gap:16px;position:sticky;top:20px}.pd-thumbs{display:flex;flex-direction:column;gap:12px;flex-shrink:0}.pd-thumb{width:74px;height:92px;border:1px solid #f0e6d8;border-radius:14px;overflow:hidden;background:var(--cream);padding:0;transition:border-color .2s,transform .15s}.pd-thumb:hover{transform:translateY(-2px)}.pd-thumb.active{border-color:var(--green);border-width:2px}.pd-thumb img{width:100%;height:100%;object-fit:cover}.pd-media{flex:1;background:var(--cream);border:1px solid #f0e6d8;border-radius:24px;overflow:hidden;aspect-ratio:4/5}.pd-media img{width:100%;height:100%;object-fit:cover}.pd-cat{font-size:12px;letter-spacing:1.5px;font-weight:600;color:var(--green);text-transform:uppercase;margin-bottom:10px}.pd-name{font-family:Playfair Display,serif;font-weight:600;font-size:34px;line-height:1.2;color:#1f1f1f;margin-bottom:14px}.pd-rating{display:flex;align-items:center;gap:10px;margin-bottom:16px}.pd-count{font-size:13px;color:#8a8a8a}.pd-price{font-family:Playfair Display,serif;font-weight:700;font-size:30px;color:#1f1f1f;margin-bottom:20px}.pd-desc{color:#5a5a5a;font-size:14px;line-height:1.7;margin-bottom:26px;max-width:480px}.pd-variants{margin-bottom:22px}.pd-variants-label{display:block;font-weight:600;font-size:13px;letter-spacing:.5px;margin-bottom:10px}.pd-variant-opts{display:flex;flex-wrap:wrap;gap:10px}.pd-variant{padding:10px 18px;border:1px solid #e0d9cc;border-radius:12px;background:#fbfaf7;font-size:13px;font-weight:600;color:#5a5a5a;transition:all .2s}.pd-variant:hover{border-color:var(--green)}.pd-variant.active{background:var(--green);color:#fff;border-color:var(--green)}.ci-size{font-size:12px;color:#8a8a8a}.pd-qty{display:flex;align-items:center;gap:18px;margin-bottom:24px}.pd-qty>span{font-weight:600;font-size:13px;letter-spacing:.5px}.pd-stepper{display:inline-flex;align-items:center;border:1px solid #e0d9cc;border-radius:12px;overflow:hidden}.pd-stepper button{width:42px;height:42px;font-size:18px;background:var(--cream);color:#1f1f1f;display:grid;place-items:center;transition:background .2s}.pd-stepper button:hover{background:var(--peach)}.pd-stepper>span{width:52px;text-align:center;font-weight:600}.pd-actions{display:flex;gap:14px;margin-bottom:28px}.pd-add,.pd-buy{flex:1;padding:16px 20px;border-radius:14px;font-size:13px;font-weight:600;letter-spacing:1.5px;transition:transform .15s,background .2s,box-shadow .2s}.pd-add{background:var(--green);color:#fff}.pd-add:hover{background:#4b6847;transform:translateY(-1px)}.pd-buy{background:var(--pink);color:#fff;box-shadow:0 8px 20px #e89aad59}.pd-buy:hover{transform:translateY(-1px);box-shadow:0 12px 24px #e89aad73}.pd-meta{list-style:none;display:flex;flex-direction:column;gap:10px}.pd-meta li{font-size:13px;color:#5a5a5a}.pd-related{margin-top:64px}.pd-related h2{font-family:Playfair Display,serif;font-weight:600;font-size:24px;color:#1f1f1f;margin-bottom:24px}.pd-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.pd-rel-card{background:#fff;border:1px solid #f0e6d8;border-radius:18px;overflow:hidden;padding-bottom:16px;transition:transform .25s,box-shadow .25s}.pd-rel-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #785a3c1f}.pd-rel-card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--cream)}.pd-rel-name{font-family:Playfair Display,serif;font-weight:600;font-size:15px;color:#1f1f1f;padding:14px 16px 4px}.pd-rel-price{font-weight:700;color:var(--green);padding:0 16px}.pc-name-link:hover .pc-name{color:var(--green)}@media (max-width: 900px){.pd-grid{grid-template-columns:1fr;gap:28px}.pd-related-grid{grid-template-columns:repeat(2,1fr)}.pd-name{font-size:28px}.pd-gallery{flex-direction:column-reverse;position:static}.pd-thumbs{flex-direction:row;overflow-x:auto}}.pd-crumbs{font-size:12px;color:#8a8a8a;margin-bottom:22px}.pd-crumbs a{color:var(--green);font-weight:500}.pd-crumbs a:hover{color:var(--gold)}.pd-crumbs span{margin:0 4px;color:#c9c0b2}.pd-crumb-current{color:#5a5a5a}.pd-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:4px}.pd-price-row .pd-price{margin-bottom:0}.pd-mrp{font-size:16px;color:#a9a196;text-decoration:line-through}.pd-off{font-size:12px;font-weight:700;letter-spacing:.5px;color:#fff;background:var(--green);padding:3px 10px;border-radius:20px}.pd-tax{font-size:12px;color:#8a8a8a;margin-bottom:22px}.pd-specs{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;margin-bottom:26px;padding:18px 0;border-top:1px solid #f0e6d8;border-bottom:1px solid #f0e6d8}.pd-specs li{display:flex;justify-content:space-between;gap:12px;font-size:13px}.pd-specs li span{color:#8a8a8a}.pd-specs li strong{color:#1f1f1f;font-weight:600}.pd-specs li strong.in{color:var(--green)}.pd-specs li strong.out{color:#c0603f}.pd-add:disabled,.pd-buy:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.pd-sections{margin-top:56px;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.pd-block{background:var(--cream);border:1px solid #f0e6d8;border-radius:18px;padding:26px}.pd-block h2{font-family:Playfair Display,serif;font-weight:600;font-size:19px;color:#1f1f1f;margin-bottom:14px}.pd-block p{color:#5a5a5a;font-size:14px;line-height:1.7}.pd-benefits{list-style:none;display:flex;flex-direction:column;gap:10px}.pd-benefits li{position:relative;padding-left:24px;font-size:14px;color:#5a5a5a;line-height:1.5}.pd-benefits li:before{content:"✦";position:absolute;left:0;top:0;color:var(--gold)}@media (max-width: 900px){.pd-sections,.pd-specs{grid-template-columns:1fr}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;visibility:hidden;transition:opacity .3s;z-index:200}.cart-overlay.show{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;height:100vh;width:380px;max-width:90vw;background:#fff;box-shadow:-8px 0 30px #0000001f;z-index:210;display:flex;flex-direction:column;transform:translate(100%);transition:transform .32s ease}.cart-drawer.open{transform:translate(0)}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #f0e6d8}.cart-head h2{font-family:Playfair Display,serif;font-size:20px;color:#1f1f1f}.cart-close{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;color:#5a5a5a;transition:background .2s}.cart-close:hover{background:#f5efe6}.cart-close svg{width:20px;height:20px}.cart-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;color:#8a8a8a;padding:30px}.cart-items{flex:1;overflow-y:auto;padding:16px 24px}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:14px;padding:14px 0;border-bottom:1px solid #f4ece0}.cart-item img{width:64px;height:64px;border-radius:12px;object-fit:cover;background:var(--cream)}.ci-body{display:flex;flex-direction:column;gap:6px}.ci-name{font-weight:600;font-size:14px;color:#1f1f1f;line-height:1.3}.ci-price{color:var(--green);font-weight:600;font-size:13px}.ci-qty{display:inline-flex;align-items:center;border:1px solid #e0d9cc;border-radius:10px;overflow:hidden;width:max-content}.ci-qty button{width:30px;height:30px;background:var(--cream);font-size:15px;color:#1f1f1f;display:grid;place-items:center;transition:background .2s}.ci-qty button:hover{background:var(--peach)}.ci-qty span{width:36px;text-align:center;font-weight:600;font-size:13px}.ci-remove{align-self:flex-start;width:28px;height:28px;border-radius:8px;color:#b0492a;display:grid;place-items:center;transition:background .2s}.ci-remove:hover{background:#f7ddd4}.ci-remove svg{width:16px;height:16px}.cart-foot{border-top:1px solid #f0e6d8;padding:20px 24px}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.cart-subtotal span{color:#5a5a5a}.cart-subtotal strong{font-family:Playfair Display,serif;font-size:22px;color:#1f1f1f}.cart-note{font-size:12px;color:#8a8a8a;margin-bottom:16px}.ci-buynow{margin-top:8px;font-size:12px;font-weight:600;color:var(--pink);letter-spacing:.3px;transition:color .2s}.ci-buynow:hover{color:#d98499;text-decoration:underline}.cart-buynow{width:100%;background:var(--pink);color:#fff;font-weight:600;letter-spacing:1px;font-size:13px;padding:15px;border-radius:14px;margin-bottom:10px;box-shadow:0 8px 18px #e89aad59;transition:background .2s,transform .15s}.cart-buynow:hover{background:#d98499;transform:translateY(-1px)}.cart-checkout{width:100%;background:var(--green);color:#fff;font-weight:600;letter-spacing:1px;font-size:13px;padding:15px;border-radius:14px;transition:background .2s,transform .15s}.cart-checkout:hover{background:#4b6847;transform:translateY(-1px)}@media (max-width:520px){.cart-drawer{width:100%;max-width:100%}}.checkout{background:#fff;padding:40px 0 70px}.checkout .container{max-width:none;padding-left:40px;padding-right:40px}.co-title{font-family:Playfair Display,serif;font-weight:600;font-size:32px;color:#1f1f1f;margin-bottom:28px}.co-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:start}.co-form h2,.co-summary h2{font-family:Playfair Display,serif;font-weight:600;font-size:20px;color:#1f1f1f;margin-bottom:18px}.co-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.co-fld{display:flex;flex-direction:column}.co-fld.full{grid-column:1 / -1}.co-fld label{font-size:13px;font-weight:600;color:#5a5a5a;margin-bottom:6px}.co-fld input{padding:12px 14px;border:1px solid #e0d9cc;border-radius:12px;background:#fbfaf7;font-size:14px}.co-fld input:focus{outline:none;border-color:var(--green)}.co-error{color:#c0603f;font-size:13px;margin-top:14px}.co-place{width:100%;margin-top:22px;background:var(--green);color:#fff;font-weight:600;letter-spacing:1px;font-size:14px;padding:16px;border-radius:14px;transition:background .2s,transform .15s}.co-place:hover{background:#4b6847;transform:translateY(-1px)}.co-place:disabled{opacity:.6;cursor:not-allowed;transform:none}.co-summary{background:var(--cream);border:1px solid #f0e6d8;border-radius:18px;padding:24px;position:sticky;top:20px}.co-items{display:flex;flex-direction:column;gap:14px;margin-bottom:20px;max-height:340px;overflow-y:auto}.co-item{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center}.co-item img{width:56px;height:56px;border-radius:10px;object-fit:cover;background:#fff}.co-item-name{font-size:13px;font-weight:600;color:#1f1f1f;line-height:1.3}.co-item-qty{font-size:12px;color:#8a8a8a}.co-item-price{font-weight:600;font-size:13px;color:#1f1f1f}.co-row{display:flex;justify-content:space-between;font-size:14px;color:#5a5a5a;padding:8px 0;border-top:1px solid #ece2d4}.co-total{border-top:2px solid #e0d9cc;margin-top:4px;padding-top:14px;color:#1f1f1f;font-size:16px}.co-total strong{font-family:Playfair Display,serif;font-size:22px}.co-empty{text-align:center;padding:50px;color:#8a8a8a}.co-continue{display:inline-block;margin-top:16px;background:var(--green);color:#fff;font-weight:600;font-size:13px;letter-spacing:.5px;padding:12px 24px;border-radius:30px}.co-success{text-align:center;max-width:520px;margin:40px auto;padding:40px;background:var(--cream);border:1px solid #f0e6d8;border-radius:24px}.co-tick{width:72px;height:72px;border-radius:50%;background:var(--green);color:#fff;font-size:36px;display:grid;place-items:center;margin:0 auto 22px}.co-success h1{font-family:Playfair Display,serif;font-weight:600;font-size:26px;color:#1f1f1f;margin-bottom:14px}.co-success p{color:#5a5a5a;margin-bottom:8px}.co-success-sub{font-size:13px;color:#8a8a8a}.co-success .co-continue{margin-top:22px}@media (max-width:820px){.co-grid{grid-template-columns:1fr;gap:28px}.co-summary{position:static}}.auth{min-height:100vh;display:grid;place-items:center;padding:40px 20px;background:radial-gradient(circle at 15% 20%,#fbeadd,transparent 45%),radial-gradient(circle at 85% 80%,#f6e3d0,transparent 45%),var(--cream)}.auth-card{width:100%;max-width:960px;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 30px 70px #785a3c2e}.auth-visual{position:relative;background:linear-gradient(150deg,#5a7a55,#3f5a3b);color:#fff;overflow:hidden}.auth-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 15%,rgba(232,154,173,.4),transparent 40%),radial-gradient(circle at 10% 90%,rgba(201,162,75,.35),transparent 45%)}.auth-visual-inner{position:relative;z-index:1;padding:48px 42px;display:flex;flex-direction:column;height:100%}.auth-logo{display:flex;align-items:center;gap:10px;margin-bottom:auto}.auth-logo .logo-mark{width:40px;height:40px}.auth-brand{font-family:Playfair Display,serif;font-size:20px;font-weight:600}.auth-brand em{font-style:normal;opacity:.85;font-size:12px;letter-spacing:2px;text-transform:uppercase}.auth-visual h2{font-family:Playfair Display,serif;font-weight:600;font-size:30px;line-height:1.2;margin:28px 0 14px}.auth-visual p{font-size:14px;opacity:.9;max-width:320px;margin-bottom:22px}.auth-perks{list-style:none;display:flex;flex-direction:column;gap:12px}.auth-perks li{position:relative;padding-left:26px;font-size:13px;opacity:.95}.auth-perks li:before{content:"✓";position:absolute;left:0;top:-1px;width:18px;height:18px;border-radius:50%;background:#fff3;display:grid;place-items:center;font-size:11px}.auth-form-side{padding:48px 44px;display:flex;flex-direction:column;justify-content:center}.auth-form-head{margin-bottom:24px}.auth-form-head h1{font-family:Playfair Display,serif;font-weight:600;font-size:28px;color:#1f1f1f}.auth-form-head p{color:#8a8a8a;font-size:14px;margin-top:4px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form .field label{font-size:12px;font-weight:600;color:#555;letter-spacing:.3px;margin-bottom:6px;display:block}.auth-form .field input{width:100%;border:1px solid #e6dcc9;border-radius:12px;padding:12px 14px;font:inherit;font-size:14px;color:#333;outline:none;transition:border-color .2s,box-shadow .2s}.auth-form .field input:focus{border-color:var(--pink);box-shadow:0 0 0 3px #e89aad26}.pw-wrap{position:relative}.pw-wrap input{padding-right:60px!important}.pw-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:12px;font-weight:600;color:var(--green)}.pw-toggle:hover{color:#4b6847}.auth-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;margin-top:-2px}.remember{display:flex;align-items:center;gap:8px;color:#555;cursor:pointer}.remember input{width:16px;height:16px;accent-color:var(--green)}.remember.terms{font-size:13px}.auth-link{color:var(--pink);font-weight:600}.auth-link:hover{text-decoration:underline}.auth-submit{border:0;justify-content:center;width:100%;padding:15px;margin-top:4px;font-size:13px}.auth-error{color:#b05a5a;font-size:13px;background:#fbeaea;padding:10px 12px;border-radius:10px}.auth-divider{display:flex;align-items:center;gap:12px;color:#a89b86;font-size:12px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#eaddcb}.btn-social{display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #e6dcc9;border-radius:30px;padding:13px;font-size:13px;font-weight:600;color:#444;background:#fff;transition:background .2s,border-color .2s}.btn-social:hover{background:var(--cream);border-color:#d9c9b0}.auth-foot{text-align:center;font-size:13px;color:#777;margin-top:22px}.auth-foot a{color:var(--pink);font-weight:600}.auth-foot a:hover{text-decoration:underline}@media (max-width: 800px){.auth-card{grid-template-columns:1fr;max-width:440px}.auth-visual{display:none}}@media (max-width: 520px){.auth{padding:0}.auth-card{border-radius:0;min-height:100vh;box-shadow:none;max-width:none}.auth-form-side{padding:56px 26px 40px;justify-content:flex-start}}.pdp{background:#fff;padding:34px 0 70px}.pdp .container{max-width:none;padding-left:40px;padding-right:40px}.pdp-breadcrumb{font-size:13px;color:#8a8a8a;margin-bottom:24px}.pdp-breadcrumb a{color:var(--green);font-weight:600}.pdp-breadcrumb span{margin:0 6px;color:#c9bda8}.pdp-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.pdp-main-img{border:1px solid #f0e6d8;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#f3e7d7,#efe0d0);aspect-ratio:1/1}.pdp-main-img img{width:100%;height:100%;object-fit:cover}.pdp-thumbs{display:flex;gap:12px;margin-top:14px;flex-wrap:wrap}.pdp-thumb{width:72px;height:72px;border-radius:12px;overflow:hidden;border:1px solid #f0e6d8;padding:0;background:#faf3ea;transition:border-color .2s}.pdp-thumb.active{border-color:var(--pink);border-width:2px}.pdp-thumb img{width:100%;height:100%;object-fit:cover}.pdp-info .pc-cat{margin-bottom:10px}.pdp-name{font-family:Playfair Display,serif;font-weight:600;font-size:32px;line-height:1.2;color:#1f1f1f;margin-bottom:12px}.pdp-info .pc-rating{margin-bottom:16px}.pdp-price{font-family:Playfair Display,serif;font-weight:700;font-size:28px;color:#1f1f1f;margin-bottom:8px;display:flex;align-items:center;gap:12px}.pdp-mrp{font-size:18px;color:#a89b86;text-decoration:line-through;font-weight:400}.pdp-stock{font-size:13px;font-weight:600;margin-bottom:18px}.pdp-stock.in{color:var(--green)}.pdp-stock.out{color:#b05a5a}.pdp-short{color:#4a4a4a;font-size:15px;margin-bottom:12px}.pdp-desc{color:#5a5a5a;font-size:14px;line-height:1.7;margin-bottom:22px}.pdp-variants{margin-bottom:22px}.pdp-variants label{display:block;font-size:12px;font-weight:600;color:#555;letter-spacing:.3px;margin-bottom:8px}.pdp-variant-opts{display:flex;gap:10px;flex-wrap:wrap}.pdp-variant{padding:9px 16px;border:1px solid #e6dcc9;border-radius:10px;font-size:13px;font-weight:500;color:#444;background:#fff;transition:all .2s}.pdp-variant.active{border-color:var(--green);background:var(--green);color:#fff}.pdp-buy{display:flex;gap:14px;align-items:center;margin-bottom:28px}.pdp-qty{display:flex;align-items:center;border:1px solid #e6dcc9;border-radius:12px;overflow:hidden}.pdp-qty button{width:42px;height:46px;font-size:18px;color:#444;background:#fbf6ee}.pdp-qty button:hover{background:#f2e6d8}.pdp-qty span{width:44px;text-align:center;font-weight:600}.pdp-add{flex:1;border:0;padding:15px 24px;font-size:13px}.pdp-add:disabled{background:#c9bda8;cursor:not-allowed;transform:none}.pdp-wish{width:52px;height:48px;flex-shrink:0;display:grid;place-items:center;border:1px solid #e6dcc9;border-radius:12px;background:#fff;transition:all .2s}.pdp-wish svg{width:22px;height:22px;stroke:#7a7a7a;fill:none;stroke-width:1.8;transition:all .2s}.pdp-wish:hover{border-color:var(--pink)}.pdp-wish.active{border-color:var(--pink);background:#fde6ec}.pdp-wish.active svg{fill:var(--pink);stroke:var(--pink)}.pdp-section{border-top:1px solid #f0e6d8;padding-top:18px;margin-top:18px}.pdp-section h3{font-family:Playfair Display,serif;font-weight:600;font-size:17px;color:#1f1f1f;margin-bottom:10px}.pdp-section ul{padding-left:18px}.pdp-section li{font-size:14px;color:#5a5a5a;margin-bottom:6px}.pdp-section p{font-size:14px;color:#5a5a5a;line-height:1.6}@media (max-width: 860px){.pdp-grid{grid-template-columns:1fr;gap:28px}.pdp-name{font-size:26px}}@media (max-width: 520px){.pdp .container{padding-left:24px;padding-right:24px}}
