@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Playfair+Display:ital,wght@0,600;1,600&display=swap";:root{--color-bg-dark:#0f0a14;--color-primary:#7e22ce;--color-primary-light:#a855f7;--color-accent:#fbbf24;--color-text-main:#f8fafc;--color-text-muted:#cbd5e1;--color-glass-bg:#ffffff08;--color-glass-border:#ffffff1a;--font-sans:"Outfit", sans-serif;--font-serif:"Playfair Display", serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--color-bg-dark);color:var(--color-text-main);background-image:radial-gradient(circle at 15%,#7e22ce26,#0000 25%),radial-gradient(circle at 85% 30%,#fbbf240d,#0000 25%);background-attachment:fixed;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{margin-bottom:1rem;line-height:1.2}h1{letter-spacing:-.05em;font-size:4rem;font-weight:800}h2{font-size:2.5rem;font-weight:600;font-family:var(--font-serif);color:var(--color-accent)}.text-gradient{background:linear-gradient(to right, var(--color-text-main), var(--color-primary-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.glass-panel{background:var(--color-glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-glass-border);border-radius:1rem;padding:2rem;transition:transform .3s,box-shadow .3s,border-color .3s}.glass-panel:hover{border-color:#fff3;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.btn{cursor:pointer;font-weight:700;font-family:var(--font-sans);color:#000;background-color:#fff;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}.btn:hover{transform:translateY(-2px);box-shadow:0 7px 14px #00000026,0 3px 6px #0000001a}.btn-primary{color:#000;background-color:#fff}.btn-primary:hover{background-color:#f1f1f1}.btn-outline{color:var(--color-text-main);border:1px solid var(--color-glass-border);background-color:#0000}.btn-outline:hover{background-color:#ffffff1a;border-color:#ffffff4d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.grid{gap:2rem;display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.mobile-menu-btn{display:none}.nav-tools{align-items:center;gap:1.5rem;display:flex}.nav-item.has-dropdown{align-items:center;height:100%;display:flex;position:static}.mega-menu{opacity:0;visibility:hidden;z-index:10;background:#0f0a14;border:1px solid #ffffff1a;border-top:none;border-bottom-right-radius:8px;border-bottom-left-radius:8px;justify-content:space-between;width:60%;padding:3rem;transition:all .3s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000080}.nav-item.has-dropdown:hover .mega-menu{opacity:1;visibility:visible}.mega-menu-left{gap:4rem;display:flex}.mega-menu-col{flex-direction:column;gap:1.5rem;display:flex}.mega-link{color:#fff;letter-spacing:1px;text-transform:uppercase;font-size:.9rem;font-weight:600;text-decoration:none}.mega-link:hover{color:#cba8f0}.mega-menu-right{justify-content:flex-end;align-items:flex-start;display:flex}.mega-feature-card{flex-direction:column;gap:1rem;width:250px;display:flex}.mega-feature-img{aspect-ratio:4/5;object-fit:cover;border-radius:8px;width:100%}.mega-feature-footer{justify-content:space-between;align-items:center;display:flex}.mega-feature-title{color:#fff;text-transform:uppercase;font-size:.9rem;font-weight:700}.btn-view-light{color:#000;background:#fff;border-radius:4px;padding:.4rem 1rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .2s}.btn-view-light:hover{background:#eee}@media (width<=1024px){.mega-menu{width:90%}}@media (width<=768px){.mega-menu{flex-direction:column;gap:2rem}h1{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:2.2rem}h2{font-size:1.8rem}.grid-cols-2,.grid-cols-3,.footer-grid{grid-template-columns:1fr}.section{padding:4rem 0}img{max-width:100%;height:auto}.btn{text-align:center;justify-content:center;width:100%}.container{padding:0 1.5rem}.glass-panel{padding:1.5rem}.mobile-menu-btn{display:block}.nav-links{background:var(--color-bg-dark);text-align:center;border:1px solid var(--color-glass-border);border-radius:.5rem;flex-direction:column;gap:1.5rem;width:100%;padding:2rem 0;display:none}.nav-links.open{display:flex}.hero-buttons{flex-direction:column;gap:1rem;width:100%}}.product-card-btn{text-align:center;width:100%;color:#000!important;background-color:orchid!important;border:none!important;margin-top:auto!important;font-weight:700!important;transition:opacity .2s!important}.product-card-btn:hover{opacity:.8!important}.navbar-wrapper{z-index:50;width:100%;position:sticky;top:0}.announcement-bar{color:#000;letter-spacing:1px;white-space:nowrap;background-color:orchid;width:100%;padding:.5rem 0;font-family:monospace;font-size:.85rem;font-weight:700;overflow:hidden}.marquee-content{white-space:nowrap;animation:30s linear infinite scroll-marquee;display:inline-block}@keyframes scroll-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.navbar{color:#fff;background-color:#0f0a14;border-bottom:1px solid #ffffff1a}.navbar-container{justify-content:space-between;align-items:center;height:75px;padding:0 2rem;display:flex}.navbar-left{flex:1;justify-content:flex-end;padding-right:2rem;display:flex}.navbar-logo{color:#fff;letter-spacing:-1px;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;text-decoration:none}.navbar-center{border-left:1px solid #ffffff1a;border-right:1px solid #ffffff1a;align-items:center;gap:2rem;height:100%;padding:0 2rem;display:flex}.navbar-right{flex:1;justify-content:space-between;align-items:center;height:100%;padding-left:2rem;display:flex}.nav-search{cursor:pointer;border-right:1px solid #ffffff1a;align-items:center;height:100%;padding-right:2rem;font-size:.75rem;font-weight:600;display:flex}.nav-tools{align-items:center;gap:1.5rem;font-size:.75rem;font-weight:600;display:flex}.nav-link{color:#fff;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:color .3s;display:flex}.nav-link:hover{color:var(--color-accent)}.inline-icon{margin-top:-2px}.nav-toggle{cursor:pointer;align-items:center;gap:.5rem;display:flex}.toggle-switch{background:#fff;border-radius:8px;width:28px;height:16px;position:relative}.toggle-knob{background:#000;border-radius:50%;width:12px;height:12px;position:absolute;top:2px;left:2px}.nav-currency,.nav-account{cursor:pointer;align-items:center;gap:.25rem;display:flex}.cart-link{color:#fff;align-items:center;gap:.5rem;text-decoration:none;display:flex}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;margin-left:1rem;padding:0;display:none}.mobile-menu{background:#0f0a14;border-bottom:1px solid #fff0;flex-direction:column;width:100%;max-height:0;padding:0;transition:max-height .3s,padding .3s;display:flex;position:absolute;top:100%;left:0;overflow:hidden}.mobile-menu.open{border-bottom:1px solid #ffffff1a;max-height:100vh;padding:2rem 2rem 4rem;overflow-y:auto}.mobile-menu-links{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.mobile-menu-col{flex-direction:column;gap:1.5rem;display:flex}.mobile-link{color:#fff;font-size:.8rem;font-weight:700;text-decoration:none;transition:color .2s}.mobile-link:hover{color:var(--color-accent)}.mobile-menu-feature{flex-direction:column;display:flex}.mobile-feature-img{object-fit:cover;border-radius:8px;width:100%;height:250px}.mobile-feature-footer{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.mobile-feature-title{color:#fff;white-space:nowrap;font-size:1.5rem;font-weight:800}.mobile-feature-footer .btn{flex-shrink:0;width:auto;margin:0;padding:.5rem 1.5rem;font-size:.85rem}@media (width<=1024px){.navbar-center,.nav-search,.nav-currency{display:none}.navbar-right{justify-content:flex-end}.mobile-menu-btn{align-items:center;display:flex}.cart-link{display:flex}.marquee-content{animation-duration:6s}}.footer{color:var(--color-text-main);background:0 0;border-top:1px solid #ffffff1a;margin-top:4rem;padding:4rem 0 0}.footer-brand{font-family:var(--font-serif);color:var(--color-accent);margin-bottom:1rem;font-size:2rem}.footer-desc{color:var(--color-text-muted);max-width:400px}.footer-title{margin-bottom:1rem;font-size:1.25rem}.footer-links{padding:0;list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--color-text-muted);text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--color-primary-light)}.footer-bottom{text-align:center;border-top:1px solid var(--color-glass-border);color:var(--color-text-muted);margin-top:4rem;padding:2rem 0;font-size:.875rem}.hero-section{background-image:url(/images/heroImg.jpeg);background-position:50%;background-size:cover;align-items:center;height:calc(100vh - 75px);padding-left:10%;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";background:#0000004d;position:absolute;inset:0}.hero-content{z-index:2;color:#fff;max-width:600px;position:relative}.hero-title{letter-spacing:-2px;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:5.5rem;font-weight:800;line-height:1}.hero-subtitle{color:#f1f1f1;margin-bottom:2rem;font-size:1.1rem}.hero-btn{color:#000;text-transform:uppercase;background:#fff;border-radius:0;padding:.75rem 1.5rem;font-size:.85rem;font-weight:700}.hero-btn:hover{background:var(--color-accent);color:#000;box-shadow:none;transform:none}.spinning-logo{z-index:2;border-radius:50%;width:150px;height:150px;animation:10s linear infinite spin;position:absolute;top:25%;right:10%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-marquee-wrapper{white-space:nowrap;z-index:2;width:120%;display:flex;position:absolute;bottom:-2%;left:-10%;overflow:hidden}.marquee-content{animation:15s linear infinite scroll-marquee;display:flex}.hero-marquee span{color:#fff;text-transform:uppercase;letter-spacing:-2px;font-family:Outfit,sans-serif;font-size:8rem;font-weight:800}.join-section{text-align:center;background:var(--color-bg-dark);padding:6rem 0}.join-text{font-family:var(--font-serif);color:#fff;font-size:3rem;font-weight:600}.gallery-split-wrapper{background:var(--color-bg-dark);padding:0 0 4rem}.gallery-split{background:0 0;max-width:75%;height:80vh;margin:0 auto;display:flex}.gallery-split-left{flex:1;position:relative;overflow:hidden}.split-bg{object-fit:cover;opacity:.7;width:100%;height:100%}.promo-overlay{z-index:2;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:10%;display:flex;position:absolute;inset:0}.promo-text{color:#fff;text-shadow:2px 2px 10px #000c,0 0 40px #00000080;margin-bottom:2rem;font-size:4rem;line-height:1}.promo-btn{color:#000;background:#fff;border-radius:0;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.gallery-split-right{background:0 0;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.featured-product-wrapper{background:#fff;width:60%;max-width:400px;padding:2rem}.featured-image-container{aspect-ratio:4/5;background:#f5f5f5;justify-content:center;align-items:center;width:100%;margin-bottom:1rem;display:flex}.featured-image{object-fit:cover;width:80%;height:80%}.featured-info{color:#000}.featured-header{justify-content:space-between;margin-bottom:.25rem;display:flex}.featured-name{font-size:1rem;font-weight:700}.featured-price{font-size:.9rem;font-weight:600}.featured-category{color:#666;letter-spacing:1px;margin-bottom:1rem;font-size:.7rem}.featured-desc{color:#333;margin-bottom:1rem;font-size:.8rem;line-height:1.4}.quick-view-btn{color:#000;background:0 0;border:1px solid #000;border-radius:0;padding:.4rem .8rem;font-size:.7rem;font-weight:700}.quick-view-btn:hover{color:#fff;background:#000}.gallery-grid-section{background:#0f0a14;padding:0 0 4rem}.gallery-grid{border-top:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);width:90%;max-width:1200px;margin:0 auto;display:grid}.grid-product{border-bottom:1px solid #ffffff1a;border-right:1px solid #ffffff1a;flex-direction:column;height:100%;padding:4rem 2rem;display:flex}.grid-product:last-child{border-right:none}.grid-image-container{aspect-ratio:4/5;background:#fff;border-radius:.5rem;justify-content:center;align-items:center;width:100%;margin-bottom:2rem;display:flex}.grid-image{object-fit:cover;width:80%;height:80%}.grid-info{color:#fff;flex-direction:column;flex:1;width:100%;display:flex}.grid-header{flex-direction:column;justify-content:flex-start;margin-bottom:1rem;display:flex}.grid-name{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.grid-price{color:var(--color-text-muted);font-size:.9rem;font-weight:600}.grid-category{color:var(--color-text-muted);letter-spacing:1px;margin-bottom:1rem;font-size:.7rem}.grid-desc{color:var(--color-text-muted);margin-bottom:1rem;font-size:.8rem;line-height:1.4}.btn-order{color:#000;text-transform:none;background-color:#d1b3ff;border-radius:10px;width:100%;margin-top:auto;font-weight:700;box-shadow:0 4px 6px #0003}.btn-order:hover{color:#000;background-color:#c09afc}.subscribe-section{background:#0f0a14;border-top:1px solid #ffffff1a;padding:6rem 0}.subscribe-container{align-items:stretch;max-width:75%;margin:0 auto;display:flex}.subscribe-left{flex-direction:column;flex:2;justify-content:space-between;padding-right:4rem;display:flex}.subscribe-title{font-family:var(--font-sans);letter-spacing:-1px;font-size:3.5rem;font-weight:500;line-height:1.1}.subscribe-updates-text{font-family:var(--font-serif);text-align:right;margin-right:1rem;font-size:1.5rem;font-weight:600;line-height:1.1}.mats-gallery-section{background:0 0;padding:4rem 1rem}.mats-gallery-title{text-align:center;font-family:var(--font-serif);color:#fff;text-transform:uppercase;margin-bottom:3rem;font-size:2.5rem}.mats-gallery-grid{grid-gap:1rem;grid-template-columns:repeat(6,1fr);grid-auto-rows:220px;grid-auto-flow:dense;max-width:100%;margin:0 auto;display:grid}.mats-gallery-wrapper{background:#2a2a2a;border-radius:8px;width:100%;height:100%;display:flex;overflow:hidden}.mats-gallery-wrapper.span-2{grid-area:span 2/span 2}.mats-gallery-wrapper.span-col-2{grid-column:span 2}.mats-gallery-wrapper.span-row-2{grid-row:span 2}.mats-gallery-item{object-fit:cover;width:100%;height:100%;transition:transform .5s}.mats-gallery-wrapper:hover .mats-gallery-item{transform:scale(1.1)}@media (width<=1400px){.mats-gallery-grid{grid-template-columns:repeat(5,1fr);grid-auto-rows:200px}}@media (width<=1024px){.mats-gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:200px}}@media (width<=768px){.mats-gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px}}@media (width<=480px){.mats-gallery-grid{grid-template-columns:1fr;grid-auto-rows:250px}.mats-gallery-wrapper.span-2,.mats-gallery-wrapper.span-col-2,.mats-gallery-wrapper.span-row-2{grid-area:span 1/span 1}}.subscribe-form-wrapper{margin-top:4rem}.subscribe-desc{color:#ccc;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.subscribe-form{margin-bottom:1rem;display:flex}.subscribe-input{color:#fff;background:#2a2a2a;border:none;border-radius:4px 0 0 4px;flex:1;padding:1rem}.subscribe-input:focus{background:#333;outline:none}.subscribe-btn{box-shadow:none;border-radius:0 4px 4px 0;padding:1rem 1.5rem;font-size:.85rem}.subscribe-terms{color:#888;font-size:.7rem}.subscribe-terms a{color:#aaa;text-decoration:underline}.subscribe-middle{border-left:1px solid #ffffff1a;border-right:1px solid #ffffff1a;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.subscribe-updates-text{text-align:right;font-size:1.5rem;font-weight:400;line-height:1.2;position:absolute;top:0;right:2rem}.spinning-logo-small{border-radius:50%;width:120px;height:120px;animation:10s linear infinite spin}.subscribe-right{flex:1;align-items:center;padding-left:2rem;display:flex}.subscribe-image{aspect-ratio:3/4;object-fit:cover;border-radius:4px;width:100%;height:auto}@media (width<=1024px){.hero-section{justify-content:center;padding-left:1.5rem;padding-right:1.5rem}.hero-content{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.hero-title,.hero-subtitle{text-align:center}.hero-title{font-size:3.5rem}.hero-static-text{font-size:4rem}.gallery-split,.gallery-grid,.subscribe-container{max-width:100%;padding:0 1rem}.gallery-split{flex-direction:column;height:auto}.gallery-split-right{padding:2rem 0}.gallery-grid{grid-template-columns:1fr}.grid-product{border-right:none;padding:2rem 1rem}.subscribe-container{flex-direction:column;gap:2rem}.subscribe-middle{border:none;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;display:flex}.subscribe-updates-text{text-align:center;margin-bottom:0;position:relative;right:auto}.subscribe-left{padding-right:0}.subscribe-right{justify-content:center;width:100%;padding-left:0;display:flex}.spinning-logo{width:120px;height:120px;top:5%;right:5%}.spinning-logo-small{width:120px;height:120px}.subscribe-form-wrapper{margin-top:1.5rem}.subscribe-title{margin-bottom:1rem}.hero-btn{text-align:center;box-sizing:border-box;width:100%;display:block}.promo-overlay{justify-content:center;padding:2rem}.promo-btn{text-align:center;box-sizing:border-box;width:100%;padding:1rem}.subscribe-form{flex-direction:column;gap:.5rem;width:100%}.subscribe-input,.subscribe-btn{box-sizing:border-box;border-radius:4px;width:100%}.join-section{padding:2rem 0}.gallery-grid-section{padding:0 0 2rem}.subscribe-section{padding:2rem 0}}.product-details-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.product-image-section{width:100%;position:relative}.product-image-large,.base-product-image{border-radius:1rem;width:100%;height:auto;box-shadow:0 10px 30px #00000080}.custom-preview-container{width:100%;position:relative}.overlay-custom-image{object-fit:contain;opacity:.85;mix-blend-mode:multiply;pointer-events:none;width:60%;height:60%;transition:all .3s;position:absolute;top:20%;left:20%}.product-info-section{flex-direction:column;display:flex}.product-title{font-family:var(--font-serif);margin-bottom:1rem;font-size:3rem}.product-price-large{color:var(--color-accent);margin-bottom:1.5rem;font-size:2rem;font-weight:700}.product-desc{color:var(--color-text-muted);margin-bottom:3rem;font-size:1.1rem}.upload-section{border:1px dashed var(--color-primary-light);text-align:center;background:#7e22ce0d;border-radius:.5rem;margin-bottom:2rem;padding:2rem}.upload-title{margin-bottom:.5rem;font-size:1.5rem}.upload-desc{color:var(--color-text-muted);margin-bottom:1.5rem}.upload-btn{width:100%;padding:1rem}.mr-2{margin-right:.5rem}.file-name{color:var(--color-accent);margin-top:1rem;font-size:.9rem}.add-cart-btn{width:100%}@media (width<=768px){.product-details-grid{grid-template-columns:1fr;gap:2rem}}.cart-empty-title{font-family:var(--font-serif);margin-bottom:1rem;font-size:3rem}.cart-empty-desc{color:var(--color-text-muted);font-size:1.25rem}.cart-title{font-family:var(--font-serif);margin-bottom:2rem;font-size:3rem}.cart-grid{grid-template-columns:2fr 1fr;align-items:start;gap:3rem;display:grid}.cart-items{flex-direction:column;gap:1.5rem;display:flex}.cart-item{align-items:center;gap:2rem;padding:1.5rem;display:flex;position:relative}.cart-item-image-container{border-radius:.5rem;width:120px;height:150px;position:relative;overflow:hidden}.cart-item-image{object-fit:cover;width:100%;height:100%}.cart-item-custom-overlay{object-fit:contain;opacity:.85;mix-blend-mode:multiply;width:60%;height:60%;position:absolute;top:20%;left:20%}.cart-item-info{flex:1}.cart-item-name{margin-bottom:.5rem;font-size:1.25rem}.cart-item-price{color:var(--color-accent);font-weight:600}.cart-item-custom-file{color:var(--color-text-muted);margin-top:.5rem;font-size:.85rem}.cart-remove-btn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;transition:color .3s}.cart-remove-btn:hover{color:#ef4444}.cart-summary{padding:2rem}.summary-title{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:1.5rem}.summary-row{color:var(--color-text-muted);justify-content:space-between;margin-bottom:1rem;display:flex}.summary-divider{background:var(--color-glass-border);border:0;height:1px;margin:1.5rem 0}.summary-total{color:var(--color-text-main);margin-bottom:2rem;font-size:1.5rem;font-weight:700}.checkout-btn{width:100%}.mt-4{margin-top:1rem}.text-center{text-align:center}@media (width<=768px){.cart-grid{grid-template-columns:1fr}}.checkout-title{font-family:var(--font-serif);margin-bottom:2rem;font-size:3rem}.checkout-grid{grid-template-columns:2fr 1fr;align-items:start;gap:3rem;display:grid}.form-section-title{font-size:1.5rem;font-family:var(--font-serif);color:var(--color-accent);margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--color-text-muted);margin-bottom:.5rem;display:block}.form-group input,.form-group textarea{border:1px solid var(--color-glass-border);width:100%;color:var(--color-text-main);font-family:var(--font-sans);background:#ffffff0d;border-radius:.5rem;padding:.75rem 1rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-primary-light);outline:none}.payment-options{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.payment-option{border:1px solid var(--color-glass-border);cursor:pointer;border-radius:.5rem;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.payment-option:hover{border-color:var(--color-primary-light)}.payment-option.selected{border-color:var(--color-primary);background:#7e22ce1a}.submit-btn{width:100%;margin-top:1rem}.checkout-items{flex-direction:column;gap:1rem;display:flex}.checkout-item{align-items:center;gap:1rem;display:flex}.checkout-item-img{object-fit:cover;border-radius:.5rem;width:60px;height:60px}.checkout-item-details{flex:1}.checkout-item-name{font-weight:600}.checkout-item-price{color:var(--color-accent);font-size:.9rem}@media (width<=768px){.checkout-grid{grid-template-columns:1fr}}.about-page{background:var(--color-bg-dark);color:#fff;min-height:100vh}.about-hero{text-align:center;background:#0f0a14;border-bottom:1px solid #ffffff1a;padding:8rem 2rem 4rem}.about-title{text-transform:uppercase;letter-spacing:-1px;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:4rem;font-weight:800}.about-subtitle{color:#ccc;letter-spacing:2px;text-transform:uppercase;font-size:1.2rem}.about-content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.about-split{align-items:center;gap:4rem;margin-bottom:6rem;display:flex}.about-split.reverse{flex-direction:row-reverse}.about-text-container{flex:1}.about-text-container h2{font-family:var(--font-serif);margin-bottom:1.5rem;font-size:2.5rem}.about-text-container p{color:#bbb;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-text-container strong{color:#fff;font-family:Outfit,sans-serif;font-size:1.2rem}.about-image-container{flex:1}.about-img{object-fit:cover;aspect-ratio:4/5;border-radius:8px;width:100%;box-shadow:0 10px 30px #00000080}@media (width<=768px){.about-split,.about-split.reverse{flex-direction:column;gap:2rem}.about-title{font-size:2.5rem}}.products-page{background:var(--color-bg-dark);color:#fff;min-height:calc(100vh - 75px);padding-bottom:4rem}.products-header{text-align:center;border-bottom:1px solid #ffffff1a;padding:4rem 2rem}.products-title{font-family:var(--font-serif);text-transform:uppercase;letter-spacing:2px;font-size:3rem;font-weight:600}.products-grid-container{padding:4rem 0}.no-products{text-align:center;color:var(--color-text-muted);font-size:1.2rem}.product-card-btn{color:#000;text-transform:none;background-color:#d1b3ff;border-radius:10px;width:100%;margin-top:auto;font-weight:700;box-shadow:0 4px 6px #0003}.drop01-page{color:#fff;background:#0f0a14;min-height:100vh;padding-bottom:4rem}.drop01-header{text-align:center;border-bottom:1px solid #ffffff1a;padding:4rem 2rem}.drop01-title{font-family:var(--font-serif);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:4rem;font-weight:600}.drop01-subtitle{color:#d1b3ff;font-size:1.2rem}.drop01-container{align-items:flex-start;gap:2rem;max-width:90%;margin:4rem auto 0;display:flex}.drop01-gallery{flex:3}.masonry-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-auto-rows:10px;gap:1.5rem;display:grid}.masonry-item{border-radius:12px;grid-row-end:span 30;position:relative;overflow:hidden}.drop01-gallery{column-count:3;column-gap:1.5rem}.masonry-grid{display:block}.masonry-item{border-radius:12px;width:100%;margin-bottom:1.5rem;transition:transform .3s;display:inline-block;overflow:hidden}.masonry-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000004d}.masonry-media{width:100%;height:auto;display:block}.drop01-sidebar{flex:1;position:sticky;top:100px}.price-list-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem}.price-list-header-wrapper{flex-direction:column;display:flex}.price-list-title-vert{font-family:var(--font-serif);color:#d1b3ff;text-transform:uppercase;letter-spacing:2px;text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:800}.buy-all-btn{color:#000;text-transform:uppercase;letter-spacing:1px;background:#d1b3ff;border-radius:8px;width:100%;margin-bottom:2rem;padding:1rem;font-weight:700}.buy-all-btn:hover{background:#c09afc}.price-group{margin-bottom:2.5rem}.price-group-header{border-bottom:1px solid #d1b3ff4d;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.price-group-title{color:#fff;text-transform:uppercase;margin:0;font-size:1.1rem}.price-bundle-controls{align-items:center;gap:.8rem;display:flex}.price-bundle-value{color:#fff;font-size:.9rem;font-weight:600}.price-item{background:#ffffff05;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:.8rem;padding:.5rem;display:flex}.price-item-info{flex-direction:column;display:flex}.price-item-name{font-size:.9rem;font-weight:500}.price-item-value{color:#d1b3ff;margin-top:.2rem;font-size:.8rem}.price-item-add{color:#d1b3ff;border-color:#d1b3ff;border-radius:4px;padding:.3rem .6rem;font-size:.7rem}.price-item-add:hover{color:#000;background:#d1b3ff}@media (width<=900px){.drop01-container{flex-direction:column;margin-top:2rem}.drop01-gallery{column-count:2;order:2}.drop01-sidebar{order:1;width:100%;margin-bottom:2rem;position:static}}@media (width<=600px){.drop01-header{padding:2rem 1rem}.drop01-title{font-size:2.5rem}.drop01-gallery{column-count:1}.price-list-panel{padding:1.5rem}.price-group-header{grid-template-columns:1fr auto;grid-template-areas:"title price""button button";align-items:center;row-gap:.8rem;padding-bottom:.5rem;display:grid}.price-group-title{grid-area:title}.price-bundle-controls{display:contents}.price-bundle-value{text-align:right;grid-area:price}.price-bundle-controls>button{grid-area:button;width:100%}.price-item{flex-direction:column;align-items:stretch;padding:1rem .8rem}.price-item-info{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:.8rem}.price-item-name{font-size:1rem}.price-item-value{margin-top:0;font-size:.9rem}.price-item-add{width:100%;padding:.6rem}}
