@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap";:root{--primary: #722F37;--primary-hover: #5A252C;--secondary: #B19470;--accent: #E5D4C0;--white: #FFFFFF;--bg-cream: #FDFBF7;--text-main: #2C2C2C;--text-muted: #666666;--border: #E8E2D9;--font-main: "Montserrat", sans-serif;--font-serif: "Playfair Display", serif;font-family:var(--font-main);background-color:var(--white);color:var(--text-main);line-height:1.6}html,body{max-width:100vw;overflow-x:hidden;position:relative;width:100%;margin:0;padding:0;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box;min-width:0}img{max-width:100%;height:auto}ul{list-style:none}a{text-decoration:none;color:inherit;transition:all .3s ease}.nav-link{position:relative;padding:8px 0;cursor:pointer}.nav-link:after{content:"";position:absolute;width:0;height:1px;bottom:0;left:0;background-color:currentColor;transition:width .3s ease}.nav-link:hover:after{width:100%}.footer-link:hover{color:var(--secondary)!important;transform:translate(5px)}body{background-color:var(--bg-cream)}.container{max-width:1400px;margin:0 auto;padding:0 4rem}@media(max-width:1024px){.container{padding:0 2rem}}@media(max-width:768px){.container{padding:0 1.5rem}}.btn-retail{display:inline-block;padding:14px 40px;background:var(--primary);color:#fff;border:none;font-weight:600;text-transform:uppercase;font-size:.8rem;letter-spacing:2px;cursor:pointer;transition:all .4s ease;border-radius:0}.btn-retail:hover{background:var(--primary-hover);box-shadow:0 10px 20px #722f3733}.btn-outline-retail{display:inline-block;padding:14px 40px;border:1px solid var(--primary);color:var(--primary);background:transparent;font-weight:600;text-transform:uppercase;font-size:.8rem;letter-spacing:2px;cursor:pointer;transition:all .4s ease}.btn-outline-retail:hover{background:var(--primary);color:#fff}.cat-circle{text-align:center;cursor:pointer;transition:.4s;width:160px}.cat-circle:hover{transform:translateY(-5px)}.cat-circle .img-wrap{width:140px;height:140px;border-radius:50%;overflow:hidden;margin:0 auto 20px;border:1px solid var(--border);background:var(--white);transition:.4s;padding:5px}.cat-circle:hover .img-wrap{border-color:var(--secondary);box-shadow:0 15px 30px #b1947026}.cat-circle img{width:100%;height:100%;object-fit:cover;border-radius:50%}.cat-circle h4{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--text-main)}.product-card-retail{background:var(--white);border:1px solid transparent;transition:.4s;padding:15px}.product-card-retail:hover{border-color:var(--border);box-shadow:0 20px 40px #0000000a}.product-card-retail .img-container{aspect-ratio:4 / 5;overflow:hidden;margin-bottom:20px;background:#f2f2f2;position:relative}.product-card-retail img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.product-card-retail:hover img{transform:scale(1.05)}.product-card-retail .badge{position:absolute;top:15px;left:15px;background:var(--primary);color:#fff;padding:5px 12px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.product-card-retail .name{font-size:.85rem;font-weight:500;color:var(--text-main);margin-bottom:8px;display:block;height:2.6rem;overflow:hidden;line-height:1.3}.product-card-retail .price-box{display:flex;gap:12px;align-items:center}.product-card-retail .price-curr{font-weight:700;color:var(--primary);font-size:1.1rem}.product-card-retail .price-old{color:var(--text-muted);text-decoration:line-through;font-size:.85rem}.section-head-retail{text-align:center;margin-bottom:60px}.section-head-retail h2{font-family:var(--font-serif);font-size:2.8rem;color:var(--primary);font-weight:400;margin-bottom:10px}.section-head-retail .underline{width:60px;height:1px;background:var(--secondary);margin:20px auto}.section-head-retail p{color:var(--text-muted);font-size:.9rem;max-width:600px;margin:0 auto}@media(max-width:768px){.section-head-retail h2{font-size:2rem}.section-head-retail{margin-bottom:40px}}@media(max-width:768px){.mobile-hide{display:none!important}}@media(min-width:769px){.desktop-hide{display:none!important}}@media(max-width:768px){.mobile-scroll{display:flex!important;overflow-x:auto!important;padding-bottom:20px!important;gap:1.5rem!important;justify-content:flex-start!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}}.mobile-scroll::-webkit-scrollbar{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn 1s ease forwards}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-image-sticky{position:sticky;top:100px}@media(max-width:1024px){.product-detail-grid{gap:40px}}@media(max-width:768px){.product-detail-grid{grid-template-columns:1fr;gap:30px}.product-image-sticky{position:relative;top:0}}.cart-grid{display:grid;grid-template-columns:2fr 1fr;gap:60px}@media(max-width:1024px){.cart-grid{grid-template-columns:1fr;gap:40px}}.checkout-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:60px}@media(max-width:1024px){.checkout-grid{grid-template-columns:1fr;gap:40px}}.page-header-spacing{padding-top:160px;padding-bottom:80px}@media(max-width:768px){.page-header-spacing{padding-top:100px;padding-bottom:40px}h1{font-size:clamp(2rem,8vw,3rem)}h2{font-size:clamp(1.5rem,6vw,2.2rem)}.modal-lock-mobile{max-width:100vw!important;overflow-x:hidden!important}.mobile-stack{flex-direction:column!important}.mobile-horizontal{flex-direction:row!important;overflow-x:auto!important;width:100%!important;max-height:none!important;gap:10px!important;padding:10px 0!important}.mobile-horizontal>div{width:80px!important;height:80px!important;flex-shrink:0!important}.mobile-grid-1{grid-template-columns:1fr!important}.min-w-0{min-width:0!important}.no-spill{max-width:100vw!important;overflow-x:hidden!important}}.nav-profile-container:hover .nav-profile-dropdown{display:block!important;animation:fadeIn .3s ease}.nav-profile-dropdown:before{content:"";position:absolute;top:-6px;right:15px;width:12px;height:12px;background:#fff;transform:rotate(45deg);box-shadow:-3px -3px 5px #00000005}*{box-sizing:border-box}.theta-theme{--theta-bg: #f5f0eb;--theta-primary: #1a1a1a;--theta-accent: #722f37;--theta-text: #2d2d2d;--theta-card-bg: #ffffff;background-color:var(--theta-bg);color:var(--theta-text);font-family:Outfit,sans-serif;min-height:100vh;max-width:100vw;overflow-x:hidden;position:relative}.theta-serif{font-family:Playfair Display,serif}.theta-container{max-width:1400px;margin:0 auto;padding:0 2rem}.theta-nav{display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;position:sticky;top:0;z-index:100;background:#f5f0ebcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theta-logo{font-size:2rem;font-weight:700;letter-spacing:-.05em;text-transform:uppercase}.theta-hero{min-height:90vh;display:flex;align-items:center;position:relative;padding:4rem 0}.theta-hero-text{flex:1;z-index:10}.theta-hero-image{flex:1.2;position:relative}.theta-hero-image-main{width:80%;aspect-ratio:3/4;border-radius:200px 0;overflow:hidden;margin-left:auto;box-shadow:40px 40px 80px #0000001a}.theta-hero-image-main img{width:100%;height:100%;object-fit:cover}.theta-header-skew{transform:skew(-10deg);display:inline-block;background:var(--theta-primary);color:#fff;padding:.5rem 1.5rem;font-size:.8rem;font-weight:700;letter-spacing:.2em;margin-bottom:2rem}.theta-title{font-size:clamp(3rem,10vw,7rem);line-height:.9;margin-bottom:2rem;color:var(--theta-primary)}.theta-banner-container{overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%);position:relative;margin-bottom:6rem;margin-top:2rem}.theta-banner{background:var(--theta-accent);color:#fff;padding:1.5rem 0;transform:rotate(-2deg);width:110vw;margin-left:-5vw;display:flex;white-space:nowrap;font-weight:700;letter-spacing:.2em;text-transform:uppercase;font-size:1.2rem;box-shadow:0 10px 30px #722f374d}.theta-marquee-item{padding:0 4rem}.theta-section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:1rem}.theta-section-title{font-size:3rem;font-weight:700}.theta-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:6rem 4rem;padding:2rem 0 8rem}.theta-card{position:relative;cursor:pointer}.theta-image-wrapper{position:relative;aspect-ratio:4/5;border-radius:120px 0;overflow:hidden;background:#e5e0db;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.theta-card:hover .theta-image-wrapper{transform:scale(.98)}.theta-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s ease}.theta-card:hover .theta-image-wrapper img{transform:scale(1.1)}.theta-badge{position:absolute;top:2rem;left:-1rem;background:var(--theta-primary);color:#fff;padding:.6rem 2rem;transform:rotate(-5deg);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;z-index:10;box-shadow:10px 10px 20px #00000026}.theta-info{margin-top:2.5rem;display:flex;flex-direction:column;gap:.5rem}.theta-item-category{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--theta-accent)}.theta-item-name{font-size:1.8rem;font-weight:600;color:var(--theta-primary);line-height:1.2}.theta-item-meta{display:flex;gap:1rem;font-size:.8rem;opacity:.6;font-weight:500}.theta-price-tag{position:absolute;bottom:2rem;right:2rem;background:#fff;color:var(--theta-primary);padding:1rem 2rem;font-size:1.5rem;font-weight:700;border-radius:50px;box-shadow:0 10px 30px #0000000d}.theta-details-modal{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;background:#f5f0ebfa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow-y:auto;overflow-x:hidden;max-width:100vw;width:100vw}.theta-details-grid{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;width:100%;min-width:0;flex-shrink:0}.theta-details-visual{padding:4rem;display:flex;flex-direction:column;gap:2rem;min-width:0}.theta-details-image{width:100%;aspect-ratio:4/5;border-radius:150px 0;overflow:hidden;box-shadow:30px 30px 60px #0000001a}.theta-details-image img{width:100%;height:100%;object-fit:cover}.theta-thumbnail-strip{display:flex;gap:1rem;overflow-x:auto;width:100%;max-width:100%;min-width:0;padding-bottom:1rem;scrollbar-width:none;box-sizing:border-box}.theta-thumbnail-strip::-webkit-scrollbar{display:none}.theta-thumbnail-item{width:80px;height:80px;border-radius:12px;overflow:hidden;flex-shrink:0;cursor:pointer;border:2px solid transparent;transition:all .2s ease;background:#e5e0db}.theta-thumbnail-item.active{border-color:var(--theta-accent);transform:scale(.95)}.theta-thumbnail-item img{width:100%;height:100%;object-fit:cover}.theta-details-content{padding:6rem 8rem 6rem 4rem;display:flex;flex-direction:column;justify-content:center}.theta-fashion-badges{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}.theta-fashion-badge{background:#fff;border:1px solid rgba(0,0,0,.1);padding:.5rem 1.5rem;border-radius:50px;font-size:.8rem;font-weight:600;display:flex;flex-direction:column}.theta-badge-label{font-size:10px;color:var(--theta-accent);text-transform:uppercase;letter-spacing:1px}.theta-btn-action{background:var(--theta-primary);color:#fff;padding:1.5rem 4rem;font-size:1.2rem;font-weight:700;border:none;transform:skew(-15deg);cursor:pointer;transition:all .3s ease;margin-top:2rem;width:fit-content}.theta-btn-action>span{display:inline-block;transform:skew(15deg)}.theta-btn-action:hover{background:var(--theta-accent);padding-right:5rem}.theta-close-btn{position:fixed;top:3rem;right:3rem;width:60px;height:60px;border-radius:50%;background:var(--theta-primary);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1100;transition:transform .3s ease}.theta-close-btn:hover{transform:rotate(90deg)}.theta-footer{background:var(--theta-primary);color:#fff;padding:8rem 4rem;text-align:center}.theta-footer-logo{font-size:5rem;font-weight:900;letter-spacing:-2px;margin-bottom:2rem;opacity:.2}@media(max-width:1024px){.theta-details-grid{grid-template-columns:1fr}.theta-details-content{padding:4rem 2rem}.theta-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(max-width:768px){.theta-theme{overflow-x:hidden}.theta-nav{padding:1.5rem}.theta-logo{font-size:1.5rem}.theta-hero{flex-direction:column;padding:2rem 1.5rem;text-align:center}.theta-hero-image-main{width:100%;margin-top:3rem;border-radius:100px 0}.theta-title{font-size:3.5rem}.theta-container{padding:0 1.5rem}.theta-section-title{font-size:2.2rem}.theta-banner{font-size:.9rem;padding:1rem 0}.theta-details-visual{padding:3rem 1.5rem 1.5rem}.theta-details-image{border-radius:80px 0}.theta-btn-action{width:100%;padding:1.2rem 2rem}.theta-close-btn{top:1rem;right:1rem;width:50px;height:50px}.theta-footer-logo{font-size:3rem}.theta-details-modal h2{font-size:2.5rem!important;margin:1.5rem 0}.theta-details-content{padding:2rem 1.5rem 4rem}}.app{display:flex;flex-direction:column;min-height:100vh}main{flex-grow:1}html{scroll-behavior:smooth}
