:root{--color-bg-primary:#fff;--color-bg-secondary:#fbfbfa;--color-bg-tertiary:#f4f4f3;--color-bg-card:#fff;--color-bg-glass:#fffffff2;--color-bg-input:#fff;--color-surface-hover:#f7f7f6;--color-surface-active:#eeeeec;--color-accent-gold:#c59b27;--color-accent-gold-dark:#9e7815;--color-accent-gold-light:#f6ecd3;--color-accent-dark:#1a1a1a;--gradient-accent:linear-gradient(135deg, #1a1a1a, #333);--gradient-gold:linear-gradient(135deg, #d4af37, #aa7c11);--color-text-primary:#121212;--color-text-secondary:#4a4a4a;--color-text-muted:#888;--color-text-accent:#c59b27;--color-text-on-accent:#fff;--color-success:#16a34a;--color-warning:#d97706;--color-error:#dc2626;--color-info:#2563eb;--color-border:#eaeaea;--color-border-hover:#ccc;--color-border-accent:#c59b27;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 16px #0000000f;--shadow-lg:0 10px 30px #00000014;--shadow-glow:0 4px 20px #c59b271f;--font-primary:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-display:"Cinzel", "Cormorant Garamond", Georgia, serif;--font-serif:"Cormorant Garamond", Georgia, serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--container-max:1320px;--header-height:80px;--sidebar-width:260px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100vw;overflow-x:hidden}body{font-family:var(--font-primary);font-size:var(--text-base);color:var(--color-text-primary);background-color:var(--color-bg-primary);max-width:100vw;min-height:100vh;line-height:1.6;position:relative;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit;font-size:inherit;color:inherit;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none}ul,ol{list-style:none}.font-display{font-family:var(--font-display);letter-spacing:.02em}.font-serif{font-family:var(--font-serif)}.text-gradient{color:var(--color-text-primary)}.heading-luxury{font-family:var(--font-display);color:#111;letter-spacing:-.01em;font-weight:700}.container{width:100%;max-width:var(--container-max);padding:0 var(--space-6);margin:0 auto}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.grid{display:grid}.product-grid{gap:var(--space-6);grid-template-columns:repeat(4,1fr);width:100%;display:grid}.glass-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.glass-card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-md)}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border-radius:var(--radius-sm);font-weight:600;font-size:var(--text-sm);letter-spacing:.04em;text-transform:uppercase;transition:all var(--transition-base);white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{color:#fff;background:#111;border:1px solid #111}.btn-primary:hover{background:var(--color-accent-gold);border-color:var(--color-accent-gold);color:#fff}.btn-secondary{color:var(--color-text-primary);border:1px solid var(--color-border);background:#fff}.btn-secondary:hover{color:#111;border-color:#111}.btn-ghost{color:var(--color-text-secondary)}.btn-ghost:hover{color:#111;background:var(--color-surface-hover)}.btn-gold{background:var(--color-accent-gold);color:#fff;border:1px solid var(--color-accent-gold)}.btn-gold:hover{background:var(--color-accent-gold-dark);border-color:var(--color-accent-gold-dark)}.btn-danger{background:var(--color-error);color:#fff}.btn-lg{padding:var(--space-4) var(--space-8);font-size:var(--text-sm);letter-spacing:.06em}.btn-sm{padding:var(--space-2) var(--space-4);font-size:var(--text-xs)}.btn-icon{padding:var(--space-2);border-radius:var(--radius-sm)}.input-group{gap:var(--space-2);flex-direction:column;display:flex}.input-group label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary);font-weight:600}.input{padding:var(--space-3) var(--space-4);background:var(--color-bg-input);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-primary);transition:all var(--transition-fast);width:100%}.input:focus{border-color:#111;box-shadow:0 0 0 2px #0000000d}.input::placeholder{color:var(--color-text-muted)}.badge{padding:var(--space-1) var(--space-3);border-radius:var(--radius-sm);letter-spacing:.04em;text-transform:uppercase;align-items:center;font-size:11px;font-weight:600;display:inline-flex}.badge-accent{background:var(--color-accent-gold-light);color:var(--color-accent-gold-dark)}.badge-success{color:#15803d;background:#dcfce7}.badge-warning{color:#b45309;background:#fef3c7}.badge-error{color:#b91c1c;background:#fee2e2}.floating-actions{z-index:90;flex-direction:column;gap:.65rem;display:flex;position:fixed;bottom:1.75rem;right:1.75rem}.floating-btn-cart{color:#111;background:#fff;border:1px solid #d5d5d5;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 14px #00000024}.floating-btn-cart:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000002e}.floating-cart-badge{color:#fff;background:#dc2626;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.floating-btn-whatsapp{color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 14px #25d36666}.floating-btn-whatsapp:hover{transform:translateY(-2px)scale(1.04);box-shadow:0 6px 20px #25d36680}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.3s forwards fadeIn}.animate-fade-in-up{animation:.35s forwards fadeInUp}.stagger>*{animation:.3s both fadeInUp}.stagger>:first-child{animation-delay:30ms}.stagger>:nth-child(2){animation-delay:60ms}.stagger>:nth-child(3){animation-delay:90ms}.stagger>:nth-child(4){animation-delay:.12s}.stagger>:nth-child(5){animation-delay:.15s}.stagger>:nth-child(6){animation-delay:.18s}.stagger>:nth-child(7){animation-delay:.21s}.stagger>:nth-child(8){animation-delay:.24s}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#ccc}::-webkit-scrollbar-thumb:hover{background:#999}@media (width<=1024px){.product-grid{gap:var(--space-4);grid-template-columns:repeat(3,1fr)}}@media (width<=768px){:root{--text-4xl:1.75rem;--text-5xl:2rem;--header-height:64px}.container{padding:0 var(--space-4)}.product-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.floating-actions{gap:.5rem;bottom:1.25rem;right:1.25rem}.floating-btn-cart,.floating-btn-whatsapp{width:42px;height:42px}}@media (width<=480px){.container{padding:0 .85rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}.btn{padding:var(--space-2) var(--space-4);font-size:12px}.btn-lg{padding:.75rem 1.25rem;font-size:13px}}@media (width<=320px){.product-grid{grid-template-columns:1fr}}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.announcement-bar{color:#f1f1f1;text-align:center;letter-spacing:.06em;text-transform:uppercase;background:#111;padding:.4rem .75rem;font-size:10.5px;font-weight:500;line-height:1.35}.announcement-bar p{margin:0}.header{z-index:100;border-bottom:1px solid var(--color-border);background:#fff;position:sticky;top:0;box-shadow:0 2px 10px #00000005}.header__inner{justify-content:space-between;align-items:center;gap:var(--space-3);height:75px;display:flex}.header__logo-wrapper{flex:1;justify-content:center;align-items:center;display:flex}.header__logo-link{color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.header__logo-img{object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0;width:44px;height:44px;box-shadow:0 2px 8px #00000014}.header__logo-text-group{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.header__logo{color:#111;letter-spacing:.03em;white-space:nowrap;font-size:1.65rem;font-weight:700;line-height:1.1}.header__subtitle{color:#777;letter-spacing:.05em;margin-top:1px;font-size:11.5px;font-style:italic}.header__search{align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);width:240px;transition:all var(--transition-fast);background:#f7f7f7;border:1px solid #e2e2e2;padding:.45rem .85rem;display:flex}.header__search:focus-within{background:#fff;border-color:#111}.header__search-icon{color:#888;flex-shrink:0}.header__search-input{font-size:var(--text-xs);color:#111;flex:1}.header__search-input::placeholder{color:#999}.header__actions{justify-content:flex-end;align-items:center;gap:.5rem;min-width:auto;display:flex}.header__admin-btn-desktop{align-items:center;gap:6px;margin-left:4px;display:inline-flex}.header__action-btn{color:#222;width:36px;height:36px;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.header__action-btn:hover{color:var(--color-accent-gold-dark);background:#f5f5f5}.header__cart-badge,.header__wishlist-badge{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;font-size:9.5px;font-weight:700;display:flex;position:absolute;top:0;right:0}.header__wishlist-badge{background:#c59b27}.header__nav-strip{background:#fff;border-top:1px solid #f0f0f0}.header__nav-inner{justify-content:center;align-items:center;gap:var(--space-8);height:42px;display:flex}.header__nav-link{letter-spacing:.08em;color:#333;padding:.5rem .25rem;font-size:12px;font-weight:600;transition:color .2s;position:relative}.header__nav-link:after{content:"";background:#111;width:0;height:2px;transition:width .2s;position:absolute;bottom:0;left:0}.header__nav-link:hover{color:#111}.header__nav-link:hover:after{width:100%}.header__user-menu{position:relative}.header__dropdown{border:1px solid var(--color-border);border-radius:var(--radius-md);min-width:220px;box-shadow:var(--shadow-lg);padding:var(--space-2);z-index:200;background:#fff;animation:.15s fadeIn;display:none;position:absolute;top:calc(100% + 8px);right:0}.header__user-menu:hover .header__dropdown,.header__dropdown:hover{display:block}.header__dropdown-header{padding:.75rem}.header__dropdown-name{font-weight:600;font-size:var(--text-sm);color:#111}.header__dropdown-email{font-size:var(--text-xs);color:#777;margin-top:2px}.header__dropdown-divider{background:var(--color-border);height:1px;margin:var(--space-1) 0}.header__dropdown-item{font-size:var(--text-xs);color:#444;border-radius:var(--radius-sm);transition:all var(--transition-fast);text-align:left;width:100%;padding:.5rem .75rem;font-weight:500;display:block}.header__dropdown-item:hover{color:#111;background:var(--color-surface-hover)}.header__dropdown-item--accent{color:var(--color-accent-gold-dark);font-weight:600}.header__dropdown-item--danger:hover{color:var(--color-error)}.header__mobile-toggle{color:#111;justify-content:center;align-items:center;padding:6px;display:none}.header__mobile-backdrop{-webkit-backdrop-filter:blur(4px);z-index:1000;background:#0000008c;justify-content:flex-start;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.header__mobile-drawer{background:#fff;flex-direction:column;width:85%;max-width:320px;height:100%;padding:1.25rem 1.5rem 2rem;animation:.25s cubic-bezier(.16,1,.3,1) slideInLeft;display:flex;overflow-y:auto;box-shadow:4px 0 24px #00000026}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.header__mobile-drawer-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.header__mobile-brand{align-items:center;gap:10px;display:flex}.header__mobile-logo-img{object-fit:cover;border-radius:var(--radius-sm);width:36px;height:36px;box-shadow:0 2px 6px #00000014}.header__mobile-brand-text{flex-direction:column;display:flex}.header__mobile-brand-text span{color:#111;letter-spacing:.04em;font-size:1.15rem;font-weight:800;line-height:1.1}.header__mobile-brand-text small{color:#888;letter-spacing:.05em;font-size:9.5px;font-style:italic}.header__mobile-close-btn{color:#333;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:background .2s;display:flex}.header__mobile-close-btn:hover{background:#f0f0f0}.header__mobile-search{border-radius:var(--radius-sm);background:#f6f6f6;border:1px solid #e5e5e5;align-items:center;gap:8px;margin-bottom:1.25rem;padding:.5rem .75rem;display:flex}.header__mobile-search-icon{color:#888;flex-shrink:0}.header__mobile-search-input{color:#111;flex:1;width:100%;font-size:13px}.header__mobile-nav{flex-direction:column;gap:2px;display:flex}.header__mobile-nav a{color:#222;border-radius:var(--radius-sm);letter-spacing:.04em;padding:.75rem .5rem;font-size:13px;font-weight:600;transition:background .15s,color .15s}.header__mobile-nav a:hover,.header__mobile-nav a:active{color:var(--color-accent-gold-dark);background:#f7f7f6}.header__mobile-nav-divider{background:#eee;height:1px;margin:.65rem 0}.header__mobile-nav-heading{text-transform:uppercase;letter-spacing:.08em;color:#999;padding:.35rem .5rem;font-size:10.5px;font-weight:700}.header__mobile-logout-btn{text-align:left;color:var(--color-error);cursor:pointer;border-radius:var(--radius-sm);padding:.75rem .5rem;font-size:13px;font-weight:600;transition:background .15s}.header__mobile-logout-btn:hover{background:#fee2e2}@media (width<=900px){.header__search,.header__nav-strip{display:none}.header__mobile-toggle{display:flex}.header__inner{height:64px}.header__logo-img{width:36px;height:36px}.header__logo{font-size:1.3rem}.header__subtitle{font-size:10px}.header__admin-btn-desktop{display:none}}@media (width<=480px){.announcement-bar{padding:.35rem .5rem;font-size:9.5px}.header__inner{gap:.25rem;height:58px}.header__logo-img{width:30px;height:30px}.header__logo-link{gap:7px}.header__logo{letter-spacing:.01em;font-size:1.12rem}.header__subtitle{display:none}.header__action-btn{width:32px;height:32px}}@media (width<=360px){.header__logo-img{width:26px;height:26px}.header__logo{font-size:.98rem}}.footer{background:#fbfbfa;border-top:1px solid #eaeaea;margin-top:3.5rem;padding:3.5rem 0 2rem}.footer__grid{gap:var(--space-6);grid-template-columns:1.5fr 1fr 1fr 1fr;display:grid}.footer__logo-link{margin-bottom:var(--space-2);align-items:center;gap:8px;text-decoration:none;display:inline-flex}.footer__logo-img{object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0;width:32px;height:32px}.footer__logo{color:#111;letter-spacing:.04em;font-size:1.35rem;font-weight:700}.footer__tagline{color:#666;max-width:290px;font-size:13.5px;line-height:1.6}.footer__heading{color:#111;margin-bottom:var(--space-3);text-transform:uppercase;letter-spacing:.1em;font-size:11.5px;font-weight:700}.footer__links{flex-direction:column;gap:8px;display:flex}.footer__links a{color:#555;transition:color var(--transition-fast);font-size:13px}.footer__links a:hover{color:var(--color-accent-gold-dark)}.footer__contact-list{flex-direction:column;gap:10px;display:flex}.footer__contact-item{color:#555;word-break:break-word;align-items:center;gap:8px;font-size:12.5px;display:flex}.footer__bottom{text-align:center;color:#888;border-top:1px solid #eaeaea;margin-top:2.5rem;padding-top:1.25rem;font-size:11.5px;line-height:1.5}@media (width<=900px){.footer__grid{gap:var(--space-6);grid-template-columns:1fr 1fr}}@media (width<=480px){.footer{margin-top:2.5rem;padding:2.5rem 0 1.5rem}.footer__grid{grid-template-columns:1fr;gap:1.5rem}.footer__bottom{margin-top:1.75rem;padding-top:1rem;font-size:11px}}.admin-layout{background:#fbfbfa;min-height:100vh;display:flex}.admin-sidebar{width:var(--sidebar-width);border-right:1px solid var(--color-border);padding:var(--space-6) var(--space-4);z-index:50;background:#fff;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.admin-sidebar__header{align-items:center;gap:var(--space-3);padding-bottom:var(--space-6);border-bottom:1px solid var(--color-border);margin-bottom:var(--space-4);display:flex}.admin-sidebar__logo{color:#111;font-size:1.25rem;font-weight:800}.admin-sidebar__nav{flex-direction:column;flex:1;gap:4px;display:flex}.admin-sidebar__link{align-items:center;gap:var(--space-3);border-radius:var(--radius-sm);color:#555;transition:all var(--transition-fast);padding:.65rem .85rem;font-size:13.5px;font-weight:500;text-decoration:none;display:flex}.admin-sidebar__link:hover{color:#111;background:#f5f5f5}.admin-sidebar__link--active{color:#111;background:#f0f0f0;font-weight:600}.admin-sidebar__footer{padding-top:var(--space-4);border-top:1px solid var(--color-border);flex-direction:column;gap:4px;display:flex}.admin-sidebar__logout-btn{text-align:left;cursor:pointer;color:#dc2626;background:0 0;border:none;width:100%;font-family:inherit}.admin-sidebar__logout-btn:hover{color:#fff;background:#dc2626}.admin-main{margin-left:var(--sidebar-width);background:#fbfbfa;flex:1;min-height:100vh;padding:2.5rem}@media (width<=768px){.admin-sidebar{width:64px;padding:var(--space-4) var(--space-2)}.admin-sidebar__header{justify-content:center}.admin-sidebar__logo,.admin-sidebar__link span,.admin-sidebar .badge{display:none}.admin-sidebar__link{padding:var(--space-3);justify-content:center}.admin-main{padding:var(--space-4);margin-left:64px}}.loader-container{justify-content:center;align-items:center;gap:var(--space-4);flex-direction:column;width:100%;padding:4rem 0;display:flex}.loader-spinner{border:3px solid #eee;border-top-color:#111;border-radius:50%;animation:.8s linear infinite spin}.loader-text{color:#666;letter-spacing:.04em;font-size:13px;font-weight:500}.product-card{transition:all var(--transition-base);border-radius:var(--radius-sm);background:#fff;flex-direction:column;width:100%;display:flex;position:relative}.product-card__link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.product-card__image-wrapper{aspect-ratio:1;border-radius:var(--radius-sm);background:#f8f8f8;border:1px solid #ebebeb;position:relative;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{color:#fff;border-radius:var(--radius-sm);letter-spacing:.05em;z-index:2;background:#111;padding:2px 6px;font-size:9.5px;font-weight:700;position:absolute;top:8px;left:8px}.product-card__badge--oos{background:#777}.product-card__overlay-actions{opacity:0;z-index:3;flex-direction:column;gap:6px;transition:all .25s;display:flex;position:absolute;bottom:10px;right:10px;transform:translateY(6px)}.product-card:hover .product-card__overlay-actions{opacity:1;transform:translateY(0)}.product-card__action-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex;box-shadow:0 4px 10px #00000014}.product-card__action-btn:hover{color:#fff;background:#111;border-color:#111}.product-card__action-btn.product-card__action-btn--active,.product-card__action-btn--active{color:#fff!important;background:#c59b27!important;border-color:#c59b27!important}.product-card__action-btn.product-card__action-btn--active:hover,.product-card__action-btn--active:hover{color:#fff!important;background:#b2881b!important;border-color:#b2881b!important}.product-card__info{flex-direction:column;flex:1;gap:3px;padding:10px 2px 6px;display:flex}.product-card__name{color:#222;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.7em;font-size:13px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card__pricing{flex-wrap:wrap;align-items:baseline;gap:6px;margin-top:auto;display:flex}.product-card__price{color:#111;font-size:13.5px;font-weight:700}.product-card__compare-price{color:#999;font-size:11.5px;text-decoration:line-through}@media (width<=768px){.product-card__overlay-actions{opacity:1;gap:4px;bottom:6px;right:6px;transform:translateY(0)}.product-card__action-btn{color:#111;background:#fffffff2;width:30px;height:30px}.product-card__action-btn.product-card__action-btn--active{color:#fff!important;background:#c59b27!important}.product-card__name{font-size:12px}.product-card__price{font-size:12.5px}.product-card__badge{padding:2px 5px;font-size:8.5px;top:6px;left:6px}}.home{padding-bottom:var(--space-16);background:#fff}.brand-hero{text-align:center;padding:2.5rem 0 1.5rem}.brand-hero__content{flex-direction:column;align-items:center;gap:6px;display:flex}.brand-hero__emblem{object-fit:cover;border-radius:var(--radius-sm);width:54px;height:54px;margin-bottom:4px;box-shadow:0 4px 14px #00000014}.brand-hero__title{color:#111;letter-spacing:.02em;font-size:clamp(1.6rem,5vw,2.75rem);font-weight:700;line-height:1.15}.brand-hero__subtitle{color:#777;letter-spacing:.06em;font-size:clamp(12px,2.5vw,15px);font-style:italic}.category-showcase-section{padding:1rem 0 2.5rem}.category-showcase-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.category-showcase-card{border-radius:var(--radius-sm);background:#f5f5f5;text-decoration:none;transition:transform .3s,box-shadow .3s;display:block;position:relative;overflow:hidden;box-shadow:0 4px 14px #0000000f}.category-showcase-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.category-showcase-card__image-wrap{aspect-ratio:1/1.05;position:relative;overflow:hidden}.category-showcase-card__img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.category-showcase-card:hover .category-showcase-card__img{transform:scale(1.08)}.category-showcase-card__overlay{background:linear-gradient(#0000 0%,#0f0f0f99 30%,#0f0f0fe0 100%);flex-direction:column;gap:2px;padding:.85rem 1rem;display:flex;position:absolute;bottom:0;left:0;right:0}.category-showcase-card__title{color:#fff;letter-spacing:.08em;text-transform:uppercase;font-size:12.5px;font-weight:700}.category-showcase-card__count{color:#ccc;letter-spacing:.08em;text-transform:uppercase;font-size:9.5px;font-weight:500}.exclusive-product-section{padding:1.5rem 0 3rem}.exclusive-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.exclusive-title{color:#111;letter-spacing:.01em;font-size:clamp(1.25rem,3.5vw,1.85rem);font-weight:700;line-height:1.2}.exclusive-view-all{color:#111;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;align-items:center;font-size:11.5px;font-weight:600;transition:color .2s;display:inline-flex}.exclusive-view-all:hover{color:var(--color-accent-gold-dark)}.exclusive-view-all__mobile{display:none}.exclusive-view-all__desktop{display:inline}.exclusive-tabs{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;border-bottom:1px solid #eee;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.exclusive-tabs::-webkit-scrollbar{display:none}.exclusive-tab-btn{letter-spacing:.08em;color:#777;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:.25rem 0;font-size:11.5px;font-weight:600;transition:color .2s;position:relative}.exclusive-tab-btn:hover{color:#111}.exclusive-tab-btn--active{color:#111;font-weight:700}.exclusive-tab-btn--active:after{content:"";background:#111;width:100%;height:2px;position:absolute;bottom:-.55rem;left:0}@media (width<=1024px){.category-showcase-grid{grid-template-columns:repeat(4,1fr);gap:.85rem}}@media (width<=768px){.category-showcase-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.category-showcase-card__image-wrap{aspect-ratio:1}.category-showcase-card__overlay{padding:.65rem .75rem}.category-showcase-card__title{font-size:11px}.category-showcase-card__count{font-size:9px}.exclusive-header{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.exclusive-title{font-size:1.25rem}.exclusive-view-all__desktop{display:none}.exclusive-view-all__mobile{color:#111;font-size:11px;font-weight:700;display:inline}.exclusive-tabs{gap:.9rem;margin-bottom:1.15rem}.exclusive-tab-btn{font-size:10.5px}}@media (width<=480px){.brand-hero{padding:1.5rem 0 1rem}.category-showcase-section{padding:.5rem 0 1.25rem}.category-showcase-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.exclusive-product-section{padding:.85rem 0 2rem}}.products-page{padding:2rem var(--space-6);max-width:var(--container-max);background:#fff}.products-page__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);border-bottom:1px solid #eee;flex-wrap:wrap;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.products-page__title{color:#111;font-size:clamp(1.4rem,4vw,2rem);font-weight:700}.products-page__count{color:#777;margin-top:4px;font-size:12.5px}.products-page__controls{align-items:center;gap:.75rem;display:flex}.products-page__sort{border-radius:var(--radius-sm);cursor:pointer;color:#222;background:#fff;border:1px solid #e0e0e0;min-width:170px;padding:.5rem .75rem;font-size:13px}.products-page__filter-toggle{align-items:center;gap:6px;padding:.5rem .85rem;font-size:12.5px;display:none}.products-page__body{gap:1.75rem;display:flex}.products-page__filters{border-radius:var(--radius-sm);width:240px;height:fit-content;top:calc(var(--header-height) + 1rem);background:#fcfcfc;border:1px solid #eee;flex-shrink:0;padding:1.5rem;position:sticky}.products-page__filters-backdrop{display:none}.products-page__filters-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.products-page__filters-header h3{text-transform:uppercase;letter-spacing:.08em;color:#111;font-size:13px;font-weight:700}.products-page__filters-close{display:none}.filter-group{margin-bottom:1.5rem}.filter-group__title{color:#222;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem;font-size:11.5px;font-weight:700}.filter-group__options{flex-direction:column;gap:4px;display:flex}.filter-option{color:#555;border-radius:var(--radius-sm);text-align:left;transition:all var(--transition-fast);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem .6rem;font-size:12.5px;display:flex}.filter-option:hover{color:#111;background:#f0f0f0}.filter-option--active{color:#111;background:#f0f0f0;font-weight:600}.products-page__grid-wrapper{flex-direction:column;flex:1;min-width:0;display:flex}.lazy-scroll-sentinel{width:100%;height:20px;margin-top:1rem}.products-loading-more{color:#666;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem 1rem;font-size:13.5px;display:flex}.products-loading-spinner{border:3px solid #c59b2733;border-top-color:#c59b27;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.products-end-banner{text-align:center;color:#777;letter-spacing:.03em;border-top:1px solid #eee;margin-top:1.5rem;padding:2rem 1rem;font-size:12.5px}.products-end-badge{color:#444;background:#fafafa;border:1px solid #e5e5e5;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-weight:500;display:inline-flex}.load-more-btn-wrap{justify-content:center;margin-top:1.5rem;display:flex}@media (width<=768px){.products-page{padding:1.25rem var(--space-4)}.products-page__controls{justify-content:space-between;width:100%}.products-page__sort{flex:1;min-width:0}.products-page__filter-toggle{flex-shrink:0;display:inline-flex}.products-page__filters-backdrop{-webkit-backdrop-filter:blur(4px);z-index:999;background:#0000008c;display:block;position:fixed;inset:0}.products-page__filters{z-index:1000;background:#fff;border-radius:0;width:85%;max-width:320px;height:100%;padding:1.5rem;animation:.25s cubic-bezier(.16,1,.3,1) slideInRight;display:none;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-4px 0 24px #00000026}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.products-page__filters--open{display:block}.products-page__filters-close{display:flex}.products-page__body{flex-direction:column}}@media (width<=480px){.products-page{padding:1rem .75rem}.products-page__header{gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem}}.product-detail{padding:2.5rem var(--space-6);max-width:var(--container-max);background:#fff}.product-detail__grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.product-detail__images{flex-direction:column;gap:1rem;display:flex}.product-detail__main-image{aspect-ratio:1;border-radius:var(--radius-sm);background:#f9f9f9;border:1px solid #eee;width:100%;overflow:hidden}.product-detail__main-image img{object-fit:cover;width:100%;height:100%}.product-detail__thumbnails{scrollbar-width:thin;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.product-detail__thumb{border-radius:var(--radius-sm);width:68px;height:68px;transition:border-color var(--transition-fast);cursor:pointer;background:#f9f9f9;border:1.5px solid #e5e5e5;flex-shrink:0;overflow:hidden}.product-detail__thumb img{object-fit:cover;width:100%;height:100%}.product-detail__thumb--active{border-color:#111}.product-detail__info{flex-direction:column;gap:1.15rem;display:flex}.product-detail__name{color:#111;font-size:clamp(1.4rem,4vw,2rem);font-weight:700;line-height:1.25}.product-detail__rating{color:#666;align-items:center;gap:6px;font-size:13px;display:flex}.product-detail__star{color:#d97706}.product-detail__reviews-count{color:#888}.product-detail__pricing{flex-wrap:wrap;align-items:baseline;gap:10px;margin-top:2px;display:flex}.product-detail__price{color:#111;font-size:clamp(1.5rem,4vw,2rem);font-weight:800}.product-detail__compare{color:#999;font-size:1.15rem;text-decoration:line-through}.product-detail__desc{color:#555;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:1rem 0;font-size:14px;line-height:1.65}.product-detail__stock{margin-top:2px}.product-detail__quantity{align-items:center;gap:10px;display:flex}.product-detail__qty-value{text-align:center;min-width:32px;font-size:15px;font-weight:600}.product-detail__actions{flex-wrap:wrap;gap:10px;margin-top:.75rem;display:flex}.product-detail__actions .btn{flex:1;min-width:140px}.product-detail__reviews{border-top:1px solid #eee;margin-top:3.5rem;padding-top:2rem}.product-detail__reviews h2{color:#111;margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.reviews-list{flex-direction:column;gap:.85rem;display:flex}.review-card{background:#fafafa;border:1px solid #ebebeb;padding:1.15rem}.review-card__header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.review-card__name{color:#111;font-size:13.5px;font-weight:600}.review-card__stars{gap:2px;display:flex}.star--filled{color:#d97706}.star--empty{color:#d1d5db}.review-card__comment{color:#555;font-size:13.5px;line-height:1.55}@media (width<=768px){.product-detail{padding:1.5rem var(--space-4)}.product-detail__grid{grid-template-columns:1fr;gap:1.5rem}.product-detail__thumb{width:58px;height:58px}.product-detail__actions{flex-direction:column}.product-detail__actions .btn{width:100%}}@media (width<=480px){.product-detail{padding:1rem .75rem}}.cart-empty{text-align:center;align-items:center;gap:var(--space-3);background:#fff;flex-direction:column;padding:5rem 1rem;display:flex}.cart-empty__icon{color:#aaa}.cart-empty h2{color:#111;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.cart-empty p{color:#777;margin-bottom:var(--space-4);font-size:14px}.cart{padding:2rem var(--space-6);max-width:var(--container-max);background:#fff}.cart__title{color:#111;border-bottom:1px solid #eee;margin-bottom:1.75rem;padding-bottom:.85rem;font-size:clamp(1.6rem,4vw,2.25rem);font-weight:700}.cart__grid{grid-template-columns:1fr 380px;align-items:start;gap:2rem;display:grid}.cart__items{flex-direction:column;gap:1rem;display:flex}.cart-item{border-radius:var(--radius-sm);background:#fff;border:1px solid #ebebeb;align-items:center;gap:1.25rem;padding:1.25rem;display:flex;position:relative}.cart-item__image{object-fit:cover;border-radius:var(--radius-sm);background:#f5f5f5;border:1px solid #eee;flex-shrink:0;width:76px;height:76px}.cart-item__content{flex-direction:column;flex:1;gap:.75rem;min-width:0;display:flex}.cart-item__header-row{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.cart-item__info{flex:1;min-width:0}.cart-item__name{color:#111;word-break:break-word;margin-bottom:3px;font-size:14px;font-weight:600;line-height:1.35}.cart-item__price{color:#666;font-size:13px}.cart-item__delete-btn{color:#888;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:all .15s;display:flex}.cart-item__delete-btn:hover{color:#dc2626;background:#fee2e2}.cart-item__footer-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.cart-item__quantity{border-radius:var(--radius-sm);background:#f8f8f8;border:1px solid #e0e0e0;align-items:center;gap:6px;padding:2px 4px;display:inline-flex}.cart-item__qty-btn{color:#222;background:#fff;border:1px solid #d5d5d5;border-radius:2px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .15s;display:flex}.cart-item__qty-btn:hover{color:#fff;background:#111;border-color:#111}.cart-item__qty-num{text-align:center;color:#111;min-width:22px;font-size:13px;font-weight:600}.cart-item__total-wrap{align-items:baseline;gap:4px;display:flex}.cart-item__total-label{color:#888;font-size:11.5px;display:none}.cart-item__total{color:#111;text-align:right;font-size:14.5px;font-weight:700}.cart-customer-section{border-radius:var(--radius-sm);background:#fafafa;border:1px solid #e5e5e5;padding:1.15rem 1.25rem}.cart-customer-toggle{color:#111;cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:0;font-size:13px;font-weight:600}.cart-customer-toggle:hover{color:var(--color-accent-gold-dark)}.cart-customer-form{border-top:1px solid #eaeaea;flex-direction:column;gap:.75rem;margin-top:.85rem;padding-top:.85rem;display:flex}.cart__summary{border-radius:var(--radius-sm);top:calc(var(--header-height) + 1rem);background:#fafafa;border:1px solid #e5e5e5;padding:1.5rem;position:sticky}.cart__summary-title{color:#111;margin-bottom:1.25rem;font-size:1.2rem;font-weight:700}.cart__summary-row{color:#555;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:13.5px;display:flex}.cart__summary-divider{background:#e5e5e5;height:1px;margin:1rem 0}.cart__summary-total{color:#111;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700}.cart-whatsapp-checkout-btn{color:#fff;border-radius:var(--radius-sm);text-align:center;background:#25d366;border:1px solid #25d366;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.9rem .75rem;font-size:clamp(11px,2.8vw,12.5px);font-weight:700;line-height:1.35;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 14px #25d3664d}.cart-whatsapp-checkout-icon{flex-shrink:0}.cart-whatsapp-checkout-btn:hover{color:#fff;background:#1eb857;border-color:#1eb857;transform:translateY(-2px);box-shadow:0 6px 18px #25d36673}.cart-whatsapp-note{color:#666;text-align:center;margin-top:.85rem;font-size:11.5px;line-height:1.5}@media (width<=900px){.cart__grid{grid-template-columns:1fr;gap:1.5rem}}@media (width<=600px){.cart{padding:1.25rem .75rem 3rem}.cart-item{gap:.75rem;padding:.85rem}.cart-item__image{width:68px;height:68px}.cart-item__name{font-size:13px}.cart-item__price{font-size:12px}.cart-item__total-label{display:inline}.cart-item__total{font-size:13.5px}.cart__summary{padding:1.15rem}}.wishlist-page{padding:2.5rem var(--space-6);min-height:calc(100vh - var(--header-height) - 100px);max-width:var(--container-max);background:#fff}.wishlist-header{border-bottom:1px solid #eee;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;padding-bottom:1.25rem;display:flex}.wishlist-header__title{color:#111;font-size:clamp(1.6rem,4vw,2.25rem);font-weight:700}.wishlist-header__subtitle{color:#666;margin-top:4px;font-size:13.5px}.wishlist-header__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.wishlist-empty{text-align:center;border-radius:var(--radius-md);background:#fdfdfd;border:1px solid #eee;max-width:600px;margin:1.5rem auto;padding:4rem 1.5rem}.wishlist-empty__icon-wrap{color:#c59b27;background:#fcf6e8;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.25rem;display:flex}.wishlist-empty__title{color:#111;margin-bottom:.5rem;font-size:clamp(1.4rem,4vw,1.75rem);font-weight:700}.wishlist-empty__desc{color:#777;max-width:420px;margin:0 auto 1.75rem;font-size:13.5px;line-height:1.6}.wishlist-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.wishlist-card{border-radius:var(--radius-sm);transition:transform var(--transition-normal), box-shadow var(--transition-normal);background:#fff;border:1px solid #eee;flex-direction:column;display:flex;position:relative;overflow:hidden}.wishlist-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000f}.wishlist-card__image-wrap{aspect-ratio:1;background:#f5f5f5;position:relative;overflow:hidden}.wishlist-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.wishlist-card:hover .wishlist-card__image{transform:scale(1.05)}.wishlist-card__remove-btn{color:#dc2626;cursor:pointer;width:32px;height:32px;transition:all var(--transition-fast);z-index:2;background:#fffffff2;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 6px #0000001a}.wishlist-card__remove-btn:hover{color:#fff;background:#dc2626;border-color:#dc2626;transform:scale(1.08)}.wishlist-card__badge{color:#fff;letter-spacing:.05em;z-index:2;background:#111;border-radius:2px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:8px;left:8px}.wishlist-card__badge--oos{background:#dc2626}.wishlist-card__body{flex-direction:column;flex:1;padding:1rem;display:flex}.wishlist-card__category{text-transform:uppercase;letter-spacing:.08em;color:#888;margin-bottom:3px;font-size:10.5px}.wishlist-card__name{color:#111;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.7em;margin-bottom:.5rem;font-size:14px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.wishlist-card__name a{color:inherit;text-decoration:none}.wishlist-card__name a:hover{color:#c59b27}.wishlist-card__pricing{flex-wrap:wrap;align-items:baseline;gap:6px;margin-top:auto;margin-bottom:1rem;display:flex}.wishlist-card__price{color:#111;font-size:15px;font-weight:700}.wishlist-card__compare{color:#999;font-size:12px;text-decoration:line-through}.wishlist-card__actions{flex-direction:column;gap:.4rem;display:flex}.wishlist-card__add-cart-btn{justify-content:center;align-items:center;gap:6px;width:100%;padding:.45rem .5rem;font-size:11.5px;display:flex}.wishlist-card__whatsapp-btn{color:#fff;border-radius:var(--radius-sm);width:100%;transition:all var(--transition-fast);background:#25d366;border:1px solid #25d366;justify-content:center;align-items:center;gap:6px;padding:.45rem .5rem;font-size:11.5px;font-weight:600;text-decoration:none;display:flex}.wishlist-card__whatsapp-btn:hover{color:#fff;background:#1eb954}@media (width<=1024px){.wishlist-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (width<=768px){.wishlist-page{padding:1.25rem var(--space-4)}.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.wishlist-card__body{padding:.75rem}.wishlist-card__name{font-size:12.5px}.wishlist-card__price{font-size:13.5px}}@media (width<=480px){.wishlist-page{padding:1rem .75rem}.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}.auth-page{min-height:calc(100vh - var(--header-height));background:#fbfbfa;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.auth-card{background:#fff;border:1px solid #e5e5e5;width:100%;max-width:440px;padding:2.5rem;box-shadow:0 4px 20px #0000000d}.auth-card__header{text-align:center;margin-bottom:2rem}.auth-card__title{color:#111;margin-bottom:6px;font-size:2rem;font-weight:700}.auth-card__subtitle{color:#666;font-size:14px}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.auth-card__footer{text-align:center;color:#666;margin-top:1.5rem;font-size:13.5px}.auth-link{color:#111;font-weight:700}.auth-link:hover{text-decoration:underline}.checkout-page{padding:2rem var(--space-4);max-width:720px;margin:0 auto}.checkout-title{margin-bottom:1.5rem;font-size:clamp(1.6rem,4vw,2.25rem);font-weight:700}.checkout-grid-2col{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.checkout-grid-full{grid-column:1/-1}.checkout-card{margin-bottom:1.25rem;padding:1.5rem}.checkout-card-title{font-size:var(--text-base);margin-bottom:1rem;font-weight:600}@media (width<=600px){.checkout-page{padding:1.25rem .75rem}.checkout-card{padding:1.15rem}.checkout-grid-2col{grid-template-columns:1fr}}.admin-page{max-width:1200px;margin:0 auto}.admin-page__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.admin-filter-bar{gap:8px;margin-bottom:1.5rem;padding-bottom:4px;display:flex;overflow-x:auto}.admin-filter-pill{border-radius:var(--radius-full);color:#555;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e0e0e0;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.admin-filter-pill:hover{color:#111;border-color:#111}.admin-filter-pill--active{color:#fff;background:#111;border-color:#111}.admin-table-wrapper{border-radius:var(--radius-sm);border:1px solid #eaeaea;overflow-x:auto}.admin-table{border-collapse:collapse;text-align:left;width:100%}.admin-table th{color:#777;text-transform:uppercase;letter-spacing:.08em;background:#fafafa;border-bottom:1px solid #eaeaea;padding:1rem 1.25rem;font-size:11px;font-weight:700}.admin-table td{vertical-align:middle;border-bottom:1px solid #f0f0f0;padding:1rem 1.25rem}.admin-table tr:hover td{background:#fbfbfa}.admin-product-thumb{object-fit:cover;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:4px;width:52px;height:52px}.sidesheet-backdrop{-webkit-backdrop-filter:blur(4px);z-index:1000;background:#00000073;justify-content:flex-end;display:flex;position:fixed;inset:0}.sidesheet-drawer{background:#fff;flex-direction:column;width:100%;max-width:560px;height:100vh;display:flex;position:relative;overflow:hidden;box-shadow:-10px 0 30px #00000026}.sidesheet-header{background:#fff;border-bottom:1px solid #eaeaea;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:1.75rem 2rem;display:flex}.sidesheet-form{flex-direction:column;flex:1;gap:1.25rem;padding:2rem;display:flex;overflow-y:auto}.sidesheet-upload-card{border-radius:var(--radius-sm);background:#fafafa;border:1px solid #e5e5e5;padding:1.25rem}.sidesheet-featured-toggle{border-radius:var(--radius-sm);cursor:pointer;background:#fcfcfc;border:1px solid #eaeaea;align-items:flex-start;gap:10px;padding:1rem;display:flex}.sidesheet-featured-toggle input{cursor:pointer;margin-top:3px}.sidesheet-footer{background:#fff;border-top:1px solid #eaeaea;flex-shrink:0;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}@media (width<=640px){.sidesheet-drawer{max-width:100%}.sidesheet-form{padding:1.25rem}}
