@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{background-color:#fff;color:#000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-size:14px;letter-spacing:.3px}.zovryn-intro-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeOutOverlay 1s ease-in-out 4s forwards}.zovryn-intro-overlay.hidden{display:none}.zovryn-intro-content{text-align:center}.zovryn-intro-text{font-family:Inter,sans-serif;font-size:48px;font-weight:300;letter-spacing:.3em;text-transform:uppercase;color:#000;text-align:center;animation:fadeInText .8s ease-in-out .2s forwards;opacity:0}.zovryn-intro-subtitle{font-family:Inter,sans-serif;font-size:14px;font-weight:300;letter-spacing:.15em;color:#999;text-align:center;margin-top:16px;font-style:italic;animation:fadeInText 1s ease-in-out 1.5s forwards;opacity:0}@keyframes fadeInText{0%{opacity:0}to{opacity:1}}@keyframes fadeOutOverlay{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}h1,h2,h3,h4,h5,h6{font-weight:300;letter-spacing:.05em;margin-bottom:12px}h1{font-size:48px;line-height:1.2}h2{font-size:36px;line-height:1.3}h3{font-size:24px;line-height:1.4}h4{font-size:18px;line-height:1.4}h5,h6{font-size:14px;line-height:1.5}p{margin-bottom:16px;color:#666;font-size:14px;font-weight:300}a{color:#000;text-decoration:none;transition:color .3s ease;position:relative}a:hover{color:#666}.site-header{background-color:#fff;border-bottom:1px solid #e5e5e5;padding:24px 40px;position:sticky;top:0;z-index:100}.header-wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:40px}.header-nav-left{display:flex;justify-content:flex-start;gap:40px}.header-nav-left a{font-family:Inter,sans-serif;font-size:13px;font-weight:300;letter-spacing:.15em;text-transform:uppercase;color:#000;transition:color .3s ease}.header-nav-left a:hover{color:#999}.header-logo{text-align:center}.header-logo a{font-family:Inter,sans-serif;font-size:26px;font-weight:300;letter-spacing:.3em;text-transform:uppercase;color:#000;display:inline-block}.header-logo a:hover{color:#000}.header-nav-right{display:flex;justify-content:flex-end;gap:40px;align-items:center}.header-nav-right a{font-family:Inter,sans-serif;font-size:13px;font-weight:300;letter-spacing:.15em;text-transform:uppercase;color:#000;transition:color .3s ease}.header-nav-right a:hover{color:#999}.cart-count{font-size:12px;color:#999;margin-left:-8px}.site-footer{background-color:#fff;border-top:1px solid #e5e5e5;padding:80px 40px 40px;margin-top:40px}.footer-content{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:repeat(4,1fr);gap:60px;margin-bottom:80px}.footer-column h4{font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px;color:#000}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:12px}.footer-column ul li a{font-size:13px;color:#666;font-weight:300}.footer-column ul li a:hover{color:#000}.footer-newsletter{margin-bottom:80px}.footer-newsletter h5{font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px}.newsletter-input-wrapper{display:flex;align-items:center;border-bottom:1px solid #e5e5e5;padding-bottom:12px}.newsletter-input-wrapper input{flex:1;background:none;border:none;font-family:Inter,sans-serif;font-size:14px;font-weight:300;color:#000;outline:none}.newsletter-input-wrapper input::placeholder{color:#999}.newsletter-submit{background:none;border:none;color:#000;font-size:16px;cursor:pointer;padding:0 12px 0 0;font-weight:300;transition:color .3s ease}.newsletter-submit:hover{color:#666}.footer-branding{text-align:center;padding:60px 0 40px;border-top:1px solid #e5e5e5}.footer-branding-text{font-size:14px;font-weight:300;letter-spacing:.1em;margin-bottom:24px;text-transform:uppercase}.footer-copyright{font-size:12px;color:#999;font-weight:300}.hero-section{width:100%;padding:120px 40px;background-color:#fff}.hero-container{max-width:1000px;margin:0 auto;text-align:center}.hero-image{width:100%;height:auto;margin-bottom:40px;display:block}.hero-text-small{font-size:12px;font-weight:300;letter-spacing:.15em;text-transform:uppercase;color:#666;margin-bottom:16px}.hero-text-large{font-size:28px;font-weight:300;line-height:1.4;color:#000;margin-bottom:32px}.hero-cta{font-size:13px;font-weight:300;letter-spacing:.1em;color:#000;text-transform:uppercase;cursor:pointer;transition:color .3s ease}.hero-cta:hover{color:#666}.quote-section{padding:120px 40px;background-color:#fff}.quote-container{max-width:800px;margin:0 auto;text-align:center}.quote-text{font-family:Inter,sans-serif;font-size:24px;font-weight:300;font-style:italic;line-height:1.6;color:#333;margin-bottom:0}.featured-collection-section{padding:120px 40px;background-color:#fff}.featured-collection-container{max-width:1400px;margin:0 auto}.collection-header{text-align:center;margin-bottom:60px}.collection-title{font-size:32px;font-weight:300;letter-spacing:.05em;color:#000;margin-bottom:20px}.collection-filters{display:flex;justify-content:center;gap:30px;margin-bottom:40px;flex-wrap:wrap}.filter-tag{font-size:12px;font-weight:300;letter-spacing:.1em;text-transform:uppercase;color:#999;cursor:pointer;transition:color .3s ease;border:none;background:none;padding:0}.filter-tag.active,.filter-tag:hover{color:#000}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:40px}.product-card{text-align:center;transition:opacity .3s ease}.product-card:hover{opacity:.8}.product-image{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;margin-bottom:20px;background-color:#fafafa}.product-name{font-size:14px;font-weight:400;letter-spacing:.05em;color:#000;margin-bottom:8px}.product-price{font-size:13px;color:#999;font-weight:300}.view-all-link{text-align:center}.view-all-link a{font-size:13px;font-weight:300;letter-spacing:.1em;text-transform:uppercase;color:#000;transition:color .3s ease}.view-all-link a:hover{color:#666}.craft-section{padding:120px 40px;background-color:#fff}.craft-container{max-width:800px;margin:0 auto;text-align:left}.craft-title{font-size:28px;font-weight:300;letter-spacing:.05em;color:#000;margin-bottom:40px}.craft-content p{font-size:14px;font-weight:300;line-height:1.8;color:#666;margin-bottom:20px}.stats-section{padding:120px 40px;background-color:#fff;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.stats-container{max-width:1400px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;text-align:center}.stat-item{display:flex;flex-direction:column;align-items:center;justify-content:center}.stat-number{font-size:48px;font-weight:300;line-height:1;color:#000;margin-bottom:12px}.stat-label{font-size:12px;font-weight:300;letter-spacing:.1em;text-transform:uppercase;color:#999}.journal-section{padding:80px 40px 40px;background-color:#fff}.journal-container{max-width:1400px;margin:0 auto}.journal-header{text-align:center;margin-bottom:60px}.journal-title{font-size:32px;font-weight:300;letter-spacing:.05em;color:#000;margin-bottom:12px}.journal-subtitle{font-size:14px;font-weight:300;color:#999}.journal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.journal-card{text-align:left;transition:opacity .3s ease}.journal-card:hover{opacity:.8}.journal-image{width:100%;height:300px;object-fit:cover;margin-bottom:20px;background-color:#fafafa}.journal-card-title{font-size:16px;font-weight:400;letter-spacing:.05em;color:#000;margin-bottom:8px}.journal-card-date{font-size:12px;font-weight:300;color:#999}.power-statement-section{padding:120px 40px;background-color:#fff;text-align:center}.power-statement-container{max-width:900px;margin:0 auto}.power-statement-text{font-family:Inter,sans-serif;font-size:32px;font-weight:300;font-style:italic;line-height:1.6;color:#999;letter-spacing:.02em}.newsletter-section{padding:40px 40px 80px;background-color:#fff}.newsletter-container{max-width:600px;margin:0 auto;text-align:center}.newsletter-heading{font-size:28px;font-weight:300;letter-spacing:.05em;margin-bottom:40px;color:#000}.newsletter-form{display:flex;align-items:center;border-bottom:1px solid #e5e5e5;padding-bottom:12px}.newsletter-form input{flex:1;background:none;border:none;font-family:Inter,sans-serif;font-size:14px;font-weight:300;color:#000;outline:none;padding:0}.newsletter-form input::placeholder{color:#999}.newsletter-form button{background:none;border:none;color:#000;font-size:16px;cursor:pointer;padding:0 0 0 12px;font-weight:300;transition:color .3s ease}.newsletter-form button:hover{color:#666}.page-content-section{padding:120px 40px;background-color:#fff}.page-content-container{max-width:900px;margin:0 auto}.page-content-title{font-size:36px;font-weight:300;letter-spacing:.05em;margin-bottom:40px;color:#000}.page-content-body{font-size:14px;font-weight:300;line-height:1.8;color:#666}.page-content-body p{margin-bottom:24px}.page-content-body h2{font-size:24px;font-weight:300;margin-top:40px;margin-bottom:20px}.page-content-body h3{font-size:18px;font-weight:300;margin-top:30px;margin-bottom:16px}.era-xxi-section{padding:120px 40px;background-color:#fff}.era-xxi-container{max-width:900px;margin:0 auto}.era-xxi-title{font-size:40px;font-weight:300;letter-spacing:.05em;margin-bottom:40px;color:#000;text-align:center}.era-xxi-content{font-size:14px;font-weight:300;line-height:1.9;color:#666}.era-xxi-content p{margin-bottom:28px}.era-xxi-content h3{font-size:20px;font-weight:300;margin-top:50px;margin-bottom:20px;color:#000;letter-spacing:.05em}.product-section{padding:80px 40px;background-color:#fff}.product-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.product-gallery{width:100%}.product-gallery-image{width:100%;height:auto;margin-bottom:20px;background-color:#fafafa}.product-details h1{font-size:32px;font-weight:300;margin-bottom:12px}.product-price-section{font-size:14px;color:#666;margin-bottom:30px}.product-description{font-size:14px;font-weight:300;line-height:1.8;color:#666;margin-bottom:40px}.product-options{margin-bottom:40px}.option-group{margin-bottom:24px}.option-label{font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;display:block;color:#000}.option-select{width:100%;padding:12px;border:1px solid #e5e5e5;background-color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:300;color:#000}.add-to-cart-button{width:100%;padding:16px;background-color:#fff;border:1px solid #000000;color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:300;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;margin-bottom:20px}.add-to-cart-button:hover{background-color:#000;color:#fff}.wishlist-button{width:100%;padding:16px;background-color:#fff;border:1px solid #e5e5e5;color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:300;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.wishlist-button:hover{border-color:#000}.collection-header-section{padding:80px 40px;background-color:#fff;text-align:center}.collection-page-title{font-size:40px;font-weight:300;letter-spacing:.05em;margin-bottom:20px;color:#000}.collection-page-description{font-size:14px;font-weight:300;color:#666;max-width:600px;margin:0 auto}.collection-products-section{padding:60px 40px;background-color:#fff}.collection-products-container{max-width:1400px;margin:0 auto}.collection-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}.cart-section{padding:80px 40px;background-color:#fff}.cart-container{max-width:1000px;margin:0 auto}.cart-title{font-size:36px;font-weight:300;letter-spacing:.05em;margin-bottom:60px;color:#000}.cart-items{margin-bottom:60px}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:40px;align-items:start;padding-bottom:40px;border-bottom:1px solid #e5e5e5}.cart-item-image{width:120px;height:120px;background-color:#fafafa;object-fit:cover}.cart-item-details h3{font-size:14px;font-weight:400;margin-bottom:8px}.cart-item-details p{font-size:12px;color:#999;margin-bottom:12px}.cart-item-quantity{display:flex;align-items:center;gap:12px;font-size:14px}.cart-item-price{text-align:right}.cart-item-price p{font-size:14px;color:#000;margin:0}.cart-summary{max-width:400px;margin-left:auto}.summary-line{display:flex;justify-content:space-between;font-size:14px;margin-bottom:16px;color:#666}.summary-total{display:flex;justify-content:space-between;font-size:16px;font-weight:400;color:#000;padding-top:16px;border-top:1px solid #e5e5e5;margin-bottom:40px}.checkout-button{width:100%;padding:16px;background-color:#000;color:#fff;border:1px solid #000000;font-family:Inter,sans-serif;font-size:13px;font-weight:300;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;margin-bottom:12px}.checkout-button:hover{background-color:#fff;color:#000}.continue-shopping{width:100%;padding:16px;background-color:#fff;border:1px solid #e5e5e5;color:#000;font-family:Inter,sans-serif;font-size:13px;font-weight:300;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.continue-shopping:hover{border-color:#000}.empty-state{text-align:center;padding:80px 40px}.empty-state h2{font-size:28px;font-weight:300;margin-bottom:16px}.empty-state p{font-size:14px;color:#666;margin-bottom:40px}.empty-state a{font-size:13px;font-weight:300;letter-spacing:.1em;text-transform:uppercase;color:#000}@media(max-width:768px){.header-wrapper{grid-template-columns:auto;gap:20px}.header-nav-left,.header-nav-right{width:100%;justify-content:center;flex-wrap:wrap;gap:20px}.header-logo{order:-1}.stats-grid{grid-template-columns:repeat(2,1fr);gap:40px}.product-container{grid-template-columns:1fr;gap:40px}.footer-top{grid-template-columns:repeat(2,1fr)}.hero-section,.quote-section,.featured-collection-section,.craft-section,.stats-section,.journal-section,.power-statement-section,.newsletter-section,.page-content-section,.era-xxi-section{padding:80px 20px}.site-header{padding:16px 20px}.site-footer{padding:60px 20px 30px}h1{font-size:32px}h2{font-size:24px}h3{font-size:18px}.hero-text-large{font-size:20px}.zovryn-intro-text{font-size:32px}.zovryn-intro-subtitle{font-size:12px}}@media(max-width:480px){.stats-grid,.footer-top,.product-grid,.journal-grid{grid-template-columns:1fr}.header-nav-left,.header-nav-right{gap:12px}.header-nav-left a,.header-nav-right a{font-size:11px}.header-logo a{font-size:18px}}.collection-category-section{margin-bottom:60px;padding:0 40px}.collection-category-title{font-size:20px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#000;margin-bottom:30px;padding-bottom:10px;border-bottom:1px solid #e0e0e0;max-width:1400px;margin-left:auto;margin-right:auto}.collection-product-grid{justify-items:center;max-width:1400px;margin:0 auto}.product-card{max-width:360px;width:100%}.product-image{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain}.newsletter-success{font-size:14px;letter-spacing:.1em;color:#000;text-transform:uppercase}@media(max-width:768px){.collection-products-section{padding:40px 20px}.collection-category-section{padding:0 20px;margin-bottom:40px}.collection-product-grid{gap:20px}.product-card{max-width:100%}}.btc-pay-button{display:block;width:100%;padding:14px 0;margin-top:12px;background-color:#f7931a;color:#fff;text-align:center;text-decoration:none;font-family:Inter,sans-serif;font-size:14px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease}.btc-pay-button:hover{background-color:#e8850f;color:#fff}.btc-pay-button:after{content:"Select Bitcoin (BTC) via BTCPay Server at checkout";display:block;font-size:11px;font-weight:400;letter-spacing:.5px;text-transform:none;margin-top:8px;opacity:.85}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
