@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400&family=Libre+Baskerville:wght@400;700&family=Montserrat:wght@300;400;500;600;700&display=swap";.header{background-color:var(--white);box-shadow:0 2px 4px #0000000f;position:sticky;top:0;z-index:100;transition:all .3s ease}.header-transparent{background-color:transparent;box-shadow:none;position:absolute;width:100%;padding-top:1rem}.header-transparent .brand-logo .brand-text{color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.4)}.header-transparent .nav-link{color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.4)}.header-transparent .search-input-pill{background:#ffffffd9;border:1px solid rgba(255,255,255,.9);color:#333}.header-transparent .search-input-pill::placeholder{color:#777}.header-transparent .search-icon-left{color:#555}.header-transparent .action-pill{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header-transparent .action-pill:hover{background:#ffffff40}.header-transparent .mobile-menu-btn{color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.4)}.header-container{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:80px;padding:0 4rem}.mobile-only-nav{display:none!important}.brand-logo-container{display:flex;justify-content:center;align-items:center}.brand-logo{text-decoration:none}.brand-text{font-family:var(--font-serif);font-size:1.8rem;font-weight:700;color:#1b2d4f;letter-spacing:-.5px}.main-nav{display:flex;gap:2rem;align-items:center;justify-self:start}.nav-link{font-family:var(--font-primary);font-weight:500;color:#1b2d4f;font-size:.9rem;transition:color .2s;text-decoration:none}.nav-link.active{font-weight:700}.header-transparent .nav-link:hover{color:#e2b96f}.header-actions{display:flex;align-items:center;gap:.8rem;justify-self:end}.search-bar-pill{position:relative;display:flex;align-items:center}.search-input-pill{padding-left:3rem!important;padding-right:1rem!important;border-radius:9999px!important;height:42px;width:240px;font-family:var(--font-primary);border:1px solid #ddd;background:#f5f5f5;outline:none;font-size:.9rem;transition:all .2s}.search-input-pill:focus{width:260px;background:#fff;border-color:#ccc}.search-icon-left{position:absolute;left:18px;color:#888;pointer-events:none}.action-pill{background:#f5f5f5;border:1px solid #eaeaea;border-radius:50%;width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:#333;transition:all .2s;text-decoration:none}.action-pill:hover{background:#ebebeb}.cart-badge{position:absolute;top:-4px;right:-4px;background:#2e3a8c;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.user-dropdown{display:flex;align-items:center}.profile-dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001f;padding:8px 0;min-width:160px;z-index:105;display:flex;flex-direction:column}.dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 18px;color:var(--dark-gray);font-family:var(--font-primary);font-size:.85rem;font-weight:500;background:none;border:none;cursor:pointer;width:100%;text-align:left;transition:background-color .2s;text-decoration:none}.dropdown-item:hover{background-color:var(--light-gray);color:#1b2d4f}.dropdown-logout{color:#c0392b}.dropdown-logout:hover{background-color:#fce8e6}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--dark-gray);z-index:1001;justify-self:start}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:999}.menu-overlay.show{opacity:1;visibility:visible}@media (max-width: 900px){.header-container{padding:0 2rem}.search-input-pill{width:180px}.search-input-pill:focus{width:200px}}@media (max-width: 768px){.header-container{grid-template-columns:1fr auto 1fr;padding:0 1.5rem;height:70px}.brand-logo-container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;padding:0;transition:opacity .2s ease,visibility .2s ease}.brand-text{font-size:1.35rem!important;white-space:nowrap!important}.header-container:has(.search-input-pill:focus) .brand-logo-container{opacity:0;visibility:hidden;pointer-events:none}.desktop-only-action{display:none!important}.mobile-only-nav{display:flex!important;align-items:center}.mobile-menu-btn{display:block}.main-nav{position:fixed;top:0;left:-100%;width:260px;height:100vh;background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:80px 2rem 2rem;box-shadow:10px 0 30px #0000001a;transition:left .4s ease;z-index:1000}.main-nav.open{left:0}.main-nav .nav-link{width:100%;padding:1rem 0;border-bottom:1px solid #eee;color:#333;font-size:1rem}.search-input-pill{display:block;width:120px;padding-left:2.2rem!important;font-size:16px!important;transition:width .2s ease,background-color .2s ease}.search-input-pill:focus{width:180px}.search-icon-left{position:absolute;left:12px}.search-bar-pill{background:transparent;border-radius:9999px;width:auto;height:42px;justify-content:flex-start}.header-transparent .search-bar-pill{display:none}}.product-card{display:flex;flex-direction:column;width:100%;height:100%;border-radius:12px;background:#fff;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;box-shadow:0 4px 12px #0000000f}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.product-card-inner{text-decoration:none;display:block;width:100%}.product-card:hover .product-image{transform:scale(1.05)}.product-image-container{aspect-ratio:3 / 4;width:100%;background:#e2dfd8;border-radius:12px 12px 0 0;position:relative;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#8fa0b5;font-weight:600}.product-status-tag{position:absolute;top:14px;left:14px}.status-badge{padding:4px 12px;border-radius:50px;font-size:.72rem;font-weight:600;text-transform:capitalize;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 8px #00000014;display:inline-flex;align-items:center}.status-badge.available{background:#ffffffd9;color:#5c1e12;border:1px solid rgba(92,30,18,.3)}.status-badge.available.new{background:#e8f5e9cc;color:#1b5e20;border:1px solid rgba(46,125,50,.35)}.status-badge.available.like_new{background:#e8f0fecc;color:#1565c0;border:1px solid rgba(21,101,192,.35)}.status-badge.available.used{background:#fef7e0cc;color:#b06000;border:1px solid rgba(242,153,0,.35)}.status-badge.sold{background:#ffebebd9;color:#c62828;border:1px solid rgba(198,40,40,.35)}.product-details-content{padding:16px 12px;display:flex;flex-direction:column}.product-card-category{display:block;font-family:var(--font-primary);font-size:.75rem;font-weight:600;text-transform:uppercase;color:#8c7e6c;margin-bottom:6px;letter-spacing:.8px}.product-title{font-family:var(--font-primary);font-size:.95rem;color:#333;font-weight:500;line-height:1.4;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.8em}.product-bottom-row{display:flex;justify-content:space-between;align-items:center}.product-price{font-family:var(--font-primary);font-size:1.05rem;font-weight:600;color:#111}.btn-cart-view{background-color:#5c1e12;color:#fff;padding:8px 18px;border-radius:50px;font-size:.85rem;font-weight:500;text-decoration:none;transition:background-color .2s}.btn-cart-view:hover{background-color:#43130a}@media (max-width: 768px){.product-details-content{padding:12px 6px}.product-title{font-size:.85rem;height:2.8em;margin-bottom:.6rem}.product-bottom-row{flex-wrap:nowrap;gap:4px;align-items:center}.product-price{font-size:.82rem;font-weight:700;white-space:nowrap}.btn-cart-view{padding:5px 8px;font-size:.72rem;font-weight:600;border-radius:20px;white-space:nowrap;flex-shrink:0}}.home-page-vintage{position:relative;background-color:#fff;min-height:100vh}.scroll-down-container{position:absolute;top:95vh;left:50%;transform:translate(-50%,-50%);z-index:10}@media (max-width: 768px){.scroll-down-container{top:85vh}}.scroll-down-arrow{background:#fff;color:#5c1e12;border:1px solid rgba(92,30,18,.15);box-shadow:0 4px 12px #0000001a;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;outline:none;padding:0;animation:bounce-arrow 2s infinite ease-in-out}.scroll-down-arrow:hover{background:#f5f0e8;color:#43130a;transform:scale(1.1);box-shadow:0 6px 16px #5c1e1240}@keyframes bounce-arrow{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.butterfly-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2;overflow:hidden}.butterfly-wrapper{position:absolute;width:50px;height:50px;transform-style:preserve-3d;perspective:1000px;pointer-events:auto;cursor:pointer}.butterfly-svg{width:100%;height:100%;transform-style:preserve-3d;filter:drop-shadow(0 4px 8px rgba(0,0,0,.12));transition:filter .3s ease}.butterfly-1{animation:fly-path-1 25s infinite ease-in-out;--wing-primary: #5c1e12;--wing-secondary: #f2c13c}.butterfly-2{animation:fly-path-2 29s infinite ease-in-out;--wing-primary: #f2c13c;--wing-secondary: #f5f0e8;animation-delay:-5s}.butterfly-1 .wing-left-group{transform-origin:50px 50px;animation:flap-left .25s infinite ease-in-out}.butterfly-1 .wing-right-group{transform-origin:50px 50px;animation:flap-right .25s infinite ease-in-out}.butterfly-2 .wing-left-group{transform-origin:50px 50px;animation:flap-left .28s infinite ease-in-out;animation-delay:-.1s}.butterfly-2 .wing-right-group{transform-origin:50px 50px;animation:flap-right .28s infinite ease-in-out;animation-delay:-.1s}@keyframes flap-left{0%,to{transform:rotateY(0)}50%{transform:rotateY(65deg)}}@keyframes flap-right{0%,to{transform:rotateY(0)}50%{transform:rotateY(-65deg)}}@keyframes fly-path-1{0%{transform:translate3d(70vw,25vh,0) rotate(15deg) scale(.9)}25%{transform:translate3d(82vw,38vh,35px) rotate(35deg) scale(1.05)}50%{transform:translate3d(78vw,55vh,-15px) rotate(-10deg) scale(.85)}75%{transform:translate3d(66vw,42vh,15px) rotate(-25deg) scale(1)}to{transform:translate3d(70vw,25vh,0) rotate(15deg) scale(.9)}}@keyframes fly-path-2{0%{transform:translate3d(84vw,48vh,0) rotate(-25deg) scale(1.05)}30%{transform:translate3d(68vw,35vh,25px) rotate(-5deg) scale(.9)}60%{transform:translate3d(74vw,22vh,-30px) rotate(25deg) scale(1)}80%{transform:translate3d(82vw,38vh,10px) rotate(10deg) scale(.95)}to{transform:translate3d(84vw,48vh,0) rotate(-25deg) scale(1.05)}}.butterfly-wrapper:hover .wing-left-group,.butterfly-wrapper:hover .wing-right-group{animation-duration:.08s}.butterfly-wrapper:hover .butterfly-svg{filter:drop-shadow(0 8px 16px rgba(242,193,60,.4)) brightness(1.2)}.hero-fullscreen{position:relative;height:95vh;margin:0;border-radius:0;display:flex;flex-direction:column;justify-content:flex-end;padding-left:4rem;padding-bottom:5rem;background-image:url(/hero_bg_new.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;box-shadow:0 4px 20px #0000001a}.hero-fullscreen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0006,#0000001a,#0000);z-index:0;pointer-events:none}.hero-content-landing{position:relative;z-index:1;text-align:left;max-width:600px;display:flex;flex-direction:column;align-items:flex-start}.hero-content-landing h1{font-family:var(--font-primary);font-size:clamp(2.5rem,5vw,4.2rem);font-weight:600;color:#fff;line-height:1.1;margin-bottom:1rem;letter-spacing:-.5px}.hero-subtitle{font-family:var(--font-primary);font-size:1rem;font-weight:400;color:#ffffffe6;margin-bottom:1.5rem;line-height:1.6;max-width:480px}.hero-cta-group{display:flex}.btn-shop-now{display:inline-flex;align-items:center;background-color:#fff;color:#5c1e12;padding:12px 28px;border-radius:50px;font-family:var(--font-primary);font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.btn-shop-now:hover{background-color:#f5f5f5;color:#43130a;transform:translateY(-2px)}.floating-hero-card{position:absolute;right:5%;bottom:5rem;width:auto;background:#ffffff26;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:12px 24px;color:#fff;z-index:1;box-shadow:0 10px 30px #00000026}.floating-card-content{display:flex;justify-content:space-between;align-items:flex-start}.floating-card-text{font-size:.9rem;line-height:1.4;font-weight:500;white-space:nowrap}.floating-card-icon{font-size:1.5rem;opacity:.9}.floating-card-number{font-size:4rem;font-family:var(--font-serif);font-weight:400;line-height:1}.featured-section-vintage{width:100%;padding-top:3rem;padding-bottom:5rem;background-color:#fff}.featured-header-container{display:flex;justify-content:space-between;align-items:flex-end;padding:0 4rem 2rem}.featured-header-titles{display:flex;flex-direction:column;gap:8px}.featured-subtitle{font-family:var(--font-primary);font-size:1rem;color:#777;font-weight:500}.featured-header-titles h2{font-family:var(--font-serif);color:#333;font-size:2.2rem;font-weight:600;letter-spacing:-.5px}.view-all-link{font-family:var(--font-primary);font-size:.9rem;font-weight:600;color:#444;text-decoration:none;border-bottom:1.5px solid #444;padding-bottom:2px;transition:all .2s}.view-all-link:hover{color:#000;border-color:#000}.featured-content-container{padding:0 4rem}.product-grid-vintage{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 1100px){.product-grid-vintage{grid-template-columns:repeat(3,1fr)}}.mobile-view-all-container{display:none}@media (max-width: 768px){.hero-fullscreen{height:85vh;padding-left:1.5rem;padding-right:1.5rem;padding-top:0;justify-content:flex-end;padding-bottom:4.5rem;background-position:right center}.hero-fullscreen:before{background:linear-gradient(to top,#000000b3,#0000 60%)}.hero-content-landing{margin-top:0}.hero-content-landing h1{font-size:2.2rem}.hero-subtitle{font-size:.9rem}.floating-hero-card{display:none}.featured-header-container{padding:0 .5rem 1rem;flex-direction:column;align-items:flex-start}.featured-content-container{padding:0 .5rem}.product-grid-vintage{grid-template-columns:repeat(2,1fr);gap:8px}.desktop-only{display:none!important}.mobile-view-all-container{display:flex;justify-content:center;margin-top:2rem}}.delivery-marquee-container{width:100%;margin:0 0 3rem;position:relative;background-image:url(/hero_bg_new.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:16px 0;overflow:hidden;white-space:nowrap;display:flex;box-shadow:0 10px 30px #00000026;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.delivery-marquee-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:0}.delivery-marquee-content{display:flex;width:fit-content;position:relative;z-index:1;animation:marquee 35s linear infinite}.delivery-marquee-content:hover{animation-play-state:paused}.marquee-text{font-family:var(--font-primary);font-size:1.05rem;font-weight:500;color:#fff;letter-spacing:1px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.delivery-marquee-container{margin-bottom:1.5rem;padding:8px 0}.marquee-text{font-size:.8rem}}.products-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;background:#f2c13c0d;border:1px dashed rgba(92,30,18,.15);border-radius:16px;text-align:center;max-width:500px;margin:2rem auto}.products-error-text{font-family:var(--font-primary);font-size:.95rem;color:#5c1e12;margin-bottom:1.5rem;font-weight:500;line-height:1.5}.btn-reload-treasures{background-color:#5c1e12;color:#fff;border:none;padding:10px 24px;border-radius:50px;font-family:var(--font-primary);font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #5c1e1226;transition:all .2s ease}.btn-reload-treasures:hover{background-color:#43130a;transform:translateY(-2px);box-shadow:0 6px 16px #5c1e1240}.loader-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;width:100%;gap:1.5rem}.loader-container.full-screen{min-height:100vh;position:fixed;top:0;left:0;background:var(--bg-color, #fdfbf7);z-index:9999}.vintage-spinner{width:65px;height:65px;border-radius:50%;border:3px solid transparent;border-top-color:#c9a84c;animation:spin 1.5s cubic-bezier(.68,-.55,.265,1.55) infinite;position:relative}.vintage-spinner:before{content:"";position:absolute;top:8px;left:8px;right:8px;bottom:8px;border-radius:50%;border:3px solid transparent;border-top-color:#1b2d4f;animation:spin 2s linear infinite}.vintage-spinner:after{content:"";position:absolute;top:22px;left:22px;right:22px;bottom:22px;border-radius:50%;background-color:#c9a84c;animation:pulse 2s ease-in-out infinite}.loader-text{font-family:var(--font-primary, "Montserrat", sans-serif);color:#1b2d4f;font-weight:500;letter-spacing:.1em;text-transform:uppercase;font-size:.85rem;animation:pulse-text 2s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(.8);opacity:.5}50%{transform:scale(1.2);opacity:1}}@keyframes pulse-text{0%,to{opacity:.6}50%{opacity:1}}.shop-page{display:flex;flex-direction:column;gap:1.5rem}.filters-bar-horizontal{display:flex;flex-wrap:nowrap;gap:.6rem;padding:.8rem 1rem!important;align-items:center;position:sticky;top:90px;z-index:10;background:#fff;margin-top:1rem;border-radius:12px;overflow-x:auto;scrollbar-width:none}.filters-bar-horizontal::-webkit-scrollbar{display:none}.filter-select-mini{padding:.4rem .8rem;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.8rem;font-weight:600;color:#475569;outline:none;cursor:pointer;white-space:nowrap;max-width:110px;text-overflow:ellipsis;overflow:hidden}.filter-select-mini:hover{border-color:var(--thrift-navy)}.active-search-chip{background:#eef2ff;color:#4338ca;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;display:flex;align-items:center;gap:.5rem;border:1px solid #c7d2fe}.clear-chip{background:none;border:none;font-size:1.2rem;line-height:1;cursor:pointer;color:#4338ca;padding:0 2px}.shop-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.items-badge{background:#1b324d;color:#fff;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:700}.no-results{text-align:center;padding:4rem 2rem}@media (max-width: 768px){.shop-page{padding:0 .5rem!important}.filters-bar-horizontal{gap:.4rem;padding:.6rem!important;top:80px;margin-top:.5rem}.filter-select-mini{padding:.35rem .5rem;font-size:.75rem;max-width:95px}}.shop-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;margin:2rem 0}.shop-error-text{font-family:var(--font-primary);font-size:.95rem;color:#5c1e12;margin-bottom:1.5rem;font-weight:500}.btn-shop-reload{background-color:#5c1e12;color:#fff;border:none;padding:10px 24px;border-radius:50px;font-family:var(--font-primary);font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #5c1e1226;transition:all .2s ease}.btn-shop-reload:hover{background-color:#43130a;transform:translateY(-2px);box-shadow:0 6px 16px #5c1e1240}.product-detail-page-wrapper{width:100%;max-width:1200px;margin:2rem auto;padding:0 1.5rem}.product-detail-breadcrumbs{margin-bottom:1.5rem}.back-link{background:none;border:none;color:#6b7280;font-family:var(--font-primary);font-weight:500;cursor:pointer;padding:0;font-size:.9rem;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.back-link:hover{color:#5c1e12;transform:translate(-4px)}.product-detail-layout{display:grid;grid-template-columns:500px 1fr;gap:4rem;align-items:start}.product-visuals-side{display:flex;flex-direction:column;gap:1rem}.product-visuals{padding:0!important;overflow:hidden;background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 30px #00000008;transition:transform .3s ease}.main-image-wrapper{width:500px;height:500px;display:flex;align-items:center;justify-content:center;background:#fff}.product-main-img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.product-visuals:hover .product-main-img{transform:scale(1.03)}.thumbnail-strip{display:flex;gap:.75rem;overflow-x:auto;padding:.25rem 0}.thumbnail-btn{width:72px;height:72px;border-radius:10px;border:2px solid transparent;padding:0;overflow:hidden;cursor:pointer;background:#fff;box-shadow:0 4px 10px #00000008;transition:all .2s ease}.thumbnail-btn img{width:100%;height:100%;object-fit:cover}.thumbnail-btn:hover{transform:translateY(-2px)}.thumbnail-btn.active{border-color:#5c1e12;box-shadow:0 4px 12px #5c1e1226}.product-details-content-box{display:flex;flex-direction:column;gap:1.5rem}.product-header{display:flex;flex-direction:column;gap:.5rem;border-bottom:1px solid rgba(0,0,0,.06);padding-bottom:1.25rem}.product-category-tag{display:inline-block;font-size:.8rem;font-weight:700;color:#a16207;text-transform:uppercase;letter-spacing:1px}.product-title-large{font-family:var(--font-serif);font-size:2.2rem;font-weight:700;color:#1c1917;line-height:1.2}.product-meta-row{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.detail-badge{display:inline-block;padding:5px 14px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.detail-badge.new{background:#22c55e1f;color:#15803d;border:1px solid rgba(34,197,94,.2)}.detail-badge.like_new{background:#3b82f61f;color:#1d4ed8;border:1px solid rgba(59,130,246,.2)}.detail-badge.used{background:#eab3081f;color:#a16207;border:1px solid rgba(234,179,8,.2)}.status-indicator-pill{display:inline-flex;align-items:center;gap:.5rem;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.status-indicator-pill.available{background:#22c55e14;color:#166534;border:1px solid rgba(34,197,94,.15)}.status-indicator-pill.sold{background:#ef444414;color:#991b1b;border:1px solid rgba(239,68,68,.15)}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.uniqueness-banner{display:flex;align-items:center;gap:.75rem;background:#f2c13c14;border:1px dashed rgba(242,193,60,.4);padding:.85rem 1rem;border-radius:12px}.uniqueness-icon{color:#d4a317;flex-shrink:0}.uniqueness-text{font-size:.85rem;font-weight:500;color:#78350f}.price-highlight-panel{background:#f5f0e8;border:1px solid rgba(92,30,18,.12);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 4px 20px #5c1e1205}.price-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.price-labels{display:flex;flex-direction:column}.price-title{font-size:.8rem;font-weight:700;text-transform:uppercase;color:#8c7f70;letter-spacing:.5px}.price-value-large{font-family:var(--font-primary);font-size:2.2rem;font-weight:800;color:#5c1e12;margin-top:.2rem}.delivery-badge-green{display:flex;align-items:center;gap:.4rem;background:#fff;color:#166534;border:1px solid rgba(22,101,52,.15);padding:6px 12px;border-radius:8px;font-size:.85rem;font-weight:600}.delivery-badge-red{display:flex;align-items:center;gap:.4rem;background:#fff;color:#991b1b;border:1px solid rgba(153,27,27,.15);padding:6px 12px;border-radius:8px;font-size:.85rem;font-weight:600}.delivery-details-text{font-size:.85rem;color:#6b7280;margin:0;display:flex;align-items:center;gap:.4rem}.product-info-segment{border-left:3px solid #5c1e12;padding-left:1rem;margin:.5rem 0}.segment-title{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:#1c1917;margin-bottom:.5rem}.product-description-text{font-size:.95rem;color:#57534e;line-height:1.7}.detail-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.add-to-cart-btn-large{flex:2;min-width:200px;height:56px;background:#5c1e12!important;color:#fff!important;border-radius:12px;font-weight:700!important;font-size:1.1rem!important;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 15px #5c1e1226;transition:all .25s cubic-bezier(.16,1,.3,1)!important}.add-to-cart-btn-large:hover:not(:disabled){background:#43130a!important;transform:translateY(-2px);box-shadow:0 8px 24px #5c1e124d}.instagram-btn-large{flex:1.2;min-width:180px;height:56px;padding:0 1.5rem;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1.05rem;display:flex;align-items:center;justify-content:center;gap:.6rem;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 15px #dc274333}.instagram-btn-large:hover{transform:translateY(-2px);box-shadow:0 8px 25px #dc274366;filter:brightness(1.1)}@media (max-width: 992px){.product-detail-layout{grid-template-columns:1fr;gap:2.5rem}.product-visuals-side{max-width:500px;margin:0 auto;width:100%}.main-image-wrapper{width:100%;height:auto;aspect-ratio:1 / 1}}@media (max-width: 768px){.product-detail-page-wrapper{padding:0 1rem;margin:1rem auto}.product-title-large{font-size:1.8rem}.product-visuals-side{max-width:100%}.main-image-wrapper{height:auto!important;aspect-ratio:1 / 1!important}.add-to-cart-btn-large,.instagram-btn-large{flex:1 1 100%}}.cute-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#1b2d4f66;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeInModal .3s ease}.cute-modal-content{background:#fff;padding:2.5rem 2rem;border-radius:30px;text-align:center;max-width:350px;width:90%;box-shadow:0 20px 60px #00000026;transform:scale(.9);animation:popInModal .4s cubic-bezier(.175,.885,.32,1.275) forwards;border:2px solid #fdfbf7}.cute-modal-icon{font-size:3.5rem;margin-bottom:1.2rem;filter:drop-shadow(0 4px 10px rgba(0,0,0,.1))}.cute-modal-message{font-family:var(--font-primary, "Montserrat", sans-serif);font-weight:600;color:#1b2d4f;margin-bottom:2rem;font-size:1.15rem;line-height:1.4}.cute-modal-btn{background:#c9a84c;color:#fff;border:none;padding:.9rem 2.5rem;border-radius:50px;font-weight:700;cursor:pointer;transition:all .3s ease;font-family:var(--font-primary, "Montserrat", sans-serif);text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;box-shadow:0 4px 12px #c9a84c4d}.cute-modal-btn:hover{transform:translateY(-2px);background:#1b2d4f;box-shadow:0 6px 20px #1b2d4f4d}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}@keyframes popInModal{to{transform:scale(1)}}.cart-page-specific{display:flex;gap:2.5rem;align-items:flex-start;max-width:1200px;margin:0 auto}.cart-items{flex-grow:1}.cart-list{display:flex;flex-direction:column;gap:1.25rem}.cart-item-card{display:flex;align-items:center;padding:1.25rem;gap:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .3s ease}.cart-item-card:hover{box-shadow:0 8px 20px #00000014;transform:translateY(-2px);border-color:#cbd5e1}.cart-item-img{width:100px;height:100px;background:#f8fafc;border-radius:8px;border:1px solid #f1f5f9;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-content{flex-grow:1;display:flex;justify-content:space-between;align-items:center;gap:1rem}.cart-item-info{display:flex;flex-direction:column;gap:.5rem}.cart-item-title{font-size:1.1rem;font-weight:600;color:#1e293b;text-decoration:none;transition:color .2s}.cart-item-title:hover{color:var(--jm-dark-blue)}.cart-item-price-large{font-size:1.25rem;font-weight:700;color:var(--jm-dark-blue)}.cart-actions{display:flex;align-items:center}.cart-remove-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#fef2f2;color:#ef4444;border:none;cursor:pointer;transition:all .2s}.cart-remove-btn:hover{background:#fee2e2;color:#dc2626;transform:scale(1.05)}.cart-summary{width:380px;flex-shrink:0;position:sticky;top:90px}.summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;box-shadow:0 10px 25px -5px #0000000d}.summary-card h3{font-size:1.25rem;color:#0f172a;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;color:#475569;font-size:1rem}.total-row{border-top:1px dashed #cbd5e1;padding-top:1.25rem;margin-top:1.25rem;font-weight:800;font-size:1.5rem;color:#0f172a}.checkout-btn-modern{width:100%;padding:1rem;background:linear-gradient(135deg,var(--jm-dark-blue),#2563eb);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;margin-top:1.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #2563eb4d}.checkout-btn-modern:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 15px #2563eb66}.checkout-btn-modern:disabled{background-color:#cbd5e1;cursor:not-allowed;box-shadow:none}.empty-cart-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background:#fff;border:1px dashed #cbd5e1;border-radius:16px;text-align:center}.empty-cart-icon{margin-bottom:1.5rem;color:#94a3b8}.empty-cart-title{font-size:1.5rem;font-weight:700;color:#334155;margin-bottom:1rem}.empty-cart-text{color:#64748b;margin-bottom:2rem;max-width:400px}.shop-now-btn{display:inline-block;padding:.75rem 2rem;background-color:var(--jm-dark-blue);color:#fff;border-radius:8px;font-weight:600;text-decoration:none;transition:background-color .2s}.shop-now-btn:hover{background-color:var(--thrift-navy)}@media (max-width: 1024px){.cart-page-specific{gap:1.5rem}.cart-summary{width:320px}}@media (max-width: 768px){body.is-cart-page .dev-footer{display:none!important}.cart-page{flex-direction:column;padding:0 1rem}.cart-page-specific{padding:0 8px 240px!important}body.is-cart-page .cart-summary{position:fixed;bottom:0;top:auto;left:0;right:0;width:100%;margin:0;z-index:1000;background:#fff;padding:1.25rem 1.5rem;box-shadow:0 -5px 25px #00000026;border-top-left-radius:24px;border-top-right-radius:24px;border-top:1px solid #f1f5f9}body.is-checkout-page .cart-summary{position:static;width:100%;margin-top:1.5rem;border-radius:12px}.summary-card{padding:0;border:none;box-shadow:none;background:transparent}.summary-card h3{display:block;font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #f1f5f9}.summary-row:not(.total-row){display:flex;justify-content:space-between;margin-bottom:.5rem;color:#64748b;font-size:.9rem;font-weight:500}.total-row{border-top:1px dashed #e2e8f0;padding-top:.75rem;margin-top:.75rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.total-row span:first-child{font-size:.95rem;font-weight:600;color:#475569}.total-row span:last-child{font-size:1.25rem;font-weight:800;color:var(--jm-dark-blue)}.checkout-btn-modern{margin-top:0;padding:.9rem;border-radius:12px;font-size:1.05rem}.cart-items{width:100%}.cart-list{gap:.75rem}.cart-item-card{padding:.75rem;gap:.75rem}.cart-item-img{width:60px;height:60px}.cart-item-content{flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem}.cart-item-info{width:auto}.cart-item-title{font-size:.9rem}.cart-item-price-large{font-size:.95rem}.cart-actions{width:auto;justify-content:flex-end}.cart-remove-btn{width:32px;height:32px}.cart-remove-btn svg{width:16px;height:16px}}.maintenance-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:20px;font-family:Outfit,sans-serif}.maintenance-content{max-width:500px;width:100%;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:4rem 2rem;border-radius:30px;box-shadow:0 25px 50px -12px #0000001a;border:1px solid rgba(255,255,255,.3);text-align:center;position:relative;overflow:hidden}.maintenance-content:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#6366f1,#a855f7,#ec4899)}.maintenance-icon{font-size:5rem;margin-bottom:2rem;display:inline-block;filter:drop-shadow(0 10px 15px rgba(0,0,0,.1))}.maintenance-content h1{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.2}.maintenance-content p{color:#6b7280;font-size:1.125rem;line-height:1.6;margin-bottom:1rem}.maintenance-footer{margin-top:3rem;font-size:.875rem;color:#9ca3af;font-weight:500;letter-spacing:.05em;text-transform:uppercase}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.maintenance-icon{animation:float 3s ease-in-out infinite}@media (max-width: 480px){.maintenance-content{padding:3rem 1.5rem}.maintenance-content h1{font-size:1.75rem}}:root{--jm-dark-blue: #2E3A8C;--thrift-light-blue: #4A5FD9;--thrift-navy: #1A2254;--white: #FFFFFF;--light-gray: #FFFFFF;--dark-gray: #4A4A4A;--black: #1A1A1A;--border-color: #E0E0E0;--font-primary: "Montserrat", system-ui, -apple-system, sans-serif;--font-serif: "Playfair Display", Georgia, serif;--font-logo: "Libre Baskerville", Georgia, serif;--vintage-gold: #f2c13c;--vintage-cream: #f5f0e8;--vintage-navy: #1b2d4f}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);background-color:var(--light-gray);color:var(--dark-gray);line-height:1.5;-webkit-font-smoothing:antialiased}body.sub-page-bg{background-color:#fff}h1,h2,h3,h4,h5,h6{color:var(--black);line-height:1.2}h1{font-size:2rem;font-weight:700}h2{font-size:1.5rem;font-weight:700}h3{font-size:1.25rem;font-weight:600}.page-title{margin-top:1rem;margin-bottom:2rem}@media (max-width: 768px){.page-title{margin-top:.5rem;margin-bottom:1.5rem}}p{font-size:1rem;font-weight:400}small{font-size:.875rem}.caption{font-size:.75rem;font-weight:300}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1300px;margin:0 auto}.main-content{padding:2rem .5rem}.card{background:var(--white);border-radius:12px;box-shadow:0 2px 8px #00000014;padding:1.5rem}.input{border:1px solid var(--border-color);border-radius:8px;padding:.75rem 1rem;font-family:var(--font-primary);font-size:1rem;width:100%;outline:none;transition:border-color .2s}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-toggle-icon{position:absolute;right:1rem;cursor:pointer;color:var(--dark-gray);display:flex;align-items:center;justify-content:center;transition:color .2s;background:none;border:none;padding:0}.password-toggle-icon:hover{color:var(--jm-dark-blue)}.input:focus{border-color:var(--jm-dark-blue)}.category-card-vintage{background-color:var(--vintage-cream);border:2px solid #8b7355;border-radius:6px;width:100%;aspect-ratio:1 / 1;margin:0 auto;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #00000014,inset 0 0 15px #8b735526;padding:1rem;overflow:hidden;text-decoration:none}.category-card-vintage:before{content:"";position:absolute;top:6px;left:6px;right:6px;bottom:6px;border:1px solid #a69477;pointer-events:none;border-radius:2px}.category-card-vintage:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0000001f,inset 0 0 15px #8b735533;border-color:#5c4b37}.category-card-vintage:hover:before{border-color:#5c4b37}.category-card-content-vintage{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;z-index:2;text-align:center}.category-title-vintage{font-family:var(--font-serif);font-size:clamp(1.2rem,3.5vw,1.8rem);font-weight:700;color:#2c241b;text-transform:capitalize;letter-spacing:.5px;word-wrap:break-word;overflow-wrap:break-word;line-height:1.2;margin:0 0 12px}.category-btn-vintage{background-color:#4a4e32;color:#e5b968;font-family:var(--font-serif);font-size:.9rem;padding:6px 16px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003;transition:all .2s;letter-spacing:.5px;border:1px solid #3b3e27}.category-card-vintage:hover .category-btn-vintage{background-color:#3b3e27;color:#f1c97a;transform:scale(1.05)}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;z-index:1000;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:transform .2s}.whatsapp-float:hover{transform:scale(1.1)}@media (max-width: 768px){.whatsapp-float{bottom:1.5rem;right:1.5rem;width:50px;height:50px}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-family:var(--font-primary)}.btn:disabled{opacity:.7;cursor:not-allowed}.btn-primary{background-color:#5c1e12;color:var(--white)}.btn-primary:not(:disabled):hover{background-color:#43130a}.btn-secondary{background-color:transparent;border:2px solid #5c1e12;color:#5c1e12}.btn-secondary:not(:disabled):hover{background-color:#5c1e121a}.badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.badge.available{background:#e6f4ea;color:#1e8e3e}.badge.sold{background:#fce8e6;color:#d93025}.badge.new{background:#e8f0fe;color:#1a73e8}.badge.used{background:#fef7e0;color:#f29900}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 1100px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:1rem;width:100%}@media (max-width: 1100px){.categories-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (max-width: 768px){.main-content{padding:1.5rem 0}.container{padding:0}.header-container{display:flex;flex-direction:row;flex-wrap:nowrap;height:auto;padding:.8rem .5rem;justify-content:space-between;align-items:center;gap:.5rem}.brand-logo{text-align:left;order:1;font-size:1.15rem;flex-shrink:0}.header-actions{order:2;width:auto;justify-content:flex-end;flex-grow:1;margin-left:auto;gap:.4rem;flex-shrink:1}.search-bar{flex-grow:1;margin-right:0;max-width:none;min-width:0}.search-input{min-width:0;width:100%;padding-left:8px}.card{padding:1rem}.category-title-vintage{font-size:1.2rem;margin-bottom:8px;padding:0;width:100%}.category-btn-vintage{font-size:.8rem;padding:4px 12px;border-radius:4px}.categories-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:16px 8px;width:100%}h1{font-size:1.75rem}.hero{padding:3rem 1rem}.hero h1{font-size:2rem}.product-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.shop-container,.admin-dashboard-container{flex-direction:column!important}.shop-sidebar,.admin-sidebar{width:100%!important;position:static!important}}.dev-footer{position:relative;background-image:url(/hero_bg_new.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#ffffffe6;padding:.5rem 0;margin-top:2rem;border-top:1px solid rgba(255,255,255,.15);overflow:hidden;box-shadow:0 -10px 30px #0003}.dev-footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:0}.dev-footer .container{position:relative;z-index:1}body.is-checkout-page .dev-footer{display:none!important}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.created-by{font-size:.95rem;margin:0;color:#ffffffe6}.created-by span{color:var(--vintage-gold);font-weight:700;font-family:var(--font-serif)}.footer-links-row{display:flex;gap:2rem;align-items:center}.footer-icon-link{font-size:.9rem;display:flex;align-items:center;gap:.6rem;color:#fff9;transition:all .3s cubic-bezier(.175,.885,.32,1.275);text-decoration:none}.footer-icon-link:hover{color:var(--vintage-gold);transform:translateY(-5px)}@media (max-width: 600px){.footer-content{flex-direction:column;padding:.5rem 0;gap:1rem;align-items:flex-start}.footer-links-row{justify-content:center;gap:1.8rem}}html{background-color:#fff}html,body,#root{height:100%}.app-wrapper{display:flex;flex-direction:column;min-height:100%}main{flex:1}@media (max-width: 900px){.admin-dashboard-container{flex-direction:column!important;gap:1.5rem!important;margin-top:1.5rem}.admin-sidebar{width:100%!important;min-width:100%!important;position:static!important}.responsive-table{display:block;width:100%;background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.responsive-table thead{display:none}.responsive-table tbody{display:block;width:100%}.responsive-table tr{display:flex;flex-direction:column;margin-bottom:1.5rem;border:1px solid #e2e8f0!important;border-radius:12px;padding:.5rem 1rem;background:#fff;box-shadow:0 4px 6px -1px #0000000d}.responsive-table td{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9!important;padding:.75rem 0!important;text-align:right;font-size:.95rem;gap:1rem}.responsive-table td:last-child{border-bottom:none!important}.responsive-table td:before{content:attr(data-label);font-weight:700;color:#475569;text-align:left;flex-shrink:0}}
