@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap";:root{--primary: #4a0404;--primary-light: #722f37;--accent: #d4af37;--bg: #ffffff;--text: #333333;--text-light: #666666;--light-gray: #fff5f5;--border-color: #f0e6e6;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius: 8px;--radius-lg: 12px;--radius-pill: 50px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;font-weight:300;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Outfit,sans-serif;font-weight:500;color:var(--primary);letter-spacing:-.02em;margin-bottom:.5rem}a{text-decoration:none;color:inherit;transition:color .2s}.container{max-width:1200px;margin:0 auto;padding:0 2rem}header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem;position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease}.navbar-transparent{background:transparent;color:#fff;border-bottom:none}.navbar-solid{background:#000;color:#fff;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow-sm)}.logo a{font-size:1.8rem;font-weight:800;letter-spacing:2px;color:inherit;text-transform:uppercase}.header-actions{display:flex;align-items:center;gap:2rem;font-weight:700;color:inherit}.search-box{display:flex;align-items:center;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-pill);padding:.5rem 1.2rem;background:#ffffff1a;transition:all .2s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.search-box:focus-within{border-color:#fff;background:#fff3;box-shadow:0 0 10px #ffffff1a}.search-box input{border:none;background:transparent;padding:0 .5rem;font-family:Outfit,sans-serif;width:180px;color:#fff;font-size:.95rem;font-weight:500}.search-box input::placeholder{color:#ffffffb3}.search-box input:focus{outline:none}.search-icon{color:#fff}.cart-icon{position:relative;display:flex;align-items:center}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--accent);color:#fff;font-size:.7rem;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.hero-section{padding:8rem 2rem;text-align:center;background:linear-gradient(135deg,#fdfbfb,#ebedee);margin-bottom:4rem;border-radius:var(--radius-lg);position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 50%,#fffc,#fff0);pointer-events:none}.hero-section h1{font-size:4rem;line-height:1.1;margin-bottom:1rem;font-weight:600;color:var(--primary)}.hero-section p{font-size:1.25rem;color:var(--text-light);margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}button{cursor:pointer;font-family:Outfit,sans-serif}.primary-btn-large,.primary-btn{background:var(--primary);color:#fff;border:none;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;box-shadow:0 4px 6px #0000001a}.primary-btn-large{padding:1rem 3rem;border-radius:var(--radius-pill)}.primary-btn{padding:1rem 2rem;border-radius:var(--radius);width:100%}.primary-btn-large:hover,.primary-btn:hover{background:#000;transform:translateY(-2px);box-shadow:0 8px 15px #00000026}.primary-btn-large:active,.primary-btn:active{transform:translateY(0)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;padding-bottom:4rem}.product-card{transition:all .3s ease;cursor:pointer}.image-wrapper{position:relative;border-radius:var(--radius);overflow:hidden;margin-bottom:1.2rem;background-color:#f4f4f4;aspect-ratio:3/4}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-image{transform:scale(1.08)}.quick-view{position:absolute;bottom:0;left:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--primary);text-align:center;padding:1rem;transform:translateY(100%);transition:transform .3s ease;font-size:.85rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.product-card:hover .quick-view{transform:translateY(0)}.product-info{text-align:left}.product-category{font-size:.75rem;color:var(--text-light);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.25rem}.product-name{font-size:1.1rem;margin-bottom:.25rem;color:var(--primary);font-weight:500}.product-price{font-weight:400;color:var(--text);font-size:1rem}.auth-container{max-width:420px;margin:6rem auto;padding:3rem;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border-color)}.auth-container h2{font-size:1.8rem;margin-bottom:2rem;text-align:center;font-weight:600}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.75rem;font-weight:600;letter-spacing:1px;margin-bottom:.5rem;color:var(--text-light);text-transform:uppercase}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid var(--border-color);border-radius:var(--radius);background:var(--light-gray);font-family:Outfit,sans-serif;transition:all .2s;font-size:.95rem}.form-group input:focus,.form-group textarea:focus{outline:none;background:#fff;border-color:var(--primary);box-shadow:0 0 0 3px #1a252f0d}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-top:4rem}.detail-info-container h1{font-size:3rem;margin-bottom:1rem;line-height:1.1}.detail-info-container p{color:var(--text-light);line-height:1.8;font-size:1.05rem}.checkout-page,.account-page{max-width:1200px;margin:0 auto;padding:0 2rem}.shop-page,.auth-page,.cart-page,.checkout-page,.account-page,.product-detail-page{padding-top:120px;width:100%}.shop-page{max-width:100%;padding-left:2rem;padding-right:2rem;overflow:visible;box-sizing:border-box;padding-top:75px}.checkout-page,.account-page{max-width:1200px;margin:0 auto;padding-left:2rem;padding-right:2rem;padding-top:120px}.orders-section,.addresses-section,.shipping-section,.summary-section{background:#fff;border:1px solid var(--border-color)!important;box-shadow:var(--shadow-sm)!important;border-radius:var(--radius-lg)!important}.split-category-section{display:flex;width:100%;height:90vh;margin-bottom:0}.category-split-card{flex:1;position:relative;overflow:hidden;height:100%;transition:flex .5s ease;cursor:pointer;border-right:1px solid rgba(255,255,255,.1)}.category-split-card:hover{flex:1.2}.category-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform .8s ease}.category-split-card:hover .category-bg-image{transform:scale(1.1)}.category-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent 50%);display:flex;flex-direction:column;justify-content:flex-end;padding:4rem}.category-title{color:#fff;font-size:3.5rem;font-weight:800;text-transform:uppercase;line-height:1;margin-bottom:1.5rem;text-shadow:0 4px 15px rgba(0,0,0,.5);transform:translateY(20px);opacity:.9;transition:all .4s ease}.category-btn{align-self:flex-start;padding:.8rem 2.5rem;background:transparent;border:2px solid white;color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:2px;border-radius:50px;transition:all .3s ease}.category-split-card:hover .category-btn{background:#fff;color:#000}@media(max-width:768px){.split-category-section{flex-direction:column;height:auto}.category-split-card{height:60vh;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.category-title{font-size:2.5rem}.category-overlay{padding:2rem}}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--primary);margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:var(--text-light);max-width:600px;margin:0 auto}.product-grid-enhanced{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:3rem;padding-bottom:4rem}.product-card-enhanced{transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}.product-card-enhanced .image-wrapper{border-radius:0;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:box-shadow .4s ease}.product-card-enhanced:hover .image-wrapper{box-shadow:0 20px 40px #0000001f}.product-card-enhanced .product-info{text-align:center;padding-top:1.5rem}.product-card-enhanced .product-category{font-size:.7rem;letter-spacing:2px;color:#999;margin-bottom:.5rem}.product-card-enhanced .product-name{font-size:1.2rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.product-card-enhanced .product-price{font-weight:700;color:var(--primary);font-size:1.1rem}.footer-enhanced{background-color:#000;color:#fff;padding-top:6rem;padding-bottom:3rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem}.footer-brand h3{color:#fff;font-size:2rem;margin-bottom:1.5rem;letter-spacing:2px;font-weight:800}.footer-brand p{color:#999;line-height:1.8;max-width:300px}.footer-column h4{color:#fff;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:2rem}.footer-links{display:flex;flex-direction:column;gap:1rem}.footer-links a{color:#999;font-size:.95rem;transition:all .3s ease;position:relative;width:fit-content}.footer-links a:hover{color:#fff;transform:translate(5px)}.footer-newsletter p{color:#999;margin-bottom:1.5rem}.newsletter-form{display:flex;border-bottom:1px solid white;padding-bottom:.5rem}.newsletter-form input{background:transparent;border:none;color:#fff;width:100%;padding:.5rem 0;font-family:Outfit,sans-serif;font-size:1rem}.newsletter-form input:focus{outline:none}.newsletter-form button{background:transparent;border:none;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:opacity .3s}.newsletter-form button:hover{opacity:.7}.footer-bottom{border-top:1px solid #333;padding-top:2rem;text-align:center;color:#666;font-size:.85rem;display:flex;justify-content:space-between;align-items:center}@media(max-width:900px){.footer-content{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-links,.newsletter-form{align-items:center}.newsletter-form{justify-content:center}.footer-bottom{flex-direction:column;gap:1rem}}.account-layout{display:flex;gap:3rem;max-width:1200px;margin:4rem auto;padding:0 2rem;min-height:80vh}.account-sidebar{width:250px;flex-shrink:0;border-right:1px solid #eee;padding-right:2rem}.sidebar-menu{display:flex;flex-direction:column;gap:.5rem}.sidebar-item{display:flex;align-items:center;gap:1rem;padding:1rem;color:#666;font-weight:500;cursor:pointer;border-radius:8px;transition:all .2s;font-size:.95rem}.sidebar-item:hover,.sidebar-item.active{background:#f8f9fa;color:#000;font-weight:600}.account-content{flex:1}.order-card-enhanced{background:#fff;border:1px solid #eaeaea;border-radius:12px;padding:0;margin-bottom:2rem;box-shadow:0 2px 10px #00000005;overflow:hidden}.order-header{padding:1rem 1.5rem;background:#fcfcfc;border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#555;font-weight:600}.order-body{padding:1.5rem}.order-item-enhanced{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px dashed #eee}.order-item-enhanced:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.item-image-placeholder{width:80px;height:100px;background:#f0f0f0;border-radius:6px;object-fit:cover}.item-details h4{font-size:1rem;margin-bottom:.3rem;color:#333}.item-meta{font-size:.85rem;color:#777;display:flex;flex-direction:column;gap:.2rem}.order-footer{padding:1rem 1.5rem;border-top:1px solid #eaeaea;display:flex;justify-content:space-between;align-items:center;background:none!important}.status-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;color:#27ae60;text-transform:uppercase;letter-spacing:.5px}.action-buttons{display:flex;gap:1rem}.btn-outline{background:transparent;border:1px solid #333;padding:.5rem 1.2rem;font-size:.8rem;font-weight:600;text-transform:uppercase;cursor:pointer;transition:all .2s}.btn-outline:hover{background:#333;color:#fff}.btn-black{background:#000;color:#fff;border:1px solid black;padding:.5rem 1.2rem;font-size:.8rem;font-weight:600;text-transform:uppercase;cursor:pointer}@media(max-width:768px){.account-layout{flex-direction:column}.account-sidebar{width:100%;border-right:none;border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:2rem}}.page-with-fixed-header{padding-top:120px}header{display:grid!important;grid-template-columns:1fr auto 1fr;align-items:center}.nav-left{display:flex!important;gap:2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.nav-left a{color:inherit;text-decoration:none;font-size:.9rem;position:relative}.nav-left a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:currentColor;transition:width .3s}.nav-left a:hover:after{width:100%}.logo-center{text-align:center}.logo-center a{font-size:2rem;font-weight:800;letter-spacing:3px;color:inherit;text-decoration:none;text-transform:uppercase}.header-actions{justify-self:end}.cart-layout{display:grid;grid-template-columns:1fr 350px;gap:3rem;max-width:1200px;margin:0 auto}.cart-items-enhanced{display:flex;flex-direction:column;gap:1.5rem}.cart-item-enhanced{display:flex;justify-content:space-between;padding:1.5rem;border:1px solid #eaeaea;border-radius:8px;background:#fff;transition:all .2s}.cart-item-enhanced:hover{box-shadow:var(--shadow-sm);border-color:#ddd}.item-left{display:flex;gap:1.5rem}.cart-item-img{width:100px;height:120px;object-fit:cover;border-radius:4px}.item-info h3{font-size:1.1rem;margin-bottom:.5rem;font-weight:700}.item-meta{color:#666;font-size:.9rem;line-height:1.6}.item-meta span{display:block}.item-right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.item-price{font-weight:700;font-size:1.1rem}.remove-btn{color:#e74c3c;font-size:.85rem;font-weight:600;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0}.cart-summary{background:#fcfcfc;padding:2rem;border:1px solid #eee;border-radius:12px;height:fit-content;position:sticky;top:140px}.cart-summary h2{font-size:1.3rem;margin-bottom:1.5rem;border-bottom:1px solid #eee;padding-bottom:1rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;color:#555;font-size:.95rem}.summary-row.total{border-top:1px solid #eee;padding-top:1rem;margin-top:1rem;color:#000;font-weight:800;font-size:1.2rem}.checkout-btn-full{width:100%;background:#000;color:#fff;border:none;padding:1rem;font-weight:700;text-transform:uppercase;margin-top:1.5rem;cursor:pointer;transition:all .2s;letter-spacing:1px}.checkout-btn-full:hover{background:#333}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}}.checkout-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;padding:2rem 0}.checkout-left{display:flex;flex-direction:column;gap:2rem}.checkout-step{background:#fff;border:1px solid #eaeaea;border-radius:8px;padding:2rem}.checkout-step h2{font-size:1.4rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between}.address-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.address-card{border:1px solid #ddd;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s;position:relative;background:#fff}.address-card:hover{border-color:#999}.address-card.selected{border-color:#000;box-shadow:0 0 0 1px #000;background-color:#fbfcff}.address-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.address-card p{color:#555;font-size:.9rem;line-height:1.4}.default-badge{position:absolute;top:1rem;right:1rem;background:#f0f0f0;padding:.2rem .5rem;font-size:.7rem;font-weight:700;border-radius:4px;color:#555}.checkout-summary-sticky{position:sticky;top:140px;background:#fafafa;padding:2rem;border-radius:12px;height:fit-content;border:1px solid #eee}.summary-items{margin-bottom:2rem;max-height:300px;overflow-y:auto;padding-right:.5rem}.summary-item{display:flex;gap:1rem;margin-bottom:1rem;border-bottom:1px solid #eee;padding-bottom:1rem}.summary-img{width:60px;height:75px;object-fit:cover;border-radius:4px}.summary-info h4{font-size:.95rem;margin-bottom:.2rem}.summary-info p{font-size:.85rem;color:#666}@media(max-width:900px){.checkout-layout{grid-template-columns:1fr}}.sticky-image-container{position:sticky;top:140px;height:fit-content}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:3rem}.review-card{background:#fff;padding:2rem;border-radius:12px;border:1px solid #eee;box-shadow:0 4px 20px #00000005;transition:transform .2s ease,box-shadow .2s ease}.review-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.review-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.avatar-circle{width:40px;height:40px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;text-transform:uppercase}.review-user-info h4{font-size:1rem;margin:0;color:#333}.review-date{font-size:.75rem;color:#999}.review-body{color:#555;line-height:1.6;font-size:.95rem}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.modal-content{background:#fff;padding:3rem;border-radius:16px;width:90%;max-width:500px;position:relative;box-shadow:0 25px 50px -12px #00000040;animation:scaleIn .3s cubic-bezier(.16,1,.3,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.accordion-item{border-bottom:1px solid #eee}.accordion-header{padding:1.2rem 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;font-size:1rem;color:#333;transition:color .2s}.accordion-header:hover{color:#000}.accordion-body{padding-bottom:1.5rem;color:#666;line-height:1.7;font-size:.95rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.luxury-product-row-fullbleed{display:grid;grid-template-columns:repeat(4,1fr)!important;gap:8px!important;width:100%;margin:0;padding:0}.shop-page .product-card{max-width:100%!important;width:100%;margin:0;border:none;box-shadow:none}.shop-page .product-card .image-wrapper{aspect-ratio:3/4;border-radius:0;width:100%}.shop-page .product-card:hover{transform:none;box-shadow:none}@media(max-width:1200px){.luxury-product-row-fullbleed{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:900px){.luxury-product-row-fullbleed{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:600px){.luxury-product-row-fullbleed{grid-template-columns:1fr!important}}.product-card{background:#fff;border-radius:18px;box-shadow:0 4px 24px #2c2c2c1a,0 1.5px 6px #c5a0590f;border:1.5px solid #f3efe7;overflow:hidden;transition:box-shadow .22s cubic-bezier(.4,2,.6,1),transform .22s cubic-bezier(.4,2,.6,1),filter .3s cubic-bezier(.4,0,.2,1);width:100%;min-width:0;max-width:320px;margin:0 auto;cursor:pointer;display:flex;flex-direction:column;gap:0;box-sizing:border-box;padding:1.2rem 1rem 1.5rem;position:relative;align-items:center}.product-card:hover{box-shadow:0 8px 32px #c5a0591a,0 2px 8px #2c2c2c1a;border-bottom:2.5px solid #bfa46d;transform:translateY(-4px) scale(1.025)}.product-card .image-wrapper{width:100%;aspect-ratio:4/5;background:linear-gradient(135deg,#f8f6f3 60%,#f3efe7);display:flex;align-items:stretch;justify-content:stretch;overflow:hidden;border-radius:12px;margin-bottom:1.1rem}.product-card .product-image{width:100%;height:100%;object-fit:cover;min-width:100%;min-height:100%;transition:filter .3s,transform .35s cubic-bezier(.4,0,.2,1);border-radius:12px;display:block}.product-card .product-info{width:100%;text-align:center;margin-top:.7rem}.product-card .product-name{font-family:Playfair Display,serif;font-size:1.13rem;font-weight:700;color:#2c2c2c;margin-bottom:.3rem;letter-spacing:.01em}.product-card .product-category{font-size:.92rem;color:#bfa46d;font-weight:500;margin-bottom:.2rem;text-transform:uppercase;letter-spacing:.08em}.product-card .product-price{font-size:1.08rem;color:#4a0404;font-weight:600;margin-top:.2rem}.luxury-product-row-fullbleed,.luxury-product-row{width:100%;max-width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0;box-sizing:border-box}.container-lux:has(.luxury-product-row-fullbleed){max-width:100vw!important;padding:0!important}.luxury-collection-card-imgbox{width:100%;height:100%;display:flex;align-items:stretch;justify-content:stretch;background:#f8f6f3;overflow:hidden;aspect-ratio:4/5;min-height:220px;max-height:420px}.luxury-collection-card{overflow:hidden!important;aspect-ratio:4/5;display:flex;flex-direction:column;border-radius:0!important;margin:0!important;width:100%}.luxury-collection-card{aspect-ratio:4/5;height:100%;min-height:320px;max-height:480px;display:flex;flex-direction:column}.luxury-collection-card{overflow:hidden!important}.luxury-collection-card{background:#fff;border-radius:0!important;border:none!important;overflow:hidden;width:100%;margin:0!important;display:flex;flex-direction:column;gap:0;border-bottom:none}.luxury-collection-card img{width:100%;height:100%;object-fit:cover;min-width:100%;min-height:100%;border-radius:0!important;display:block;aspect-ratio:4/5;max-height:100%;min-height:0}.luxury-collection-card .collection-info{transition:background .32s cubic-bezier(.4,0,.2,1);background:transparent}.luxury-collection-row .collection-card,.luxury-collection-row .collection-info,.luxury-collection-row img,.luxury-collection-card{border-radius:0!important}.luxury-product-row-fullbleed{display:grid;grid-template-columns:repeat(4,1fr);gap:0;width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box;justify-items:stretch;align-items:stretch;overflow:visible}.product-card{background:#fff;border-radius:18px;box-shadow:0 4px 24px #2c2c2c1a,0 1.5px 6px #c5a0590f;border:none;overflow:hidden;width:100%;min-width:0;max-width:100%;margin:0;display:flex;flex-direction:column;box-sizing:border-box;transition:box-shadow .18s cubic-bezier(.4,2,.6,1),transform .18s cubic-bezier(.4,2,.6,1)}.product-card:hover{box-shadow:0 8px 32px #c5a05921,0 2px 8px #2c2c2c21;transform:translateY(-3px) scale(1.012)}.product-card .image-wrapper{width:100%;aspect-ratio:4/5;background:#f8f6f3;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:18px 18px 0 0}.product-card .product-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:18px 18px 0 0}.product-card .product-info{padding:1.1rem 1.2rem .7rem;display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.product-card .product-title{font-family:Outfit,sans-serif;font-size:1.13rem;font-weight:700;color:#222;margin-bottom:.1rem;letter-spacing:.01em}.product-card .product-category{font-size:.93rem;color:#bfa46d;font-weight:500;text-transform:uppercase;letter-spacing:.08em}.product-card .product-price-row{display:flex;align-items:center;gap:.7rem;margin-top:.2rem}.product-card .product-price{font-size:1.09rem;color:#4a0404;font-weight:700}.product-card .product-discount{font-size:.98rem;color:#e74c3c;font-weight:600;text-decoration:line-through}.product-card .product-rating{font-size:.97rem;color:#f5b70a;font-weight:600;margin-left:auto}.product-card .product-bottom{margin-top:auto;padding:.9rem 1.2rem 1.2rem;display:flex;flex-direction:column;gap:.7rem}.product-card .variant-options{display:flex;gap:.5rem;flex-wrap:wrap}.product-card .variant-btn{background:#f8f6f3;border:1.5px solid #ece7df;border-radius:8px;padding:.35rem .9rem;font-size:.93rem;color:#222;cursor:pointer;transition:background .18s,border .18s}.product-card .variant-btn.selected,.product-card .variant-btn:hover{background:#e9e3d7;border:1.5px solid #bfa46d}.product-card .add-to-cart-btn{width:100%;background:#4a0404;color:#fff;border:none;border-radius:8px;padding:.85rem 0;font-size:1.05rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:background .18s,box-shadow .18s;box-shadow:0 2px 8px #2c2c2c12}.product-card .add-to-cart-btn:hover{background:#bfa46d;color:#222}@media(max-width:1200px){.luxury-product-row-fullbleed{grid-template-columns:repeat(3,1fr);gap:0}}@media(max-width:900px){.luxury-product-row-fullbleed{grid-template-columns:repeat(2,1fr);gap:0}}@media(max-width:600px){.luxury-product-row-fullbleed{grid-template-columns:1fr;gap:0;padding:0}}.product-card{background:none;border:1.5px solid #ece7df;border-radius:0;box-shadow:none;width:100%;min-width:0;max-width:260px;margin:0 auto;cursor:pointer;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;padding:0;transition:none}.product-card .image-wrapper{width:100%;aspect-ratio:4/5;background:#f8f6f3;display:flex;align-items:stretch;justify-content:stretch;overflow:hidden;border-radius:0;margin-bottom:.7rem}.product-card .product-image{width:100%;height:100%;object-fit:cover;min-width:100%;min-height:100%;border-radius:0;display:block;transition:opacity .2s}.product-card:hover .product-image{opacity:.92}.product-card .product-info{width:100%;text-align:center;margin-top:.2rem}.product-card .product-name{font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:600;color:#222;margin-bottom:.18rem;letter-spacing:.01em}.product-card .product-category{font-size:.89rem;color:#bfa46d;font-weight:500;margin-bottom:.12rem;text-transform:uppercase;letter-spacing:.07em}.product-card .product-price{font-size:1.01rem;color:#4a0404;font-weight:600;margin-top:.12rem}.new-arrivals-header{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;margin-bottom:2rem}.intro-center-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:320px;padding:0;margin-bottom:2.5rem}.iconic-section{display:grid;grid-template-columns:1fr 1fr;min-height:480px;background:none}.iconic-img-wrapper{background:#efece6;overflow:hidden}.iconic-img-wrapper{display:flex;align-items:stretch;justify-content:stretch;height:100%;min-height:320px}.iconic-img{width:100%;height:100%;object-fit:cover;border-radius:0}.iconic-content{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 3rem;background:none;text-align:center}.iconic-content .section-subtitle{margin-bottom:1.2rem;color:var(--lux-gold);font-size:1.1rem;letter-spacing:2.5px}.iconic-content .section-title{font-size:2.2rem;margin-bottom:1.2rem}.iconic-desc{max-width:420px;line-height:1.8;color:var(--lux-text-sub);margin:2rem 0;font-size:1.08rem}@media(max-width:900px){.iconic-section{grid-template-columns:1fr}.iconic-content{padding:2.5rem 1.5rem;align-items:center;text-align:center}.iconic-img-wrapper{min-height:220px}}.collection-card.festive-card,.collection-card.everyday-card,.collection-card.signature-card{border:1.5px solid var(--lux-gold);box-shadow:0 4px 18px #c5a05914,0 1.5px 6px #2c2c2c0a}.collection-category{display:block;font-family:var(--font-heading);font-size:1.02rem;font-weight:400;letter-spacing:1.1px;text-transform:uppercase;margin-bottom:.7rem;color:var(--lux-gold);background:none;border:none;box-shadow:none}:root{--lux-bg: #F9F7F2;--lux-white: #FFFFFF;--lux-text-main: #2C2C2C;--lux-text-sub: #666666;--lux-gold: #C5A059;--lux-gold-hover: #B08D45;--font-heading: "Playfair Display", serif;--font-body: "Lato", sans-serif;--spacing-section: 6rem}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--lux-bg);color:var(--lux-text-main);font-family:var(--font-body);overflow-x:hidden}a{text-decoration:none;color:inherit;transition:.3s ease}img{display:block;width:100%;height:auto}.container-lux{max-width:1440px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.section-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:400;letter-spacing:1px;margin-bottom:.5rem;color:var(--lux-text-main);text-align:center}.section-subtitle{text-align:center;font-size:.9rem;color:var(--lux-text-sub);letter-spacing:2px;text-transform:uppercase;margin-bottom:3rem;display:block}.new-arrivals-header .section-subtitle{margin-bottom:0}.btn-luxury{display:inline-block;padding:1rem 2.5rem;background-color:var(--lux-text-main);color:var(--lux-white);text-transform:uppercase;font-size:.8rem;letter-spacing:2px;border:1px solid var(--lux-text-main);cursor:pointer;transition:all .3s ease}.btn-luxury:hover{background-color:transparent;color:#fff;border:1px solid #fff}.btn-luxury-outline{display:inline-block;padding:1rem 2.5rem;background-color:transparent;color:var(--lux-text-main);border:1px solid var(--lux-text-main);text-transform:uppercase;font-size:.8rem;letter-spacing:2px;cursor:pointer;transition:all .3s ease}.btn-luxury-outline:hover{background-color:var(--lux-text-main);color:var(--lux-white)}.hero-wrapper{position:relative;height:90vh;width:100%;overflow:hidden;margin-top:90px}.hero-img{width:100%;height:100%;object-fit:cover;object-position:center 65%}.hero-overlay{position:absolute;inset:0;background:#00000026;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:10vh;color:#fff;text-align:center}.hero-text-content h1{font-family:var(--font-heading);font-size:4rem;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.hero-text-content p{font-size:1.1rem;margin-bottom:2rem;letter-spacing:1px;text-shadow:0 1px 5px rgba(0,0,0,.2)}.collections-section{padding:0 0 var(--spacing-section) 0;background:var(--lux-bg)}.luxury-collection-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0;padding:0;width:100vw;max-width:100vw}@media(max-width:1024px){.luxury-collection-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.luxury-collection-row{grid-template-columns:1fr}}.luxury-collection-card{border:none!important;box-shadow:none!important;border-radius:0!important;margin:0!important}.collection-card{position:relative;height:440px;overflow:visible;background:none;border-radius:0!important;box-shadow:none!important;transition:none;will-change:auto}.collection-card img{height:100%;width:100%;object-fit:cover;border-radius:0!important;filter:none;transition:none}.collection-info{position:absolute;left:0;bottom:0;width:100%;padding:2.2rem 1.2rem 1.5rem;background:linear-gradient(0deg,#1e1812d1,#1e181200);text-align:left;z-index:2;border-radius:0 0 26px 26px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}.collection-title{font-family:var(--font-heading);font-size:1.7rem;color:var(--lux-text-main);margin-bottom:.5rem;text-shadow:0 1.5px 6px rgba(197,160,89,.08);letter-spacing:1.2px}.collection-link{color:var(--lux-gold);font-size:.95rem;text-transform:uppercase;letter-spacing:1.5px;border-bottom:1.5px solid var(--lux-gold);padding-bottom:2px;font-weight:600}.new-arrivals-section{margin-top:2.5rem;padding:0;background:var(--lux-white);overflow:visible;width:100%;max-width:100%;box-sizing:border-box}.luxury-product-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0;padding:0;width:100%}@media(max-width:1024px){.luxury-product-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.luxury-product-row{grid-template-columns:1fr}}.product-item{cursor:pointer;background:#fff;border-radius:18px;border:none;box-shadow:0 2px 12px #2c2c2c0f;transition:box-shadow .22s cubic-bezier(.4,2,.6,1),transform .22s cubic-bezier(.4,2,.6,1);display:flex;flex-direction:column;align-items:center;padding-bottom:0;margin-bottom:.5rem;will-change:transform,box-shadow}.product-item:hover{box-shadow:0 8px 32px #c5a0591a,0 2px 8px #2c2c2c1a;transform:translateY(-2.5px) scale(1.018)}.product-img-box{position:relative;overflow:hidden;margin-bottom:0;aspect-ratio:3/4;border-radius:12px;background:#f8f6f2;box-shadow:0 1.5px 6px #c5a0590d;display:flex;flex-direction:column;justify-content:flex-end}.product-img-box img{border-radius:12px;transition:opacity .3s,transform .4s;box-shadow:0 1.5px 6px #c5a05912;margin-bottom:0!important;padding-bottom:0!important;display:block}.product-img-box:hover img{opacity:.97;transform:scale(1.04);box-shadow:0 6px 18px #c5a0591a}.product-img-box:hover img{opacity:.9}.product-card-title{font-size:1rem;color:var(--lux-text-main);margin-top:0;margin-bottom:.3rem;font-weight:500}.product-card-price{font-size:.9rem;color:var(--lux-text-sub)}.lux-footer{background-color:#1a1a1a;color:#999;padding:4rem 2rem;text-align:center}.lux-footer-logo{font-family:var(--font-heading);font-size:2rem;color:#fff;margin-bottom:2rem;display:inline-block}.lux-footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;font-size:.8rem;letter-spacing:1px;text-transform:uppercase}.lux-footer-links a:hover{color:#fff}@media(max-width:1024px){.collection-grid{grid-template-columns:repeat(2,1fr)}.hero-text-content h1{font-size:3rem}}@media(max-width:768px){.hero-wrapper{height:70vh;margin-top:60px!important}.hero-text-content h1{font-size:2.5rem}.collection-grid,.iconic-section{grid-template-columns:1fr}.product-row{grid-template-columns:repeat(2,1fr);gap:1rem}}.lux-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;z-index:1101}.lux-hamburger-bar{width:26px;height:3px;background:#fff;margin:3px 0;border-radius:2px;transition:all .3s}@media(max-width:900px){.lux-hamburger{display:flex}.lux-nav-center{position:fixed;top:0;left:0;height:100vh;width:70vw;max-width:320px;background:#4a0404;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2rem;padding:6rem 2rem 2rem;box-shadow:2px 0 16px #00000014;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1100;opacity:.98;font-size:1.1rem;letter-spacing:1.5px}.lux-nav-center.open{transform:translate(0)}.lux-nav-center a{font-size:1.1rem;padding:.5rem 0;width:100%;text-align:left}.lux-nav-right{gap:1rem}}.lux-mobile-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000040;z-index:1099}.lux-logo-link{display:flex;align-items:center;text-decoration:none;gap:.7rem}.lux-logo-img{height:40px;width:auto;max-width:120px;object-fit:contain;display:block}.lux-logo-text{font-family:Playfair Display,serif;font-size:2rem;letter-spacing:2px;font-weight:800;text-transform:uppercase;color:inherit;white-space:nowrap;line-height:1}@media(max-width:600px){.lux-logo-text{font-size:1.1rem;letter-spacing:1px}.lux-logo-img{height:28px;max-width:60px}}@media(max-width:400px){.lux-logo-text{display:none}}.lux-navbar{position:fixed;top:0;left:0;width:100%;height:90px;min-height:90px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:0 4rem;z-index:1000;transition:all .4s ease;font-family:Outfit,sans-serif;background:#ffffff0d!important;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-bottom:1px solid rgba(255,255,255,.1);color:#fff!important}.lux-navbar-transparent{background:#ffffff05!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.05);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.lux-navbar-solid{background:#4a0404d9!important;color:#fff!important;height:80px!important;min-height:80px!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 30px #0003;border-bottom:1px solid rgba(255,255,255,.1)}.category-filters::-webkit-scrollbar{display:none}.lux-logo-left{flex:0 0 auto;display:flex;align-items:center}.lux-logo-left a{display:flex;align-items:center;text-decoration:none;padding-right:2rem}.lux-logo-left img{height:40px;width:auto;max-width:120px;object-fit:contain;display:block}.lux-navbar-solid .lux-logo-left img{filter:none}.lux-nav-center{flex:1 1 0;display:flex;justify-content:center;align-items:center;gap:3rem}.lux-nav-center a{text-decoration:none;font-size:.8rem;letter-spacing:1.5px;text-transform:uppercase;font-weight:500;color:inherit;position:relative;transition:color .3s}.lux-nav-center a:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0%;height:1px;background-color:currentColor;transition:width .4s ease}.lux-nav-center a:hover:after{width:100%}.lux-nav-left{display:flex;gap:3rem;align-items:center}.lux-nav-left a{text-decoration:none;font-size:.8rem;letter-spacing:1.5px;text-transform:uppercase;font-weight:500;color:inherit;position:relative;transition:color .3s}.lux-nav-left a:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0%;height:1px;background-color:currentColor;transition:width .4s ease}.lux-nav-left a:hover:after{width:100%}.lux-logo-center{display:flex;justify-content:center;align-items:center}.lux-logo-center a{font-family:Playfair Display,serif;font-size:2.2rem;letter-spacing:3px;font-weight:400;text-transform:uppercase;color:inherit;text-decoration:none;white-space:nowrap}.lux-nav-right{display:flex;justify-content:flex-end;align-items:center;gap:1.2rem;background:none;border-radius:0;padding:0;box-shadow:none;min-height:44px}.lux-user-menu{display:flex;align-items:center;gap:.7rem}.lux-nav-right .lux-icon-btn,.lux-user-menu .lux-icon-btn{margin:0 .1rem;padding:.4rem .7rem;border-radius:1.2rem;background:#ffffff14;border:1px solid rgba(255,255,255,.08);transition:background .2s,border .2s,color .2s}.lux-nav-right .lux-icon-btn:hover,.lux-user-menu .lux-icon-btn:hover{background:#fff;color:#4a0404;border:1px solid #C5A059}@media(max-width:900px){.lux-nav-right{gap:.5rem;padding:.2rem .5rem}.lux-user-menu{gap:.3rem}.lux-nav-right .lux-icon-btn,.lux-user-menu .lux-icon-btn{padding:.3rem .5rem}}@media(max-width:600px){.lux-nav-right{flex-direction:row;align-items:center;gap:.3rem;padding:.2rem;min-width:44px}.lux-user-menu{flex-direction:row;align-items:center;gap:.2rem}.lux-nav-right .lux-icon-btn,.lux-user-menu .lux-icon-btn{width:auto;justify-content:center}.lux-search-wrapper{min-width:0;flex:1 1 0}}.lux-icon-btn{background:none;border:none;color:inherit;cursor:pointer;display:flex;align-items:center;transition:transform .2s,color .2s}.lux-icon-btn:hover{transform:translateY(-2px);color:#c5a059}.lux-search-wrapper{display:flex;align-items:center;position:relative;background:none;border-radius:0;box-shadow:none;padding:0;transition:none;min-width:36px}.lux-search-wrapper.active{background:none;box-shadow:none}.lux-search-input{width:0;opacity:0;padding:0;border:none;background:transparent;color:#4a0404;font-family:inherit;font-size:1rem;margin-left:.5rem;border-radius:1.2rem;transition:width .4s,opacity .4s,background .3s,color .3s;box-shadow:none}.lux-search-wrapper.active .lux-search-input{width:180px;opacity:1;padding:.5rem 1.1rem .5rem .7rem;background:#fff;color:#4a0404;box-shadow:0 2px 8px #00000012}.lux-search-input:focus{outline:none;background:#f7f7f7;color:#4a0404}.lux-search-wrapper .lux-icon-btn{background:none;border:none;color:inherit;padding:.2rem .3rem;border-radius:50%;transition:background .2s,color .2s}.lux-search-wrapper .lux-icon-btn:hover{background:#f7f7f7;color:#c5a059}.cart-wrapper{position:relative}.cart-count{position:absolute;top:-5px;right:-8px;background-color:#c5a059;color:#fff;font-size:.6rem;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700}@media(max-width:1024px){.lux-navbar{padding:0 2rem;height:70px;min-height:70px}.lux-nav-left{gap:1.5rem}.lux-logo-center a{font-size:1.8rem}}@media(max-width:768px){.lux-navbar{grid-template-columns:auto 1fr auto;padding:0 1.5rem;height:60px;min-height:60px}.lux-nav-left{display:none}.lux-logo-center{justify-content:center}.lux-logo-center a{font-size:1.5rem}}.hero-carousel{position:relative;height:100vh;width:100%;overflow:hidden;color:#fff}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.2s ease-in-out;z-index:1}.carousel-slide.active{opacity:1;z-index:2}.slide-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform 12s cubic-bezier(.25,.46,.45,.94);transform:scale(1)}.carousel-slide.active .slide-image{transform:scale(1.15)}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#0000004d;background:linear-gradient(to bottom,#0003 0% 60%,#000c)}.slide-content{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;text-align:center;z-index:10}.slide-subtitle{font-size:1.2rem;font-weight:600;letter-spacing:.4em;margin-bottom:1.5rem;text-transform:uppercase;color:#ffffffe6;text-shadow:0 2px 4px rgba(0,0,0,.5);font-family:Playfair Display,serif;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease .2s forwards}.slide-title{font-size:5rem;font-weight:800;line-height:1.1;margin-bottom:2.5rem;text-transform:uppercase;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.5);font-family:Playfair Display,serif;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease .4s forwards}.slide-btn{display:inline-block;padding:1.2rem 4rem;background-color:#fff;color:#000;font-weight:700;font-size:1rem;text-decoration:none;letter-spacing:2px;text-transform:uppercase;font-family:Playfair Display,serif;border-radius:50px;transition:all .3s cubic-bezier(.2,.8,.2,1);box-shadow:0 10px 30px #0003;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease .6s forwards}.slide-btn:hover{background-color:var(--primary, #4a0404);color:#fff;transform:translateY(-5px) scale(1.05);box-shadow:0 15px 40px #0000004d}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:1px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:all .3s}.carousel-btn:hover{background:#fff;color:#000;transform:translateY(-50%) scale(1.1)}.carousel-btn.prev{left:3rem}.carousel-btn.next{right:3rem}.carousel-indicators{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);display:flex;gap:.8rem;z-index:20}.indicator{width:60px;height:4px;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s;border-radius:2px}.indicator.active{background:#fff;width:80px;box-shadow:0 0 10px #ffffff80}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.slide-title{font-size:4rem}}@media(max-width:768px){.slide-title{font-size:3rem;margin-bottom:2rem}.slide-subtitle{font-size:1rem;letter-spacing:.2em}.slide-btn{padding:1rem 3rem}.carousel-btn{width:45px;height:45px}.carousel-btn.prev{left:1rem}.carousel-btn.next{right:1rem}}.employee-container{min-height:100vh;background-color:#fff;color:#333;padding:2rem;font-family:Inter,sans-serif;max-width:1400px;margin:0 auto}.employee-header{font-size:2rem;font-weight:800;margin-bottom:2rem;text-transform:uppercase;letter-spacing:normal;color:#000}.employee-header p{color:#666;font-size:1rem;font-weight:400;text-transform:none;margin-top:.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background-color:#fff;padding:1.5rem;border-radius:12px;border:1px solid #eee;display:flex;flex-direction:row;align-items:center;gap:1rem;box-shadow:none}.stat-icon-wrapper{width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center}.stat-content{display:flex;flex-direction:column}.stat-title{color:#666;font-size:.85rem;font-weight:400;margin-bottom:.25rem}.stat-value{font-size:1.5rem;font-weight:700;color:#000}.dashboard-section{margin-bottom:3rem}.section-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;color:#000}.action-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.action-grid{grid-template-columns:1fr 1fr}}.action-card{background-color:#fff;padding:2rem;border-radius:12px;border:1px solid #eee;text-align:left;cursor:pointer;transition:all .2s ease;width:100%}.action-card:hover{border-color:#ccc;background-color:#f9f9f9}.action-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#000}.action-card:hover h3{color:#000}.action-card p{color:#666}.table-container{background-color:#fff;border-radius:12px;border:1px solid #eee;overflow:hidden;width:100%}.table-wrapper{overflow-x:auto}.employee-table{width:100%;text-align:left;border-collapse:collapse}.employee-table th{background-color:#f8f9fa;color:#333;font-size:.85rem;padding:1rem;font-weight:600;border-bottom:1px solid #eee}.employee-table td{padding:1rem;border-bottom:1px solid #eee;color:#333;font-size:.9rem}.employee-table tr:hover{background-color:#f9f9f9}.badge{padding:.25rem .6rem;border-radius:4px;font-size:.75rem;font-weight:600;display:inline-block}.badge-red{background-color:#f8d7da;color:#721c24}.badge-green{background-color:#d4edda;color:#155724}.badge-low{background-color:#e9ecef;color:#495057}.badge-medium{background-color:#fff3cd;color:#856404}.badge-high{background-color:#ffeeba;color:#d63384}.badge-severe{background-color:#f8d7da;color:#721c24}.badge-open{background-color:#e2e3e5;color:#383d41}.badge-in_progress{background-color:#cce5ff;color:#004085}.badge-resolved{background-color:#d4edda;color:#155724}.mailbox-layout{display:grid;grid-template-columns:1fr;gap:2rem;min-height:80vh}@media(min-width:1024px){.mailbox-layout{grid-template-columns:300px 1fr}}.sidebar{background-color:#fff;border-radius:12px;padding:1.5rem;border:1px solid #eee}.filter-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;border-radius:6px;margin-bottom:.5rem;color:#666;background:transparent;border:none;cursor:pointer;text-align:left;font-size:.9rem;font-weight:500}.filter-btn:hover{background-color:#f5f5f5;color:#000}.filter-btn.active{background-color:#000;color:#fff;font-weight:600}.mail-list{display:flex;flex-direction:column;gap:1rem}.mail-item{background-color:#fff;border:1px solid #eee;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s}.mail-item:hover{border-color:#ccc;background-color:#f9f9f9}.mail-item.selected{border-color:#000;background-color:#fafafa}.mail-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.mail-subject{font-weight:600;color:#000;font-size:1rem}.mail-time{color:#888;font-size:.75rem}.mail-detail-pane{background-color:#fff;border-radius:12px;border:1px solid #eee;padding:2rem}.response-area textarea{width:100%;background-color:#fff;border:1px solid #ddd;color:#333;padding:1rem;border-radius:8px;min-height:150px;margin-bottom:1rem;font-family:inherit}.response-area textarea:focus{outline:none;border-color:#000}.btn-primary{background-color:#000;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer}.btn-primary:hover{background-color:#333}.btn-secondary{background-color:#f5f5f5;color:#333;padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer}.btn-secondary:hover{background-color:#e5e5e5}.stock-input{background-color:#fff;border:1px solid #ddd;color:#333;padding:.3rem .5rem;border-radius:4px;width:80px;text-align:center}.stock-input:focus{outline:none;border-color:#000}.text-btn-blue{color:#000;background:none;border:1px solid #eee;padding:.3rem .6rem;border-radius:4px;cursor:pointer;font-weight:500;font-size:.8rem}.text-btn-blue:hover{background-color:#f5f5f5}.text-btn-green{color:#155724;background:#d4edda;border:none;padding:.3rem .6rem;border-radius:4px;cursor:pointer;font-weight:600;font-size:.8rem}.text-btn-gray{color:#666;background:none;border:none;padding:.3rem .6rem;cursor:pointer;font-size:.8rem}.loading-container{min-height:100vh;background-color:#fff;display:flex;align-items:center;justify-content:center;color:#333}.stock-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding-bottom:2rem}.stock-card{background:#fff;border:1px solid #18181b;border-radius:12px;overflow:hidden;transition:all .2s ease;display:flex;flex-direction:column}.stock-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.stock-image-container{height:300px;width:100%;background:#f9f9f9;position:relative;overflow:hidden;border-bottom:1px solid #eee}.stock-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.stock-card:hover .stock-image{transform:scale(1.05)}.stock-details{padding:1rem;flex:1;display:flex;flex-direction:column}.stock-header{margin-bottom:.5rem}.stock-product-name{font-weight:700;font-size:1rem;margin-bottom:.25rem;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stock-variant-info{font-size:.85rem;color:#666;display:flex;gap:.5rem;align-items:center}.stock-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #f5f5f5;display:flex;justify-content:space-between;align-items:center}.stock-badge-container,.stock-input-group{display:flex;align-items:center;gap:.5rem}.edit-actions{display:flex;gap:.5rem}.icon-btn{padding:.4rem;border-radius:4px;border:1px solid #eee;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.icon-btn:hover{background:#f5f5f5;border-color:#ddd}.icon-btn.save{background:#000;color:#fff;border:none}.icon-btn.cancel{background:#f8d7da;color:#721c24;border:none}._card_jg3r6_1{background:#fff;border-radius:18px;box-shadow:0 4px 24px #2c2c2c1a,0 1.5px 6px #c5a0590f;border:1.5px solid #f3efe7;overflow:hidden;transition:box-shadow .22s cubic-bezier(.4,2,.6,1),transform .22s cubic-bezier(.4,2,.6,1),filter .3s cubic-bezier(.4,0,.2,1);width:100%;min-width:0;max-width:320px;margin:0 auto;cursor:pointer;display:flex;flex-direction:column;gap:0;box-sizing:border-box;padding:1.2rem 1rem 1.5rem;position:relative;align-items:center}._card_jg3r6_1{border-bottom:2.5px solid transparent;transition:box-shadow .22s cubic-bezier(.4,2,.6,1),transform .22s cubic-bezier(.4,2,.6,1),filter .3s cubic-bezier(.4,0,.2,1)}._card_jg3r6_1:hover{box-shadow:0 8px 32px #c5a0591a,0 2px 8px #2c2c2c1a;border-bottom:2.5px solid #bfa46d;transform:translateY(-4px) scale(1.025)}._card_jg3r6_1 ._image_jg3r6_33{transition:transform .35s cubic-bezier(.4,0,.2,1),filter .35s cubic-bezier(.4,0,.2,1)}._card_jg3r6_1:hover ._image_jg3r6_33{transform:scale(1.08);filter:brightness(.98) saturate(1.04)}._imageWrapper_jg3r6_42{width:100%;aspect-ratio:4/5;background:linear-gradient(135deg,#f8f6f3 60%,#f3efe7);display:flex;align-items:stretch;justify-content:stretch;overflow:hidden;border-radius:12px;margin-bottom:1.1rem}._image_jg3r6_33{width:100%;height:100%;object-fit:cover;min-width:100%;min-height:100%;transition:filter .3s,transform .35s cubic-bezier(.4,0,.2,1);border-radius:12px;display:block}._product-info_jg3r6_65{width:100%;text-align:center;margin-top:.7rem}._product-name_jg3r6_71{font-family:Playfair Display,serif;font-size:1.13rem;font-weight:700;color:#2c2c2c;margin-bottom:.3rem;letter-spacing:.01em}._product-category_jg3r6_80{font-size:.92rem;color:#bfa46d;font-weight:500;margin-bottom:.2rem;text-transform:uppercase;letter-spacing:.08em}._product-price_jg3r6_89{font-size:1.08rem;color:#4a0404;font-weight:600;margin-top:.2rem}._card_jg3r6_1:hover ._image_jg3r6_33{filter:brightness(.96) saturate(1.08)}._info_jg3r6_100{padding:1.5rem 1.2rem 1.2rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;background:transparent;transition:background .32s cubic-bezier(.4,0,.2,1)}._card_jg3r6_1:hover ._info_jg3r6_100{background:#f5f5f7;border-radius:0 0 8px 8px}._name_jg3r6_115{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600;color:#2d1a0b;letter-spacing:.01em;margin:0;line-height:1.2}._price_jg3r6_125{font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:1rem;color:#a68a64;font-weight:400;margin:0;letter-spacing:.02em}._cardFullBleed_jg3r6_135{border-radius:0!important;box-shadow:none!important;border:none!important;border-right:1px solid rgba(0,0,0,.05)!important;padding:0!important;margin:0!important;max-width:none!important}._cardFullBleed_jg3r6_135:last-child{border-right:none!important}._cardFullBleed_jg3r6_135:hover{transform:none!important;z-index:10;box-shadow:0 10px 40px #00000026!important}._imageWrapperFullBleed_jg3r6_156{border-radius:0!important;margin-bottom:0!important;aspect-ratio:3/4!important}._imageFullBleed_jg3r6_163{border-radius:0!important}._infoFullBleed_jg3r6_167{padding:1.5rem 1rem!important;align-items:center!important;text-align:center!important;border-radius:0!important}._cardFullBleed_jg3r6_135:hover ._infoFullBleed_jg3r6_167{border-radius:0!important;background:#fff!important}.intro-center-section.bg-canvas{background:url(/assets/canvas_bg.jpg) center center/cover no-repeat;background-size:cover;background-position:center;border-radius:0;margin:0;padding:3rem 0;width:100vw;max-width:100vw;box-shadow:none;transition:background .3s}@media(max-width:600px){.intro-center-section.bg-canvas{padding:2rem 0;border-radius:0;margin:0;width:100vw;max-width:100vw}}
