:root{--color-primary:#1a1a1a;--color-secondary:#8b7355;--color-accent:#d4af37;--color-bg:#fff;--color-bg-alt:#f8f7f4;--color-text:#1a1a1a;--color-text-light:#666;--color-border:#e0e0e0;--color-error:#c41e3a;--color-success:#2d5016;--font-primary:"Cormorant Garamond",serif;--font-secondary:"Montserrat",sans-serif;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--spacing-2xl:4rem;--transition-fast:0.2s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease}body{background-color:#fff;background-color:var(--color-bg);color:var(--color-text);font-family:Montserrat,sans-serif;font-family:var(--font-secondary);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,serif;font-family:var(--font-primary);font-weight:400;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:.02em}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}a{transition:all var(--transition-normal)}button{background:none;border:none;transition:all var(--transition-normal)}button,input,select,textarea{font-family:Montserrat,sans-serif;font-family:var(--font-secondary)}input,select,textarea{font-size:1rem}img{display:block;height:auto;max-width:100%}.container{padding:0 1.5rem;padding:0 var(--spacing-md)}.section-padding{padding:4rem 0;padding:var(--spacing-2xl) 0}.text-center{text-align:center}.spinner{animation:spin 1s linear infinite;border:3px solid #e0e0e0;border-top:3px solid #1a1a1a;border:3px solid var(--color-border);border-radius:50%;border-top-color:var(--color-primary);height:40px;margin:2rem auto;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){:root{--spacing-xl:2rem;--spacing-2xl:3rem}.container{padding:0 1rem;padding:0 var(--spacing-sm)}}::-webkit-scrollbar-track{background:#f8f7f4;background:var(--color-bg-alt)}::-webkit-scrollbar-thumb{background:#8b7355;background:var(--color-secondary)}::-webkit-scrollbar-thumb:hover{background:#1a1a1a;background:var(--color-primary)}.navbar{background:#1a1a1a;box-shadow:0 2px 10px #0000004d;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-content{align-items:center;display:flex;justify-content:space-between}.logo{color:#d4af37;font-family:Georgia,serif;font-size:1.8rem;font-weight:700;letter-spacing:.1em;text-decoration:none}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-link{background:none;border:none;color:#fff;cursor:pointer;font-family:inherit;font-size:.95rem;position:relative;text-decoration:none;transition:color .3s}.nav-link:hover{color:#d4af37}.nav-link.btn-primary{background:#d4af37;border-radius:4px;color:#1a1a1a;font-weight:600;padding:.6rem 1.5rem}.nav-link.btn-primary:hover{background:#b8942e;color:#1a1a1a}.btn-link{padding:.6rem 1rem}.cart-link{position:relative}.badge{background:#d4af37;border-radius:50%;color:#1a1a1a;font-size:.75rem;font-weight:700;padding:2px 6px;position:absolute;right:-10px;top:-8px}.icon{font-size:1.1rem;margin-right:.3rem}.mobile-toggle{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem}@media (max-width:768px){.mobile-toggle{display:block}.nav-menu{background:#1a1a1a;display:none;flex-direction:column;gap:1rem;left:0;padding:1rem;position:absolute;right:0;top:100%}.nav-menu.active{display:flex}}.btn-logout-nav{background:#c41e3a;border-radius:4px;color:#fff!important;font-weight:600;padding:.6rem 1rem}.btn-logout-nav:hover{background:#a01828;color:#fff!important}.user-name{color:#d4af37!important;font-weight:600}.user-name .icon{font-size:1rem}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-top:3px solid #d4af37;color:#fff;margin-top:6rem;padding:4rem 0 2rem}.footer-content{grid-gap:3rem;border-bottom:1px solid #d4af3733;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 3rem;max-width:1400px;padding:0 20px 3rem}.footer-section h3{color:#d4af37;font-family:Georgia,serif;font-size:1.8rem;letter-spacing:2px;margin-bottom:1rem}.footer-section h4{color:#d4af37;font-size:1.1rem;font-weight:600;letter-spacing:1px;margin-bottom:1.5rem;text-transform:uppercase}.footer-section p{color:#ccc;line-height:1.8;margin-bottom:.5rem}.footer-tagline{color:#999;font-size:.9rem;margin-top:1rem}.footer-company{color:#d4af37;font-weight:600;letter-spacing:.5px}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#ccc;display:inline-block;text-decoration:none;transition:all .3s}.footer-section ul li a:hover{color:#d4af37;transform:translateX(5px)}.footer-section p a{color:#d4af37;font-weight:500;letter-spacing:.5px;text-decoration:none}.footer-section p a:hover{color:#e5c047;text-decoration:underline}.footer-bottom{margin:0 auto;max-width:1400px;padding-left:20px;padding-right:20px;padding-top:2rem;text-align:center}.footer-bottom p{color:#999;font-size:.9rem;letter-spacing:.5px;margin:0}@media (max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr;margin-bottom:2rem;padding-bottom:2rem}.footer-section h3{font-size:1.5rem}.footer-section h4{font-size:1rem}}.footer-modal-btn{background:none;border:none;color:#ccc;cursor:pointer;display:inline-block;font-family:inherit;font-size:inherit;padding:0;text-align:left;transition:all .3s}.footer-modal-btn:hover{color:#d4af37;transform:translateX(5px)}.fmodal-backdrop{align-items:center;animation:fmodalBackdropIn .25s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000c7;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:9999}@keyframes fmodalBackdropIn{0%{opacity:0}to{opacity:1}}.fmodal{animation:fmodalSlideIn .3s ease;background:#111;border:1px solid #d4af374d;border-top:3px solid #d4af37;max-height:88vh;max-width:560px;overflow-y:auto;padding:3rem 2.5rem 2.5rem;position:relative;scrollbar-color:#d4af37 #1a1a1a;scrollbar-width:thin;text-align:center;width:100%}.fmodal--wide{max-width:820px}@keyframes fmodalSlideIn{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}.fmodal-close{background:none;border:none;color:#888;cursor:pointer;font-size:1.2rem;line-height:1;position:absolute;right:1.2rem;top:1rem;transition:color .2s}.fmodal-close:hover,.fmodal-icon{color:#d4af37}.fmodal-icon{font-size:2.2rem;margin-bottom:.8rem}.fmodal-title{color:#fff;font-family:Georgia,serif;font-size:1.7rem;font-weight:400;letter-spacing:1.5px;margin:0 0 .8rem}.fmodal-divider{background:linear-gradient(90deg,#0000,#d4af37,#0000);height:2px;margin:0 auto 1.5rem;width:60px}.fmodal-lead{color:#bbb;font-size:.95rem;line-height:1.75;margin-bottom:1.8rem}.fmodal-lead strong{color:#fff}.fmodal-email-btn{background:#d4af37;border:2px solid #d4af37;color:#0a0a0a;display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.12em;margin-bottom:2rem;padding:.85rem 2rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.fmodal-email-btn:hover{background:#0000;color:#d4af37}.fmodal-info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.fmodal-info-card{align-items:center;background:#1a1a1a;border:1px solid #d4af3726;display:flex;flex-direction:column;gap:.3rem;padding:1rem .75rem}.fmodal-info-icon{font-size:1.4rem}.fmodal-info-card strong{color:#d4af37;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}.fmodal-info-card span{color:#999;font-size:.8rem;line-height:1.4}.fmodal-policy-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.8rem;text-align:left}.fmodal-policy-card{background:#161616;border-left:3px solid #0000;border-radius:2px;padding:1.2rem}.fmodal-policy-card--yes{border-left-color:#4caf50}.fmodal-policy-card--partial{border-left-color:#ff9800}.fmodal-policy-card--no{border-left-color:#e53935}.fmodal-policy-header{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.8rem}.fmodal-policy-header h4{color:#fff;font-size:.9rem;font-weight:600;margin:0}.fmodal-policy-badge{border-radius:2px;font-size:.65rem;font-weight:700;letter-spacing:.08em;padding:.2rem .55rem;text-transform:uppercase;white-space:nowrap}.fmodal-policy-badge--yes{background:#4caf502e;color:#81c784}.fmodal-policy-badge--partial{background:#ff98002e;color:#ffb74d}.fmodal-policy-badge--no{background:#e539352e;color:#e57373}.fmodal-policy-card ul{display:flex;flex-direction:column;gap:.45rem;list-style:none;margin:0;padding:0}.fmodal-policy-card ul li{color:#aaa;font-size:.82rem;line-height:1.5;padding-left:1rem;position:relative}.fmodal-policy-card ul li:before{color:#555;content:"–";left:0;position:absolute}.fmodal-policy-card ul li strong{color:#ddd}.fmodal-returns-process{background:#1a1a1a;border:1px solid #d4af3726;margin-bottom:1.5rem;padding:1.5rem;text-align:left}.fmodal-returns-process h4{color:#d4af37;font-size:.8rem;letter-spacing:.12em;margin:0 0 1.1rem;text-transform:uppercase}.fmodal-steps{display:flex;flex-direction:column;gap:.75rem}.fmodal-step{align-items:flex-start;display:flex;gap:.9rem}.fmodal-step-num{align-items:center;background:#d4af37;border-radius:50%;color:#0a0a0a;display:flex;flex-shrink:0;font-size:.72rem;font-weight:700;height:22px;justify-content:center;margin-top:1px;width:22px}.fmodal-step span{color:#aaa;font-size:.85rem;line-height:1.5}.fmodal-step span a{color:#d4af37;text-decoration:none}.fmodal-step span a:hover{text-decoration:underline}.fmodal-tip{border-top:1px solid #222;color:#666;font-size:.8rem;line-height:1.6;margin-top:.5rem;padding-top:1rem}.fmodal-tip strong{color:#999}.fmodal-tip a{color:#d4af37;text-decoration:none}.fmodal-tip a:hover{text-decoration:underline}@media (max-width:640px){.fmodal{padding:2.5rem 1.5rem 2rem}.fmodal-info-grid,.fmodal-policy-grid{grid-template-columns:1fr}}.lightbox-overlay{background:#000000f2;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.lightbox-container,.lightbox-overlay{align-items:center;display:flex;justify-content:center}.lightbox-container{flex-direction:column;height:100%;padding:80px 60px 140px;position:relative;width:100%}.lightbox-close{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 10px #0000004d;color:#1a1a1a;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s;width:50px;z-index:10001}.lightbox-close:hover{background:#f0f0f0;transform:rotate(90deg) scale(1.1)}.lightbox-counter{background:#fff;border-radius:20px;box-shadow:0 2px 10px #0000004d;color:#1a1a1a;font-size:14px;font-weight:600;left:50%;padding:8px 16px;position:absolute;top:30px;transform:translateX(-50%);z-index:10001}.lightbox-image-container{align-items:center;display:flex;flex:1 1;justify-content:center;overflow:hidden;width:100%}.lightbox-image{display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.lightbox-nav{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 10px #0000004d;color:#1a1a1a;cursor:pointer;display:flex;font-size:32px;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;width:50px;z-index:10001}.lightbox-nav:hover{background:#f0f0f0;transform:translateY(-50%) scale(1.1)}.lightbox-prev{left:20px}.lightbox-next{right:20px}.lightbox-thumbnails{background:#fffffff2;border-radius:12px;bottom:20px;box-shadow:0 2px 10px #0000004d;display:flex;gap:10px;left:50%;max-width:90%;overflow-x:auto;padding:10px;position:absolute;transform:translateX(-50%)}.lightbox-thumb{border:2px solid #0000;border-radius:4px;cursor:pointer;flex-shrink:0;height:60px;overflow:hidden;transition:all .3s;width:60px}.lightbox-thumb:hover{border-color:#d4af37}.lightbox-thumb.active{border-color:#d4af37;box-shadow:0 0 8px #d4af3780}.lightbox-thumb img{height:100%;object-fit:cover;width:100%}@media (max-width:768px){.lightbox-container{padding:70px 20px 120px}.lightbox-close,.lightbox-nav{font-size:24px;height:40px;width:40px}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-counter{font-size:12px;padding:6px 12px;top:20px}.lightbox-thumbnails{bottom:10px;gap:8px;padding:8px}.lightbox-thumb{height:50px;width:50px}}.product-card{background:#fff;border:1px solid #e8e8e8;border-radius:0;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.165,.84,.44,1)}.product-card:hover{border-color:#d4af37;box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.product-image-wrapper{background:#f8f8f8;overflow:hidden;padding-top:133.33%;position:relative;width:100%}.product-image{background:#fff;height:100%;left:0;object-fit:contain;object-position:center;padding:1rem;position:absolute;top:0;transition:transform .6s ease;width:100%}.product-card:hover .product-image{transform:scale(1.05)}.product-image-placeholder{align-items:center;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);color:#999;display:flex;font-size:.9rem;font-style:italic;height:100%;justify-content:center;left:0;letter-spacing:1px;position:absolute;top:0;width:100%}.discount-badge{background:linear-gradient(135deg,#c41e3a,#a01828);border-radius:2px;box-shadow:0 4px 12px #c41e3a4d;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:1px;padding:8px 16px;right:20px}.discount-badge,.wishlist-btn{position:absolute;top:20px;z-index:12}.wishlist-btn{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;font-size:1.5rem;height:45px;justify-content:center;left:20px;transition:all .3s;width:45px}.wishlist-btn:hover{background:#d4af37;transform:scale(1.1)}.image-nav{align-items:center;background:#fffffff2;border:1px solid #e8e8e8;border-radius:50%;box-shadow:0 4px 12px #0000001a;color:#1a1a1a;cursor:pointer;display:flex;font-size:1.8rem;font-weight:300;height:45px;justify-content:center;line-height:1;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;width:45px;z-index:11}.product-card:hover .image-nav{opacity:1}.image-nav:hover{background:#d4af37;border-color:#d4af37;color:#fff;transform:translateY(-50%) scale(1.1)}.image-nav.prev{left:15px}.image-nav.next{right:15px}.image-dots{background:#ffffffe6;border-radius:20px;bottom:15px;box-shadow:0 4px 12px #0000001a;display:flex;gap:8px;left:50%;padding:8px 12px;position:absolute;transform:translateX(-50%);z-index:11}.image-dots .dot{background:#1a1a1a4d;border:none;border-radius:50%;cursor:pointer;height:8px;transition:all .3s;width:8px}.image-dots .dot:hover{background:#1a1a1a99;transform:scale(1.3)}.image-dots .dot.active{background:#d4af37;border-radius:4px;width:24px}.product-info{background:#fff;padding:1.5rem}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1a1a1a;display:-webkit-box;font-family:Georgia,serif;font-size:1rem;font-weight:500;letter-spacing:.3px;line-height:1.4;margin-bottom:.5rem;min-height:2.8rem;overflow:hidden}.product-brand{color:#666;font-size:.8rem;font-weight:500;letter-spacing:1.5px;margin-bottom:.75rem;text-transform:uppercase}.product-price{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.price{color:#1a1a1a;font-family:Georgia,serif;font-size:1.25rem;font-weight:600}.original-price{color:#999;font-size:.95rem;text-decoration:line-through}.product-actions{margin-top:1rem}.btn-cart{background:#1a1a1a;border:2px solid #1a1a1a;border-radius:0;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;letter-spacing:1.5px;padding:.875rem;text-transform:uppercase;transition:all .3s;width:100%}.btn-cart:hover:not(:disabled){background:#d4af37;border-color:#d4af37;box-shadow:0 8px 16px #d4af374d;transform:translateY(-2px)}.btn-cart:disabled{background:#e8e8e8;border-color:#e8e8e8;color:#999;cursor:not-allowed}@media (max-width:768px){.product-image-wrapper{padding-top:150%}.product-info{padding:1rem}.product-name{font-size:.9rem}.price{font-size:1.1rem}.image-nav{font-size:1.5rem;height:35px;width:35px}.image-nav.prev{left:10px}.image-nav.next{right:10px}}.zoom-indicator{align-items:center;background:#1a1a1acc;border-radius:20px;bottom:15px;color:#fff;display:flex;font-size:.75rem;gap:6px;opacity:0;padding:8px 12px;pointer-events:none;position:absolute;right:15px;transition:opacity .3s;z-index:10}.product-image-wrapper:hover .zoom-indicator{opacity:1}.zoom-icon{font-size:1rem}.zoom-text{font-weight:500;letter-spacing:.5px}.product-image-wrapper{cursor:zoom-in}.product-card{cursor:pointer}.product-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-4px)}.home-page{min-height:100vh}.hero-section{align-items:center;background:#0a0a0a;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100%}.hero-bg-image{background-color:#0a0a0a;background-image:inherit;background-position:50%;background-repeat:no-repeat;background-size:cover;inset:0;position:absolute;transform:scale(1.04);transition:transform 8s ease;z-index:1}@media (max-width:768px) and (orientation:landscape){.hero-bg-image{background-position:50%;background-size:auto 100%;transform:none}.hero-section{height:100svh}}@media (max-width:768px) and (orientation:portrait){.hero-bg-image{background-position:50%;background-size:contain;transform:none}.hero-section{height:56vw;min-height:300px}}@media (min-width:769px) and (max-width:1024px) and (orientation:portrait){.hero-bg-image{background-position:top;background-size:cover;transform:none}.hero-section{height:60vh}}@media (min-width:769px) and (max-width:1024px) and (orientation:landscape){.hero-bg-image{background-position:50%;background-size:cover;transform:scale(1.02)}.hero-section{height:80vh}}.hero-section:hover .hero-bg-image{transform:scale(1)}.hero-frame{inset:0;pointer-events:none;position:absolute;z-index:6}.hf-corner{height:40px;position:absolute;width:40px}.hf-corner:after,.hf-corner:before{background:#d4af37;content:"";opacity:.7;position:absolute}.hf-corner:before{height:1px;left:0;top:0;width:100%}.hf-corner:after{height:100%;left:0;top:0;width:1px}.hf-tl{left:5%;top:6%}.hf-tr{right:5%;top:6%;transform:scaleX(-1)}.hf-bl{bottom:6%;left:5%;transform:scaleY(-1)}.hf-br{bottom:6%;right:5%;transform:scale(-1)}.hf-line{background:linear-gradient(90deg,#0000,#d4af378c,#0000);opacity:1;position:absolute}.hf-line-top{height:1px;left:8%;right:8%;top:6%}.hf-line-bottom{bottom:6%;height:1px;left:8%;right:8%}.hf-line-left,.hf-line-right{background:linear-gradient(180deg,#0000,#d4af3773,#0000);bottom:9%;top:9%;width:1px}.hf-line-left{left:5%}.hf-line-right{right:5%}.hero-content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2rem;position:relative;text-align:center;z-index:7}.hero-brand-tag{animation:heroFadeUp 1s .3s forwards;color:#d4af37;font-family:Montserrat,Segoe UI,sans-serif;font-size:clamp(.58rem,1vw,.7rem);font-weight:300;letter-spacing:.52em;margin-bottom:1.8rem;opacity:0;text-transform:uppercase}.hero-brand-tag:after{background:#d4af37;content:"";display:block;height:1px;margin:.7rem auto 0;opacity:.6;width:36px}.hero-headline{animation:heroFadeUp 1.1s .55s forwards;color:#fff;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(3.8rem,9vw,9rem);font-weight:300;letter-spacing:.04em;line-height:1;margin:0;opacity:0;text-shadow:0 0 80px #d4af3726}.hero-headline em{color:#d4af37;font-style:italic;text-shadow:0 0 60px #d4af3759}.hero-ornament{align-items:center;animation:heroFadeUp 1s .8s forwards;display:flex;gap:.8rem;margin:2rem 0;opacity:0}.hero-ornament-line{background:linear-gradient(90deg,#0000,#d4af37);display:block;height:1px;width:60px}.hero-ornament-line--rev{background:linear-gradient(270deg,#0000,#d4af37)}.hero-ornament-diamond{border:1px solid #d4af37;display:block;height:7px;transform:rotate(45deg);width:7px}.hero-ornament-diamond--sm{height:4px;opacity:.5;width:4px}.hero-tagline{animation:heroFadeUp 1s 1s forwards;color:#ffffffbf;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.1rem,2.4vw,1.8rem);font-style:italic;font-weight:300;letter-spacing:.14em;margin:0;max-width:640px;opacity:0}.hero-cta-group{animation:heroFadeUp 1s 1.25s forwards;display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center;margin-top:2.8rem;opacity:0}.btn-hero-primary{background:#0000;border:2px solid #fff;color:#fff;cursor:pointer;display:inline-block;font-family:Montserrat,Segoe UI,sans-serif;font-size:.68rem;font-weight:500;letter-spacing:.38em;padding:.9rem 2.8rem;text-decoration:none;text-transform:uppercase;transition:all .35s ease}.btn-hero-primary:hover{background:#ffffff26;box-shadow:0 0 30px #ffffff26;color:#fff;letter-spacing:.44em}.btn-hero-ghost{background:#0000;border:1px solid #ffffff80;color:#fff;cursor:pointer;display:inline-block;font-family:Montserrat,Segoe UI,sans-serif;font-size:.68rem;font-weight:300;letter-spacing:.38em;padding:.9rem 2.8rem;text-decoration:none;text-transform:uppercase;transition:all .35s ease}.btn-hero-ghost:hover{background:#ffffff26;color:#fff;letter-spacing:.44em}.hero-scroll-indicator{align-items:center;animation:heroFadeUp 1s 1.7s forwards;bottom:5%;display:flex;flex-direction:column;gap:.5rem;left:50%;opacity:0;position:absolute;transform:translateX(-50%);z-index:8}.hero-scroll-label{color:#ffffff59;font-family:Montserrat,sans-serif;font-size:.56rem;letter-spacing:.45em;text-transform:uppercase}.hero-scroll-line{animation:scrollPulse 2.2s ease-in-out infinite;background:linear-gradient(180deg,#d4af37,#0000);display:block;height:38px;width:1px}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollPulse{0%,to{opacity:.35;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.12)}}@media (max-width:768px){.hero-headline{font-size:clamp(3rem,13vw,5rem)}.hf-bl,.hf-br,.hf-tl,.hf-tr{display:none}.hero-orb-1{height:300px;width:300px}.hero-orb-2{height:250px;width:250px}}.featured-section,.new-arrivals-section{background:#fafafa;padding:4rem 0}.container{margin:0 auto;max-width:1400px;padding:0 20px}.container h2{color:#1a1a1a;font-size:2.5rem;font-weight:600;letter-spacing:2px;margin-bottom:3rem;padding-bottom:20px;position:relative;text-align:center}.container h2:after{background:#d4af37;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.product-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.features-section{background:#fff;padding:4rem 0}.features-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{padding:30px;text-align:center;transition:all .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#1a1a1a;font-size:1.5rem;margin-bottom:.5rem}.feature-card p{color:#666}@media (max-width:768px){.container h2{font-size:2rem}.product-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.products-page{min-height:100vh}.products-hero{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:inset 0 -2px 10px #d4af374d;display:flex;flex-direction:column;height:60vh;justify-content:center;min-height:400px;overflow:hidden;position:relative;text-align:center}.products-hero:before{animation:shimmer 3s infinite;background:linear-gradient(90deg,#0000,#d4af371a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:200%}@keyframes shimmer{0%{left:-100%}to{left:100%}}.products-hero h1{color:#d4af37;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;letter-spacing:.08em;margin-bottom:.8rem;text-shadow:0 2px 16px #000000e6,0 0 60px #0009}.products-hero h1,.products-hero p{font-family:Cormorant Garamond,Georgia,serif;position:relative;z-index:1}.products-hero p{color:#fff;font-size:1.4rem;font-style:italic;letter-spacing:.22em;text-shadow:0 2px 12px #000c,0 0 40px #00000080}.products-container{margin:0 auto;max-width:1400px;padding:40px 20px}.products-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:30px}.products-filters{display:flex;flex-wrap:wrap;gap:15px}.filter-select{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;padding:10px 15px}.filter-select:focus{border-color:#d4af37;outline:none}.search-box{border:1px solid #ddd;border-radius:4px;font-size:14px;min-width:250px;padding:10px 15px}.search-box:focus{border-color:#d4af37;outline:none}.products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:40px}.no-products{color:#666;font-size:1.2em;text-align:center}.loading,.no-products{padding:60px 20px}@media (max-width:768px){.products-hero h1{font-size:2.5rem}.products-hero p{font-size:1.1rem}.products-header{align-items:stretch;flex-direction:column}.search-box{min-width:100%}.products-grid{gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.product-detail-page{margin:0 auto;max-width:1400px;padding:20px}.back-button{background:none;border:none;color:#666;cursor:pointer;font-size:14px;margin-bottom:30px;padding:10px 0}.back-button:hover{color:#000}.product-layout{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr}.product-gallery{display:flex;flex-direction:column;gap:15px}.gallery-main{align-items:center;background:#f9f9f9;border-radius:8px;display:flex;justify-content:center;min-height:600px;overflow:hidden;width:100%}.gallery-main img{height:100%;object-fit:contain;width:100%}.gallery-thumbnails{display:flex;gap:10px;overflow-x:auto}.gallery-thumb{border:2px solid #0000;border-radius:4px;cursor:pointer;flex-shrink:0;height:120px;overflow:hidden;width:100px}.gallery-thumb.active{border-color:#000}.gallery-thumb img{height:100%;object-fit:cover;width:100%}.product-details-panel{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.brand-name{color:#666;font-size:12px;letter-spacing:2px;margin-bottom:10px}.product-title{font-size:24px;font-weight:400;letter-spacing:1px;line-height:1.4;margin-bottom:20px;text-transform:uppercase}.price-section{margin-bottom:30px}.price-current{color:#000;font-size:20px;font-weight:600;margin-right:15px}.price-original{color:#999;font-size:18px;text-decoration:line-through}.size-selector{margin-bottom:25px}.size-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.size-chart-link{background:none;border:none;color:#666;cursor:pointer;font-size:13px}.size-chart-link:hover{color:#000}.size-options{display:flex;flex-wrap:wrap;gap:10px}.size-option{background:#fff;border:1px solid #ddd;cursor:pointer;font-size:14px;height:50px;transition:all .2s;width:50px}.size-option:hover{border-color:#000}.size-option.selected{background:#000;border-color:#000;color:#fff}.quantity-selector{align-items:center;border:1px solid #ddd;display:flex;gap:20px;margin-bottom:25px;padding:5px;width:-webkit-fit-content;width:fit-content}.qty-btn{background:none;border:none;cursor:pointer;font-size:20px;height:40px;width:40px}.qty-btn:disabled{cursor:not-allowed;opacity:.3}.qty-display{font-size:16px;min-width:40px;text-align:center}.product-features{border-bottom:1px solid #eee;border-top:1px solid #eee;margin-bottom:25px;padding:20px 0}.feature-item{align-items:center;color:#666;display:flex;font-size:14px;gap:10px;margin-bottom:12px}.feature-icon{font-size:18px}.add-to-cart-button{background:#000;border:none;color:#fff;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:2px;margin-bottom:30px;padding:18px;transition:all .3s;width:100%}.add-to-cart-button:hover:not(:disabled){background:#333}.add-to-cart-button:disabled{background:#ccc;cursor:not-allowed}.expandable-sections{border-top:1px solid #eee}.section{border-bottom:1px solid #eee}.section-header{cursor:pointer;padding:20px 0;-webkit-user-select:none;user-select:none}.section-header h3{font-size:13px;font-weight:600;letter-spacing:1px;margin:0}.toggle-icon{font-size:20px;font-weight:300}.section-content{color:#666;font-size:14px;line-height:1.8;padding-bottom:25px}.section-content h4{color:#000;font-size:14px;margin:20px 0 10px}.section-content p{margin-bottom:15px}.section-content ul{margin-bottom:15px;padding-left:20px}.section-content li{margin-bottom:8px}.details-table{width:100%}.details-table td{border-bottom:1px solid #f0f0f0;padding:10px 0}.details-table td:first-child{color:#000;width:150px}@media (max-width:1024px){.product-layout{gap:40px;grid-template-columns:1fr}.product-details-panel{position:static}}@media (max-width:768px){.gallery-thumb{height:100px;width:80px}}.no-image{color:#999}.gallery-main{cursor:pointer;position:relative}.zoom-hint{align-items:center;background:#000000b3;border-radius:20px;bottom:20px;color:#fff;display:flex;font-size:13px;gap:8px;opacity:0;padding:8px 16px;position:absolute;right:20px;transition:opacity .3s}.gallery-main:hover .zoom-hint{opacity:1}.zoom-icon{font-size:16px}.auth-page{align-items:center;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);display:flex;justify-content:center;min-height:80vh;padding:2rem}.auth-container{max-width:500px;width:100%}.auth-box{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:3rem}.auth-box h1{color:#1a1a1a;font-family:Georgia,serif;font-size:2rem;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:#666;margin-bottom:2rem;text-align:center}.error-message{background:#ffe6e6;border-left:4px solid #c41e3a;border-radius:4px;color:#c41e3a;margin-bottom:1.5rem;padding:1rem}.auth-form{margin-top:2rem}.form-row{grid-gap:1rem;gap:1rem;grid-template-columns:1fr 1fr}.form-group{margin-bottom:1.5rem}.form-group label{font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.875rem;transition:border-color .3s;width:100%}.form-input:focus{border-color:#d4af37;outline:none}.btn-submit{background:#d4af37;border:none;border-radius:4px;color:#1a1a1a;cursor:pointer;font-size:1rem;font-weight:700;margin-top:1rem;padding:1rem;transition:background .3s;width:100%}.btn-submit:hover:not(:disabled){background:#b8942e}.btn-submit:disabled{cursor:not-allowed;opacity:.6}.auth-footer{color:#666;margin-top:2rem;text-align:center}.auth-footer a{color:#d4af37;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (max-width:768px){.auth-box{padding:2rem}.form-row{grid-template-columns:1fr}}.cart-page{min-height:70vh;padding:3rem 0}.cart-page h1{font-family:Georgia,serif;font-size:2.5rem;margin-bottom:2rem}.cart-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 400px}.cart-items{flex-direction:column}.cart-item,.cart-items{display:flex;gap:1.5rem}.cart-item{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.item-image{border-radius:4px;height:120px;object-fit:cover;width:120px}.item-details{flex:1 1}.item-details h3{color:#1a1a1a;margin-bottom:.5rem}.item-brand{font-size:.9rem;text-transform:uppercase}.item-brand,.item-size{color:#666;margin-bottom:.5rem}.item-price{font-size:1.2rem;font-weight:700}.item-actions{align-items:flex-end;display:flex;flex-direction:column;gap:1rem}.quantity-controls{align-items:center;border:1px solid #ddd;border-radius:4px;display:flex;gap:1rem;padding:.5rem}.quantity-controls button{background:none;border:none;color:#1a1a1a;cursor:pointer;font-size:1.2rem;padding:0 .5rem}.quantity-controls button:disabled{cursor:not-allowed;opacity:.3}.item-subtotal{color:#1a1a1a;font-size:1.3rem;font-weight:700}.btn-remove{background:none;border:none;color:#c41e3a;cursor:pointer;font-size:.9rem;text-decoration:underline}.cart-summary{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:100px}.cart-summary h2{font-size:1.5rem;margin-bottom:1.5rem}.summary-row{border-bottom:1px solid #f0f0f0;padding:.75rem 0}.summary-row.total{border-bottom:none;border-top:2px solid #1a1a1a;font-size:1.3rem;margin-top:1rem;padding-top:1rem}.free{color:#4caf50;font-weight:600}.btn-checkout{background:#d4af37;border:none;border-radius:4px;color:#1a1a1a;cursor:pointer;font-size:1rem;font-weight:700;margin-top:1.5rem;padding:1rem;transition:background .3s;width:100%}.btn-checkout:hover{background:#b8942e}.btn-continue{color:#666;display:block;margin-top:1rem;text-align:center;text-decoration:none}.btn-continue:hover{color:#1a1a1a}.empty-cart-page{align-items:center;display:flex;justify-content:center;min-height:70vh}.empty-cart{padding:3rem;text-align:center}.empty-cart h2{color:#1a1a1a;font-size:2rem;margin-bottom:1rem}.empty-cart p{color:#666;margin-bottom:2rem}.btn-primary{border-radius:4px;padding:1rem 2rem}@media (max-width:768px){.cart-content{grid-template-columns:1fr}.cart-item{flex-direction:column}.item-actions{align-items:flex-start}.cart-summary{position:static}}.checkout-container{margin:0 auto;max-width:1400px;min-height:calc(100vh - 200px);padding:40px 20px}.checkout-container h1{color:#1a1a1a;font-size:2.5em;margin-bottom:30px}.checkout-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 400px}.checkout-main{display:flex;flex-direction:column;gap:30px}.checkout-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:30px}.checkout-section h2{border-bottom:2px solid #d4af37;color:#1a1a1a;font-size:1.5em;margin-bottom:20px;padding-bottom:10px}.address-list{display:flex;flex-direction:column;gap:15px}.address-card{border:2px solid #e0e0e0;cursor:pointer;display:flex;gap:15px;transition:all .3s}.address-card:hover{border-color:#d4af37}.address-card.selected{background:#fffbf0;border-color:#d4af37}.address-card input[type=radio]{cursor:pointer;margin-top:5px}.address-details{flex:1 1}.address-details strong{color:#1a1a1a;display:block;font-size:1.1em;margin-bottom:8px}.address-details p{color:#666;margin:4px 0}.address-details .badge{background:#d4af37;border-radius:4px;color:#1a1a1a;display:inline-block;font-size:.8em;font-weight:600;margin-left:10px;padding:2px 10px}.no-address{padding:40px;text-align:center}.no-address p{color:#666;margin-bottom:20px}.payment-methods{display:flex;flex-direction:column;gap:15px}.payment-option{align-items:flex-start;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;gap:15px;padding:20px;transition:all .3s}.payment-option:hover{border-color:#d4af37}.payment-option.selected{background:#fffbf0;border-color:#d4af37}.payment-option.disabled{cursor:not-allowed;opacity:.5}.payment-option input[type=radio]{cursor:pointer;margin-top:5px}.payment-info{flex:1 1}.payment-title{color:#1a1a1a;display:block;font-size:1.1em;font-weight:600;margin-bottom:5px}.payment-info small{color:#666;font-size:.9em}.notes-textarea{border:1px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1em;padding:15px;resize:vertical;width:100%}.notes-textarea:focus{border-color:#d4af37;outline:none}.checkout-sidebar{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:20px}.order-summary{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:30px}.order-summary h2{border-bottom:2px solid #d4af37;color:#1a1a1a;font-size:1.8em;margin-bottom:25px;padding-bottom:15px;text-align:center}.summary-items{margin-bottom:25px;max-height:300px;overflow-y:auto}.summary-item{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:15px 0}.summary-item:last-child{border-bottom:none}.item-name{color:#333;line-height:1.5}.item-name small{color:#999;display:block;font-size:.9em;margin-top:4px}.item-price{margin-left:15px;white-space:nowrap}.summary-totals{border-top:2px solid #f0f0f0;margin-top:20px;padding-top:20px}.summary-row{color:#666;display:flex;justify-content:space-between;padding:10px 0}.summary-row.total{border-top:2px solid #d4af37;color:#1a1a1a;font-size:1.5em;font-weight:700;margin-top:15px;padding-top:15px}.summary-row.total span:last-child{color:#d4af37}.place-order-btn{background:#d4af37;border:none;border-radius:8px;color:#1a1a1a;cursor:pointer;font-size:1.2em;font-weight:600;letter-spacing:1px;margin-top:25px;padding:18px;text-transform:uppercase;transition:all .3s;width:100%}.place-order-btn:hover:not(:disabled){background:#c49d2e;box-shadow:0 4px 12px #d4af374d;transform:translateY(-2px)}.place-order-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.payment-note{color:#666;margin-top:15px;text-align:center}.payment-note small{font-size:.85em}.loading{padding:100px 20px;text-align:center}@media (max-width:1024px){.checkout-content{grid-template-columns:1fr}.checkout-sidebar{position:static}}@media (max-width:768px){.checkout-container{padding:20px 10px}.checkout-section,.order-summary{padding:20px}.checkout-container h1{font-size:2em}}.wishlist-page{min-height:70vh;padding:3rem 0}.wishlist-header{border-bottom:1px solid #e8e8e8;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.wishlist-header h1{color:#1a1a1a;font-family:Georgia,serif;font-size:2.5rem;letter-spacing:1px;margin-bottom:.5rem}.wishlist-count{color:#666;font-size:1rem;font-weight:500;letter-spacing:2px;text-transform:uppercase}.empty-wishlist{margin:0 auto;max-width:500px;padding:5rem 2rem;text-align:center}.empty-icon{color:#d4af37;font-size:6rem;margin-bottom:2rem;opacity:.3}.empty-wishlist h2{color:#1a1a1a;font-family:Georgia,serif;font-size:2rem;margin-bottom:1rem}.empty-wishlist p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.btn-primary{background:#1a1a1a;border:2px solid #1a1a1a;border-radius:0;color:#fff;display:inline-block;font-weight:600;letter-spacing:1.5px;padding:1rem 2.5rem;text-decoration:none;text-transform:uppercase;transition:all .3s}.btn-primary:hover{background:#d4af37;border-color:#d4af37;box-shadow:0 8px 16px #d4af374d;color:#1a1a1a;transform:translateY(-2px)}@media (max-width:768px){.wishlist-header h1{font-size:2rem}.empty-icon{font-size:4rem}.empty-wishlist h2{font-size:1.5rem}.empty-wishlist{padding:3rem 1rem}}.orders-page{min-height:70vh;padding:3rem 0}.orders-page h1{font-family:Georgia,serif;font-size:2.5rem;margin-bottom:2rem}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem}.order-header{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.order-header h3{color:#1a1a1a;font-size:1.3rem;margin-bottom:.3rem}.order-date{color:#666;font-size:.9rem}.status-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;padding:.4rem 1rem;text-transform:uppercase}.badge-pending{background:#fff3cd;color:#856404}.badge-confirmed,.badge-processing{background:#d1ecf1;color:#0c5460}.badge-shipped{background:#cce5ff;color:#004085}.badge-delivered{background:#d4edda;color:#155724}.badge-cancelled{background:#f8d7da;color:#721c24}.payment-badge{color:#666;font-size:.9rem;margin-top:.5rem}.order-items{margin-bottom:1.5rem}.order-item{border-bottom:1px solid #f8f8f8;display:flex;justify-content:space-between;padding:.75rem 0}.item-name{color:#1a1a1a;flex:1 1}.item-qty{color:#666;margin:0 1rem}.item-price{color:#1a1a1a;font-weight:600}.order-footer{align-items:center;border-top:2px solid #f0f0f0;display:flex;justify-content:space-between;padding-top:1rem}.order-total{display:flex;font-size:1.2rem;gap:1rem}.total-amount{color:#1a1a1a;font-size:1.4rem;font-weight:700}.btn-cancel{background:#c41e3a;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background .3s}.btn-cancel:hover{background:#a01828}.empty-orders{padding:5rem 2rem;text-align:center}.empty-icon{font-size:5rem;margin-bottom:1rem}.empty-orders h2{color:#1a1a1a;font-size:2rem;margin-bottom:1rem}.empty-orders p{color:#666;margin-bottom:2rem}.profile-page{min-height:70vh;padding:3rem 0}.profile-container{margin:0 auto;max-width:900px}.profile-header{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:12px;color:#fff;display:flex;gap:2rem;margin-bottom:2rem;padding:3rem}.profile-avatar{align-items:center;background:#d4af37;border-radius:50%;color:#1a1a1a;display:flex;font-size:3rem;font-weight:700;height:100px;justify-content:center;text-transform:uppercase;width:100px}.profile-header h1{font-family:Georgia,serif;font-size:2rem;margin-bottom:.5rem}.username{color:#d4af37;font-size:1.1rem}.profile-sections{display:flex;flex-direction:column;gap:2rem}.profile-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem}.profile-section h2{color:#1a1a1a;font-family:Georgia,serif;font-size:1.5rem;margin-bottom:1.5rem}.info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-item label{color:#666;display:block;font-size:.9rem;font-weight:600;margin-bottom:.3rem}.info-item p{color:#1a1a1a;font-size:1.1rem}.quick-links{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.link-card{align-items:center;background:#f8f8f8;border-radius:8px;display:flex;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .3s}.link-card:hover{background:#f0f0f0;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.link-icon{font-size:2rem}.link-card h3{color:#1a1a1a;margin-bottom:.2rem}.link-card p{color:#666;font-size:.9rem}.btn-logout{background:#c41e3a;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:background .3s}.btn-logout:hover{background:#a01828}@media (max-width:768px){.profile-header{flex-direction:column;text-align:center}.info-grid,.quick-links{grid-template-columns:1fr}}.address-form-modal{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;max-height:90vh;max-width:600px;overflow-y:auto;padding:30px;width:100%}.modal-content h3{color:#1a1a1a;margin:0 0 20px}.form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-group,.form-row{margin-bottom:15px}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:5px}.form-group input,.form-group select{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:10px;width:100%}.form-group input:focus,.form-group select:focus{border-color:#d4af37;outline:none}.checkbox-group label{align-items:center;cursor:pointer;display:flex;gap:10px}.checkbox-group input[type=checkbox]{cursor:pointer;width:auto}.form-actions{display:flex;gap:10px;margin-top:20px}.btn-primary,.btn-secondary{border:none;border-radius:4px;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s}.btn-primary{background:#d4af37;color:#1a1a1a}.btn-primary:hover{background:#c49d2e}.btn-secondary{background:#f0f0f0;color:#333}.btn-secondary:hover{background:#e0e0e0}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.addresses-list{grid-gap:15px;display:grid;gap:15px}.address-card{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:20px}.address-header{display:flex;gap:10px;margin-bottom:15px}.address-type{background:#d4af37;color:#1a1a1a;text-transform:uppercase}.address-type,.default-badge{border-radius:4px;font-size:12px;font-weight:600;padding:4px 12px}.default-badge{background:#28a745;color:#fff}.address-body{line-height:1.6;margin-bottom:15px}.address-body strong{color:#1a1a1a;display:block;margin-bottom:5px}.address-body p{color:#666;margin:2px 0}.address-actions{display:flex;gap:10px}.btn-delete,.btn-edit{border:none;border-radius:4px;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .3s}.btn-edit{background:#f0f0f0;color:#333}.btn-edit:hover{background:#e0e0e0}.btn-delete{background:#dc3545;color:#fff}.btn-delete:hover{background:#c82333}.no-data{color:#999;font-style:italic;padding:40px 20px;text-align:center}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafafa;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.loading{align-items:center;color:#666;display:flex;font-size:1.2em;justify-content:center;min-height:400px}button{cursor:pointer}a,button{transition:all .3s ease}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#d4af37;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#c49d2e}
/*# sourceMappingURL=main.432feefb.css.map*/