/* ============================================================
   STITCH NORDIC WARMTH LUXURY MOBILE DESIGN SYSTEM
   Palette: #FAF9F7 (Paper White), #1A1A1A (Deep Charcoal),
   #D9C5B2 (Warm Beige), #8FA18B (Soft Sage), #C44D32 (Terracotta/Sale)
   ============================================================ */

:root {
  --mobile-primary: #1a1a1a;
  --mobile-accent: #c44d32;
  --mobile-sage: #8fa18b;
  --mobile-beige: #d9c5b2;
  --mobile-dark: #1a1a1a;
  --mobile-border: #e3e2e0;
  --mobile-bg: #faf9f7;
  --mobile-gray: #747878;
  --mobile-font-serif: 'Playfair Display', Georgia, serif;
  --mobile-font-sans: 'Inter', system-ui, -apple-system, sans-serif;
}

/* Apply Mobile Layout styles on screens <= 768px or forced mobile view */
body.force-mobile-view,
@media (max-width: 768px) {
  body {
    font-family: var(--mobile-font-sans);
    color: var(--mobile-dark);
    background-color: var(--mobile-bg);
    margin: 0;
    padding-bottom: 65px;
    -webkit-tap-highlight-color: transparent;
  }
}

body.force-mobile-view {
  font-family: var(--mobile-font-sans);
  color: var(--mobile-dark);
  background-color: var(--mobile-bg);
  margin: 0;
  padding-bottom: 65px;
  -webkit-tap-highlight-color: transparent;
}

/* ============================================================
   MOBILE PERFORMANCE OPTIMIZATIONS (GPU & TOUCH SPEED)
   ============================================================ */
a, button, input, select, textarea, .mobile-bar-item, .mobile-header-btn, .btn-add-cart, .btn-wishlist, .btn-quick-view, .mobile-category-card {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.woodmart-mobile-bar,
.mobile-offcanvas-drawer,
.cart-drawer,
.mobile-header-wrapper {
  will-change: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mobile-offcanvas-drawer,
.cart-drawer-body,
.mobile-product-grid {
  -webkit-overflow-scrolling: touch;
}

.mobile-product-card {
  content-visibility: auto;
  contain-intrinsic-size: 1px 280px;
}

/* ------------------------------------------------------------
   1. STITCH LUXURY TOP ANNOUNCEMENT BAR
   ------------------------------------------------------------ */
.stitch-mobile-topbar,
.mobile-green-topbar {
  background-color: #111111 !important;
  color: #faf9f7 !important;
  padding: 8px 14px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.mobile-topbar-inner {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mobile-social-links {
  display: flex;
  gap: 16px;
  align-items: center;
}
.mobile-social-links a {
  color: #faf9f7;
  font-size: 12px;
  text-decoration: none;
}

/* ------------------------------------------------------------
   2. MOBILE MAIN HEADER BAR & SEARCH BAR
   ------------------------------------------------------------ */
.mobile-header-wrapper {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: rgba(250, 249, 247, 0.96) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid var(--mobile-border) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
  transition: transform 0.35s ease-in-out;
}

.mobile-header-wrapper.header-hidden {
  transform: translateY(-100%);
}

.mobile-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px 8px;
}

.mobile-header-btn {
  background: transparent;
  border: none;
  font-size: 20px;
  color: #1a1a1a;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  z-index: 1055;
  transition: opacity 0.2s ease;
}
.mobile-header-btn:hover {
  opacity: 0.7;
}

.mobile-brand-logo,
.mobile-header-bar .mobile-brand-logo {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  color: #1a1a1a !important;
  text-decoration: none !important;
  text-transform: none !important;
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1.1 !important;
  transition: opacity 0.2s ease !important;
}
.mobile-brand-logo:hover {
  opacity: 0.75 !important;
}
.mobile-brand-logo span {
  font-style: italic !important;
  font-weight: 400 !important;
  margin: 0 2px !important;
}

.mobile-cart-badge {
  position: absolute;
  top: -2px;
  right: -4px;
  background: #c44d32 !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 6px rgba(196, 77, 50, 0.35) !important;
}

/* Mobile Search Bar in Header */
.mobile-header-search-bar {
  padding: 4px 16px 12px;
  background: transparent;
}

.mobile-header-search-bar form {
  display: flex;
  align-items: center;
  border: 1.5px solid #d9c5b2;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.mobile-header-search-bar form:focus-within {
  border-color: #1a1a1a;
  box-shadow: 0 0 0 3px rgba(26, 26, 26, 0.06);
}

.mobile-header-search-bar input {
  flex: 1;
  border: none;
  padding: 10px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  outline: none;
  background: transparent;
  color: #1a1a1a;
}
.mobile-header-search-bar input::placeholder {
  color: #747878;
}

.mobile-header-search-bar button {
  background: transparent;
  border: none;
  padding: 10px 14px;
  color: #1a1a1a;
  font-size: 14px;
  cursor: pointer;
}

/* ------------------------------------------------------------
   3. MOBILE OFFCANVAS NAVIGATION DRAWER
   ------------------------------------------------------------ */
.mobile-drawer-backdrop {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(26, 26, 26, 0.55) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  z-index: 999998 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

.mobile-drawer-backdrop.active {
  opacity: 1 !important;
  visibility: visible !important;
}

.mobile-offcanvas-drawer {
  position: fixed !important;
  top: 0 !important;
  left: -320px !important;
  width: 300px !important;
  height: 100vh !important;
  background: #faf9f7 !important;
  z-index: 999999 !important;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: 10px 0 35px rgba(26, 26, 26, 0.15) !important;
  overflow: hidden !important;
}

.mobile-offcanvas-drawer.active {
  transform: translateX(320px) !important;
}

.drawer-search-box {
  padding: 16px;
  background: #ffffff;
  border-bottom: 1px solid #e3e2e0;
}

.drawer-search-box form {
  display: flex;
  align-items: center;
  border: 1.5px solid #d9c5b2;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.drawer-search-box input {
  flex: 1;
  border: none;
  padding: 10px 12px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  outline: none;
  color: #1a1a1a;
}

.drawer-search-box button {
  background: transparent;
  border: none;
  padding: 10px 14px;
  color: #1a1a1a;
  font-size: 14px;
  cursor: pointer;
}

/* Drawer Tabs: MENU | CATEGORIES */
.drawer-tabs {
  display: flex;
  background: #f4f3f1;
  border-bottom: 1px solid #e3e2e0;
}

.drawer-tab-btn {
  flex: 1;
  padding: 14px 10px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #747878;
  background: transparent;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  transition: all 0.2s ease;
}

.drawer-tab-btn.active {
  color: #1a1a1a;
  background: #faf9f7;
}

.drawer-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5px;
  background-color: #1a1a1a;
}

.drawer-tab-content {
  display: none;
  flex: 1;
  overflow-y: auto;
}

.drawer-tab-content.active {
  display: block;
}

.drawer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drawer-menu-list li {
  border-bottom: 1px solid rgba(227, 226, 224, 0.7);
}

.drawer-menu-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 14px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  width: 100%;
  transition: all 0.2s ease;
}

.drawer-menu-list li a:hover,
.drawer-menu-list li a.active-cat {
  color: #1a1a1a;
  background: rgba(217, 197, 178, 0.2);
}

.drawer-menu-list li a i {
  font-size: 14px;
  color: #8fa18b;
  width: 18px;
  text-align: center;
}

.badge-hot {
  background: #c44d32;
  color: #ffffff;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 9999px;
  margin-left: 6px;
  letter-spacing: 0.05em;
}

/* ------------------------------------------------------------
   4. FEATURED CATEGORIES SECTION (MOBILE)
   ------------------------------------------------------------ */
.mobile-featured-categories-section {
  background: #ffffff;
  padding: 24px 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--mobile-border);
}

.mobile-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.mobile-category-card {
  background: #faf9f7;
  border: 1px solid #e3e2e0;
  border-radius: 12px;
  padding: 14px 8px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.mobile-category-card:active {
  transform: scale(0.96);
  background: #ffffff;
  border-color: #1a1a1a;
}

.cat-icon-wrapper {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #d9c5b2;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 8px;
}

.cat-name {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ------------------------------------------------------------
   5. STICKY BOTTOM APP BAR (STITCH LUXURY)
   ------------------------------------------------------------ */
.woodmart-mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-top: 1px solid var(--mobile-border) !important;
  z-index: 1040;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.04) !important;
  padding: 8px 0 10px;
  display: block !important;
}

.mobile-bar-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.mobile-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #747878;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  width: 20%;
  transition: color 0.2s ease;
}

.mobile-bar-item i {
  font-size: 18px;
  margin-bottom: 3px;
  transition: transform 0.2s ease;
}

.mobile-bar-item.active {
  color: #1a1a1a !important;
}
.mobile-bar-item.active i {
  transform: translateY(-1px);
}

.mobile-bar-badge {
  position: absolute;
  top: -3px;
  right: 20%;
  background: #c44d32 !important;
  color: #ffffff !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  padding: 1px 5px !important;
  border-radius: 10px !important;
}

/* ------------------------------------------------------------
   6. MOBILE PRODUCT CARDS (2-COLUMN STITCH LUXURY)
   ------------------------------------------------------------ */
.mobile-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.mobile-product-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--mobile-border);
  box-shadow: 0 4px 15px rgba(26, 26, 26, 0.03);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mobile-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f4f3f1;
}

.mobile-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mobile-wish-btn {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(4px) !important;
  border: 1px solid rgba(227, 226, 224, 0.8) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #747878 !important;
  font-size: 13px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  cursor: pointer !important;
  z-index: 5 !important;
  transition: all 0.2s ease !important;
}

.mobile-wish-btn.active,
.mobile-wish-btn.in-wishlist {
  background: #ffffff !important;
  color: #c44d32 !important;
  border-color: #c44d32 !important;
}

.mobile-wish-btn.active i,
.mobile-wish-btn.in-wishlist i {
  color: #c44d32 !important;
}

.mobile-qv-btn {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(4px) !important;
  border: 1px solid rgba(227, 226, 224, 0.8) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #1a1a1a !important;
  font-size: 12px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  cursor: pointer !important;
  z-index: 5 !important;
  transition: all 0.2s ease !important;
}

.mobile-qv-btn:active {
  transform: scale(0.9);
  background: #1a1a1a !important;
  color: #ffffff !important;
}

.mobile-card-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.mobile-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.35;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 32px;
}

.mobile-card-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}

.mobile-card-price {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a !important;
  letter-spacing: -0.01em;
}

.mobile-card-orig-price {
  font-size: 11px;
  color: #747878;
  text-decoration: line-through;
  margin-left: 4px;
}

.mobile-card-add-btn {
  background: #1a1a1a !important;
  color: #ffffff !important;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(26, 26, 26, 0.25);
  transition: transform 0.2s ease;
}
.mobile-card-add-btn:active {
  transform: scale(0.92);
}

/* ------------------------------------------------------------
   7. MOBILE SHOP CATALOG FILTERS & CATEGORY SCROLL CHIPS
   ------------------------------------------------------------ */
.mobile-shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid var(--mobile-border);
  margin-bottom: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.mobile-filter-btn {
  background: #1a1a1a !important;
  color: #ffffff !important;
  border: none;
  padding: 9px 18px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(26, 26, 26, 0.2);
  transition: transform 0.2s ease;
}

.mobile-filter-btn:active {
  transform: scale(0.96);
}

.mobile-category-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  margin-bottom: 14px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.mobile-category-scroll::-webkit-scrollbar {
  display: none;
}

.mobile-cat-chip {
  white-space: nowrap;
  background: #ffffff;
  border: 1.5px solid #d9c5b2;
  color: #1a1a1a;
  padding: 8px 16px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.mobile-cat-chip.active {
  background: #1a1a1a !important;
  color: #ffffff !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 4px 12px rgba(26, 26, 26, 0.25) !important;
}

/* Mobile Slide-Up Filter Sheet */
.mobile-filter-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(26, 26, 26, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-filter-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.mobile-filter-sheet {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.15);
  z-index: 99999;
  transition: bottom 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 22px 20px 35px;
  box-sizing: border-box;
}

.mobile-filter-sheet.active {
  bottom: 0;
}

.mobile-filter-sheet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  padding-bottom: 14px;
  border-bottom: 1px solid #e3e2e0;
  margin-bottom: 18px;
}

.mobile-btn-submit {
  background: #1a1a1a !important;
  color: #ffffff !important;
  border: none;
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 20px -10px rgba(26, 26, 26, 0.35) !important;
  transition: transform 0.2s ease;
}

.mobile-btn-submit:active {
  transform: scale(0.98);
}

/* ============================================================
   GOOGLE STITCH MOBILE PRODUCT PAGE STYLING
   ============================================================ */
.mobile-stitch-gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f4f3f1;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(227, 226, 224, 0.8);
}

.mobile-stitch-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-stitch-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 10px;
}

.mobile-stitch-price-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e3e2e0;
  margin-bottom: 16px;
}

.mobile-stitch-variant-box {
  background: #ffffff;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e3e2e0;
  margin-bottom: 16px;
}

.mobile-sticky-buy-bar {
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-top: 1px solid #e3e2e0 !important;
}

.mobile-sticky-buy-bar .btn-add-cart {
  background: #1a1a1a !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(26,26,26,0.3) !important;
}

.mobile-sticky-buy-bar .btn-buy-now {
  background: transparent !important;
  color: #1a1a1a !important;
  border: 1.5px solid #1a1a1a !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .stitch-action-wrapper {
    padding: 14px;
    border-radius: 12px;
    gap: 10px;
    margin-bottom: 18px;
  }
  .stitch-action-row-main {
    gap: 8px;
  }
  .stitch-qty-box {
    width: 110px;
    height: 48px;
    border-radius: 8px;
  }
  .stitch-qty-btn {
    width: 28px;
    height: 30px;
  }
  .stitch-qty-input {
    width: 32px;
    font-size: 15px;
  }
  .stitch-btn-primary {
    height: 48px;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 8px;
  }
  .stitch-btn-secondary {
    height: 46px;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 8px;
  }

  .product-description-body img {
    max-width: 100% !important;
    height: auto !important;
  }

  .stitch-auth-wrapper {
    padding: 24px 16px 60px;
    min-height: auto;
  }
  .stitch-auth-card {
    padding: 24px 18px;
    border-radius: 14px;
  }
  .stitch-auth-brand {
    font-size: 28px;
  }
}