.marketplace-page-wrap{min-height:calc(100vh - 80px);background:#ffffff;display:flex;flex-direction:column}.marketplace-categories{display:flex;gap:24px;padding:16px 32px;border-bottom:1px solid rgba(0,0,0,.04);overflow-x:auto;-webkit-overflow-scrolling:touch;align-items:center}.marketplace-categories::-webkit-scrollbar{display:none}.marketplace-body{display:flex;flex:1;overflow:hidden}.marketplace-sidebar{width:280px;flex-shrink:0;padding:24px 32px;overflow-y:auto;background:#ffffff;border-right:1px solid #f0f0f0}.marketplace-main{flex:1;padding:32px 32px 100px;overflow-y:auto;background:#fafafa}.marketplace-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.marketplace-customer-feed-grid{display:grid;gap:18px}.marketplace-customer-feed-grid--mobile{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace-customer-feed-grid--desktop{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.marketplace-customer-feed-elite-list{display:flex;flex-direction:column;gap:16px}.marketplace-customer-feed-sentinel{min-height:76px;display:flex;align-items:center;justify-content:center;text-align:center}.marketplace-product-card{transition:transform .2s ease,box-shadow .2s ease}.marketplace-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.08)}.marketplace-main::-webkit-scrollbar,.marketplace-sidebar::-webkit-scrollbar{width:6px}.marketplace-main::-webkit-scrollbar-thumb,.marketplace-sidebar::-webkit-scrollbar-thumb{background-color:#e5e7eb;border-radius:999px}.marketplace-sidebar [data-active] .mantine-SegmentedControl-innerLabel{color:rgba(255,255,255,1)}.marketplace-accent{--marketplace-primary:#ECCB34;--marketplace-secondary:#BE8518;--marketplace-primary-hover:#B57A11;--marketplace-surface:#f4f5f7;--marketplace-border:#e5e7eb;--marketplace-dark:#11224E;--marketplace-muted:#5c6b8a;--marketplace-badge-yellow:#FDD649;--marketplace-badge-red:#ef4444;--marketplace-white:#ffffff;--marketplace-black:#0a0a0a}@media (max-width:991px){.marketplace-page-wrap{min-height:auto}.marketplace-body{flex-direction:column;overflow:visible;position:relative}.marketplace-filters-toggle{display:flex!important;margin:16px 16px 0;align-self:flex-start}.marketplace-sidebar-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200;animation:marketplace-overlay-in .2s ease}.marketplace-sidebar{position:fixed;top:0;left:0;bottom:0;width:min(320px,85vw);max-width:100%;z-index:201;transform:translateX(-100%);transition:transform .25s ease;border-right:none;border-bottom:none;padding:48px 16px 16px;overflow-y:auto;overflow-y:visible;box-shadow:none}.marketplace-sidebar--open{transform:translateX(0);box-shadow:4px 0 24px rgba(0,0,0,.12)}.marketplace-sidebar-close{display:block!important}.marketplace-main{padding:16px 16px 100px;overflow-y:visible}}@media (max-width:420px){.marketplace-customer-feed-grid--mobile{grid-template-columns:1fr}}@keyframes marketplace-overlay-in{0%{opacity:0}to{opacity:1}}.marketplace-mobile-shell{min-height:100dvh;background:#f9f9f9;color:#1a1c1c;font-family:Manrope,var(--mantine-font-family),sans-serif;padding-bottom:132px}.marketplace-mobile-topbar{position:sticky;top:0;z-index:40;height:64px;display:flex;align-items:center;justify-content:space-between;padding:10px 18px;background:#f3f3f3}.marketplace-mobile-icon-button{min-width:44px;min-height:44px;color:#735c00;border-radius:999px;transition:transform .12s ease,opacity .12s ease}.marketplace-mobile-buy-chip:active,.marketplace-mobile-cart-button:active,.marketplace-mobile-chip:active,.marketplace-mobile-filter-chip:active,.marketplace-mobile-icon-button:active,.marketplace-mobile-loyalty-button:active,.marketplace-mobile-nav-item:active,.marketplace-mobile-primary-cta:active{transform:scale(.96)}.marketplace-mobile-brand{margin:0;color:#735c00;font-size:14px;font-weight:800;line-height:1.35}.marketplace-mobile-content{max-width:520px;margin:0 auto;padding:18px 16px 0}.marketplace-mobile-filter-overlay{position:fixed;inset:0;z-index:100;background:rgba(26,28,28,.42);animation:marketplace-overlay-in .18s ease}.marketplace-mobile-filter-sheet{position:fixed;top:0;bottom:0;left:0;z-index:101;width:min(350px,88vw);overflow-y:auto;padding:18px 18px 28px;background:rgba(255,255,255,.94);color:#1a1c1c;backdrop-filter:blur(20px);box-shadow:0 12px 40px rgba(77,70,53,.12)}.marketplace-mobile-reset,.marketplace-mobile-star-button{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;color:#735c00;font-size:12px;font-weight:900;transition:transform .12s ease,opacity .12s ease}.marketplace-mobile-star-button{border-radius:999px}.marketplace-mobile-brand-list{max-height:180px;overflow-y:auto;padding:12px;border-radius:12px;background:#f3f3f3}.marketplace-mobile-location-button{min-height:44px;width:100%;padding:0 14px;background:#f3f3f3;color:#1a1c1c;font-size:13px;font-weight:800}.marketplace-mobile-apply-filters,.marketplace-mobile-location-button{display:inline-flex;align-items:center;border-radius:12px;transition:transform .12s ease,opacity .12s ease}.marketplace-mobile-apply-filters{min-height:48px;justify-content:center;background:linear-gradient(90deg,#735c00,#d4af37);color:#ffffff;font-size:14px;font-weight:900}.marketplace-mobile-category-row{display:flex;align-items:center;gap:10px;margin-bottom:18px}.marketplace-mobile-chip,.marketplace-mobile-filter-chip{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:12px;background:#ffffff;color:#4d4635;font-size:12px;font-weight:700;white-space:nowrap;transition:transform .12s ease,opacity .12s ease,background-color .12s ease}.marketplace-mobile-filter-chip{min-width:78px;padding:0 12px}.marketplace-mobile-chip-scroll{flex:1;display:flex;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.marketplace-mobile-chip-scroll::-webkit-scrollbar{display:none}.marketplace-mobile-chip{padding:0 18px}.marketplace-mobile-chip--active{background:#d4af37;color:#554300}.marketplace-mobile-hero{position:relative;min-height:255px;overflow:hidden;border-radius:12px;background:#ffffff;box-shadow:0 12px 40px rgba(77,70,53,.06)}.marketplace-mobile-sponsored-hero{padding-bottom:0}.marketplace-mobile-hero-carousel,.marketplace-mobile-sponsored-slide{min-height:255px}.marketplace-mobile-sponsored-slide{position:relative}.marketplace-mobile-sponsored-indicators{bottom:13px;gap:5px}.marketplace-mobile-sponsored-indicator{width:6px;height:6px;border-radius:999px;background:rgba(255,255,255,.55);border:none;opacity:1}.marketplace-mobile-sponsored-indicator[data-active]{background:#d4af37}.marketplace-mobile-hero-image,.marketplace-mobile-hero-scrim{position:absolute;inset:0}.marketplace-mobile-hero-image{background-size:cover;background-position:50%}.marketplace-mobile-hero-scrim{background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.1))}.marketplace-mobile-hero-copy{position:relative;z-index:1;min-height:255px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:26px 22px;color:#ffffff}.marketplace-mobile-arrival{width:fit-content;margin-bottom:10px;background:rgba(212,175,55,.92);color:#554300;font-weight:800}.marketplace-mobile-hero-title{color:#ffffff;font-size:24px;font-weight:800;line-height:1.1}.marketplace-mobile-hero-text{max-width:270px;margin-top:6px;color:rgba(255,255,255,.84);font-size:13px;font-weight:600;line-height:1.7}.marketplace-mobile-primary-cta{min-height:44px;display:inline-flex;align-items:center;gap:8px;margin-top:16px;padding:0 18px;border-radius:10px;background:linear-gradient(90deg,#735c00,#d4af37);color:#ffffff;font-size:13px;font-weight:800;text-decoration:none;transition:transform .12s ease,opacity .12s ease}.marketplace-mobile-dots{position:absolute;left:50%;bottom:13px;z-index:2;display:flex;gap:5px;transform:translateX(-50%)}.marketplace-mobile-dots span{width:6px;height:6px;border-radius:999px;background:rgba(255,255,255,.55)}.marketplace-mobile-dots .marketplace-mobile-dot--active{background:#d4af37}.marketplace-mobile-curated-section{margin-top:24px}.marketplace-mobile-curated-title{margin:0;color:#0f172a;font-size:28px;font-weight:900;line-height:1.2}.marketplace-mobile-curated-arrow{min-width:44px;min-height:44px;color:#0f172a;border:0;background:#f2f3f5;transition:transform .12s ease,opacity .12s ease}.marketplace-mobile-curated-arrow:active{transform:scale(.96)}.marketplace-mobile-curated-hero{position:relative;overflow:hidden;min-height:318px;border-radius:20px;background-color:#111827;background-position:50%;background-size:cover}.marketplace-mobile-curated-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18) 25%,rgba(0,0,0,.92))}.marketplace-mobile-curated-copy{position:relative;z-index:1;min-height:318px;display:flex;flex-direction:column;justify-content:flex-end;padding:18px 16px}.marketplace-mobile-curated-badge{margin:0;color:#f5c65f;font-size:14px;font-weight:900;line-height:1.25}.marketplace-mobile-curated-product{margin:4px 0 0;color:#ffffff;font-size:20px;font-weight:900;line-height:1.3}.marketplace-mobile-curated-description{margin:8px 0 0;color:rgba(255,255,255,.9);font-size:14px;font-weight:600;line-height:1.45}.marketplace-mobile-curated-cta{min-width:140px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#ffffff;color:#0f172a;font-size:16px;font-weight:800;line-height:1;transition:transform .12s ease,opacity .12s ease}.marketplace-mobile-curated-cta:active{transform:scale(.96)}.marketplace-mobile-curated-price{margin:0;color:#e4b84f;font-size:34px;font-weight:900;line-height:1}.marketplace-mobile-curated-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.marketplace-mobile-curated-mini-card{border-radius:14px;background:#f2f3f5;padding:10px}.marketplace-mobile-curated-mini-image{aspect-ratio:4/3;border-radius:10px;background-color:#111827;background-size:cover;background-position:50%}.marketplace-mobile-curated-mini-title{margin:8px 0 0;color:#111827;font-size:14px;font-weight:700;line-height:1.4}.marketplace-mobile-curated-mini-price{margin:4px 0 0;color:#816a00;font-size:17px;font-weight:800;line-height:1.2}.marketplace-mobile-section{margin-top:24px}.marketplace-mobile-section-title{margin:0;color:#1a1c1c;font-size:17px;font-weight:800;line-height:1.45}.marketplace-mobile-timer{background:#ffdad6;color:#93000a;font-size:11px;font-weight:800}.marketplace-mobile-link{min-height:44px;display:inline-flex;align-items:center;gap:2px;color:#735c00;font-size:12px;font-weight:800}.marketplace-mobile-loading{padding:18px 0;color:#4d4635;font-size:13px;font-weight:700}.marketplace-mobile-deal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.marketplace-mobile-deal-card,.marketplace-mobile-elite-card{position:relative;overflow:hidden;border-radius:12px;background:#ffffff;box-shadow:0 8px 30px rgba(77,70,53,.04)}.marketplace-mobile-deal-card{padding:8px 8px 12px}.marketplace-mobile-discount{position:absolute;top:0;right:0;z-index:2;min-width:39px;height:22px;background:#ba1a1a;color:#ffffff;font-size:10px;font-weight:800}.marketplace-mobile-favourite{position:absolute;top:8px;left:8px;z-index:2;min-width:44px;min-height:44px;color:#4d4635;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-radius:999px;transition:transform .12s ease,opacity .12s ease}.marketplace-mobile-image-tile{aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:10px;border-radius:10px;background-color:#f3f3f3;background-position:50%;background-repeat:no-repeat;background-size:cover;color:rgba(85,67,0,.25)}.marketplace-mobile-elite-title,.marketplace-mobile-product-title{color:#1a1c1c;font-size:13px;font-weight:800;line-height:1.65}.marketplace-mobile-deal-store,.marketplace-mobile-elite-store{margin:0;color:#7f7663;font-size:11px;font-weight:700;line-height:1.45}.marketplace-mobile-deal-store{margin-bottom:4px}.marketplace-mobile-elite-store{margin-bottom:6px}.marketplace-mobile-price-row{margin-top:4px}.marketplace-mobile-old-price{color:#7f7663;font-size:10px;line-height:1;text-decoration:line-through}.marketplace-mobile-price{color:#735c00;font-size:14px;font-weight:900;line-height:1.2}.marketplace-mobile-elite-card{padding:12px}.marketplace-mobile-elite-card--featured{min-height:250px;display:flex;align-items:flex-end;padding:16px;background:linear-gradient(135deg,#ffe088,#d4af37)}.marketplace-mobile-rating{position:absolute;top:10px;right:10px;z-index:2;background:rgba(255,255,255,.9);color:#1a1c1c;font-size:10px;font-weight:800}.marketplace-mobile-rating .mantine-Badge-label{display:inline-flex;align-items:center;gap:3px}.marketplace-mobile-featured-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:rgba(85,67,0,.2)}.marketplace-mobile-featured-copy{position:relative;z-index:1}.marketplace-mobile-store{color:rgba(85,67,0,.72);font-size:11px;font-weight:800}.marketplace-mobile-buy-chip{min-height:44px;width:fit-content;display:inline-flex;align-items:center;gap:8px;margin-top:4px;padding:0 12px;border-radius:10px;background:rgba(255,255,255,.25);color:#554300;font-size:13px;font-weight:900;text-decoration:none;backdrop-filter:blur(16px);transition:transform .12s ease,opacity .12s ease}.marketplace-mobile-elite-image{aspect-ratio:4/3}.marketplace-mobile-cart-button{min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#e8e8e8;color:#4d4635;transition:transform .12s ease,opacity .12s ease}.marketplace-mobile-loyalty-emerald{margin-top:24px;position:relative;padding:26px 22px 28px;border-radius:22px;background:#f1eada;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:18px;align-items:center;min-height:520px}.marketplace-mobile-emerald-glow{position:absolute;left:-52px;bottom:-72px;width:220px;height:220px;border-radius:999px;background:rgba(212,175,55,.22);filter:blur(34px)}.marketplace-mobile-emerald-eyebrow{margin:0;color:#8c6d00;font-size:13px;font-weight:800;line-height:1.35}.marketplace-mobile-emerald-title{margin:6px 0 0;color:#101316;font-size:44px;font-weight:900;line-height:1.18}.marketplace-mobile-emerald-copy{margin:14px auto 0;max-width:340px;color:#1b232f;font-size:19px;font-weight:600;line-height:1.58}.marketplace-mobile-emerald-cta,.marketplace-mobile-luxury-cta{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid transparent;transition:transform .12s ease,opacity .12s ease}.marketplace-mobile-emerald-cta{min-width:170px;margin-top:14px;padding:0 16px;background:#836900;color:#ffffff;font-size:28px;font-weight:900;line-height:1}.marketplace-mobile-emerald-copy-wrap{position:relative;z-index:1;width:100%;text-align:center}.marketplace-mobile-emerald-portrait-wrap{position:relative;z-index:1;width:184px;height:250px;border-radius:18px;overflow:hidden;box-shadow:0 18px 45px rgba(26,28,28,.28);transform:rotate(2.5deg)}.marketplace-mobile-emerald-image{width:100%;height:100%;display:block;object-fit:cover;border-radius:18px}.marketplace-desktop-shell{background:#f9f9f9}.marketplace-desktop-main{max-width:1280px;margin:0 auto;padding:20px 24px 110px}.marketplace-desktop-category-strip{display:flex;flex-direction:row-reverse;gap:14px;margin-bottom:18px;overflow-x:auto;scrollbar-width:none}.marketplace-desktop-category-strip::-webkit-scrollbar{display:none}.marketplace-desktop-category-item{min-width:92px;display:inline-flex;flex-direction:column;align-items:center;gap:8px;color:#4d4635;font-size:12px;font-weight:700}.marketplace-desktop-category-icon{width:56px;height:56px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f3f3f3}.marketplace-desktop-category-item--active .marketplace-desktop-category-icon{background:#d4af37;color:#554300}.marketplace-desktop-hero{position:relative;height:450px;border-radius:26px;overflow:hidden;margin-bottom:26px}.marketplace-desktop-hero-image,.marketplace-desktop-hero-overlay{position:absolute;inset:0}.marketplace-desktop-hero-image{width:100%;height:100%;object-fit:cover}.marketplace-desktop-hero-overlay{background:linear-gradient(270deg,rgba(0,0,0,.58) 28%,rgba(0,0,0,.1) 68%)}.marketplace-desktop-hero-copy{position:relative;z-index:1;height:100%;max-width:560px;margin-right:auto;padding:52px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff}.marketplace-desktop-hero-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 16px;border-radius:999px;background:#d4af37;color:#554300;font-size:13px;font-weight:800}.marketplace-desktop-hero-title{margin-top:14px;font-size:52px;font-weight:900;line-height:1.12}.marketplace-desktop-hero-description{margin-top:12px;color:rgba(255,255,255,.86);font-size:20px;font-weight:600;line-height:1.5}.marketplace-desktop-hero-cta{min-height:46px;margin-top:20px;padding:0 22px;border-radius:10px;background:linear-gradient(135deg,#735c00,#d4af37);color:#ffffff;font-size:17px;font-weight:900}.marketplace-desktop-section{margin-top:24px}.marketplace-desktop-deals{padding:26px;border-radius:26px;background:#f3f3f3}.marketplace-desktop-section-title{margin:0;color:#1a1c1c;font-size:32px;font-weight:900;line-height:1.2}.marketplace-desktop-time-badge{background:#ffdad6;color:#93000a;font-weight:900}.marketplace-desktop-link{color:#735c00;font-size:14px;font-weight:800}.marketplace-desktop-loading{font-size:16px;font-weight:700;color:#4d4635}.marketplace-desktop-deals-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.marketplace-desktop-deal-card{padding:12px;border-radius:16px;background:#ffffff}.marketplace-desktop-deal-image-wrap{position:relative;height:190px;border-radius:12px;overflow:hidden;background:#f3f3f3}.marketplace-desktop-deal-image{width:100%;height:100%;object-fit:cover}.marketplace-desktop-discount{position:absolute;top:8px;right:8px;min-height:22px;min-width:38px;padding:0 8px;border-radius:8px;background:#ba1a1a;color:#fff;font-size:10px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.marketplace-desktop-deal-store{margin-top:10px;color:#7f7663;font-size:11px;font-weight:700}.marketplace-desktop-deal-title{margin-top:3px;color:#1a1c1c;font-size:14px;font-weight:800}.marketplace-desktop-deal-price{color:#735c00;font-size:18px;font-weight:900}.marketplace-desktop-deal-old-price{color:#7f7663;font-size:12px;text-decoration:line-through}.marketplace-desktop-bento-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}.marketplace-desktop-emerald-component{position:relative;border-radius:24px;background:#f1eada;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:28px;min-height:320px;overflow:hidden}.marketplace-desktop-emerald-copy{max-width:60%}.marketplace-desktop-emerald-eyebrow{color:#735c00;font-size:12px;font-weight:800}.marketplace-desktop-emerald-title{margin-top:8px;color:#1a1c1c;font-size:38px;font-weight:900;line-height:1.25}.marketplace-desktop-emerald-description{margin-top:8px;color:#4d4635;font-size:15px;font-weight:600;line-height:1.6}.marketplace-desktop-emerald-cta{min-height:44px;margin-top:14px;padding:0 16px;border-radius:10px;background:#735c00;color:#fff;font-size:14px;font-weight:800}.marketplace-desktop-emerald-portrait{width:180px;height:240px;border-radius:18px;overflow:hidden;transform:rotate(2deg)}.marketplace-desktop-emerald-portrait-image{width:100%;height:100%;object-fit:cover}.marketplace-desktop-luxury-component{border-radius:24px;background:#735c00;color:#fff;padding:24px 20px;min-height:320px;display:flex;flex-direction:column;align-items:center;text-align:center}.marketplace-desktop-luxury-icon{width:72px;height:72px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(212,175,55,.24);color:#d4af37}.marketplace-desktop-luxury-title{margin-top:16px;font-size:26px;font-weight:900;line-height:1.2}.marketplace-desktop-luxury-description{margin-top:8px;color:rgba(255,255,255,.88);font-size:14px;font-weight:600;line-height:1.6}.marketplace-desktop-luxury-cta{width:100%;min-height:44px;margin-top:auto;border-radius:10px;border:1px solid rgba(212,175,55,.55);color:#d4af37;font-size:14px;font-weight:800}.marketplace-desktop-nav-arrow{min-width:42px;min-height:42px;border-radius:999px;background:#f3f3f3}.marketplace-desktop-curated-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:16px}.marketplace-desktop-curated-feature{position:relative;min-height:410px;border-radius:24px;overflow:hidden;background-position:50%;background-size:cover}.marketplace-desktop-curated-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.16) 25%,rgba(0,0,0,.88))}.marketplace-desktop-curated-copy{position:relative;z-index:1;height:100%;padding:24px;display:flex;flex-direction:column;justify-content:flex-end}.marketplace-desktop-curated-badge{color:#d4af37;font-size:14px;font-weight:800}.marketplace-desktop-curated-name{margin-top:6px;color:#fff;font-size:34px;font-weight:900;line-height:1.2}.marketplace-desktop-curated-subcopy{margin-top:8px;color:rgba(255,255,255,.84);font-size:15px;font-weight:600}.marketplace-desktop-curated-price{color:#e4b84f;font-size:26px;font-weight:900}.marketplace-desktop-curated-cta{min-height:42px;padding:0 16px;border-radius:999px;background:#fff;color:#111827;font-size:14px;font-weight:800}.marketplace-desktop-curated-side-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:12px}.marketplace-desktop-curated-mini{border-radius:20px;background:#f3f3f3;padding:12px}.marketplace-desktop-curated-mini-image{height:148px;border-radius:12px;background-size:cover;background-position:50%}.marketplace-desktop-curated-mini-name{margin-top:8px;font-size:14px;font-weight:700;color:#1a1c1c}.marketplace-desktop-curated-mini-price{margin-top:4px;font-size:17px;font-weight:800;color:#735c00}.marketplace-desktop-curated-wide{grid-column:span 2;border-radius:20px;background:#f3f3f3;padding:16px}.marketplace-desktop-curated-wide-name{font-size:18px;font-weight:800;color:#1a1c1c}.marketplace-desktop-curated-wide-price{margin-top:8px;color:#735c00;font-size:20px;font-weight:900}.marketplace-mobile-luxury-collection{position:relative;overflow:hidden;margin-top:16px;padding:28px 22px 24px;border-radius:22px;background:#816a00;text-align:center}.marketplace-mobile-luxury-reference{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.08}.marketplace-mobile-luxury-copy,.marketplace-mobile-luxury-cta,.marketplace-mobile-luxury-icon-wrap,.marketplace-mobile-luxury-title{position:relative;z-index:1}.marketplace-mobile-luxury-icon-wrap{width:80px;height:80px;margin:0 auto;border-radius:16px;background:rgba(212,175,55,.22);display:inline-flex;align-items:center;justify-content:center;color:#d4af37}.marketplace-mobile-luxury-title{margin:16px 0 0;color:#ffffff;font-size:30px;font-weight:900;line-height:1.24}.marketplace-mobile-luxury-copy{margin:8px auto 0;max-width:320px;color:rgba(255,255,255,.9);font-size:15px;font-weight:600;line-height:1.55}.marketplace-mobile-luxury-cta{width:100%;margin-top:18px;padding:0 16px;border-color:rgba(212,175,55,.58);color:#d4af37;font-size:18px;font-weight:800;line-height:1}.marketplace-mobile-app-banner{position:fixed;right:0;bottom:70px;left:0;z-index:45;min-height:36px;display:flex;align-items:center;justify-content:center;gap:8px;background:#e2e2e2;color:#1a1c1c;font-size:12px;font-weight:800;box-shadow:0 -12px 40px rgba(77,70,53,.06)}.marketplace-mobile-app-banner svg{color:#735c00}.gold-gradient{background-image:linear-gradient(135deg,#735c00,#d4af37)}.marketplace-desktop-stitch{background:#f9f9f9;color:#1a1c1c;font-family:Manrope,var(--mantine-font-family),sans-serif}.marketplace-desktop-stitch button,.marketplace-desktop-stitch h1,.marketplace-desktop-stitch h2,.marketplace-desktop-stitch h3,.marketplace-desktop-stitch h4,.marketplace-desktop-stitch p,.marketplace-desktop-stitch span{line-height:1.25}.marketplace-editorial-shadow{box-shadow:0 12px 40px rgba(77,70,53,.06)}.marketplace-mobile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:space-around;min-height:70px;padding:8px 8px max(10px,env(safe-area-inset-bottom));background:rgba(255,255,255,.86);color:#4d4635;backdrop-filter:blur(20px);box-shadow:0 -12px 40px rgba(77,70,53,.06)}.marketplace-mobile-nav-item{position:relative;min-width:52px;min-height:44px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:999px;color:#4d4635;font-size:10px;font-weight:700;transition:transform .12s ease,opacity .12s ease,background-color .12s ease}.marketplace-mobile-nav-item--active{min-width:70px;background:#d4af37;color:#554300}.marketplace-mobile-nav-dot{position:absolute;top:7px;right:14px;width:7px;height:7px;border-radius:999px;background:#ba1a1a}@media (min-width:992px){.marketplace-mobile-app-banner,.marketplace-mobile-bottom-nav,.marketplace-mobile-shell{display:none}}