:root{--ivory:#f5efe5;--beige:#f7f2ea;--warm:#efe4d5;--charcoal:#161a18;--muted:#5f6762;--gold:#c6a16b;--gold-dark:#b8955f;--line:#161a181f;--shadow:0 24px 70px #161a1814}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ivory);color:var(--charcoal);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.lg-page{background:radial-gradient(circle at top right, #c6a16b29, transparent 28rem), linear-gradient(180deg, var(--ivory), #fff);min-height:100vh}.lg-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#fcfaf6e6;justify-content:space-between;align-items:center;height:76px;padding:0 6vw;display:flex;position:sticky;top:0}.lg-logo{letter-spacing:.18em;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:500}.lg-nav{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);align-items:center;gap:26px;font-size:13px;display:flex}.lg-nav a:hover{color:var(--charcoal)}.lg-hero{background:linear-gradient(135deg, var(--ivory), var(--beige));grid-template-columns:1.25fr .75fr;align-items:center;gap:48px;min-height:calc(100vh - 76px);padding:8vw 6vw;display:grid}.lg-kicker{color:var(--gold-dark);letter-spacing:.18em;text-transform:uppercase;margin:0 0 18px;font-size:12px;font-weight:700}.lg-hero h1{letter-spacing:-.055em;max-width:850px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,7vw,92px);font-weight:400;line-height:.98}.lg-hero-text{max-width:560px;color:var(--muted);margin:28px 0 0;font-size:18px;line-height:1.8}.lg-actions{flex-wrap:wrap;gap:14px;margin-top:36px;display:flex}.lg-btn{letter-spacing:.1em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:15px 24px;font-size:13px;transition:all .2s;display:inline-flex}.lg-btn-dark{background:var(--charcoal);color:#fff}.lg-btn-light{border:1px solid var(--line);color:var(--charcoal);background:#fff}.lg-btn:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.lg-hero-card{background:linear-gradient(180deg, #fff3, #161a180f), radial-gradient(circle at top, #c6a16b33, transparent 18rem), var(--warm);min-height:430px;box-shadow:var(--shadow);border:1px solid #c6a16b42;border-radius:34px;flex-direction:column;justify-content:flex-end;padding:38px;display:flex}.lg-hero-card span{color:var(--gold-dark);letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:700}.lg-hero-card h2{margin:16px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:36px;font-weight:400;line-height:1.08}.lg-hero-card p{color:var(--muted);margin:0;line-height:1.7}.lg-section{padding:82px 6vw}.lg-section-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px;padding-bottom:22px;display:flex}.lg-section-head h2{letter-spacing:-.035em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,58px);font-weight:400}.lg-grid{gap:22px;display:grid}.lg-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.lg-category-card{border:1px solid var(--line);background:#fff;border-radius:28px;min-height:220px;padding:30px;transition:all .2s}.lg-category-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.lg-category-card span,.lg-product-brand{color:var(--gold-dark);letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:700}.lg-category-card h3{margin:18px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:30px;font-weight:400}.lg-category-card p{color:var(--muted);margin:0;line-height:1.7}.lg-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.lg-product-card{border:1px solid var(--line);background:#fff;border-radius:28px;transition:all .2s;overflow:hidden}.lg-product-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.lg-product-image{aspect-ratio:4/5;color:var(--muted);letter-spacing:.14em;text-transform:uppercase;background:linear-gradient(135deg,#f1e7d9,#f5efe5);place-items:center;font-size:12px;display:grid}.lg-product-image img{object-fit:cover;width:100%;height:100%}.lg-product-info{padding:22px}.lg-product-info h3{margin:8px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:400;line-height:1.2}.lg-product-desc{min-height:52px;color:var(--muted);margin:0 0 18px;font-size:14px;line-height:1.65}.lg-price-row{align-items:center;gap:10px;display:flex}.lg-price-row strong{font-size:17px}.lg-price-row del{color:var(--muted);font-size:13px}.lg-empty{color:var(--muted);border:1px dashed var(--line);border-radius:18px;padding:24px}@media (max-width:980px){.lg-hero{grid-template-columns:1fr}.lg-category-grid,.lg-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lg-hero-card{min-height:300px}}@media (max-width:640px){.lg-header{flex-direction:column;align-items:flex-start;gap:14px;height:auto;padding:18px 5vw}.lg-logo{font-size:21px}.lg-nav{gap:14px;width:100%;padding-bottom:4px;overflow-x:auto}.lg-hero{min-height:auto;padding:64px 5vw}.lg-hero h1{font-size:44px}.lg-hero-text{font-size:16px}.lg-section{padding:58px 5vw}.lg-section-head{display:block}.lg-category-grid,.lg-product-grid{grid-template-columns:1fr}.lg-actions{flex-direction:column}.lg-btn{width:100%}}.lg-collection-hero{background:radial-gradient(circle at top right, #c6a16b2e, transparent 26rem), linear-gradient(135deg, var(--ivory), var(--beige));border-bottom:1px solid var(--line);padding:96px 6vw 72px}.lg-collection-hero h1,.lg-page-title{letter-spacing:-.055em;max-width:900px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,6vw,82px);font-weight:400;line-height:1}.lg-collection-hero p:not(.lg-kicker){max-width:640px;color:var(--muted);margin:24px 0 0;font-size:18px;line-height:1.8}@media (max-width:640px){.lg-collection-hero{padding:64px 5vw 52px}}.lg-product-detail{grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);align-items:start;gap:56px;padding:80px 6vw;display:grid}.lg-product-gallery{gap:16px;display:grid}.lg-main-product-image{aspect-ratio:4/5;border:1px solid var(--line);color:var(--muted);letter-spacing:.14em;text-transform:uppercase;box-shadow:var(--shadow);background:linear-gradient(135deg,#f1e7d9,#f5efe5);border-radius:34px;place-items:center;display:grid;overflow:hidden}.lg-main-product-image img{object-fit:cover;width:100%;height:100%}.lg-thumbs{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.lg-thumb{aspect-ratio:1;background:var(--beige);border:1px solid var(--line);color:var(--muted);border-radius:18px;place-items:center;font-size:12px;display:grid;overflow:hidden}.lg-thumb img{object-fit:cover;width:100%;height:100%}.lg-product-summary{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffbd;border-radius:34px;padding:38px;position:sticky;top:104px}.lg-product-summary h1{letter-spacing:-.055em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,4.5vw,62px);font-weight:400;line-height:1}.lg-product-price-large{align-items:center;gap:12px;margin-top:24px;display:flex}.lg-product-price-large strong{font-size:24px}.lg-product-price-large del{color:var(--muted)}.lg-product-lead{color:var(--muted);margin:24px 0;font-size:16px;line-height:1.8}.lg-product-meta{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:10px;margin:28px 0;padding:22px 0;display:grid}.lg-product-meta p{color:var(--charcoal);justify-content:space-between;gap:20px;margin:0;font-size:14px;display:flex}.lg-product-meta span{color:var(--muted)}.lg-add-cart{background:var(--charcoal);color:#fff;cursor:pointer;letter-spacing:.12em;text-transform:uppercase;border:0;border-radius:999px;width:100%;min-height:54px;font-size:13px}.lg-note{color:var(--muted);margin:16px 0 0;font-size:13px;line-height:1.6}.lg-detail-copy{max-width:850px;color:var(--muted);font-size:17px;line-height:1.9}@media (max-width:980px){.lg-product-detail{grid-template-columns:1fr}.lg-product-summary{position:static}}@media (max-width:640px){.lg-product-detail{gap:28px;padding:52px 5vw}.lg-product-summary{padding:26px}.lg-thumbs{grid-template-columns:repeat(2,1fr)}}.lg-cart-page{padding:80px 6vw}.lg-cart-empty{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:30px;padding:42px}.lg-cart-empty h2{margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:400}.lg-cart-empty p{color:var(--muted);margin-bottom:24px}.lg-cart-layout{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:30px;display:grid}.lg-cart-items{gap:16px;display:grid}.lg-cart-item{border:1px solid var(--line);background:#fff;border-radius:26px;grid-template-columns:130px minmax(0,1fr) auto;align-items:center;gap:20px;padding:18px;display:grid}.lg-cart-image{aspect-ratio:1;background:var(--beige);color:var(--muted);text-transform:uppercase;letter-spacing:.12em;border-radius:18px;place-items:center;font-size:11px;display:grid;overflow:hidden}.lg-cart-image img{object-fit:cover;width:100%;height:100%}.lg-cart-info h2{margin:6px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:400}.lg-cart-info p{color:var(--muted);margin:0 0 14px}.lg-cart-controls{align-items:center;gap:10px;display:flex}.lg-cart-controls button{border:1px solid var(--line);background:var(--ivory);cursor:pointer;border-radius:999px;min-width:34px;height:34px}.lg-cart-controls span{text-align:center;min-width:20px}.lg-cart-controls .lg-remove{color:var(--muted);padding:0 14px}.lg-cart-line-total{font-size:18px}.lg-cart-summary{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:28px;padding:28px;position:sticky;top:104px}.lg-summary-row,.lg-summary-total{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:14px 0;display:flex}.lg-summary-total{border-bottom:0;font-size:20px}.lg-checkout-btn{background:var(--charcoal);color:#fff;letter-spacing:.12em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:52px;margin-top:18px;font-size:13px;display:inline-flex}@media (max-width:900px){.lg-cart-layout{grid-template-columns:1fr}.lg-cart-summary{position:static}}@media (max-width:640px){.lg-cart-page{padding:52px 5vw}.lg-cart-item{grid-template-columns:92px 1fr}.lg-cart-line-total{grid-column:2}}.lg-checkout-page,.lg-success-page{padding:80px 6vw}.lg-checkout-layout{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:30px;display:grid}.lg-checkout-form{gap:20px;display:grid}.lg-form-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:28px;padding:30px}.lg-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.lg-form-grid label{color:var(--muted);letter-spacing:.04em;gap:8px;font-size:13px;display:grid}.lg-form-grid input,.lg-form-grid textarea{border:1px solid var(--line);background:var(--ivory);width:100%;color:var(--charcoal);font:inherit;border-radius:16px;outline:none;padding:14px 15px}.lg-form-grid textarea{resize:vertical;min-height:110px}.lg-form-grid input:focus,.lg-form-grid textarea:focus{border-color:var(--gold);background:#fff}.lg-full{grid-column:1/-1}.lg-payment-box{background:var(--beige);border:1px solid #c6a16b59;border-radius:18px;gap:6px;margin-bottom:16px;padding:18px;display:grid}.lg-payment-box span{color:var(--muted);font-size:13px}.lg-checkout-error{color:#9b1c1c;background:#fff1f1;border:1px solid #ffd0d0;border-radius:16px;padding:16px 18px}.lg-checkout-btn:disabled{opacity:.65;cursor:not-allowed}.lg-success-page{place-items:center;min-height:calc(100vh - 76px);display:grid}.lg-success-card{border:1px solid var(--line);width:min(720px,100%);box-shadow:var(--shadow);text-align:center;background:#fff;border-radius:34px;padding:46px}.lg-success-card h1{letter-spacing:-.055em;margin:0 0 16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,5vw,64px);font-weight:400;line-height:1}.lg-success-card p{color:var(--muted);line-height:1.8}.lg-success-meta{border:1px solid var(--line);background:var(--ivory);border-radius:18px;justify-content:space-between;gap:20px;max-width:420px;margin:18px auto;padding:18px;display:flex}.lg-success-meta span{color:var(--muted)}@media (max-width:900px){.lg-checkout-layout{grid-template-columns:1fr}}@media (max-width:640px){.lg-checkout-page,.lg-success-page{padding:52px 5vw}.lg-form-grid{grid-template-columns:1fr}.lg-success-card{padding:30px}}.lg-raw-html-wrap,.lg-raw-html-content{width:100%}.lg-post-page{background:#f8f4ec;min-height:100vh;padding:48px 18px 80px}.lg-post-article{background:#fff;border-radius:18px;max-width:980px;margin:0 auto;padding:44px;box-shadow:0 18px 45px #1e1c180f}.lg-post-header{text-align:center;margin-bottom:28px}.lg-post-category{letter-spacing:.14em;text-transform:uppercase;color:#9a7a38;margin-bottom:12px;font-size:12px;display:inline-block}.lg-post-header h1{color:#1f1d1a;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,5vw,58px);line-height:1.12}.lg-post-excerpt{color:#5d5851;max-width:740px;margin:18px auto 0;font-size:18px;line-height:1.7}.lg-post-feature-picture{background:#f6f1e9;border-radius:16px;width:100%;margin:30px 0 38px;display:block;overflow:hidden}.lg-post-feature-image{object-fit:contain;border-radius:16px;width:100%;height:auto;display:block}.lg-post-content{color:#2d2a26;font-size:18px;line-height:1.8}.lg-post-content img,.lg-post-canvas img{max-width:100%;height:auto}.lg-post-content h2{margin-top:42px;font-size:32px;line-height:1.25}.lg-post-content h3{margin-top:30px;font-size:25px}.lg-post-canvas{background:#fff;width:100%;min-height:100vh}@media (max-width:767px){.lg-post-page{background:#fff;padding:0}.lg-post-article{box-shadow:none;border-radius:0;padding:26px 16px 50px}.lg-post-header{margin-bottom:22px}.lg-post-excerpt{font-size:16px}.lg-post-feature-picture{border-radius:0;margin:24px 0 30px}.lg-post-feature-image{border-radius:0}.lg-post-content{font-size:17px}}.lg-chic-blog,.lg-chic-blog *{box-sizing:border-box}.lg-chic-blog{--lg-bg:#f5efe5;--lg-soft:#f7f2ea;--lg-card:#fff;--lg-dark:#17130f;--lg-text:#17130f;--lg-body:#51483f;--lg-muted:#7d746b;--lg-line:#e8ded0;--lg-gold:#c8a06a;--lg-gold-deep:#a97945;--lg-shadow:0 18px 45px #17130f0e;background:var(--lg-bg);width:100%;color:var(--lg-text);font-family:Jost,Arial,sans-serif;overflow:visible}.lg-chic-blog a{color:inherit;text-decoration:none}.lg-shell{max-width:1480px;margin:0 auto;padding:38px 18px 70px}.lg-breadcrumb{color:#9a9188;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;max-width:880px;margin:0 auto 30px;font-size:11.5px;line-height:1.45;display:flex}.lg-breadcrumb a:hover{color:var(--lg-gold-deep)}.lg-hero{text-align:center;max-width:900px;margin:0 auto 42px}.lg-kicker{border:1px solid var(--lg-line);color:var(--lg-gold-deep);letter-spacing:.13em;text-transform:uppercase;background:#fff;border-radius:999px;justify-content:center;align-items:center;margin-bottom:22px;padding:8px 15px;font-size:11px;font-weight:500;line-height:1;display:inline-flex}.lg-hero h1{letter-spacing:-.035em;color:#080706;margin:0 0 22px;font-family:Georgia,Times New Roman,serif;font-size:56px;font-weight:400;line-height:61px}.lg-subtitle{color:#62594f;max-width:720px;margin:0 auto 24px;font-size:17px;line-height:1.65}.lg-meta{color:#766d62;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;font-size:13.5px;line-height:1.4;display:flex}.lg-avatar{color:#fff;text-transform:uppercase;background:#17130f;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-family:Georgia,Times New Roman,serif;font-size:15px;display:inline-flex}.lg-featured{max-width:1180px;box-shadow:var(--lg-shadow);background:#f7f2ea;border-radius:30px;margin:0 auto 48px;overflow:hidden}.lg-featured picture{width:100%;display:block}.lg-featured-img{object-position:center center;background:#f7f2ea;width:100%;display:block;object-fit:contain!important;height:auto!important;max-height:none!important}.lg-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:34px;display:grid;overflow:visible}.lg-article{min-width:0}.lg-toc{margin:0 0 34px;padding:0 0 30px}.lg-toc-head{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;margin:0 0 20px;list-style:none;display:flex}.lg-toc-head::-webkit-details-marker{display:none}.lg-toc-title{color:var(--lg-gold-deep);letter-spacing:.22em;text-transform:uppercase;font-size:12px;font-weight:500;line-height:1}.lg-toc-toggle-text{color:#17130f;background:#fff;border:1px solid #17130f;border-radius:999px;justify-content:center;align-items:center;height:34px;padding:0 13px;font-size:12px;line-height:1;display:none}.lg-toc-list{counter-reset:lg-toc-counter;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 28px;display:grid;margin:0!important;padding:0!important;list-style:none!important}.lg-toc-list li{counter-increment:lg-toc-counter;margin:0!important;padding:0!important;list-style:none!important}.lg-toc-list a{color:#17130f;text-underline-offset:5px;align-items:baseline;gap:13px;font-size:15.5px;line-height:1.35;-webkit-text-decoration:underline #c8a06abf;text-decoration:underline #c8a06abf;text-decoration-thickness:1px;display:inline-flex}.lg-toc-list a:before{content:counter(lg-toc-counter, decimal-leading-zero);color:var(--lg-gold-deep);min-width:18px;font-family:Georgia,Times New Roman,serif;font-size:13px;line-height:1}.lg-editor-note{background:var(--lg-soft);border-left:3px solid var(--lg-gold);border-radius:18px;margin-bottom:32px;padding:24px 26px}.lg-editor-note p{color:#2a241e;margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:22px;line-height:1.45}.lg-editor-note span{color:#756b60;font-size:13px}.lg-content{border:1px solid var(--lg-line);background:#fff;border-radius:28px;padding:44px 46px;overflow:hidden;box-shadow:0 12px 30px #17130f08}.lg-content a{color:#a97945;text-underline-offset:4px;-webkit-text-decoration:underline #a9794594;text-decoration:underline #a9794594;text-decoration-thickness:1px}.lg-content h2{letter-spacing:-.025em;color:#080706;margin:42px 0 16px;font-family:Georgia,Times New Roman,serif;font-size:35px;font-weight:400;line-height:41px}.lg-content h2:first-child{margin-top:0}.lg-content h3{color:#080706;margin:28px 0 11px;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:400;line-height:30px}.lg-content p,.lg-content ul,.lg-content ol{color:#51483f;font-size:16px;line-height:1.78}.lg-content p{margin:0 0 17px}.lg-content ul,.lg-content ol{margin:0 0 24px 22px}.lg-content li{margin-bottom:7px}.lg-content blockquote{background:var(--lg-soft);border-left:3px solid var(--lg-gold);color:#2a241e;border-radius:18px;margin:26px 0;padding:22px 24px;font-family:Georgia,Times New Roman,serif;font-size:21px;line-height:1.45}.lg-table-scroll{border:1px solid var(--lg-line);background:#fff;border-radius:18px;width:100%;max-width:100%;margin:24px 0;overflow:auto hidden}.lg-content .lg-table-scroll table{border-collapse:separate;border-spacing:0;background:#fff;border:0;width:100%;max-width:100%;margin:0}.lg-content .lg-table-scroll th,.lg-content .lg-table-scroll td{border-bottom:1px solid var(--lg-line);border-right:1px solid var(--lg-line);text-align:left;color:#51483f;vertical-align:top;background:#fff;padding:15px 16px;font-size:15px;line-height:1.45}.lg-content .lg-table-scroll th{background:var(--lg-soft);color:#17130f;font-weight:500}.lg-pros-cons-box{grid-template-columns:1fr 1fr;gap:18px;margin:24px 0 28px;display:grid}.lg-pc-card{background:var(--lg-soft);border-radius:20px;padding:24px}.lg-pc-card h3{color:#080706;margin:0 0 15px;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:400;line-height:29px}.lg-faq-wrap{border-top:1px solid var(--lg-line);margin:22px 0 30px}.lg-faq-item{border-bottom:1px solid var(--lg-line)}.lg-faq-item summary{cursor:pointer;color:#17130f;justify-content:space-between;align-items:center;gap:18px;padding:18px 0;font-size:16px;font-weight:500;line-height:1.45;list-style:none;display:flex}.lg-sidebar{align-self:start;min-width:0}.lg-sidebar-inner{z-index:2;height:max-content;position:sticky;top:92px}.lg-search-box{margin:0 0 34px;position:relative}.lg-search-box span{color:#8f8a82;pointer-events:none;font-size:13px;position:absolute;top:50%;left:22px;transform:translateY(-50%)}.lg-search-box input{color:#51483f;background:#f5efe5;border:1px solid #e8ded0;border-radius:999px;outline:none;width:100%;height:58px;padding:0 20px 0 58px;font-size:15px}.lg-side-block{margin-bottom:40px}.lg-side-title{color:var(--lg-gold-deep);letter-spacing:.24em;text-transform:uppercase;margin:0 0 22px;font-size:12px;font-weight:500;line-height:1}.lg-recent-list{gap:21px;display:grid}.lg-recent-list a{color:#4e4943;grid-template-columns:22px 1fr;gap:14px;font-size:16px;line-height:1.42;display:grid}.lg-recent-list span{color:var(--lg-gold-deep);font-family:Georgia,Times New Roman,serif;font-size:14px;line-height:1.5}.lg-cat-list{display:grid}.lg-cat-list a{border-bottom:1px solid var(--lg-line);color:#4e4943;justify-content:space-between;gap:14px;padding:15px 0;font-size:15.5px;line-height:1.35;display:flex}.lg-cat-list a span:last-child{color:#a8a098;font-size:13.5px}.lg-subscribe-box{color:#fff;background:#101612;border-radius:20px;margin-bottom:40px;padding:28px 24px;box-shadow:0 18px 45px #17130f14}.lg-subscribe-kicker{color:#d2ae78;letter-spacing:.22em;text-transform:uppercase;margin-bottom:15px;font-size:10.5px;font-weight:500;line-height:1;display:block}.lg-subscribe-box h3{color:#fff;margin:0 0 20px;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:400;line-height:30px}.lg-subscribe-form{gap:10px;display:grid}.lg-subscribe-input{position:relative}.lg-subscribe-input span{color:#8e9690;font-size:14px;line-height:1;position:absolute;top:50%;left:17px;transform:translateY(-50%)}.lg-subscribe-input input{color:#fff;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;outline:none;width:100%;height:46px;padding:0 17px 0 44px;font-size:14px}.lg-subscribe-form button{color:#10100e;cursor:pointer;background:#d2ae78;border:0;border-radius:999px;width:100%;height:46px;font-size:14px;font-weight:500}.lg-subscribe-form button:disabled{opacity:.72;cursor:not-allowed}.lg-subscribe-note,.lg-subscribe-message{color:#8e9690;margin:14px 0 0;font-size:12px;line-height:1.4}.lg-subscribe-message{color:#d2ae78}.lg-products-section,.lg-related-section,.lg-author-section{max-width:1480px;margin:0 auto;padding:0 18px 70px}.lg-section-head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:27px;display:flex}.lg-section-head small{color:var(--lg-gold-deep);letter-spacing:.12em;text-transform:uppercase;margin-bottom:9px;font-size:12px;font-weight:500;line-height:1;display:block}.lg-section-head h2{color:#080706;margin:0;font-family:Georgia,Times New Roman,serif;font-size:38px;font-weight:400;line-height:42px}.lg-view-all{color:#17130f;border-bottom:1px solid #17130f;padding-bottom:3px;font-size:14px}.lg-product-grid,.lg-related-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.lg-product-card,.lg-story-card{border:1px solid var(--lg-line);background:#fff;border-radius:24px;transition:transform .28s,box-shadow .28s;overflow:hidden}.lg-product-card:hover,.lg-story-card:hover{box-shadow:var(--lg-shadow);transform:translateY(-5px)}.lg-product-img,.lg-story-img{object-fit:cover;background:#f7f2ea;width:100%;height:290px;display:block}.lg-empty-img{background:linear-gradient(135deg,#f7f2ea,#e8ded0)}.lg-product-info,.lg-story-info{padding:20px}.lg-product-info h3,.lg-story-info h3{color:#080706;margin:0;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:400;line-height:1.2}.lg-product-info p{color:#756b60;margin:10px 0 14px;font-size:15px;line-height:1.6}.lg-product-bottom{color:#17130f;justify-content:space-between;align-items:center;gap:14px;margin-top:14px;font-size:14px;display:flex}.lg-product-bottom span{color:var(--lg-gold-deep)}.lg-story-image-wrap{background:#f7f2ea;width:100%;height:290px;display:block;overflow:hidden}.lg-story-image-wrap img{object-fit:cover;width:100%;height:100%}.lg-story-info small{color:var(--lg-gold-deep);letter-spacing:.11em;text-transform:uppercase;margin-bottom:10px;font-size:11px;display:block}.lg-author-box{background:#f5efe5;border:1px solid #e8ded0;border-radius:22px;align-items:center;gap:28px;padding:34px 32px;display:flex}.lg-author-avatar{color:#c9965b;background:#f1e5d3;border-radius:50%;flex:none;justify-content:center;align-items:center;width:82px;height:82px;font-family:Georgia,Times New Roman,serif;font-size:31px;line-height:1;display:flex}.lg-author-content small{color:#c9965b;letter-spacing:.22em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:500;line-height:1;display:block}.lg-author-content h3{color:#080706;margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:400;line-height:28px}.lg-author-content p{color:#17130f;margin:0;font-size:17px;line-height:1.55}.lg-canvas-post{background:#fff;width:100%}@media (max-width:1024px){.lg-layout{grid-template-columns:1fr;gap:44px}.lg-sidebar-inner{position:static}.lg-product-grid,.lg-related-grid{grid-template-columns:repeat(2,1fr)}.lg-content{overflow:visible!important}.lg-content .lg-table-scroll table{width:max-content!important;min-width:100%!important;max-width:none!important}.lg-content .lg-table-scroll th,.lg-content .lg-table-scroll td{white-space:nowrap!important;min-width:190px!important}}@media (max-width:767px){.lg-shell{padding:28px 14px 52px}.lg-breadcrumb{justify-content:center;gap:6px;margin-bottom:24px;font-size:11px}.lg-hero{text-align:left;margin-bottom:30px}.lg-hero h1{letter-spacing:-.03em;font-size:38px;line-height:43px}.lg-subtitle{font-size:16px;line-height:1.62}.lg-meta{white-space:nowrap;flex-wrap:nowrap;justify-content:flex-start;gap:6px;width:100%;font-size:11.5px;line-height:1;overflow:hidden}.lg-meta .lg-avatar{flex:0 0 28px;width:28px;height:28px;font-size:12px}.lg-updated-label{display:none}.lg-featured{border-radius:22px;margin-bottom:30px}.lg-content{border-radius:20px;padding:24px 18px;overflow:visible!important}.lg-content h2{font-size:30px;line-height:36px}.lg-toc{border:1px solid var(--lg-line);background:#fff;border-radius:18px;margin-bottom:28px;padding:18px}.lg-toc-head{margin-bottom:0}.lg-toc-toggle-text{display:inline-flex}.lg-toc-list{grid-template-columns:1fr;gap:13px;margin-top:18px!important}.lg-pros-cons-box{grid-template-columns:1fr}.lg-products-section,.lg-related-section,.lg-author-section{padding:0 14px 54px}.lg-section-head{flex-direction:column;align-items:flex-start}.lg-section-head h2{font-size:32px;line-height:37px}.lg-product-grid,.lg-related-grid{grid-template-columns:1fr}.lg-product-img,.lg-story-img,.lg-story-image-wrap{height:282px}.lg-author-box{border-radius:20px;align-items:flex-start;gap:18px;padding:26px 20px}.lg-author-avatar{width:64px;height:64px;font-size:25px}.lg-author-content h3{font-size:20px;line-height:26px}.lg-author-content p{font-size:15.5px}}.lg-chic-blog .lg-shell{max-width:1480px!important;margin-left:auto!important;margin-right:auto!important;padding-top:38px!important}.lg-chic-blog .lg-breadcrumb{text-align:center!important;justify-content:center!important;align-items:center!important;max-width:880px!important;margin:0 auto 30px!important;display:flex!important}.lg-chic-blog .lg-hero{text-align:center!important;width:100%!important;max-width:900px!important;height:auto!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;margin:0 auto 42px!important;padding:0!important;display:block!important;transform:none!important}.lg-chic-blog .lg-hero:before,.lg-chic-blog .lg-hero:after{content:none!important;display:none!important}.lg-chic-blog .lg-kicker{text-align:center!important;justify-content:center!important;align-items:center!important;width:auto!important;max-width:max-content!important;margin:0 auto 22px!important;padding:8px 15px!important;display:inline-flex!important}.lg-chic-blog .lg-hero h1{text-align:center!important;letter-spacing:-.035em!important;color:#080706!important;width:100%!important;max-width:900px!important;margin:0 auto 22px!important;padding:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:56px!important;font-weight:400!important;line-height:61px!important;display:block!important;transform:none!important}.lg-chic-blog .lg-subtitle{text-align:center!important;max-width:720px!important;margin:0 auto 24px!important;display:block!important}.lg-chic-blog .lg-meta{text-align:center!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:900px!important;margin:0 auto!important;display:flex!important}@media (max-width:767px){.lg-chic-blog .lg-hero{text-align:left!important;max-width:100%!important;margin-bottom:30px!important}.lg-chic-blog .lg-kicker{margin-left:0!important;margin-right:auto!important}.lg-chic-blog .lg-hero h1{text-align:left!important;letter-spacing:-.03em!important;max-width:100%!important;font-size:38px!important;line-height:43px!important}.lg-chic-blog .lg-subtitle{text-align:left!important}.lg-chic-blog .lg-meta{text-align:left!important;flex-wrap:nowrap!important;justify-content:flex-start!important}}.lg-chic-blog .lg-shell,.lg-chic-blog .lg-products-section,.lg-chic-blog .lg-related-section,.lg-chic-blog .lg-author-section,.lg-chic-blog .lg-featured{width:100%!important;max-width:1200px!important;margin-left:auto!important;margin-right:auto!important}.lg-chic-blog .lg-layout{grid-template-columns:minmax(0,820px) 300px!important;justify-content:center!important;gap:34px!important;width:100%!important;max-width:1200px!important;margin-left:auto!important;margin-right:auto!important}.lg-chic-blog .lg-content{width:100%!important;max-width:820px!important}.lg-chic-blog .lg-product-grid,.lg-chic-blog .lg-related-grid{width:100%!important;max-width:1200px!important;margin-left:auto!important;margin-right:auto!important}.lg-chic-blog .lg-author-box{max-width:1200px!important;margin-left:auto!important;margin-right:auto!important}@media (max-width:1024px){.lg-chic-blog .lg-shell,.lg-chic-blog .lg-products-section,.lg-chic-blog .lg-related-section,.lg-chic-blog .lg-author-section{max-width:920px!important}.lg-chic-blog .lg-layout{grid-template-columns:1fr!important;max-width:920px!important}.lg-chic-blog .lg-content,.lg-chic-blog .lg-sidebar{max-width:100%!important}}@media (max-width:767px){.lg-chic-blog .lg-shell,.lg-chic-blog .lg-products-section,.lg-chic-blog .lg-related-section,.lg-chic-blog .lg-author-section{max-width:100%!important;padding-left:14px!important;padding-right:14px!important}.lg-chic-blog .lg-layout{grid-template-columns:1fr!important;max-width:100%!important}}.lg-chic-blog .lg-layout{grid-template-columns:minmax(0,790px) 330px!important;justify-content:center!important;gap:34px!important;max-width:1200px!important}.lg-chic-blog .lg-content{max-width:790px!important}.lg-chic-blog .lg-sidebar{width:330px!important;max-width:330px!important}.lg-chic-blog .lg-sidebar-inner{width:100%!important}@media (max-width:1024px){.lg-chic-blog .lg-layout{grid-template-columns:1fr!important}.lg-chic-blog .lg-content,.lg-chic-blog .lg-sidebar{width:100%!important;max-width:100%!important}}.lg-canvas-post{background:#fff;overflow-x:clip;width:100vw!important;max-width:none!important;min-height:100vh!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:0!important}.lg-canvas-post>*{max-width:none}.lg-canvas-post img,.lg-canvas-post video,.lg-canvas-post picture{max-width:100%}body:has(.lg-canvas-post){overflow-x:clip}body:has(.lg-canvas-post) .laglosse-footer-shell{margin-top:0!important}@media (min-width:768px){.lg-content figure,.lg-content img,.lg-content picture{max-width:100%!important}.lg-content,.lg-article>.lg-content{padding-left:14px!important;padding-right:14px!important}}@media (max-width:767px){.lg-shell,main.lg-shell,.lg-content,.lg-article>.lg-content{padding-left:6px!important;padding-right:6px!important}.lg-shell,main.lg-shell{padding-left:2px!important;padding-right:2px!important}.lg-layout,.lg-article{padding-left:0!important;padding-right:0!important}.lg-content,.lg-article>.lg-content{padding-left:2px!important;padding-right:2px!important}.lg-content>div,.lg-content>section,.lg-content>figure{max-width:100%!important;margin-left:0!important;margin-right:0!important}html,body{margin:0!important;padding:0!important;overflow-x:clip!important}.lg-shell,main.lg-shell,.lg-layout,.lg-article{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.lg-content,.lg-article>.lg-content{box-sizing:border-box!important;border-left:0!important;border-right:0!important;border-radius:0!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.lg-content>*,.lg-content p,.lg-content h2,.lg-content h3,.lg-content h4,.lg-content ul,.lg-content ol,.lg-content li,.lg-content figure,.lg-content img{box-sizing:border-box!important;max-width:100%!important}}.lg-premium-header,.lg-premium-header *,.lg-mobile-drawer,.lg-mobile-drawer *,.lg-search-drawer,.lg-search-drawer *{box-sizing:border-box}.lg-premium-header{z-index:99999;color:#151515;background:#f7f1e8;border-bottom:1px solid #00000014;font-family:Jost,Arial,sans-serif;width:100%!important;max-width:100%!important;position:sticky!important;top:0!important}.lg-premium-nav{background:#f7f1e8;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1180px;height:64px;margin:0 auto;padding:0 18px;display:grid}.lg-nav-left,.lg-logo-wrap,.lg-nav-right{align-items:center;min-height:64px;display:flex}.lg-nav-left{justify-content:flex-start;gap:18px}.lg-desktop-menu{align-items:center;gap:28px;height:100%;display:flex}.lg-desktop-menu a,.lg-menu-dropdown button{cursor:pointer;font-family:Jost,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1;text-decoration:none;color:#222!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:none!important;padding:0!important}.lg-desktop-menu a:hover,.lg-menu-dropdown button:hover{opacity:.65}.lg-menu-dropdown{align-items:center;height:100%;display:inline-flex;position:relative}.lg-more-btn{align-items:center!important;gap:5px!important;display:inline-flex!important}.lg-more-arrow{transform:translateY(1px);align-items:center!important;width:12px!important;height:12px!important;display:inline-flex!important}.lg-submenu{z-index:100000;background:#fdfcfa;border:1px solid #0000001a;min-width:172px;padding:12px 0;display:none;position:absolute;top:68px;left:-18px;box-shadow:0 18px 35px #00000014}.lg-menu-dropdown:hover .lg-submenu{display:block}.lg-menu-dropdown:hover .lg-more-arrow{transform:translateY(1px)rotate(180deg)}.lg-submenu a{white-space:nowrap;display:block;padding:12px 18px!important}.lg-logo-wrap{justify-content:center}.lg-logo{letter-spacing:.2em;white-space:nowrap;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:400;line-height:1;text-decoration:none;color:#141414!important}.lg-nav-right{justify-content:flex-end;gap:24px}.lg-search-open,.lg-account-icon,.lg-cart-link,.lg-mobile-menu-open,.lg-mobile-menu-close,.lg-search-close{cursor:pointer;justify-content:center;align-items:center;display:inline-flex;position:relative;color:#111!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:none!important;margin:0!important;padding:0!important;text-decoration:none!important}.lg-cart-link{width:28px!important;height:28px!important}.lg-cart-svg{width:22px!important;height:22px!important;display:block!important}.lg-shipping-bar{color:#fff;text-align:center;letter-spacing:.18em;background:#111;justify-content:center;align-items:center;width:100%;height:28px;padding:0 14px;font-family:Jost,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1;display:flex}.lg-mobile-menu-open{flex-direction:column;gap:4px;width:22px;height:18px;display:none}.lg-mobile-menu-open span{background:#000!important;width:20px!important;height:1.6px!important;display:block!important}.lg-search-mobile{display:none}.lg-mobile-drawer{z-index:100001;background:#fdfcfa;width:82%;max-width:340px;height:100vh;padding:20px;font-family:Jost,Arial,sans-serif;transition:transform .32s;position:fixed;top:0;left:0;transform:translate(-105%);box-shadow:20px 0 40px #0000001f}.lg-mobile-drawer-head{color:#111;justify-content:space-between;align-items:center;margin-bottom:22px;font-size:15px;display:flex}.lg-mobile-menu-close,.lg-search-close{width:34px;height:34px;font-size:30px;line-height:1}.lg-mobile-drawer a{border-bottom:1px solid #00000014;padding:15px 0;font-size:15px;text-decoration:none;display:block;color:#111!important}.lg-mobile-overlay,.lg-search-overlay{z-index:100000;opacity:0;visibility:hidden;background:#0000003d;border:0;transition:all .32s;position:fixed;inset:0}body.lg-menu-is-open .lg-mobile-drawer{transform:translate(0)!important}body.lg-menu-is-open .lg-mobile-overlay{opacity:1;visibility:visible}.lg-search-drawer{z-index:100002!important;background:#fdfcfa!important;width:82%!important;max-width:380px!important;height:100vh!important;padding:22px 20px!important;font-family:Jost,Arial,sans-serif!important;transition:transform .32s!important;position:fixed!important;top:0!important;left:0!important;transform:translate(-105%)!important;box-shadow:20px 0 40px #0000001f!important}body.lg-search-is-open .lg-search-drawer{transform:translate(0)!important}body.lg-search-is-open .lg-search-overlay{opacity:1;visibility:visible}.lg-search-box{border-bottom:1px solid #00000029!important;align-items:center!important;gap:10px!important;padding-bottom:14px!important;display:flex!important}.lg-live-search-input{color:#111!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;flex:1!important;padding:7px 0!important;font-family:Jost,Arial,sans-serif!important;font-size:17px!important}.lg-live-search-results{margin-top:18px!important}.lg-search-hint{color:#7c7168;margin:0;font-size:14px}@media (min-width:768px) and (max-width:1024px){.lg-desktop-menu{display:none!important}.lg-mobile-menu-open,.lg-search-desktop{display:inline-flex!important}.lg-logo{letter-spacing:.18em!important;font-size:24px!important}}@media (max-width:767px){.lg-premium-nav{height:58px;padding-left:10px;padding-right:10px}.lg-nav-left{gap:18px;min-height:58px}.lg-desktop-menu{display:none}.lg-mobile-menu-open{display:inline-flex}.lg-search-mobile{display:inline-flex!important}.lg-search-desktop{display:none!important}.lg-logo{letter-spacing:.145em;font-size:20px}.lg-nav-right{gap:16px;min-height:58px}.lg-account-icon{display:none!important}.lg-shipping-bar{letter-spacing:.14em;white-space:nowrap;height:28px;padding:0 8px;font-size:10px;overflow:hidden}.lg-search-drawer{width:82%!important;max-width:340px!important;padding:20px!important}}@media (max-width:390px){.lg-premium-nav{padding-left:18px;padding-right:18px}.lg-logo{letter-spacing:.14em;font-size:21px}.lg-shipping-bar{letter-spacing:.12em;font-size:9.5px}}.lg-search-results-list{display:block!important}.lg-search-result-item{color:#111!important;border-bottom:1px solid #00000012!important;align-items:center!important;gap:13px!important;padding:13px 0!important;text-decoration:none!important;display:flex!important}.lg-search-result-item img{object-fit:cover!important;background:#fff!important;border-radius:10px!important;flex:0 0 54px!important;width:54px!important;height:54px!important}.lg-search-result-info{min-width:0!important}.lg-search-result-info strong{color:#111!important;margin-bottom:5px!important;font-size:13px!important;font-weight:400!important;line-height:1.35!important;display:block!important}.lg-search-result-info span{color:#7c7168!important;font-size:12px!important}@media (min-width:1025px){.lg-menu-dropdown{position:relative!important}.lg-submenu{z-index:100006!important;margin-top:0!important;display:none!important;top:68px!important;left:-18px!important}.lg-menu-dropdown:after{content:"";z-index:100005;background:0 0;height:72px;position:absolute;top:100%;left:-28px;right:-28px}.lg-menu-dropdown:hover .lg-submenu,.lg-menu-dropdown:focus-within .lg-submenu,.lg-submenu:hover{display:block!important}.lg-submenu a{z-index:100007!important;pointer-events:auto!important;position:relative!important}}html,body,.lg-chic-blog{background:#f5efe5!important}.lg-toc,.lg-content,.lg-article>.lg-content{box-shadow:none!important;background:0 0!important}.lg-premium-header,.lg-premium-nav,.lg-mobile-drawer,.lg-search-drawer{background:#f7f1e8!important}.lg-shipping-bar{color:#fff!important;background:#15110e!important}.lg-sidebar .lg-search-box,.lg-sidebar .lg-sidebar-search,.lg-sidebar .lg-sidebar-search-box,.lg-sidebar form[role=search]{width:100%!important;height:52px!important;min-height:52px!important;box-shadow:none!important;background:0 0!important;border:1px solid #e7d8c8!important;border-radius:999px!important;align-items:center!important;gap:18px!important;padding:0 24px!important;display:flex!important;overflow:hidden!important}.lg-sidebar .lg-search-box input,.lg-sidebar .lg-sidebar-search input,.lg-sidebar .lg-sidebar-search-box input,.lg-sidebar form[role=search] input,.lg-sidebar input[type=search],.lg-sidebar input[placeholder*=Search]{height:50px!important;min-height:50px!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;padding-top:0!important;padding-bottom:0!important;line-height:50px!important;display:block!important}.lg-sidebar .lg-search-box span,.lg-sidebar .lg-sidebar-search span,.lg-sidebar .lg-sidebar-search-box span,.lg-sidebar form[role=search] span{justify-content:center!important;align-items:center!important;height:52px!important;display:inline-flex!important}.lg-sidebar .lg-search-box:after,.lg-sidebar .lg-sidebar-search:after,.lg-sidebar .lg-sidebar-search-box:after,.lg-sidebar form[role=search]:after{content:none!important;display:none!important}.lg-sidebar .lg-search-box svg,.lg-sidebar .lg-sidebar-search svg,.lg-sidebar .lg-sidebar-search-box svg,.lg-sidebar form[role=search] svg{flex:0 0 38px!important;width:38px!important;min-width:38px!important;height:38px!important;display:block!important;transform:translateY(0)!important}.lg-sidebar .lg-search-box span,.lg-sidebar .lg-sidebar-search span,.lg-sidebar .lg-sidebar-search-box span,.lg-sidebar form[role=search] span{justify-content:center!important;align-items:center!important;min-width:38px!important;height:52px!important;display:inline-flex!important}.lg-sidebar-search-icon{color:#7d746b!important;flex:0 0 24px!important;width:24px!important;min-width:24px!important;height:24px!important;display:block!important;transform:translateY(0)!important}.lg-sidebar .lg-sidebar-search-icon,.lg-sidebar .lg-search-box .lg-sidebar-search-icon,.lg-sidebar .lg-sidebar-search .lg-sidebar-search-icon,.lg-sidebar .lg-sidebar-search-box .lg-sidebar-search-icon,.lg-sidebar form[role=search] .lg-sidebar-search-icon{color:#7d746b!important;flex:0 0 20px!important;width:20px!important;min-width:20px!important;height:20px!important;display:block!important;transform:translateY(0)!important}.lg-sidebar .lg-sidebar-search-icon circle,.lg-sidebar .lg-sidebar-search-icon path{stroke-width:1.8px!important}.lg-sidebar .lg-search-box,.lg-sidebar .lg-sidebar-search,.lg-sidebar .lg-sidebar-search-box,.lg-sidebar form[role=search]{text-align:left!important;justify-content:flex-start!important}.lg-sidebar .lg-search-box input,.lg-sidebar .lg-sidebar-search input,.lg-sidebar .lg-sidebar-search-box input,.lg-sidebar form[role=search] input,.lg-sidebar input[type=search],.lg-sidebar input[placeholder*=Search]{text-align:left!important;flex:auto!important;justify-content:flex-start!important;width:100%!important;margin-left:0!important;padding-left:0!important}.lg-sidebar .lg-search-box input::placeholder,.lg-sidebar .lg-sidebar-search input::placeholder,.lg-sidebar .lg-sidebar-search-box input::placeholder,.lg-sidebar form[role=search] input::placeholder,.lg-sidebar input[placeholder*=Search]::placeholder{text-align:left!important}.laglosse-footer-shell,.laglosse-footer-shell *{box-sizing:border-box!important}.laglosse-footer-shell{background:#171412!important;width:100vw!important;max-width:100vw!important;margin-top:70px!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:0!important;overflow:visible!important}.laglosse-footer{color:#fff8ecb8!important;background:#171412!important;width:100%!important;font-family:Jost,Arial,sans-serif!important}.laglosse-footer-inner{max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;padding-left:22px!important;padding-right:22px!important}.laglosse-footer-top{border-bottom:1px solid #fff8ec24!important;grid-template-columns:1.5fr .8fr .9fr .8fr .9fr!important;gap:34px!important;padding-top:56px!important;padding-bottom:46px!important;display:grid!important}.laglosse-footer-logo{color:#fff8ec!important;letter-spacing:.2em!important;margin-bottom:18px!important;font-family:Georgia,Times New Roman,serif!important;font-size:26px!important;font-weight:400!important;line-height:1!important;text-decoration:none!important;display:inline-block!important}.laglosse-footer-brand p{color:#fff8ecad!important;max-width:300px!important;margin:0 0 22px!important;font-size:14px!important;line-height:1.7!important}.laglosse-footer-socials{align-items:center!important;gap:12px!important;display:flex!important}.laglosse-footer-socials a{color:#fff8ec!important;border:1px solid #fff8ec3d!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;text-decoration:none!important;display:inline-flex!important}.laglosse-footer-col h3{color:#fff8ec!important;letter-spacing:.22em!important;text-transform:uppercase!important;margin:0 0 20px!important;font-size:12px!important;font-weight:500!important;line-height:1!important}.laglosse-footer-col ul{margin:0!important;padding:0!important;list-style:none!important}.laglosse-footer-col li{color:#fff8ecad!important;margin-bottom:9px!important;font-size:14px!important;line-height:1.6!important}.laglosse-footer-col a{color:#fff8ecb8!important;text-decoration:none!important}.laglosse-footer-col a:hover{color:#fff8ec!important}.laglosse-secure-line{align-items:center!important;gap:8px!important;display:flex!important}.laglosse-footer-bottom{justify-content:space-between!important;align-items:center!important;gap:24px!important;padding-top:26px!important;padding-bottom:28px!important;display:flex!important}.laglosse-footer-bottom p{color:#fff8ec94!important;margin:0!important;font-size:12px!important}.laglosse-footer-payments{flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:12px!important;display:flex!important}.laglosse-footer-payments span{color:#fff8ec9e!important;letter-spacing:.08em!important;text-transform:uppercase!important;border:1px solid #fff8ec2e!important;border-radius:999px!important;padding:6px 10px!important;font-size:10px!important;line-height:1!important}@media (max-width:1024px){.laglosse-footer-top{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:30px!important}.laglosse-footer-brand{grid-column:1/-1!important}.laglosse-footer-brand p{max-width:520px!important}.laglosse-footer-bottom{text-align:center!important;flex-direction:column!important;justify-content:center!important;gap:14px!important}.laglosse-footer-payments{justify-content:center!important}}@media (max-width:767px){.laglosse-footer-shell{margin-top:48px!important}.laglosse-footer-inner{padding-left:20px!important;padding-right:20px!important}.laglosse-footer-top{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important;padding-top:42px!important;padding-bottom:34px!important}.laglosse-footer-logo{font-size:23px!important}.laglosse-footer-bottom{text-align:center!important;flex-direction:column!important;justify-content:center!important;gap:14px!important;padding-top:22px!important;padding-bottom:26px!important}.laglosse-footer-payments{justify-content:center!important}}html,body{width:100%!important;max-width:100%!important;overflow-x:clip!important}body{position:relative!important}.lg-chic-blog,.lg-shell,.lg-layout,.lg-article,.lg-content,.lg-products-section,.lg-related-section,.lg-author-section,.lg-featured,.lg-premium-header,.lg-premium-nav,.laglosse-footer-shell,.laglosse-footer{box-sizing:border-box!important;max-width:100%!important;overflow-x:clip!important}.laglosse-footer-shell{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.lg-premium-header{width:100%!important;max-width:100%!important;left:0!important;right:0!important}.lg-chic-blog img,.lg-chic-blog video,.lg-chic-blog picture,.lg-chic-blog iframe,.lg-chic-blog table,.laglosse-footer img,.laglosse-footer svg{box-sizing:border-box!important;max-width:100%!important}.lg-featured,.lg-featured img,.lg-featured picture{max-width:100%!important;overflow:hidden!important}.lg-chic-blog .lg-shell,.lg-chic-blog .lg-article,.lg-chic-blog .lg-content{width:100%!important;max-width:100%!important}[class*=footer],[class*=header],[class*=shell],[class*=section]{box-sizing:border-box!important}.lg-premium-header,.lg-premium-nav,.lg-nav-left,.lg-nav-right,.lg-logo-wrap,.lg-desktop-menu,.lg-menu-dropdown{overflow:visible!important}.lg-premium-header{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.lg-premium-nav{overflow:visible!important}.lg-shipping-bar{overflow:hidden!important}.lg-submenu{overflow:visible!important}.lg-premium-header{width:100%!important;max-width:100%!important;overflow:visible!important}.lg-premium-nav{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important;width:100%!important;max-width:1180px!important;height:64px!important;margin-left:auto!important;margin-right:auto!important;padding-left:18px!important;padding-right:18px!important;display:grid!important;overflow:visible!important}.lg-nav-left{justify-content:flex-start!important;gap:18px!important;min-width:0!important;overflow:visible!important}.lg-logo-wrap{justify-content:center!important;min-width:0!important}.lg-nav-right{justify-content:flex-end!important;gap:24px!important;min-width:0!important;overflow:visible!important}.lg-desktop-menu{gap:28px!important;overflow:visible!important}.lg-menu-dropdown,.lg-submenu{overflow:visible!important}@media (max-width:1024px){.lg-premium-nav{max-width:1180px!important;padding-left:22px!important;padding-right:22px!important}}@media (max-width:767px){.lg-premium-nav{height:58px!important;padding-left:20px!important;padding-right:20px!important}.lg-nav-right{gap:16px!important}}.lg-product-page{color:#16120f!important;background:#f7f1e8!important;font-family:Jost,Arial,sans-serif!important;overflow-x:clip!important}.lgp-wrap{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;align-items:start!important;gap:54px!important;max-width:1180px!important;margin:0 auto!important;padding:42px 18px 70px!important;display:grid!important}.lgp-gallery{width:100%!important;min-width:0!important}.lgp-main-image{background:#f4eee7!important;border-radius:0!important;width:100%!important;overflow:hidden!important}.lgp-main-image img{object-fit:cover!important;width:100%!important;height:auto!important;max-height:760px!important;display:block!important}.lgp-thumbs{grid-template-columns:repeat(4,1fr)!important;gap:10px!important;margin-top:12px!important;display:grid!important}.lgp-thumb{aspect-ratio:1!important;background:#f4eee7!important;overflow:hidden!important}.lgp-thumb img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.lgp-summary{background:#f7f1e8!important;padding:8px 0 0!important;position:sticky!important;top:112px!important}.lgp-badge{letter-spacing:.16em!important;text-transform:uppercase!important;color:#3a3028!important;border:1px solid #00000024!important;border-radius:999px!important;margin:0 0 18px!important;padding:7px 12px!important;font-size:11px!important;display:inline-flex!important}.lgp-summary h1{letter-spacing:-.03em!important;color:#15110e!important;margin:0 0 14px!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(32px,4vw,54px)!important;font-weight:400!important;line-height:1.05!important}.lgp-rating{color:#c58a36!important;letter-spacing:.04em!important;margin:0 0 14px!important;font-size:13px!important}.lgp-rating span{color:#6f6258!important;margin-left:8px!important}.lgp-subtitle{color:#6f6258!important;margin:0 0 18px!important;font-size:15px!important;line-height:1.7!important}.lgp-price{align-items:center!important;gap:13px!important;margin:18px 0 6px!important;display:flex!important}.lgp-price strong{color:#15110e!important;font-family:Georgia,Times New Roman,serif!important;font-size:26px!important;font-weight:400!important}.lgp-price del{color:#9a8c80!important;font-size:15px!important}.lgp-price span{color:#fff!important;letter-spacing:.12em!important;background:#15110e!important;border-radius:999px!important;padding:5px 9px!important;font-size:10px!important}.lgp-tax,.lgp-lead,.lgp-delivery,.lgp-expected{color:#6f6258!important;font-size:14px!important;line-height:1.7!important}.lgp-lead{max-width:520px!important;margin:22px 0!important}.lgp-options{margin:22px 0!important}.lgp-options p{letter-spacing:.14em!important;text-transform:uppercase!important;color:#15110e!important;margin:0 0 10px!important;font-size:12px!important}.lgp-options div{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.lgp-options span{background:#fffaf3!important;border:1px solid #00000029!important;padding:9px 13px!important;font-size:13px!important}.lgp-summary button,.lgp-summary a[class*=btn],.lgp-summary .lg-btn{border-radius:999px!important;width:100%!important;min-height:48px!important}.lgp-trust{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;margin-top:22px!important;display:grid!important}.lgp-trust div{color:#3a3028!important;background:#fffaf3!important;border:1px solid #00000014!important;padding:13px 14px!important;font-size:12px!important}.lgp-story{text-align:center!important;max-width:920px!important;margin:0 auto!important;padding:72px 18px!important}.lgp-story p{letter-spacing:.24em!important;color:#8b7b6d!important;margin:0 0 12px!important;font-size:11px!important}.lgp-story h2{margin:0 0 18px!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(30px,4vw,48px)!important;font-weight:400!important}.lgp-story div{color:#5f554d!important;font-size:16px!important;line-height:1.9!important}.lgp-accordions{max-width:920px!important;margin:0 auto 80px!important;padding:0 18px!important}.lgp-accordions details{border-top:1px solid #00000024!important;padding:0!important}.lgp-accordions details:last-child{border-bottom:1px solid #00000024!important}.lgp-accordions summary{cursor:pointer!important;color:#15110e!important;padding:22px 0!important;font-family:Georgia,Times New Roman,serif!important;font-size:22px!important;list-style:none!important}.lgp-accordions summary::-webkit-details-marker{display:none!important}.lgp-accordions details>p,.lgp-accordions details>ul,.lgp-faq{color:#5f554d!important;padding:0 0 24px!important;font-size:15px!important;line-height:1.8!important}.lgp-detail-grid{grid-template-columns:repeat(2,1fr)!important;gap:0!important;padding-bottom:26px!important;display:grid!important}.lgp-detail-grid p{border-bottom:1px solid #00000014!important;justify-content:space-between!important;gap:16px!important;margin:0!important;padding:13px 0!important;display:flex!important}.lgp-detail-grid span{color:#8b7b6d!important;font-size:13px!important}.lgp-detail-grid strong{color:#15110e!important;text-align:right!important;font-size:13px!important;font-weight:500!important}.lgp-faq h3{color:#15110e!important;margin:18px 0 6px!important;font-size:15px!important}.lgp-faq p{margin:0 0 12px!important}.lgp-empty{text-align:center!important;max-width:900px!important;margin:0 auto!important;padding:90px 18px!important}@media (max-width:900px){.lgp-wrap{grid-template-columns:1fr!important;gap:28px!important;padding-top:18px!important}.lgp-summary{padding:6px 2px 0!important;position:static!important}.lgp-main-image img{max-height:none!important}.lgp-thumbs{grid-template-columns:repeat(4,1fr)!important}.lgp-trust{grid-template-columns:1fr 1fr!important}.lgp-detail-grid{grid-template-columns:1fr!important}}@media (max-width:520px){.lgp-wrap{padding-left:0!important;padding-right:0!important}.lgp-summary,.lgp-story,.lgp-accordions{padding-left:16px!important;padding-right:16px!important}.lgp-thumbs{grid-template-columns:repeat(4,1fr)!important;padding:0 10px!important}.lgp-summary h1{font-size:31px!important}.lgp-trust{grid-template-columns:1fr!important}}.lgp-options button{cursor:pointer!important;background:#fffaf3!important;border:1px solid #00000029!important;padding:10px 14px!important;font-size:13px!important}.lgp-options button.is-active{color:#fff!important;background:#15110e!important;border-color:#15110e!important}.lgp-qty{align-items:center!important;gap:12px!important;margin:18px 0!important;display:flex!important}.lgp-qty span{letter-spacing:.14em!important;text-transform:uppercase!important;font-size:12px!important}.lgp-qty button{cursor:pointer!important;background:#fffaf3!important;border:1px solid #00000029!important;width:34px!important;height:34px!important}.lgp-add,.lgp-buy{cursor:pointer!important;letter-spacing:.14em!important;text-transform:uppercase!important;border-radius:999px!important;width:100%!important;height:52px!important;margin-top:10px!important;font-size:13px!important}.lgp-add{color:#fff!important;background:#15110e!important;border:1px solid #15110e!important}.lgp-buy{color:#15110e!important;background:0 0!important;border:1px solid #00000038!important}.lgp-thumb{cursor:pointer!important;border:0!important;padding:0!important}.lgp-drawer-overlay{z-index:100000!important;background:#00000047!important;border:0!important;position:fixed!important;inset:0!important}.lgp-cart-drawer{z-index:100001!important;background:#f7f1e8!important;width:min(420px,88vw)!important;height:100vh!important;padding:22px!important;transition:transform .3s!important;position:fixed!important;top:0!important;right:0!important;overflow-y:auto!important;transform:translate(105%)!important;box-shadow:-24px 0 50px #0000002e!important}.lgp-cart-drawer.is-open{transform:translate(0)!important}.lgp-cart-head{border-bottom:1px solid #0000001f!important;justify-content:space-between!important;align-items:center!important;padding-bottom:16px!important;display:flex!important}.lgp-cart-head strong{font-family:Georgia,Times New Roman,serif!important;font-size:24px!important;font-weight:400!important}.lgp-cart-head button{cursor:pointer!important;background:0 0!important;border:0!important;font-size:32px!important}.lgp-cart-items{gap:18px!important;padding:20px 0!important;display:grid!important}.lgp-cart-item{grid-template-columns:88px 1fr!important;gap:14px!important;display:grid!important}.lgp-cart-item img{object-fit:cover!important;background:#f4eee7!important;width:88px!important;height:88px!important}.lgp-cart-item h3{margin:0 0 4px!important;font-size:14px!important;font-weight:500!important}.lgp-cart-item p{color:#7d7066!important;margin:0 0 5px!important;font-size:12px!important}.lgp-cart-qty{align-items:center!important;gap:8px!important;margin-top:10px!important;display:flex!important}.lgp-cart-qty button{cursor:pointer!important;background:#fffaf3!important;border:1px solid #00000024!important;padding:5px 8px!important}.lgp-cart-foot{border-top:1px solid #0000001f!important;padding-top:18px!important}.lgp-cart-foot p{justify-content:space-between!important;margin-bottom:14px!important;display:flex!important}.lgp-cart-foot a{border-radius:999px!important;justify-content:center!important;align-items:center!important;height:48px!important;margin-top:10px!important;text-decoration:none!important;display:flex!important}.lgp-cart-foot a:first-of-type{color:#15110e!important;border:1px solid #0003!important}.lgp-cart-foot a:last-of-type{color:#fff!important;background:#15110e!important}.lgp-cart-empty{color:#7d7066!important;padding:30px 0!important}.ppd-breadcrumb{color:#9a8d80!important;gap:10px!important;max-width:1180px!important;margin:22px auto 26px!important;padding:0 18px!important;font-size:13px!important;display:flex!important}.ppd-breadcrumb a,.ppd-breadcrumb strong{color:#8a7d71!important;font-weight:400!important;text-decoration:none!important}.ppd-shell{grid-template-columns:minmax(0,590px) minmax(390px,470px)!important;align-items:start!important;gap:34px!important;max-width:1180px!important;margin:0 auto 72px!important;padding:0 18px!important;display:grid!important}.ppd-gallery{min-width:0!important}.ppd-main-img{aspect-ratio:1!important;background:#f3eee8!important;border-radius:22px!important;width:100%!important;position:relative!important;overflow:hidden!important}.ppd-main-img img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.ppd-arrow{color:#15110e!important;cursor:pointer!important;background:#ffffffe0!important;border:0!important;border-radius:999px!important;width:34px!important;height:34px!important;font-size:26px!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important}.ppd-left{left:18px!important}.ppd-right{right:18px!important}.ppd-thumbs{grid-template-columns:repeat(3,1fr)!important;gap:14px!important;margin-top:18px!important;display:grid!important}.ppd-thumbs button{aspect-ratio:1/.72!important;cursor:pointer!important;background:#f3eee8!important;border:0!important;border-radius:14px!important;padding:0!important;overflow:hidden!important}.ppd-thumbs img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.ppd-card{background:#fffdfa!important;border-radius:22px!important;padding:28px 30px 32px!important;position:sticky!important;top:112px!important;box-shadow:0 24px 70px #18130f1a!important}.ppd-badge{color:#b98748!important;letter-spacing:.18em!important;text-transform:uppercase!important;margin:0 0 10px!important;font-size:11px!important}.ppd-card h1{letter-spacing:-.04em!important;color:#18130f!important;margin:0 0 10px!important;font-family:Georgia,Times New Roman,serif!important;font-size:42px!important;font-weight:400!important;line-height:1.02!important}.ppd-subtitle,.ppd-tax{color:#756a61!important;margin:0 0 18px!important;font-size:13px!important;line-height:1.55!important}.ppd-price{align-items:center!important;gap:12px!important;margin:14px 0 8px!important;display:flex!important}.ppd-price strong{color:#18130f!important;font-family:Georgia,Times New Roman,serif!important;font-size:35px!important;font-weight:400!important}.ppd-price del{color:#9d9188!important;font-size:16px!important}.ppd-price span{color:#d2a25e!important;letter-spacing:.24em!important;text-transform:uppercase!important;margin-left:6px!important;font-size:12px!important}.ppd-color-section{margin:22px 0!important}.ppd-color-top{color:#756a61!important;justify-content:space-between!important;margin-bottom:12px!important;font-size:13px!important;display:flex!important}.ppd-color-top p{margin:0!important}.ppd-swatches{grid-template-columns:repeat(4,1fr)!important;gap:10px!important;display:grid!important}.ppd-swatches button{cursor:pointer!important;background:#fff!important;border:1px solid #e2d9cf!important;border-radius:14px!important;min-height:84px!important;padding:8px!important;overflow:hidden!important}.ppd-swatches button.active{border:2px solid #18130f!important}.ppd-swatches img{object-fit:cover!important;border-radius:8px!important;width:100%!important;height:48px!important;display:block!important}.ppd-swatches span{text-transform:uppercase!important;color:#18130f!important;margin-top:6px!important;font-size:10px!important;font-weight:600!important;display:block!important}.ppd-delivery-box{background:#e8f7e9!important;border:1px solid #b8e3bf!important;border-radius:14px!important;margin:22px 0 18px!important;padding:16px 18px!important}.ppd-delivery-box strong,.ppd-delivery-box span{color:#2c6a3a!important;font-size:13px!important;line-height:1.5!important;display:block!important}.ppd-add,.ppd-buy{cursor:pointer!important;letter-spacing:.22em!important;text-transform:uppercase!important;border:0!important;border-radius:999px!important;width:100%!important;height:52px!important;margin-top:12px!important;font-size:12px!important;font-weight:700!important}.ppd-add{color:#fff!important;background:#18130f!important}.ppd-buy{color:#18130f!important;background:linear-gradient(90deg,#dfaa50,#f0c66d)!important}.ppd-trust{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;margin:28px 0 22px!important;display:grid!important}.ppd-trust div{color:#5f554d!important;background:#fff!important;border:1px solid #e8ded2!important;border-radius:999px!important;padding:12px 14px!important;font-size:12px!important}.ppd-designed{background:#f7f2ed!important;border-radius:18px!important;margin:20px 0 28px!important;padding:22px 24px!important}.ppd-designed p{color:#a79a8e!important;letter-spacing:.28em!important;text-transform:uppercase!important;margin:0 0 10px!important;font-size:11px!important}.ppd-designed div{color:#18130f!important;font-family:Georgia,Times New Roman,serif!important;font-size:22px!important;line-height:1.45!important}.ppd-accordion details{border-top:1px solid #e8ded2!important}.ppd-accordion details:last-child{border-bottom:1px solid #e8ded2!important}.ppd-accordion summary{cursor:pointer!important;color:#18130f!important;padding:22px 0!important;font-family:Georgia,Times New Roman,serif!important;font-size:21px!important;list-style:none!important}.ppd-accordion summary::-webkit-details-marker{display:none!important}.ppd-detail-table{padding-bottom:18px!important}.ppd-detail-table p{border-bottom:1px solid #eee6dc!important;grid-template-columns:145px 1fr!important;gap:16px!important;margin:0!important;padding:12px 0!important;display:grid!important}.ppd-detail-table span{color:#9a8d80!important;font-size:12px!important}.ppd-detail-table strong{color:#5a5048!important;font-size:13px!important;font-weight:400!important;line-height:1.55!important}.ppd-accordion details>p,.ppd-accordion details>ul,.ppd-accordion details>div:not(.ppd-detail-table){color:#5a5048!important;padding-bottom:20px!important;font-size:14px!important;line-height:1.75!important}.ppd-drawer-overlay{z-index:100000!important;background:#00000047!important;border:0!important;position:fixed!important;inset:0!important}.ppd-cart-drawer{z-index:100001!important;background:#fffdfa!important;width:min(430px,90vw)!important;height:100vh!important;padding:22px!important;transition:transform .3s!important;position:fixed!important;top:0!important;right:0!important;overflow-y:auto!important;transform:translate(105%)!important;box-shadow:-24px 0 50px #0000002e!important}.ppd-cart-drawer.open{transform:translate(0)!important}.ppd-cart-head{border-bottom:1px solid #e8ded2!important;justify-content:space-between!important;padding-bottom:16px!important;display:flex!important}.ppd-cart-head strong{font-family:Georgia,Times New Roman,serif!important;font-size:28px!important;font-weight:400!important;display:block!important}.ppd-cart-head button{cursor:pointer!important;background:0 0!important;border:0!important;margin-left:10px!important}.ppd-cart-item{grid-template-columns:88px 1fr!important;gap:14px!important;margin:18px 0!important;display:grid!important}.ppd-cart-item img{object-fit:cover!important;width:88px!important;height:88px!important}.ppd-cart-foot{border-top:1px solid #e8ded2!important;padding-top:18px!important}.ppd-cart-foot p{justify-content:space-between!important;display:flex!important}.ppd-cart-foot a{border-radius:999px!important;justify-content:center!important;align-items:center!important;height:46px!important;margin-top:10px!important;text-decoration:none!important;display:flex!important}.ppd-cart-foot a:first-of-type{color:#fff!important;background:#18130f!important}.ppd-cart-foot a:last-of-type{color:#18130f!important;border:1px solid #e8ded2!important}@media (max-width:900px){.ppd-shell{grid-template-columns:1fr!important;gap:26px!important;padding:0 14px!important}.ppd-card{padding:22px 18px!important;position:static!important}.ppd-card h1{font-size:34px!important}.ppd-swatches{grid-template-columns:repeat(2,1fr)!important}.ppd-trust{grid-template-columns:1fr!important}.ppd-thumbs{grid-template-columns:repeat(3,1fr)!important}}.lg-cart-link{justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;display:inline-flex!important;position:relative!important}.lg-cart-link .lg-cart-count{color:#fff!important;letter-spacing:0!important;z-index:5!important;background:#111!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:17px!important;height:17px!important;padding:0 5px!important;font-family:Jost,Arial,sans-serif!important;font-size:10px!important;font-weight:600!important;line-height:1!important;display:none!important;position:absolute!important;top:-8px!important;right:-8px!important}.lg-cart-link .lg-cart-count.has-items{display:inline-flex!important}@media (max-width:767px){.lg-cart-link .lg-cart-count{top:-7px!important;right:-9px!important}}.ppd-arrow{cursor:pointer!important;transition:transform .2s,box-shadow .2s,background .2s!important;box-shadow:0 8px 18px #0000001a!important}.ppd-arrow:hover{background:#fff!important;transform:translateY(-50%)scale(1.08)!important;box-shadow:0 12px 26px #00000029!important}.ppd-buy{color:#18130f!important;background:linear-gradient(120deg,#d79b38,#f4cf78,#e2aa49,#f8dc91) 0 0/260% 100%!important;border:0!important;animation:3.4s ease-in-out infinite ppdGoldGloss!important;position:relative!important;overflow:hidden!important;box-shadow:0 14px 30px #c282263d!important}.ppd-buy:before{content:""!important;pointer-events:none!important;background:linear-gradient(90deg,#0000,#ffffff8c,#0000)!important;width:70%!important;height:100%!important;animation:2.8s ease-in-out infinite ppdBuyShine!important;position:absolute!important;top:0!important;left:-120%!important;transform:skew(-18deg)!important}@keyframes ppdGoldGloss{0%,to{background-position:0%}50%{background-position:100%}}@keyframes ppdBuyShine{0%{left:-120%}55%,to{left:130%}}.ppd-buy{letter-spacing:.22em!important;text-transform:uppercase!important;cursor:pointer!important;color:#1f1b16!important;background:linear-gradient(110deg,#d6a44e 0%,#f8dfaa 25%,#c9963f 50%,#fff0bd 75%,#d6a44e 100%) 0 0/240% 100%!important;border:1px solid #c591387a!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:54px!important;padding:15px 18px!important;font-family:Jost,Inter,system-ui,sans-serif!important;font-size:13px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;transition:all .22s!important;animation:3.2s ease-in-out infinite ppdGoldMoveOld!important;display:inline-flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 12px 28px #b98a3d2e!important}.ppd-buy:before,.ppd-buy:after{content:none!important;display:none!important}.ppd-buy:hover{transform:translateY(-1px)!important;box-shadow:0 16px 34px #b98a3d40!important}@keyframes ppdGoldMoveOld{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}button.ppd-buy,.ppd-buy{isolation:isolate!important;color:#18130f!important;background:linear-gradient(90deg,#b87920 0%,#e5ad4f 18%,#fff0b8 35%,#c98a2c 52%,#f7d27a 70%,#a86a18 86%,#e8b85e 100%) 0 0/420% 100%!important;border:1px solid #b97e2273!important;animation:2.4s linear infinite laglosseBuyNowGoldMove!important;position:relative!important;overflow:hidden!important;box-shadow:0 14px 30px #b97e2238!important}button.ppd-buy:before,.ppd-buy:before{content:""!important;pointer-events:none!important;z-index:1!important;background:linear-gradient(90deg,#0000,#ffffff73,#0000)!important;width:55%!important;height:100%!important;animation:2.1s linear infinite laglosseBuyNowShine!important;display:block!important;position:absolute!important;top:0!important;left:-80%!important;transform:skew(-18deg)!important}button.ppd-buy,.ppd-buy{z-index:0!important}button.ppd-buy:hover,.ppd-buy:hover{transform:translateY(-1px)!important;box-shadow:0 18px 38px #b97e224d!important}@keyframes laglosseBuyNowGoldMove{0%{background-position:0%}to{background-position:420%}}@keyframes laglosseBuyNowShine{0%{left:-80%}to{left:130%}}.ppd-card button.ppd-buy.ppd-buy-now,button.ppd-buy.ppd-buy-now,.ppd-buy-now{isolation:isolate!important;color:#1f1b16!important;letter-spacing:.24em!important;text-transform:uppercase!important;cursor:pointer!important;background-image:linear-gradient(110deg,#d6a44e 0%,#f8dfaa 18%,#c9963f 38%,#fff0bd 58%,#d6a44e 78%,#f8dfaa 100%)!important;background-position:0%!important;background-size:300% 100%!important;border:0!important;border-radius:999px!important;width:100%!important;min-height:52px!important;font-family:Jost,Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;animation-name:laglosseRealGoldMove!important;animation-duration:2.6s!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important;position:relative!important;overflow:hidden!important;transform:translateZ(0)!important;box-shadow:0 13px 28px #b98a3d38!important}.ppd-card button.ppd-buy.ppd-buy-now:before,button.ppd-buy.ppd-buy-now:before,.ppd-buy-now:before{content:""!important;pointer-events:none!important;z-index:1!important;background-image:linear-gradient(90deg,#0000 0%,#ffffff57 42%,#ffffff94 50%,#ffffff57 58%,#0000 100%)!important;animation:2.1s linear infinite laglosseRealGoldShine!important;display:block!important;position:absolute!important;inset:0!important;transform:translate(-120%)skew(-18deg)!important}.ppd-card button.ppd-buy.ppd-buy-now:after,button.ppd-buy.ppd-buy-now:after,.ppd-buy-now:after{content:none!important;display:none!important}.ppd-card button.ppd-buy.ppd-buy-now:hover,button.ppd-buy.ppd-buy-now:hover,.ppd-buy-now:hover{transform:translateY(-1px)translateZ(0)!important;box-shadow:0 17px 36px #b98a3d4d!important}@keyframes laglosseRealGoldMove{0%{background-position:0%}to{background-position:300%}}@keyframes laglosseRealGoldShine{0%{transform:translate(-120%)skew(-18deg)}to{transform:translate(120%)skew(-18deg)}}.ppd-card button.ppd-buy:hover,.ppd-card button.ppd-buy-now:hover,button.ppd-buy:hover,button.ppd-buy-now:hover,.ppd-buy:hover,.ppd-buy-now:hover{background-image:linear-gradient(90deg,#c8892c 0%,#e8b85d 18%,#fff1b8 35%,#d59635 50%,#f7d982 68%,#b97922 84%,#e8b85d 100%)!important;animation:2.4s ease-in-out infinite alternate lgBuyNowGoldLeftRight!important;transform:none!important;box-shadow:0 12px 26px #b97e2233!important}@keyframes lgBuyNowGoldLeftRight{0%{background-position:0%}to{background-position:100%}}.ppd-card button.ppd-buy,.ppd-card button.ppd-buy-now,button.ppd-buy,button.ppd-buy-now,.ppd-buy,.ppd-buy-now{color:#17110c!important;background-image:linear-gradient(90deg,#b87822 0%,#d79a37 16%,#f6d57f 32%,#fff2bf 48%,#d79a37 64%,#a86618 82%,#f0bd63 100%)!important;background-position:0%!important;background-size:280% 100%!important;border:0!important;animation:2.6s ease-in-out infinite alternate laglosseGoldColorMoveOnly!important;position:relative!important;overflow:hidden!important;transform:translate(0,0)scale(1)!important;box-shadow:0 12px 26px #b97e222e!important}.ppd-card button.ppd-buy:hover,.ppd-card button.ppd-buy-now:hover,button.ppd-buy:hover,button.ppd-buy-now:hover,.ppd-buy:hover,.ppd-buy-now:hover{animation:2.6s ease-in-out infinite alternate laglosseGoldColorMoveOnly!important;transform:translate(0,0)scale(1)!important;box-shadow:0 12px 26px #b97e222e!important}.ppd-card button.ppd-buy:before,.ppd-card button.ppd-buy:after,.ppd-card button.ppd-buy-now:before,.ppd-card button.ppd-buy-now:after,button.ppd-buy:before,button.ppd-buy:after,button.ppd-buy-now:before,button.ppd-buy-now:after,.ppd-buy:before,.ppd-buy:after,.ppd-buy-now:before,.ppd-buy-now:after{content:none!important;animation:none!important;display:none!important}@keyframes laglosseGoldColorMoveOnly{0%{background-position:0%}to{background-position:100%}}.ppd-card button.ppd-buy.ppd-btn.ppd-buy-now.ppd-btn-full,.ppd-card button.ppd-buy.ppd-buy-now,button.ppd-buy.ppd-buy-now,.ppd-buy.ppd-buy-now,.ppd-buy-now,.ppd-btn-full{letter-spacing:.22em!important;text-transform:uppercase!important;cursor:pointer!important;color:#1f1b16!important;background:linear-gradient(110deg,#d6a44e 0%,#f8dfaa 25%,#c9963f 50%,#fff0bd 75%,#d6a44e 100%) 0%/240% 100%!important;border:1px solid #c591387a!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:54px!important;padding:15px 18px!important;font-family:Jost,Inter,system-ui,sans-serif!important;font-size:13px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;animation:3.2s ease-in-out infinite ppdGoldMove!important;display:inline-flex!important;position:relative!important;overflow:hidden!important;transform:translate(0,0)scale(1)!important;box-shadow:0 12px 28px #b98a3d2e!important}.ppd-card button.ppd-buy.ppd-btn.ppd-buy-now.ppd-btn-full:hover,.ppd-card button.ppd-buy.ppd-buy-now:hover,button.ppd-buy.ppd-buy-now:hover,.ppd-buy.ppd-buy-now:hover,.ppd-buy-now:hover,.ppd-btn-full:hover{background:linear-gradient(110deg,#d6a44e 0%,#f8dfaa 25%,#c9963f 50%,#fff0bd 75%,#d6a44e 100%) 0 0/240% 100%!important;animation:3.2s ease-in-out infinite ppdGoldMove!important;transform:translate(0,0)scale(1)!important;box-shadow:0 12px 28px #b98a3d2e!important}.ppd-buy:before,.ppd-buy:after,.ppd-buy-now:before,.ppd-buy-now:after,.ppd-btn-full:before,.ppd-btn-full:after{content:none!important;animation:none!important;display:none!important}@keyframes ppdGoldMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.ppd-price{white-space:nowrap!important;justify-content:flex-start!important;align-items:baseline!important;gap:14px!important;margin:24px 0 8px!important;line-height:1!important;display:flex!important}.ppd-price del{color:#9a8e83!important;font-family:Jost,Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1!important;text-decoration-color:#8f8278!important;text-decoration-thickness:1px!important;transform:translateY(-4px)!important}@media (max-width:767px){.ppd-price{gap:11px!important;margin:20px 0 8px!important}.ppd-price strong{font-size:38px!important}.ppd-price del{font-size:15px!important;transform:translateY(-4px)!important}.ppd-price span{letter-spacing:.24em!important;font-size:11px!important;transform:translateY(-5px)!important}}.ppd-price{white-space:nowrap!important;align-items:baseline!important;gap:15px!important;margin:24px 0 8px!important;line-height:1!important;display:flex!important}.ppd-price strong{color:#050403!important;letter-spacing:-.045em!important;font-family:Georgia,Times New Roman,serif!important;font-size:48px!important;font-weight:400!important;line-height:.9!important}.ppd-price del{color:#9b9188!important;opacity:.82!important;font-family:Jost,Arial,sans-serif!important;font-size:15px!important;font-weight:300!important;line-height:1!important;text-decoration-line:line-through!important;text-decoration-color:#9b9188!important;text-decoration-thickness:.7px!important;transform:translateY(-6px)!important}.ppd-price span{color:#c88945!important;letter-spacing:.3em!important;text-transform:uppercase!important;font-family:Jost,Arial,sans-serif!important;font-size:12px!important;font-weight:500!important;line-height:1!important;transform:translateY(-6px)!important}@media (max-width:767px){.ppd-price{gap:12px!important}.ppd-price strong{font-size:43px!important}.ppd-price del{font-size:14px!important;font-weight:300!important}.ppd-price span{letter-spacing:.26em!important;font-size:11px!important}}.ppd-price strong{color:#17130f!important;letter-spacing:-.045em!important;font-family:Lora,Georgia,serif!important;font-size:44px!important;font-style:normal!important;font-weight:400!important;line-height:46px!important}.ppd-price del{color:#9b9188!important;opacity:.78!important;font-family:Jost,Arial,sans-serif!important;font-size:15px!important;font-weight:300!important;text-decoration-thickness:.65px!important;transform:translateY(-7px)!important}.ppd-price span{transform:translateY(-7px)!important}@media (max-width:767px){.ppd-price strong{font-size:40px!important;line-height:42px!important}.ppd-price del{font-size:14px!important;transform:translateY(-6px)!important}.ppd-price span{transform:translateY(-6px)!important}}.ppd-trust{gap:14px!important}.ppd-trust div{color:#2b241e!important;align-items:center!important;gap:8px!important;min-height:54px!important;padding:15px 18px!important;font-family:Jost,Arial,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:1.2!important;display:flex!important}.ppd-trust div:first-letter{color:#17130f!important;font-size:19px!important;line-height:1!important}@media (max-width:767px){.ppd-trust div{min-height:50px!important;padding:13px 15px!important;font-size:14px!important}.ppd-trust div:first-letter{font-size:18px!important}}.ppd-thumbs button,.ppd-thumbs .ppd-thumb{aspect-ratio:1!important;border-radius:16px!important;width:104px!important;height:104px!important;padding:0!important;overflow:hidden!important}.ppd-thumbs button img,.ppd-thumbs .ppd-thumb img,.ppd-thumbs img{aspect-ratio:1!important;object-fit:cover!important;border-radius:14px!important;width:100%!important;height:100%!important;display:block!important}.ppd-swatches button{border-radius:16px!important;width:94px!important;min-width:94px!important;padding:8px 8px 10px!important}.ppd-swatches button img,.ppd-swatches img{aspect-ratio:1!important;object-fit:cover!important;border-radius:12px!important;width:70px!important;height:70px!important;margin:0 auto 7px!important;display:block!important}@media (max-width:767px){.ppd-thumbs button,.ppd-thumbs .ppd-thumb{border-radius:14px!important;width:82px!important;height:82px!important}.ppd-swatches button{width:86px!important;min-width:86px!important}.ppd-swatches button img,.ppd-swatches img{border-radius:11px!important;width:62px!important;height:62px!important}}.ppd-gallery .ppd-thumbs,.ppd-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))!important;justify-content:start!important;align-items:start!important;gap:12px!important;width:100%!important;margin-top:20px!important;display:grid!important}.ppd-gallery .ppd-thumbs button,.ppd-thumbs button,.ppd-thumbs .ppd-thumb{aspect-ratio:1!important;background:#fff!important;border:1px solid #17130f1a!important;border-radius:16px!important;width:100%!important;height:auto!important;margin:0!important;padding:0!important;overflow:hidden!important}.ppd-gallery .ppd-thumbs button img,.ppd-thumbs button img,.ppd-thumbs .ppd-thumb img,.ppd-thumbs img{aspect-ratio:1!important;object-fit:cover!important;border-radius:15px!important;width:100%!important;height:100%!important;display:block!important}.ppd-card .ppd-swatches,.ppd-swatches{flex-wrap:wrap!important;justify-content:flex-start!important;align-items:flex-start!important;gap:10px!important;display:flex!important}.ppd-card .ppd-swatches button,.ppd-swatches button{border-radius:16px!important;width:105px!important;min-width:105px!important;margin:0!important;padding:9px 8px 10px!important}.ppd-card .ppd-swatches button img,.ppd-swatches button img,.ppd-swatches img{aspect-ratio:1!important;object-fit:cover!important;border-radius:12px!important;width:72px!important;height:72px!important;margin:0 auto 7px!important;display:block!important}@media (max-width:1024px){.ppd-gallery .ppd-thumbs,.ppd-thumbs{gap:10px!important}}@media (max-width:767px){.ppd-gallery .ppd-thumbs,.ppd-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:14px!important}.ppd-card .ppd-swatches,.ppd-swatches{gap:8px!important}.ppd-card .ppd-swatches button,.ppd-swatches button{width:88px!important;min-width:88px!important;padding:8px 7px 9px!important}.ppd-card .ppd-swatches button img,.ppd-swatches button img,.ppd-swatches img{width:62px!important;height:62px!important}}.lg-canvas-post .sm-byline{font-family:var(--sans,Inter,Arial,sans-serif);letter-spacing:.02em;color:var(--muted,#7a6a58);z-index:1;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:16px auto 0;font-size:13px;display:flex;position:relative}.lg-canvas-post .sm-byline a{color:var(--gold-dark,#9a7444);font-weight:700;text-decoration:none}.lg-canvas-post .sm-byline a:hover{text-decoration:underline}.lg-canvas-post .sm-byline time{color:inherit}.lg-canvas-post .sm-authorbox{border:1px solid var(--border,#e8dccb);background:linear-gradient(180deg,var(--surface,#fffcf7),#fbf4e7);border-radius:24px;max-width:980px;margin:48px auto 0;position:relative;overflow:hidden;box-shadow:0 22px 60px #3c2a101a}.lg-canvas-post .sm-authorbox:before{content:"";background:linear-gradient(90deg,transparent,var(--gold,#c8a46b) 20%,#e7c892 50%,var(--gold,#c8a46b) 80%,transparent);height:3px;position:absolute;top:0;left:0;right:0}.lg-canvas-post .sm-authorbox-inner{align-items:center;gap:24px;padding:30px 34px;display:flex}.lg-canvas-post .sm-authorbox-avatar{object-fit:cover;border:2px solid var(--surface,#fffcf7);width:88px;height:88px;box-shadow:0 0 0 2px var(--gold,#c8a46b),0 10px 24px #3c2a1026;border-radius:50%;flex:none}.lg-canvas-post .sm-authorbox-body{min-width:0}.lg-canvas-post .sm-authorbox-label{letter-spacing:.18em;text-transform:uppercase;color:var(--gold-dark,#9a7444);align-items:center;gap:9px;font-size:11px;font-weight:700;display:inline-flex}.lg-canvas-post .sm-authorbox-label:before{content:"";background:var(--gold,#c8a46b);width:24px;height:1px}.lg-canvas-post .sm-authorbox-name{font-family:var(--serif,Georgia,serif);color:var(--ink,#17130f);margin-top:6px;font-size:23px;font-weight:700;line-height:1.1;text-decoration:none;display:block}.lg-canvas-post .sm-authorbox-name:hover{color:var(--gold-dark,#9a7444)}.lg-canvas-post .sm-authorbox-role{font-size:13px;font-style:italic;font-family:var(--serif,Georgia,serif);color:var(--muted,#7a6a58);margin:3px 0 10px;display:block}.lg-canvas-post .sm-authorbox-bio{color:var(--body,#211a13);margin:0 0 12px;font-size:14.5px;line-height:1.75}.lg-canvas-post .sm-authorbox-more{letter-spacing:.02em;color:var(--gold-dark,#9a7444);align-items:center;gap:6px;font-size:12.5px;font-weight:700;text-decoration:none;display:inline-flex}.lg-canvas-post .sm-authorbox-more:after{content:"→";transition:transform .2s}.lg-canvas-post .sm-authorbox-more:hover:after{transform:translate(3px)}@media (max-width:600px){.lg-canvas-post .sm-authorbox-inner{text-align:center;flex-direction:column;gap:16px;padding:26px 22px}.lg-canvas-post .sm-authorbox-label{justify-content:center}}.lg-product-page{--pxp-cream:#f7f1e8;--pxp-paper:#f5efe5;--pxp-ink:#17130f;--pxp-ink2:#2a2119;--pxp-muted:#5f5648;--pxp-muted2:#3f362b;--pxp-gold:#a97f45;--pxp-gold-deep:#8a6531;--pxp-line:#e4d8c4;--pxp-sale:#8f3a2c;--pxp-shadow-s:0 8px 24px -14px #32240f66;--pxp-shadow:0 30px 70px -34px #32240f80}.lg-product-page .pxp{color:var(--pxp-ink);font-family:Inter,Arial,sans-serif;font-size:16.5px;line-height:1.72}.lg-product-page .pxp *{box-sizing:border-box}.lg-product-page .pxp-serif{font-family:Cormorant Garamond,Georgia,serif}.lg-product-page .pxp img{max-width:100%;display:block}.lg-product-page .pxp a{color:inherit;text-decoration:none}.lg-product-page .pxp-wrap{max-width:1180px;margin:0 auto;padding-left:18px;padding-right:18px}.lg-product-page .pxp-eyebrow{letter-spacing:.3em;text-transform:uppercase;color:var(--pxp-gold-deep);font-size:12px;font-weight:600}.lg-product-page .pxp-num{color:var(--pxp-gold-deep);letter-spacing:.04em;font-family:Cormorant Garamond,Georgia,serif;font-size:17px;font-style:italic;font-weight:600}@media (max-width:600px){.lg-product-page .pxp-wrap{padding-left:16px;padding-right:16px}}.lg-product-page .pxp-reveal{opacity:0;transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1);transform:translateY(24px)}.lg-product-page .pxp-reveal.in{opacity:1;transform:none}.lg-product-page .pxp-reveal.d1{transition-delay:90ms}.lg-product-page .pxp-crumb{letter-spacing:.1em;text-transform:uppercase;color:var(--pxp-muted);padding-top:26px;padding-bottom:4px;font-size:12.5px}.lg-product-page .pxp-crumb span{color:var(--pxp-line);margin:0 8px}.lg-product-page .pxp-crumb a:hover{color:var(--pxp-gold-deep)}.lg-product-page .pxp-crumb strong{color:var(--pxp-muted2);font-weight:500}.lg-product-page .pxp-hero{grid-template-columns:1.1fr .9fr;align-items:start;gap:60px;padding-top:16px;padding-bottom:90px;display:grid}@media (max-width:960px){.lg-product-page .pxp-hero{grid-template-columns:1fr;gap:34px;padding-bottom:60px}}.lg-product-page .pxp-gallery{grid-template-columns:80px 1fr;gap:16px;display:grid;position:sticky;top:104px}@media (max-width:960px){.lg-product-page .pxp-gallery{grid-template-columns:1fr;position:static}}.lg-product-page .pxp-rail{flex-direction:column;gap:12px;display:flex}@media (max-width:960px){.lg-product-page .pxp-rail{flex-direction:row;order:2;padding-bottom:4px;overflow-x:auto}}.lg-product-page .pxp-rail button{border:1px solid var(--pxp-line);background:var(--pxp-paper);cursor:pointer;border-radius:7px;flex:none;width:80px;height:80px;padding:0;transition:all .25s;overflow:hidden}.lg-product-page .pxp-rail button.active{border-color:var(--pxp-gold);box-shadow:0 0 0 1px var(--pxp-gold)}.lg-product-page .pxp-rail img{object-fit:cover;width:100%;height:100%}.lg-product-page .pxp-stage{background:var(--pxp-paper);border:1px solid var(--pxp-line);aspect-ratio:1;border-radius:10px;position:relative;overflow:hidden}.lg-product-page .pxp-stage img{object-fit:cover;width:100%;height:100%;transition:opacity .4s}.lg-product-page .pxp-noimg{height:100%;color:var(--pxp-muted);justify-content:center;align-items:center;display:flex}.lg-product-page .pxp-flag{background:var(--pxp-cream);border:1px solid var(--pxp-gold);color:var(--pxp-gold-deep);letter-spacing:.18em;text-transform:uppercase;z-index:2;border-radius:4px;padding:6px 13px;font-size:11px;font-weight:600;position:absolute;top:15px;left:15px}.lg-product-page .pxp-idx{color:#f3e9d8;letter-spacing:.08em;background:#17130fb8;border-radius:20px;padding:5px 12px;font-size:12px;position:absolute;bottom:14px;right:16px}.lg-product-page .pxp-arrow{border:1px solid var(--pxp-line);width:44px;height:44px;color:var(--pxp-ink);cursor:pointer;opacity:0;background:#fcfaf6e6;border-radius:50%;justify-content:center;align-items:center;font-size:22px;line-height:1;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lg-product-page .pxp-stage:hover .pxp-arrow{opacity:1}.lg-product-page .pxp-arrow.l{left:14px}.lg-product-page .pxp-arrow.r{right:14px}@media (max-width:960px){.lg-product-page .pxp-arrow{opacity:1}}.lg-product-page .pxp-info .pxp-eyebrow{margin-bottom:16px;display:inline-block}.lg-product-page .pxp-title{letter-spacing:.004em;margin-bottom:18px;font-size:46px;font-weight:600;line-height:1.08}@media (max-width:600px){.lg-product-page .pxp-title{font-size:33px}}.lg-product-page .pxp-rate{color:var(--pxp-muted2);align-items:center;gap:11px;margin-bottom:24px;font-size:14.5px;display:flex}.lg-product-page .pxp-stars{color:var(--pxp-gold);letter-spacing:3px;font-size:16px}.lg-product-page .pxp-stars.big{font-size:20px}.lg-product-page .pxp-stars-wrap{letter-spacing:3px;white-space:nowrap;font-size:16px;line-height:1;display:inline-block;position:relative}.lg-product-page .pxp-stars-wrap.big{letter-spacing:4px;font-size:20px}.lg-product-page .pxp-stars-bg{color:#d9ccb4}.lg-product-page .pxp-stars-fg{color:var(--pxp-gold);position:absolute;top:0;left:0;overflow:hidden}.lg-product-page .pxp-price{flex-wrap:wrap;align-items:baseline;gap:15px;margin-bottom:8px;display:flex}.lg-product-page .pxp-now{font-size:42px;font-weight:700;line-height:1}.lg-product-page .pxp-was{color:var(--pxp-muted);font-size:19px;text-decoration:line-through}.lg-product-page .pxp-save{background:linear-gradient(135deg,var(--pxp-sale),#a8493a);color:#fff;letter-spacing:.12em;text-transform:uppercase;border-radius:3px;padding:5px 11px;font-size:11.5px;font-weight:600}.lg-product-page .pxp-tax{color:var(--pxp-muted);margin-bottom:26px;font-size:13.5px}.lg-product-page .pxp-lede{color:var(--pxp-muted2);border-bottom:1px solid var(--pxp-line);margin-bottom:30px;padding-bottom:30px;font-size:17px;line-height:1.75}.lg-product-page .pxp-opt{letter-spacing:.14em;text-transform:uppercase;color:var(--pxp-muted2);margin-bottom:14px;font-size:13px;font-weight:500}.lg-product-page .pxp-opt b{color:var(--pxp-ink);margin-left:8px;font-weight:600}.lg-product-page .pxp-swatches{flex-wrap:wrap;gap:14px;margin-bottom:32px;display:flex}.lg-product-page .pxp-swatch{border:1px solid var(--pxp-line);cursor:pointer;background:var(--pxp-paper);border-radius:50%;width:58px;height:58px;padding:0;transition:transform .2s;overflow:hidden}.lg-product-page .pxp-swatch:hover{transform:translateY(-3px)}.lg-product-page .pxp-swatch img{object-fit:cover;width:100%;height:100%}.lg-product-page .pxp-swatch.active{box-shadow:0 0 0 2px var(--pxp-cream),0 0 0 3.5px var(--pxp-gold)}.lg-product-page .pxp-buyrow{gap:14px;margin-bottom:14px;display:flex}.lg-product-page .pxp-qty{border:1px solid var(--pxp-ink);border-radius:6px;align-items:center;display:flex}.lg-product-page .pxp-qty button{cursor:pointer;width:48px;height:58px;color:var(--pxp-ink);background:0 0;border:none;font-size:20px}.lg-product-page .pxp-qty span{text-align:center;width:38px;font-size:16px}.lg-product-page .pxp-add{background:var(--pxp-ink);color:#f5ecdd;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;border:none;border-radius:6px;flex:1;height:58px;font-size:14px;font-weight:500;transition:all .25s}.lg-product-page .pxp-add:hover{background:var(--pxp-ink2)}.lg-product-page .pxp-buy{width:100%;color:var(--pxp-ink);border:1.5px solid var(--pxp-ink);letter-spacing:.16em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:6px;height:56px;margin-bottom:24px;font-size:14px;font-weight:500;transition:all .25s}.lg-product-page .pxp-buy:hover{background:var(--pxp-ink);color:#f5ecdd}.lg-product-page .pxp-trust{color:var(--pxp-muted2);border-top:1px solid var(--pxp-line);border-bottom:1px solid var(--pxp-line);flex-wrap:wrap;gap:11px 26px;margin-bottom:18px;padding-top:20px;padding-bottom:20px;font-size:14px;display:flex}.lg-product-page .pxp-delivery{color:var(--pxp-muted2);margin-bottom:26px;font-size:14px}.lg-product-page .pxp-acc{border-top:1px solid var(--pxp-line)}.lg-product-page .pxp-acc details{border-bottom:1px solid var(--pxp-line)}.lg-product-page .pxp-acc summary{cursor:pointer;letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;align-items:center;padding-top:20px;padding-bottom:20px;font-size:13.5px;font-weight:500;list-style:none;transition:color .2s;display:flex}.lg-product-page .pxp-acc summary::-webkit-details-marker{display:none}.lg-product-page .pxp-acc summary:after{content:"+";color:var(--pxp-gold-deep);font-size:20px}.lg-product-page .pxp-acc details[open] summary:after{content:"–"}.lg-product-page .pxp-acc summary:hover{color:var(--pxp-gold-deep)}.lg-product-page .pxp-body{color:var(--pxp-muted2);padding-bottom:22px;font-size:15.5px;line-height:1.75}.lg-product-page .pxp-body ul{margin:0;padding-left:18px}.lg-product-page .pxp-mini-specs p{border-bottom:1px solid var(--pxp-line);justify-content:space-between;gap:16px;margin:0;padding-top:8px;padding-bottom:8px;display:flex}.lg-product-page .pxp-mini-specs p:last-child{border-bottom:none}.lg-product-page .pxp-mini-specs span{color:var(--pxp-muted)}.lg-product-page .pxp-mini-specs b{color:var(--pxp-ink);text-align:right}.lg-product-page .pxp-strip{background:var(--pxp-paper);border-top:1px solid var(--pxp-line);border-bottom:1px solid var(--pxp-line)}.lg-product-page .pxp-strip-in{grid-template-columns:repeat(4,1fr);display:grid}@media (max-width:820px){.lg-product-page .pxp-strip-in{grid-template-columns:repeat(2,1fr)}}.lg-product-page .pxp-strip-in>div{text-align:center;letter-spacing:.04em;color:var(--pxp-muted2);border-right:1px solid var(--pxp-line);padding:34px 20px;font-size:14px}.lg-product-page .pxp-strip-in>div:last-child{border-right:none}@media (max-width:820px){.lg-product-page .pxp-strip-in>div:nth-child(2){border-right:none}.lg-product-page .pxp-strip-in>div:first-child,.lg-product-page .pxp-strip-in>div:nth-child(2){border-bottom:1px solid var(--pxp-line)}}.lg-product-page .pxp-strip-mark{color:var(--pxp-gold-deep);margin-bottom:8px;font-size:18px;display:block}.lg-product-page .pxp-story-in{grid-template-columns:1fr 1fr;align-items:center;gap:70px;padding-top:96px;padding-bottom:96px;display:grid}@media (max-width:900px){.lg-product-page .pxp-story-in{grid-template-columns:1fr;gap:36px;padding-top:60px;padding-bottom:60px}}.lg-product-page .pxp-story-in h2{margin:14px 0 20px;font-size:40px;font-weight:600;line-height:1.12}@media (max-width:600px){.lg-product-page .pxp-story-in h2{font-size:30px}}.lg-product-page .pxp-story-in p{color:var(--pxp-muted2);margin-bottom:15px;font-size:17px;line-height:1.75}.lg-product-page .pxp-ess{color:var(--pxp-muted2);border-left:3px solid var(--pxp-gold);margin-top:26px;padding-left:18px;font-size:15px}.lg-product-page .pxp-story-img img{box-shadow:var(--pxp-shadow);aspect-ratio:1;object-fit:contain;background:#fff;border-radius:10px;width:100%;display:block}.lg-product-page .pxp-section{padding-top:96px;padding-bottom:96px}.lg-product-page .pxp-section-tight{padding-top:0}@media (max-width:600px){.lg-product-page .pxp-section{padding-top:60px;padding-bottom:60px}.lg-product-page .pxp-section-tight{padding-top:0}}.lg-product-page .pxp-sec-head{text-align:center;margin-bottom:50px}.lg-product-page .pxp-sec-head .pxp-num{margin-bottom:12px;display:block}.lg-product-page .pxp-h2c{font-size:38px;font-weight:600}@media (max-width:600px){.lg-product-page .pxp-h2c{font-size:29px}}.lg-product-page .pxp-specs{grid-template-columns:1fr 1fr;gap:0 48px;max-width:760px;margin:0 auto;display:grid}@media (max-width:640px){.lg-product-page .pxp-specs{grid-template-columns:1fr}}.lg-product-page .pxp-row{border-bottom:1px solid var(--pxp-line);justify-content:space-between;gap:20px;padding-top:18px;padding-bottom:18px;font-size:16px;display:flex}.lg-product-page .pxp-row .k{color:var(--pxp-muted2)}.lg-product-page .pxp-row .v{color:var(--pxp-ink);text-align:right;font-weight:500}.lg-product-page .pxp-faq{border-top:1px solid var(--pxp-line);max-width:780px;margin:0 auto}.lg-product-page .pxp-faq .pxp-body{padding-bottom:22px;font-size:16px}.lg-product-page .pxp-rev{background:var(--pxp-paper);border-top:1px solid var(--pxp-line)}.lg-product-page .pxp-rev-in{text-align:center;padding-top:78px;padding-bottom:78px}.lg-product-page .pxp-rev-big{font-size:74px;font-weight:700;line-height:.9}.lg-product-page .pxp-rev-in .pxp-stars-wrap{margin-top:18px}.lg-product-page .pxp-rev-note{letter-spacing:.14em;text-transform:uppercase;color:var(--pxp-muted);margin-top:12px;font-size:12.5px}.lg-product-page .pxp-finish{text-align:center;padding-top:88px;padding-bottom:88px}.lg-product-page .pxp-finish .pxp-serif{max-width:640px;margin:16px auto 28px;font-size:36px;font-weight:600;line-height:1.3}@media (max-width:600px){.lg-product-page .pxp-finish .pxp-serif{font-size:27px}}.lg-product-page .pxp-finish-row{letter-spacing:.1em;text-transform:uppercase;color:var(--pxp-muted2);flex-wrap:wrap;justify-content:center;gap:16px 40px;font-size:13.5px;display:flex}.lg-product-page .pxp-finish-row b{color:var(--pxp-gold-deep)}.lg-product-page .pxp-sticky{z-index:45;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--pxp-line);background:#f7f1e8f5;transition:transform .4s cubic-bezier(.2,.7,.2,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(120%)}.lg-product-page .pxp-sticky.show{transform:none}.lg-product-page .pxp-sticky-in{justify-content:space-between;align-items:center;gap:18px;padding-top:14px;padding-bottom:14px;display:flex}.lg-product-page .pxp-sticky-l{align-items:center;gap:16px;min-width:0;display:flex}.lg-product-page .pxp-sticky-l img{object-fit:cover;border:1px solid var(--pxp-line);border-radius:7px;flex:none;width:54px;height:54px}.lg-product-page .pxp-sticky-nm{white-space:nowrap;text-overflow:ellipsis;font-size:20px;font-weight:600;overflow:hidden}.lg-product-page .pxp-sticky-pr{color:var(--pxp-muted2);font-size:14px}.lg-product-page .pxp-sticky-pr b{color:var(--pxp-ink);font-size:16px}.lg-product-page .pxp-sticky-pr del{color:var(--pxp-muted);margin-left:8px}.lg-product-page .pxp-sticky button{background:var(--pxp-ink);color:#f5ecdd;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;border:none;border-radius:6px;flex:none;height:52px;padding:0 42px;font-size:13px;font-weight:500}@media (max-width:640px){.lg-product-page .pxp-sticky-pr{display:none}.lg-product-page .pxp-sticky button{padding:0 22px}.lg-product-page .pxp-sticky-nm{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;line-height:1.25;display:-webkit-box}}.lg-product-page .pxp-overlay{z-index:100000;cursor:pointer;background:#17130f6b;border:none;position:fixed;inset:0}.lg-product-page .pxp-cart{background:var(--pxp-cream);z-index:100001;flex-direction:column;width:420px;max-width:92vw;transition:transform .4s cubic-bezier(.2,.7,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-20px 0 60px -30px #00000080}.lg-product-page .pxp-cart.open{transform:none}.lg-product-page .pxp-cart-head{border-bottom:1px solid var(--pxp-line);justify-content:space-between;align-items:center;padding:24px 26px;display:flex}.lg-product-page .pxp-cart-head h3{margin:0;font-size:24px;font-weight:600}.lg-product-page .pxp-cart-head .x{cursor:pointer;color:var(--pxp-muted);background:0 0;border:none;font-size:26px;line-height:1}.lg-product-page .pxp-cart-ship{background:var(--pxp-paper);text-align:center;letter-spacing:.06em;color:var(--pxp-gold-deep);border-bottom:1px solid var(--pxp-line);text-transform:uppercase;padding:11px;font-size:13px;font-weight:600}.lg-product-page .pxp-cart-body{flex:1;padding:8px 26px;overflow-y:auto}.lg-product-page .pxp-cart-empty{text-align:center;color:var(--pxp-muted);padding:60px 0}.lg-product-page .pxp-ci{border-bottom:1px solid var(--pxp-line);gap:16px;padding-top:22px;padding-bottom:22px;display:flex}.lg-product-page .pxp-ci>img{object-fit:cover;border:1px solid var(--pxp-line);border-radius:8px;width:82px;height:82px}.lg-product-page .pxp-ci .m{flex:1;min-width:0}.lg-product-page .pxp-ci .nm{font-size:19px;font-weight:600;line-height:1.2}.lg-product-page .pxp-ci .cl{color:var(--pxp-muted);margin:3px 0 10px;font-size:13.5px}.lg-product-page .pxp-ci .r{justify-content:space-between;align-items:center;display:flex}.lg-product-page .pxp-ci .qy{border:1px solid var(--pxp-line);border-radius:5px;align-items:center;display:flex}.lg-product-page .pxp-ci .qy button{cursor:pointer;width:32px;height:34px;color:var(--pxp-ink);background:0 0;border:none;font-size:15px}.lg-product-page .pxp-ci .qy span{text-align:center;width:30px;font-size:14px}.lg-product-page .pxp-ci .pc{font-size:16px;font-weight:600}.lg-product-page .pxp-ci .rm{color:var(--pxp-muted);cursor:pointer;margin-top:8px;font-size:12px;text-decoration:underline;display:inline-block}.lg-product-page .pxp-cart-foot{border-top:1px solid var(--pxp-line);padding:22px 26px}.lg-product-page .pxp-cart-sub{justify-content:space-between;align-items:baseline;margin-bottom:6px;display:flex}.lg-product-page .pxp-cart-sub .l{letter-spacing:.06em;text-transform:uppercase;color:var(--pxp-muted2);font-size:14px}.lg-product-page .pxp-cart-sub .v{font-size:26px;font-weight:700}.lg-product-page .pxp-cart-note{color:var(--pxp-muted);margin-bottom:16px;font-size:12.5px}.lg-product-page .pxp .pxp-cart-co{text-align:center;background:var(--pxp-ink);color:#f5ecdd;letter-spacing:.16em;text-transform:uppercase;border-radius:6px;height:56px;font-size:14px;font-weight:500;line-height:56px;display:block}.lg-product-page .pxp-cart-cont{text-align:center;letter-spacing:.06em;text-transform:uppercase;color:var(--pxp-muted);cursor:pointer;margin-top:14px;font-size:13px;display:block}.lg-product-page .pxp-cmp{color:var(--pxp-muted);letter-spacing:.04em;margin:-2px 0 8px;font-size:12px}
