@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Karla:wght@400;600;700&display=swap";:root{--md-bg:#0a0a0a;--md-bg-alt:#141414;--md-bg-panel:#181818;--md-text:#c9bfab;--md-text-dim:#a79e8c;--md-text-mute:#6e6559;--md-title:#e8e2d3;--md-accent:#c9a048;--md-accent-hover:#a8843a;--md-border:#2a2a2a;--md-border-soft:#3a3632;--md-cta:#2ea04d;--md-cta-bright:#3cc265;--md-font-display:"Playfair Display",Georgia,serif;--md-font-body:"Cormorant Garamond","Cormorant",Georgia,serif;--md-font-ui:"Karla",system-ui,sans-serif}body.md-home{background:var(--md-bg)!important;color:var(--md-text)!important;font-family:var(--md-font-body)}body.md-home main,body.md-home #MainContent{background:var(--md-bg)!important;padding:0!important;margin:0!important;max-width:none!important}body.md-home .md-home-intro,body.md-home .md-home-grid,body.md-home .md-home-cta{width:100%;margin:0;box-sizing:border-box}.md-hero{position:relative;width:100%;min-height:clamp(520px,78vh,820px);background:#000 center/cover no-repeat;display:flex;align-items:center;justify-content:center;padding:clamp(56px,8vh,100px) clamp(24px,6vw,80px);overflow:hidden;isolation:isolate}.md-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse at center,#00000026,#00000040 70%,#0006),linear-gradient(180deg,#0003,#0000000d,#0000004d)}.md-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:repeating-linear-gradient(90deg,transparent 0 3px,rgba(201,160,72,.04) 3px 4px);mix-blend-mode:overlay}.md-hero-content{position:relative;z-index:3;max-width:920px;text-align:center;display:flex;flex-direction:column;align-items:center;animation:md-hero-fade-in 1.2s ease both}@keyframes md-hero-fade-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.md-hero-kicker{display:inline-block;font-family:var(--md-font-display);font-style:italic;color:var(--md-accent);letter-spacing:.3em;font-size:clamp(.78em,1vw,.92em);margin:0 0 22px;text-transform:uppercase;text-shadow:0 0 24px rgba(201,160,72,.4)}.md-hero-title{font-family:var(--md-font-display);font-style:italic;font-weight:500;font-size:clamp(2rem,4.2vw,3.8rem);line-height:1.1;color:#f3ece0;letter-spacing:.005em;margin:0;text-shadow:0 4px 40px rgba(0,0,0,.75),0 0 40px rgba(201,160,72,.08)}.md-hero-divider{width:120px;height:1px;background:var(--md-accent);border:0;margin:26px 0 22px;opacity:.85;box-shadow:0 0 20px #c9a04859}.md-hero-sub{font-family:var(--md-font-body);font-size:clamp(1.05em,1.4vw,1.25em);line-height:1.75;color:#dcd0b8;margin:0;font-style:italic;max-width:680px;text-shadow:0 2px 16px rgba(0,0,0,.6)}.md-hero-actions{display:flex;gap:18px;margin-top:40px;flex-wrap:wrap;justify-content:center}.md-hero-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:18px 34px;min-width:220px;font-family:var(--md-font-ui);font-weight:700;font-size:.95em;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;cursor:pointer;border:1px solid var(--md-accent);border-radius:0;background:transparent;color:#f3ece0;transition:all .3s ease;box-shadow:0 6px 24px #00000080}.md-hero-btn:before{content:"";position:absolute;left:-1px;bottom:-1px;width:14px;height:14px;border-left:2px solid var(--md-cta);border-bottom:2px solid var(--md-cta);transition:all .25s ease}.md-hero-btn:after{content:"";position:absolute;right:-1px;top:-1px;width:14px;height:14px;border-right:2px solid var(--md-cta);border-top:2px solid var(--md-cta);transition:all .25s ease}.md-hero-btn-primary{background:linear-gradient(180deg,#c9a0482e,#c9a0480a);color:#ffe4a6}.md-hero-btn:hover{background:var(--md-accent);color:#0a0a0a;transform:translateY(-2px);box-shadow:0 12px 36px #c9a04859}.md-hero-btn:hover:before,.md-hero-btn:hover:after{border-color:var(--md-cta-bright);width:18px;height:18px}@media(max-width:768px){.md-hero{min-height:78vh;padding:100px 20px 80px;background-position:center center}.md-hero-title{font-size:clamp(2rem,8vw,2.8rem)}.md-hero-kicker{letter-spacing:.22em;font-size:.75em}.md-hero-sub{font-size:1.02em;line-height:1.6}.md-hero-sub br{display:none}.md-hero-actions{gap:14px;margin-top:32px;flex-direction:column;align-items:center}.md-hero-btn{width:86%;max-width:360px;min-width:260px;padding:18px 26px;font-size:.92em;letter-spacing:.16em;box-sizing:border-box}}.md-home-intro{position:relative;padding:clamp(64px,8vw,112px) 32px;background:repeating-linear-gradient(90deg,transparent 0 3px,rgba(201,160,72,.04) 3px 4px),radial-gradient(ellipse at center,rgba(201,160,72,.04) 0%,transparent 65%),#000;border-top:1px solid rgba(201,160,72,.12);border-bottom:1px solid rgba(201,160,72,.12)}.md-home-intro:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:44px;background:linear-gradient(180deg,transparent,rgba(201,160,72,.5),transparent)}.md-intro-inner{max-width:780px;margin:0 auto;text-align:center}.md-intro-kicker{display:block;font-family:var(--md-font-display);font-style:italic;color:var(--md-accent);letter-spacing:.22em;font-size:.9em;margin:0 0 14px;text-transform:uppercase}.md-intro-title{font-family:var(--md-font-display);font-style:italic;font-weight:500;font-size:clamp(1.8rem,3.2vw,2.8rem);color:var(--md-title);line-height:1.15;letter-spacing:.005em;margin:0}.md-gold-divider{width:86px;height:1px;background:var(--md-accent);border:0;margin:18px auto;opacity:.9}.md-intro-text{font-family:var(--md-font-body);font-size:1.12em;line-height:1.85;color:var(--md-text);margin:24px 0 0;font-style:italic}.md-home-grid{padding:clamp(60px,6vw,96px) clamp(20px,4vw,64px);border-top:1px solid rgba(201,191,171,.08);background:var(--md-bg-alt)}.md-home-grid.md-grid-dark{background:repeating-linear-gradient(90deg,transparent 0 3px,rgba(201,160,72,.04) 3px 4px),radial-gradient(ellipse at center,rgba(201,160,72,.06) 0%,transparent 65%),#000;border-top:1px solid rgba(201,160,72,.15);border-bottom:1px solid rgba(201,160,72,.15)}.md-grid-header{max-width:760px;margin:0 auto 48px;text-align:center}.md-grid-kicker{display:block;font-family:var(--md-font-display);font-style:italic;color:var(--md-accent);letter-spacing:.2em;font-size:.88em;margin:0 0 12px;text-transform:uppercase}.md-grid-title{font-family:var(--md-font-display);font-style:italic;font-weight:500;font-size:clamp(1.8rem,3vw,2.6rem);color:var(--md-title);letter-spacing:.005em;margin:0;line-height:1.2}.md-grid-sub{font-family:var(--md-font-body);font-size:1.08em;line-height:1.65;color:var(--md-text-dim);margin:18px 0 0;font-style:italic}.md-grid-list{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;list-style:none;padding:0}@media(max-width:1100px){.md-grid-list{grid-template-columns:repeat(3,1fr)}}@media(max-width:860px){.md-grid-list{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:520px){.md-grid-list{grid-template-columns:1fr}}.md-product-card{background:var(--md-bg-panel);border:1px solid var(--md-border);border-radius:2px;display:flex;flex-direction:column;overflow:hidden;text-align:center;transition:all .25s;text-decoration:none;color:inherit}.md-product-card:hover{border-color:var(--md-accent);transform:translateY(-3px);box-shadow:0 10px 28px #00000080,0 0 0 1px #c9a04833 inset}.md-product-card-img{width:100%;aspect-ratio:1/1;background:#000;overflow:hidden;display:block}.md-product-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.md-product-card:hover .md-product-card-img img{transform:scale(1.06)}.md-product-card-body{padding:18px 16px 22px;display:flex;flex-direction:column;gap:10px;flex:1}.md-product-card-title{font-family:var(--md-font-display);font-style:italic;font-weight:500;color:var(--md-title);font-size:1.08em;margin:0;line-height:1.3}.md-product-card-price{font-family:var(--md-font-display);font-weight:700;color:var(--md-accent);font-size:1.05em;margin:0;font-style:normal}.md-product-card-price s{color:var(--md-text-mute);font-weight:400;margin-right:6px}.md-product-card-cta{margin-top:auto;padding:10px 14px;font-family:var(--md-font-ui);font-size:.82em;font-weight:700;letter-spacing:.14em;text-transform:uppercase;border:1px solid var(--md-accent);color:var(--md-accent);background:transparent;text-decoration:none;transition:all .2s}.md-product-card:hover .md-product-card-cta{background:var(--md-accent);color:#0a0a0a}.md-home-cta{position:relative;padding:clamp(72px,8vw,112px) 24px;text-align:center;background:repeating-linear-gradient(90deg,transparent 0 3px,rgba(201,160,72,.04) 3px 4px),radial-gradient(ellipse at center,rgba(201,160,72,.06) 0%,transparent 65%),#000;border-top:1px solid rgba(201,160,72,.12);border-bottom:1px solid rgba(201,160,72,.12)}.md-cta-inner{max-width:720px;margin:0 auto}.md-cta-kicker{display:block;font-family:var(--md-font-display);font-style:italic;color:var(--md-accent);letter-spacing:.22em;font-size:.9em;margin:0 0 14px;text-transform:uppercase}.md-cta-title{font-family:var(--md-font-display);font-style:italic;font-weight:500;font-size:clamp(1.8rem,3.2vw,2.6rem);color:var(--md-title);line-height:1.2;letter-spacing:.005em;margin:0}.md-cta-sub{font-family:var(--md-font-body);font-size:1.1em;line-height:1.75;color:var(--md-text);margin:20px 0 0;font-style:italic}.md-cta-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:32px;padding:18px 40px;min-width:260px;font-family:var(--md-font-ui);font-weight:700;font-size:.98em;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border:1px solid var(--md-accent);border-radius:0;background:linear-gradient(180deg,#c9a0482e,#c9a0480a);color:#ffe4a6;transition:all .3s;position:relative;box-shadow:0 6px 24px #00000080}.md-cta-btn:before{content:"";position:absolute;left:-1px;bottom:-1px;width:14px;height:14px;border-left:2px solid var(--md-cta);border-bottom:2px solid var(--md-cta);transition:all .25s}.md-cta-btn:after{content:"";position:absolute;right:-1px;top:-1px;width:14px;height:14px;border-right:2px solid var(--md-cta);border-top:2px solid var(--md-cta);transition:all .25s}.md-cta-btn:hover{background:var(--md-accent);color:#0a0a0a;transform:translateY(-2px);box-shadow:0 12px 36px #c9a04859}.md-cta-btn:hover:before,.md-cta-btn:hover:after{border-color:var(--md-cta-bright);width:18px;height:18px}body.template-product,body.template-product #MainContent,body.template-product main{background:var(--md-bg);color:var(--md-text);font-family:var(--md-font-body)}body.template-product .shopify-section--main-product,body.template-product .product__info-wrapper,body.template-product .product__media-wrapper,body.template-product .product,body.template-product .product-section{background:var(--md-bg)!important;color:var(--md-text)}body.template-product h1,body.template-product h2,body.template-product h3,body.template-product .product__title,body.template-product .product-title{font-family:var(--md-font-display)!important;font-style:italic;font-weight:500;color:var(--md-title)!important;letter-spacing:.005em}body.template-product .price,body.template-product .product__price,body.template-product .price__regular,body.template-product .price-item--regular,body.template-product .price-item{font-family:var(--md-font-display)!important;color:var(--md-accent)!important;font-style:normal;font-weight:700}body.template-product .price-item--sale,body.template-product .price__sale .price-item{color:var(--md-accent)!important}body.template-product s,body.template-product .price-item--regular.price-item--sale,body.template-product .price__compare .price-item--regular{color:var(--md-text-mute)!important;opacity:.7}body.template-product .product__description,body.template-product .product-description,body.template-product .rte,body.template-product .rte p,body.template-product .rte li,body.template-product .product__info-container p,body.template-product .product__info-container li{color:var(--md-text)!important;font-family:var(--md-font-body);line-height:1.75}body.template-product .product-form__input label,body.template-product .variant-label,body.template-product .product-form__label{color:var(--md-text-dim)!important;font-family:var(--md-font-body);font-style:italic;letter-spacing:.04em}body.template-product .product-form__input input[type=radio]+label,body.template-product .product-form__input .product-form__label-option,body.template-product .variant-options label,body.template-product .variant-pills label{background:var(--md-bg-panel)!important;border:1px solid var(--md-border)!important;color:var(--md-text)!important;border-radius:0!important;transition:all .2s}body.template-product .product-form__input input[type=radio]:checked+label,body.template-product .variant-pills label.is-selected{background:transparent!important;border-color:var(--md-accent)!important;color:var(--md-accent)!important;box-shadow:0 0 0 1px var(--md-accent) inset}body.template-product button.product-form__submit,body.template-product .product-form__buttons button,body.template-product .add-to-cart-button,body.template-product button[name=add],body.template-product .shopify-payment-button__button{background:linear-gradient(180deg,#c9a0482e,#c9a0480a)!important;color:#ffe4a6!important;border:1px solid var(--md-accent)!important;border-radius:0!important;font-family:var(--md-font-ui)!important;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:16px 32px!important;transition:all .3s;position:relative}body.template-product button.product-form__submit:hover,body.template-product .product-form__buttons button:hover,body.template-product button[name=add]:hover{background:var(--md-accent)!important;color:#0a0a0a!important;transform:translateY(-1px);box-shadow:0 8px 24px #c9a0484d}body.template-product .quantity,body.template-product .quantity__input,body.template-product input[name=quantity]{background:var(--md-bg-panel)!important;border:1px solid var(--md-border)!important;color:var(--md-text)!important;border-radius:0!important}body.template-product .breadcrumbs,body.template-product .breadcrumb{font-family:var(--md-font-body);font-style:italic;color:var(--md-text-dim)}body.template-product .breadcrumbs a,body.template-product .breadcrumb a{color:var(--md-accent);text-decoration:none}body.template-product .breadcrumbs a:hover{color:var(--md-accent-hover)}body.template-product .accordion,body.template-product details,body.template-product .tabs__tab{border-color:var(--md-border)!important;color:var(--md-text)}body.template-product .accordion__title,body.template-product summary,body.template-product .tabs__tab-label{font-family:var(--md-font-display);font-style:italic;font-weight:500;color:var(--md-title)!important}body.template-product .product-recommendations,body.template-product .related-products{background:var(--md-bg-alt);border-top:1px solid rgba(201,160,72,.12);padding:clamp(40px,6vw,80px) clamp(20px,4vw,64px)}body.template-product .product-recommendations h2,body.template-product .related-products h2,body.template-product .product-recommendations__heading{font-family:var(--md-font-display)!important;font-style:italic;font-weight:500;color:var(--md-title)!important;text-align:center}.md-footer{background:#050505;color:#c9bfab;font-family:var(--md-font-body);padding:clamp(56px,6vw,88px) clamp(24px,4vw,64px) 28px;border-top:1px solid rgba(201,160,72,.18);position:relative}.md-footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:44px;background:linear-gradient(180deg,transparent,rgba(201,160,72,.5),transparent)}.md-footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px 32px}.md-footer-col-title{font-family:var(--md-font-display);font-style:italic;font-weight:500;color:#e8e2d3;font-size:1.15em;margin:0 0 18px;letter-spacing:.01em;padding-bottom:10px;border-bottom:1px solid rgba(201,160,72,.18)}.md-footer-brand-text{color:#a79e8c;font-size:1em;line-height:1.7;font-style:italic;margin:0}.md-footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.md-footer-list li{display:flex;align-items:baseline;gap:10px}.md-footer-list li:before{content:"\2720";color:var(--md-accent);font-size:.85em;flex-shrink:0;opacity:.8}.md-footer-list a{color:#c9bfab;text-decoration:none;font-size:1em;letter-spacing:.01em;transition:color .2s}.md-footer-list a:hover{color:var(--md-accent)}.md-footer-bottom{max-width:1280px;margin:48px auto 0;padding-top:24px;border-top:1px solid rgba(201,160,72,.12);display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;color:#6e6559;font-size:.9em;font-style:italic}.md-footer-bottom .md-footer-ornament{color:var(--md-accent);margin:0 6px}@media(max-width:640px){.md-footer-inner{gap:32px 24px}.md-footer-bottom{justify-content:center;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/md-theme.css.map */
