/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.2_@babel+core@7.28.3_@playwright+test@1.55.0_babel-plugin-macros@3.1.0_react-_94d7a10d44551802f838cfd7862bb772/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.2_@babel+core@7.28.3_@playwright+test@1.55.0_babel-plugin-macros@3.1.0_react-_94d7a10d44551802f838cfd7862bb772/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/CatalogPage.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Modern Catalog Page Styles - Car Rental Theme */

/* Container */
.CatalogPage_container__XCmTl {
  min-height: 100vh;
  background-color: #f8fafc;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Configuration Message */
.CatalogPage_configurationMessage___REaz {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.CatalogPage_messageContainer__ksOei {
  text-align: center;
  background: white;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin: 2rem;
}

.CatalogPage_messageContainer__ksOei h2 {
  color: #1f2937;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.CatalogPage_messageContainer__ksOei p {
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.CatalogPage_messageContainer__ksOei p:last-child {
  margin-bottom: 0;
}

/* No Template Found Styles */
.CatalogPage_noTemplateContainer___pzYa {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  padding: 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.CatalogPage_noTemplateContent__J2SDR {
  text-align: center;
  background: white;
  padding: 3rem;
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  max-width: 600px;
  width: 100%;
}

.CatalogPage_noTemplateIcon__CfSY8 {
  margin-bottom: 1.5rem;
}

.CatalogPage_noTemplateTitle__wA6SB {
  color: #1f2937;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.CatalogPage_noTemplateMessage__2vGl_ {
  color: #6b7280;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.CatalogPage_noTemplateMessage__2vGl_ p {
  margin-bottom: 0.75rem;
}

.CatalogPage_noTemplateDetails__nh9zr {
  background: #f8fafc;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-left: 4px solid #f59e0b;
}

.CatalogPage_noTemplateDetails__nh9zr h3 {
  color: #1f2937;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.CatalogPage_noTemplateDetails__nh9zr p {
  color: #6b7280;
  margin: 0;
}

.CatalogPage_noTemplateDetails__nh9zr code {
  background: #e5e7eb;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  font-size: 0.875rem;
  color: #dc2626;
}

.CatalogPage_noTemplateActions__liSih {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.CatalogPage_backButton__HmcFB,
.CatalogPage_settingsButton__yoIJQ {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
}

.CatalogPage_backButton__HmcFB {
  background: #6b7280;
  color: white;
}

.CatalogPage_backButton__HmcFB:hover {
  background: #4b5563;
  transform: translateY(-1px);
}

.CatalogPage_settingsButton__yoIJQ {
  background: #f59e0b;
  color: white;
}

.CatalogPage_settingsButton__yoIJQ:hover {
  background: #d97706;
  transform: translateY(-1px);
}

.CatalogPage_availableTemplates__bInik {
  background: #f0fdf4;
  border-radius: 0.75rem;
  padding: 1.5rem;
  border: 1px solid #bbf7d0;
}

.CatalogPage_availableTemplates__bInik h4 {
  color: #166534;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.CatalogPage_availableTemplates__bInik ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.CatalogPage_availableTemplates__bInik li {
  background: white;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
  border-left: 3px solid #22c55e;
  color: #374151;
  font-weight: 500;
}

.CatalogPage_availableTemplates__bInik li:last-child {
  margin-bottom: 0;
}

/* Modern Header */
.CatalogPage_modernHeader__uKRIz {
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
}

.CatalogPage_headerTop__WjV0L {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.CatalogPage_brandSection__VnB1_ {
  display: flex;
  align-items: center;
}

.CatalogPage_brandLogo__s0b23 {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.CatalogPage_brandName__Qa3s6 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3b82f6;
}

.CatalogPage_brandIcon__rXFcF {
  width: 32px;
  height: 32px;
  color: #3b82f6;
}

/* Navigation */
.CatalogPage_headerNav__APSFM {
  display: flex;
  gap: 2.5rem;
  flex: 1 1;
  justify-content: center;
}

.CatalogPage_navLink__o3zjs {
  color: #1e293b;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  font-size: 1rem;
}

.CatalogPage_navLink__o3zjs:hover {
  color: #3b82f6;
}

/* Header Actions */
.CatalogPage_headerActions__NItUU {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.CatalogPage_userMenu__hConZ {
  position: relative;
}

.CatalogPage_userMenuButton__EQDd5 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #f3f4f6;
  border: none;
  border-radius: 0.5rem;
  color: #1e293b;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.CatalogPage_userMenuButton__EQDd5:hover {
  background: #e5e7eb;
}

.CatalogPage_userDropdown__PGK0S {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

.CatalogPage_userMenu__hConZ:hover .CatalogPage_userDropdown__PGK0S {
  opacity: 1;
  visibility: visible;
}

.CatalogPage_userDropdown__PGK0S button {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  background: none;
  color: #374151;
  font-size: 0.875rem;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s;
}

.CatalogPage_userDropdown__PGK0S button:hover {
  background: #f3f4f6;
  color: #1e293b;
}

.CatalogPage_signInButton__W6mmP {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.CatalogPage_signInButton__W6mmP:hover {
  background: #2563eb;
  transform: translateY(-1px);
}

.CatalogPage_refreshButton__Mu7fT {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: none;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s ease;
}

.CatalogPage_refreshButton__Mu7fT:hover {
  border-color: #3b82f6;
  color: #3b82f6;
  background: #eff6ff;
  transform: rotate(180deg);
}

.CatalogPage_refreshButton__Mu7fT:active {
  transform: rotate(180deg) scale(0.95);
}

.CatalogPage_cartButton__lpr1L {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  background: none;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s;
}

.CatalogPage_cartButton__lpr1L:hover {
  border-color: #3b82f6;
  color: #3b82f6;
}

.CatalogPage_cartCount__j5Old {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #ef4444;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.125rem 0.375rem;
  border-radius: 9999px;
  min-width: 20px;
  text-align: center;
}

/* Hero Section */
.CatalogPage_heroSection___rl42 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
              url('/images/photo-1568605117036-5fe5e7bab0b7.webp') center/cover;
  padding: 5rem 2rem;
  color: white;
  text-align: center;
}

.CatalogPage_heroContent__lr3Gh {
  max-width: 1000px;
  margin: 0 auto;
}

.CatalogPage_heroContent__lr3Gh h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.CatalogPage_heroTagline__J9ctt {
  font-size: 1.5rem;
  font-weight: 500;
  color: #60a5fa;
  margin-bottom: 0.5rem;
}

.CatalogPage_heroSubtitle__hXyNU {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  opacity: 0.9;
}

/* Search Box */
.CatalogPage_searchBox__pLc3R {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  max-width: 900px;
  margin: 0 auto;
}

.CatalogPage_searchGrid___TZTK {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  grid-gap: 1rem;
  gap: 1rem;
  align-items: end;
}

.CatalogPage_searchField__g_kNJ {
  position: relative;
}

.CatalogPage_searchIcon__ooM3_ {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  width: 20px;
  height: 20px;
}

.CatalogPage_searchInput__p9i2L {
  width: 100%;
  padding: 0.75rem 1rem 0.75rem 3rem;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.2s;
  color: #1e293b;
}

.CatalogPage_searchInput__p9i2L:focus {
  outline: none;
  border-color: #3b82f6;
}

.CatalogPage_searchButton__UGBDt {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.CatalogPage_searchButton__UGBDt:hover {
  background: #2563eb;
  transform: translateY(-1px);
}

/* Filter Section */
.CatalogPage_filterSection__ju6uh {
  background: white;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e7eb;
  position: -webkit-sticky;
  position: sticky;
  top: 76px;
  z-index: 40;
}

.CatalogPage_filterContainer__zeMaH {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.CatalogPage_filterLeft__d2WP6 {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.CatalogPage_filterButton__6prGY {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  color: #374151;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.CatalogPage_filterButton__6prGY:hover {
  border-color: #3b82f6;
  color: #3b82f6;
}

.CatalogPage_sortSelect__9QoHW {
  padding: 0.5rem 2rem 0.5rem 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  background: white;
  color: #374151;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s;
}

.CatalogPage_sortSelect__9QoHW:focus {
  outline: none;
  border-color: #3b82f6;
}

.CatalogPage_filterSearch__Z0kxS {
  position: relative;
  max-width: 400px;
  flex: 1 1;
}

.CatalogPage_filterSearchIcon__I6HCF {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  width: 20px;
  height: 20px;
}

.CatalogPage_filterSearchInput__QImIy {
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 3rem;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  transition: border-color 0.2s;
}

.CatalogPage_filterSearchInput__QImIy:focus {
  outline: none;
  border-color: #3b82f6;
}

.CatalogPage_searchLoading__nYxMy {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  color: #6b7280;
}

/* Error and Loading States */
.CatalogPage_error__CglCy {
  max-width: 1400px;
  margin: 2rem auto;
  padding: 1rem 2rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
  color: #dc2626;
  text-align: center;
}

.CatalogPage_noResults__YUQNF {
  text-align: center;
  padding: 4rem 2rem;
  font-size: 1.125rem;
  color: #6b7280;
  grid-column: 1 / -1;
}

/* Asset Grid */
.CatalogPage_assetGrid__Zk4Pz {
  max-width: 1400px;
  margin: 3rem auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
}

/* Vehicle Card */
.CatalogPage_vehicleCard__DK9f6 {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}

.CatalogPage_vehicleCard__DK9f6:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.CatalogPage_vehicleImageWrapper__xQ_sp {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #f3f4f6;
}

.CatalogPage_vehicleImage__HJeQ1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.CatalogPage_vehicleCard__DK9f6:hover .CatalogPage_vehicleImage__HJeQ1 {
  transform: scale(1.05);
}

.CatalogPage_categoryBadge__1_7CX {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

/* Category Badge Colors */
.CatalogPage_carBadge__vSg1c {
  background: rgba(59, 130, 246, 0.9);
  color: white;
}

.CatalogPage_luxuryBadge__XQauU {
  background: rgba(168, 85, 247, 0.9);
  color: white;
}

.CatalogPage_suvBadge__Xq5_y {
  background: rgba(34, 197, 94, 0.9);
  color: white;
}

.CatalogPage_bikeBadge__ZiDre {
  background: rgba(251, 146, 60, 0.9);
  color: white;
}

.CatalogPage_scooterBadge__mVCEA {
  background: rgba(236, 72, 153, 0.9);
  color: white;
}

.CatalogPage_equipmentBadge__FMoH9 {
  background: rgba(100, 116, 139, 0.9);
  color: white;
}

.CatalogPage_defaultBadge__tu4zl {
  background: rgba(107, 114, 128, 0.9);
  color: white;
}

/* Vehicle Content */
.CatalogPage_vehicleContent__lyt4v {
  padding: 1.5rem;
  flex: 1 1;
  display: flex;
  flex-direction: column;
}

.CatalogPage_vehicleHeader__NMkuN {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.CatalogPage_vehicleHeader__NMkuN h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  flex: 1 1;
}

.CatalogPage_assetTypeBadge__U9Q_P {
  flex-shrink: 0;
}

/* Asset Type Tag */
.CatalogPage_assetTypeTag__S_ks4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.CatalogPage_vehicleDescription__Dodre {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* Vehicle Features */
.CatalogPage_vehicleFeatures__gkeJs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.CatalogPage_featureTag__e1TbU {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  background: #f3f4f6;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  color: #4b5563;
  font-weight: 500;
}

.CatalogPage_featureTag__e1TbU svg {
  color: #6b7280;
}

/* Kit Content */
.CatalogPage_kitContent__BS39u {
  margin-top: 1rem;
  padding: 0 1.5rem 1.5rem;
}

.CatalogPage_kitLabel__HFWWd {
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}

.CatalogPage_kitItems__BWF1H {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.CatalogPage_kitItem__v1a97 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.875rem;
  gap: 1rem;
}

.CatalogPage_kitItem__v1a97:last-child {
  border-bottom: none;
}

.CatalogPage_kitItem__v1a97 span:first-child {
  font-weight: 500;
  color: #374151;
  flex: 1 1;
}

.CatalogPage_variant__zGDtD {
  color: #6b7280;
  font-size: 0.75rem;
}

.CatalogPage_priceSection__AmUKX {
  margin: 0.75rem 0;
}

.CatalogPage_price__m4oLR {
  font-size: 1.125rem;
  font-weight: 700;
  color: #059669;
}

/* Variant Content */
.CatalogPage_variantContent__KtpwI {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: auto;
}

.CatalogPage_variantCard__iNaab {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1rem;
  transition: all 0.2s;
}

.CatalogPage_variantCard__iNaab:hover {
  border-color: #3b82f6;
  background: #f0f9ff;
}

.CatalogPage_variantInfo__uj3f7 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.75rem;
}

.CatalogPage_variantName__AJ_eM {
  font-weight: 600;
  color: #1e293b;
  text-transform: capitalize;
  font-size: 0.875rem;
}

.CatalogPage_variantPrice__RNlLr {
  text-align: right;
}

.CatalogPage_priceAmount__xFEHK {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3b82f6;
}

/* Variant Actions */
.CatalogPage_variantActions__hQU5_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.CatalogPage_rating__ZRSMQ {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

.CatalogPage_starIcon__Ttk9s {
  color: #fbbf24;
  fill: #fbbf24;
}

.CatalogPage_starIconEmpty__LH_n1 {
  color: #e5e7eb;
  fill: #e5e7eb;
}

.CatalogPage_ratingText__9OJCV {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}

.CatalogPage_bookButton__6HABD {
  padding: 0.5rem 1.5rem;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s;
}

.CatalogPage_bookButton__6HABD:hover {
  background: #2563eb;
  transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .CatalogPage_headerNav__APSFM {
    display: none;
  }
  
  .CatalogPage_searchGrid___TZTK {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  
  .CatalogPage_searchButton__UGBDt {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .CatalogPage_container__XCmTl {
    padding: 0;
  }
  
  .CatalogPage_headerTop__WjV0L {
    padding: 1rem;
  }
  
  .CatalogPage_heroContent__lr3Gh h1 {
    font-size: 2.5rem;
  }
  
  .CatalogPage_heroTagline__J9ctt {
    font-size: 1.25rem;
  }
  
  .CatalogPage_heroSubtitle__hXyNU {
    font-size: 1rem;
  }
  
  .CatalogPage_searchBox__pLc3R {
    padding: 1.5rem;
  }
  
  .CatalogPage_searchGrid___TZTK {
    grid-template-columns: 1fr;
  }
  
  .CatalogPage_filterContainer__zeMaH {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
  
  .CatalogPage_filterLeft__d2WP6 {
    width: 100%;
    justify-content: space-between;
  }
  
  .CatalogPage_filterSearch__Z0kxS {
    width: 100%;
    max-width: none;
  }
  
  .CatalogPage_assetGrid__Zk4Pz {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
  
  .CatalogPage_vehicleCard__DK9f6 {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .CatalogPage_brandLogo__s0b23 {
    height: 40px;
  }
  
  .CatalogPage_brandName__Qa3s6 {
    font-size: 1.25rem;
  }
  
  .CatalogPage_heroContent__lr3Gh h1 {
    font-size: 2rem;
  }
  
  .CatalogPage_heroSection___rl42 {
    padding: 3rem 1rem;
  }
  
  .CatalogPage_searchBox__pLc3R {
    padding: 1rem;
    border-radius: 0.75rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.2_@babel+core@7.28.3_@playwright+test@1.55.0_babel-plugin-macros@3.1.0_react-_94d7a10d44551802f838cfd7862bb772/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.2_@babel+core@7.28.3_@playwright+test@1.55.0_babel-plugin-macros@3.1.0_react-_94d7a10d44551802f838cfd7862bb772/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/auth/AuthForms.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Modern Auth Forms Styles with Enhanced UI */

.AuthForms_authContainer__UFK2P {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
}

/* Animated background pattern */
.AuthForms_authContainer__UFK2P::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: AuthForms_backgroundMove__er0Hq 20s linear infinite;
}

@keyframes AuthForms_backgroundMove__er0Hq {
  0% { transform: translate(0, 0); }
  100% { transform: translate(50px, 50px); }
}

.AuthForms_authForm__5pqq7 {
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 450px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
  animation: AuthForms_formSlideIn__NtrW2 0.4s ease-out;
}

@keyframes AuthForms_formSlideIn__NtrW2 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.AuthForms_authHeader___aBlC {
  text-align: center;
  margin-bottom: 36px;
}

.AuthForms_authHeader___aBlC h2 {
  margin: 0 0 12px 0;
  color: #1a202c;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.AuthForms_authHeader___aBlC p {
  margin: 0;
  color: #4a5568;
  font-size: 16px;
  font-weight: 500;
}

.AuthForms_formGroup__eMPvE {
  margin-bottom: 24px;
  position: relative;
}

.AuthForms_formRow__IpHqO {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .AuthForms_formRow__IpHqO {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.AuthForms_label___5TaS {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #2d3748;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.AuthForms_input__iQ_C1 {
  width: 100%;
  padding: 14px 20px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #f7fafc;
  font-weight: 500;
  color: #2d3748;
}

.AuthForms_input__iQ_C1:hover {
  border-color: #cbd5e0;
  background: #fff;
}

.AuthForms_input__iQ_C1:focus {
  outline: none;
  border-color: #667eea;
  background: white;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  transform: translateY(-1px);
}

.AuthForms_input__iQ_C1::placeholder {
  color: #a0aec0;
  font-weight: 400;
}

/* Password input with show/hide toggle */
.AuthForms_passwordInputWrapper__v6hRP {
  position: relative;
}

.AuthForms_passwordToggle___i0ao {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #718096;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.AuthForms_passwordToggle___i0ao:hover {
  color: #4a5568;
}

.AuthForms_submitButton__vvDg7 {
  width: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 32px 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

.AuthForms_submitButton__vvDg7::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.AuthForms_submitButton__vvDg7:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.AuthForms_submitButton__vvDg7:hover:not(:disabled)::before {
  left: 100%;
}

.AuthForms_submitButton__vvDg7:active {
  transform: translateY(0);
}

.AuthForms_submitButton__vvDg7:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.AuthForms_spinner__CtGIx {
  animation: AuthForms_spin__zaGEJ 1s linear infinite;
}

@keyframes AuthForms_spin__zaGEJ {
  to { transform: rotate(360deg); }
}

.AuthForms_authLinks__4CG_x {
  text-align: center;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}

.AuthForms_switchAuth__xeBHV {
  margin: 0;
  color: #4a5568;
  font-size: 15px;
  font-weight: 500;
}

.AuthForms_linkButton__69nlO {
  background: none;
  border: none;
  color: #667eea;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  transition: all 0.2s ease;
  position: relative;
}

.AuthForms_linkButton__69nlO::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #667eea;
  transition: width 0.3s ease;
}

.AuthForms_linkButton__69nlO:hover {
  color: #5a67d8;
}

.AuthForms_linkButton__69nlO:hover::after {
  width: 100%;
}

.AuthForms_errorMessage__ZZuo2 {
  background: #fff5f5;
  border: 2px solid #feb2b2;
  color: #c53030;
  padding: 14px 20px;
  border-radius: 10px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: AuthForms_shake__zpzuM 0.4s ease-in-out;
}

@keyframes AuthForms_shake__zpzuM {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

.AuthForms_successMessage__Zi_9P {
  background: #f0fff4;
  border: 2px solid #9ae6b4;
  color: #276749;
  padding: 14px 20px;
  border-radius: 10px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Auth Modal Overlay */
.AuthForms_authModalOverlay__qkf_D {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
  animation: AuthForms_fadeIn__ZZvAR 0.3s ease;
}

@keyframes AuthForms_fadeIn__ZZvAR {
  from { opacity: 0; }
  to { opacity: 1; }
}

.AuthForms_authModal__YC2xa {
  background: white;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: AuthForms_modalSlideIn__YS90X 0.3s ease-out;
}

@keyframes AuthForms_modalSlideIn__YS90X {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.AuthForms_authModalHeader__XhCsn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 0 24px;
  border-bottom: 2px solid #e2e8f0;
  margin-bottom: 0;
}

.AuthForms_authModalHeader__XhCsn h3 {
  margin: 0;
  color: #2d3748;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.AuthForms_authCloseButton__sVCiy {
  background: #f7fafc;
  border: none;
  font-size: 20px;
  color: #718096;
  cursor: pointer;
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.AuthForms_authCloseButton__sVCiy:hover {
  background: #e2e8f0;
  color: #2d3748;
  transform: rotate(90deg);
}

.AuthForms_authModalContent__YjCjC {
  padding: 24px;
}

.AuthForms_authModalContent__YjCjC .AuthForms_authForm__5pqq7 {
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  animation: none;
}

.AuthForms_authModalContent__YjCjC .AuthForms_authHeader___aBlC {
  text-align: left;
  margin-bottom: 28px;
}

.AuthForms_authModalContent__YjCjC .AuthForms_authHeader___aBlC h2 {
  font-size: 28px;
  margin-bottom: 8px;
  justify-content: flex-start;
}

.AuthForms_authModalContent__YjCjC .AuthForms_authHeader___aBlC p {
  font-size: 15px;
  color: #4a5568;
}

/* Tabs for switching between login/register */
.AuthForms_authTabs__sNIM7 {
  display: flex;
  background: #f7fafc;
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 28px;
  position: relative;
}

.AuthForms_authTab__GSIzf {
  flex: 1 1;
  background: none;
  border: none;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #718096;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.AuthForms_authTab__GSIzf.AuthForms_active__n7B9R {
  color: white;
}

.AuthForms_authTabIndicator__76Zu8 {
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: calc(50% - 4px);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.AuthForms_authTab__GSIzf:first-child.AuthForms_active__n7B9R ~ .AuthForms_authTabIndicator__76Zu8 {
  transform: translateX(0);
}

.AuthForms_authTab__GSIzf:last-child.AuthForms_active__n7B9R ~ .AuthForms_authTabIndicator__76Zu8 {
  transform: translateX(calc(100% + 4px));
}

.AuthForms_authTab__GSIzf:hover:not(.AuthForms_active__n7B9R) {
  color: #4a5568;
}

/* Additional form elements styling */
.AuthForms_rememberMe__L7jua {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.AuthForms_rememberMe__L7jua input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 2px solid #cbd5e0;
  border-radius: 4px;
  cursor: pointer;
}

.AuthForms_rememberMe__L7jua label {
  font-size: 14px;
  color: #4a5568;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Social login buttons */
.AuthForms_socialLogin__xGjmp {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}

.AuthForms_socialLoginTitle__h2bX2 {
  text-align: center;
  color: #718096;
  font-size: 14px;
  margin-bottom: 16px;
  position: relative;
}

.AuthForms_socialLoginTitle__h2bX2::before,
.AuthForms_socialLoginTitle__h2bX2::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 80px;
  height: 1px;
  background: #e2e8f0;
}

.AuthForms_socialLoginTitle__h2bX2::before {
  left: 0;
}

.AuthForms_socialLoginTitle__h2bX2::after {
  right: 0;
}

.AuthForms_socialButtons__D8Rom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  gap: 12px;
}

.AuthForms_socialButton__q00JH {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  background: white;
  font-size: 14px;
  font-weight: 600;
  color: #4a5568;
  cursor: pointer;
  transition: all 0.2s ease;
}

.AuthForms_socialButton__q00JH:hover {
  border-color: #cbd5e0;
  background: #f7fafc;
  transform: translateY(-1px);
}

/* Loading overlay */
.AuthForms_loadingOverlay__yWeb7 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 20px;
}

.AuthForms_loadingSpinner__o5jwE {
  width: 40px;
  height: 40px;
  border: 4px solid #e2e8f0;
  border-top: 4px solid #667eea;
  border-radius: 50%;
  animation: AuthForms_spin__zaGEJ 1s linear infinite;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.2_@babel+core@7.28.3_@playwright+test@1.55.0_babel-plugin-macros@3.1.0_react-_94d7a10d44551802f838cfd7862bb772/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.2_@babel+core@7.28.3_@playwright+test@1.55.0_babel-plugin-macros@3.1.0_react-_94d7a10d44551802f838cfd7862bb772/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/CartSidebar.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Cart Sidebar Overlay */
.CartSidebar_overlay__nkrPx {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
}

/* Sidebar Container */
.CartSidebar_sidebar__ZLhiB {
  width: 450px;
  max-width: 90vw;
  background: white;
  height: 100vh;
  overflow-y: auto;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}

/* Header */
.CartSidebar_header__4PGDx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.CartSidebar_header__4PGDx h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f2937;
}

.CartSidebar_closeButton__wuayH {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #6b7280;
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: all 0.2s;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.CartSidebar_closeButton__wuayH:hover {
  color: #1f2937;
  background: #e5e7eb;
}

/* Content */
.CartSidebar_content__ohAzR {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}

/* Empty Cart */
.CartSidebar_emptyCart__me8Lw {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  text-align: center;
}

.CartSidebar_emptyIcon__FpaAy {
  margin-bottom: 1rem;
  opacity: 0.5;
  color: #9ca3af;
}

.CartSidebar_emptyCart__me8Lw h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 0.5rem 0;
}

.CartSidebar_emptyCart__me8Lw p {
  color: #6b7280;
  margin: 0 0 2rem 0;
}

.CartSidebar_browseButton__RCGOx {
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.CartSidebar_browseButton__RCGOx:hover {
  background: #2563eb;
}

/* Items List */
.CartSidebar_items__SHpGC {
  flex: 1 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
}

/* Individual Item */
.CartSidebar_item__AccQE {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  transition: box-shadow 0.2s;
}

.CartSidebar_item__AccQE:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.CartSidebar_itemImage__PvH6K {
  width: 3rem;
  height: 3rem;
  background: #e5e7eb;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.CartSidebar_itemDetails__CFdYs {
  flex: 1 1;
  min-width: 0;
}

.CartSidebar_itemName__R7vsx {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 0.25rem 0;
  line-height: 1.2;
}

.CartSidebar_itemVariant___4rLx {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0 0 0.25rem 0;
}

.CartSidebar_kitBadge__YYJRA {
  display: inline-block;
  background: #059669;
  color: white;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.CartSidebar_itemPrice__GuOCf {
  font-size: 0.875rem;
  font-weight: 600;
  color: #059669;
  margin: 0;
}

/* Item Actions */
.CartSidebar_itemActions__ROnMC {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end;
}

.CartSidebar_quantityControls__NOshs {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  padding: 0.25rem;
}

.CartSidebar_quantityButton__QYWFz {
  width: 1.75rem;
  height: 1.75rem;
  border: none;
  background: #f3f4f6;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #374151;
  transition: background 0.2s;
  font-size: 0.875rem;
}

.CartSidebar_quantityButton__QYWFz:hover {
  background: #e5e7eb;
}

.CartSidebar_quantity__Z3zSW {
  min-width: 2rem;
  text-align: center;
  font-weight: 600;
  color: #1f2937;
  font-size: 0.875rem;
}

.CartSidebar_removeButton__hoeGC {
  background: #ef4444;
  color: white;
  border: none;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 0.875rem;
}

.CartSidebar_removeButton__hoeGC:hover {
  background: #dc2626;
}

/* Footer */
.CartSidebar_footer__uTGNi {
  border-top: 1px solid #e5e7eb;
  padding: 1.5rem;
  background: #f9fafb;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.CartSidebar_summary__dFQFc {
  margin-bottom: 1rem;
}

.CartSidebar_totalItems__MvOWN {
  font-size: 1.125rem;
  color: #1f2937;
}

.CartSidebar_actions__OzLBX {
  display: flex;
  gap: 0.75rem;
}

.CartSidebar_clearButton__AFL6O,
.CartSidebar_enquiryButton__i5nSE {
  flex: 1 1;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.CartSidebar_clearButton__AFL6O {
  background: white;
  color: #6b7280;
  border: 1px solid #d1d5db;
}

.CartSidebar_clearButton__AFL6O:hover {
  background: #f9fafb;
  color: #374151;
  border-color: #9ca3af;
}

.CartSidebar_enquiryButton__i5nSE {
  background: #059669;
  color: white;
}

.CartSidebar_enquiryButton__i5nSE:hover {
  background: #047857;
  transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .CartSidebar_sidebar__ZLhiB {
    width: 100vw;
  }

  .CartSidebar_header__4PGDx {
    padding: 1rem;
  }

  .CartSidebar_items__SHpGC {
    padding: 0.75rem;
  }

  .CartSidebar_item__AccQE {
    padding: 0.75rem;
  }

  .CartSidebar_itemActions__ROnMC {
    flex-direction: column-reverse;
    gap: 0.75rem;
    align-items: stretch;
  }

  .CartSidebar_quantityControls__NOshs {
    justify-content: center;
  }

  .CartSidebar_actions__OzLBX {
    flex-direction: column;
  }

  .CartSidebar_footer__uTGNi {
    padding: 1rem;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.2_@babel+core@7.28.3_@playwright+test@1.55.0_babel-plugin-macros@3.1.0_react-_94d7a10d44551802f838cfd7862bb772/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.2_@babel+core@7.28.3_@playwright+test@1.55.0_babel-plugin-macros@3.1.0_react-_94d7a10d44551802f838cfd7862bb772/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/EnquiryForm.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Backdrop */
.EnquiryForm_backdrop__ZNGxl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

/* Modal */
.EnquiryForm_modal__4CsYq {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 700px;
  max-height: 90vh;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Header */
.EnquiryForm_header__yJV_7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #e5e7eb;
  background-color: #f9fafb;
}

.EnquiryForm_title__qpfZ6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

.EnquiryForm_closeButton__A_u0E {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #6b7280;
  padding: 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}

.EnquiryForm_closeButton__A_u0E:hover {
  background-color: #e5e7eb;
  color: #374151;
}

/* Content */
.EnquiryForm_content__3w9Rw {
  flex: 1 1;
  overflow-y: auto;
  padding: 2rem;
}

/* Success Message */
.EnquiryForm_successMessage__BEgmT {
  text-align: center;
  padding: 2rem 0;
}

.EnquiryForm_successIcon__ZTBm4 {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.EnquiryForm_successMessage__BEgmT h3 {
  font-size: 1.5rem;
  color: #059669;
  margin: 0 0 1rem 0;
}

.EnquiryForm_successMessage__BEgmT p {
  color: #374151;
  margin: 0 0 1rem 0;
  line-height: 1.6;
}

.EnquiryForm_successNote__bFYHU {
  font-size: 0.875rem;
  color: #6b7280;
  font-style: italic;
}

/* Cart Summary */
.EnquiryForm_cartSummary__yT6sI {
  background-color: #f0f9ff;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #bae6fd;
  margin-bottom: 2rem;
}

.EnquiryForm_cartSummary__yT6sI h3 {
  margin: 0 0 1rem 0;
  color: #0c4a6e;
  font-size: 1rem;
}

.EnquiryForm_cartItems__a8K4P {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.EnquiryForm_cartItem__eVgOj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #e0f2fe;
}

.EnquiryForm_itemDetails__0dyE_ {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1;
}

.EnquiryForm_quantity__AdQft {
  background-color: #0284c7;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  min-width: 2rem;
  text-align: center;
}

.EnquiryForm_itemName__PGBWa {
  font-weight: 600;
  color: #0f172a;
}

.EnquiryForm_variant__onGhh {
  font-size: 0.875rem;
  color: #64748b;
}

.EnquiryForm_price__XqZ7m {
  font-size: 0.875rem;
  color: #059669;
  font-weight: 600;
}

/* Form */
.EnquiryForm_form__AhGq_ {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.EnquiryForm_formSection__dsGJ1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.EnquiryForm_formSection__dsGJ1 h4 {
  margin: 0;
  color: #1f2937;
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f3f4f6;
}

.EnquiryForm_formRow__jm1Qg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}

.EnquiryForm_formGroup__ZkTGu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.EnquiryForm_label__s7JFi {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
}

.EnquiryForm_input__XKGGq,
.EnquiryForm_select__4Qh0V,
.EnquiryForm_textarea__EVA7r {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  background-color: white;
}

.EnquiryForm_input__XKGGq:focus,
.EnquiryForm_select__4Qh0V:focus,
.EnquiryForm_textarea__EVA7r:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.EnquiryForm_textarea__EVA7r {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}

.EnquiryForm_textarea__EVA7r::placeholder {
  color: #9ca3af;
}

/* Error Message */
.EnquiryForm_errorMessage__0AF3d {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
  padding: 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}

/* Form Actions */
.EnquiryForm_formActions__C5JQv {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.EnquiryForm_cancelButton__4pwSB {
  padding: 0.75rem 1.5rem;
  background-color: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.EnquiryForm_cancelButton__4pwSB:hover:not(:disabled) {
  background-color: #e5e7eb;
  border-color: #9ca3af;
}

.EnquiryForm_submitButton___a_4W {
  padding: 0.75rem 1.5rem;
  background-color: #3b82f6;
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.EnquiryForm_submitButton___a_4W:hover:not(:disabled) {
  background-color: #2563eb;
  transform: translateY(-1px);
}

.EnquiryForm_submitButton___a_4W:disabled {
  background-color: #9ca3af;
  cursor: not-allowed;
  transform: none;
}

/* Spinner */
.EnquiryForm_spinner__l6eMm {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: EnquiryForm_spin___r1o5 1s linear infinite;
}

@keyframes EnquiryForm_spin___r1o5 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 768px) {
  .EnquiryForm_modal__4CsYq {
    width: 95vw;
    max-height: 95vh;
    margin: 2.5vh auto;
  }

  .EnquiryForm_header__yJV_7 {
    padding: 1rem 1.5rem;
  }

  .EnquiryForm_title__qpfZ6 {
    font-size: 1.125rem;
  }

  .EnquiryForm_content__3w9Rw {
    padding: 1.5rem;
  }

  .EnquiryForm_formRow__jm1Qg {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .EnquiryForm_cartSummary__yT6sI {
    padding: 1rem;
  }

  .EnquiryForm_cartItem__eVgOj {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .EnquiryForm_itemDetails__0dyE_ {
    width: 100%;
  }

  .EnquiryForm_formActions__C5JQv {
    flex-direction: column-reverse;
  }

  .EnquiryForm_cancelButton__4pwSB,
  .EnquiryForm_submitButton___a_4W {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .EnquiryForm_modal__4CsYq {
    width: 100vw;
    max-height: 100vh;
    border-radius: 0;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .EnquiryForm_header__yJV_7 {
    padding: 1rem;
  }

  .EnquiryForm_content__3w9Rw {
    padding: 1rem;
  }
}

/* User Info Display for Authenticated Users */
.EnquiryForm_userInfoDisplay__71vQ6 {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.EnquiryForm_userInfoList__uLT2Z {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.EnquiryForm_userInfoRow__rQ45h {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #1e293b;
}

.EnquiryForm_userInfoRow__rQ45h strong {
  font-weight: 600;
  color: #64748b;
  min-width: 60px;
  text-align: left;
}

.EnquiryForm_updateNote__RK2Ok {
  text-align: center;
  font-size: 0.75rem;
  color: #64748b;
  border-top: 1px solid #e2e8f0;
  padding-top: 0.75rem;
}

.EnquiryForm_profileLink__6fcu1 {
  background: none;
  border: none;
  color: #2563eb;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 500;
}

.EnquiryForm_profileLink__6fcu1:hover {
  color: #1d4ed8;
}

/* Responsive adjustments for user info display */
@media (max-width: 640px) {
  .EnquiryForm_userInfoDisplay__71vQ6 {
    padding: 0.75rem;
  }
  
  .EnquiryForm_userInfoRow__rQ45h {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  
  .EnquiryForm_userInfoRow__rQ45h strong {
    min-width: auto;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.2_@babel+core@7.28.3_@playwright+test@1.55.0_babel-plugin-macros@3.1.0_react-_94d7a10d44551802f838cfd7862bb772/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.2_@babel+core@7.28.3_@playwright+test@1.55.0_babel-plugin-macros@3.1.0_react-_94d7a10d44551802f838cfd7862bb772/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/OrganizationsList.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.OrganizationsList_container__u3Oj5 {
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  flex-direction: column;
}

.OrganizationsList_header__Y_klX {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 0;
}

.OrganizationsList_headerContent__ubgRk {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.OrganizationsList_logo__j8CZS {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: white;
}

.OrganizationsList_logo__j8CZS h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.OrganizationsList_stats__xmz3L {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 500;
}

.OrganizationsList_main__AkWx4 {
  flex: 1 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 3rem 0;
}

.OrganizationsList_content__YRnjQ {
  max-width: 1200px;
  width: 100%;
  padding: 0 2rem;
}

.OrganizationsList_intro__QEIAz {
  text-align: center;
  margin-bottom: 3rem;
  color: white;
}

.OrganizationsList_intro__QEIAz h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  background: linear-gradient(45deg, #fff 0%, #f0f9ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.OrganizationsList_intro__QEIAz p {
  font-size: 1.25rem;
  margin: 0;
  opacity: 0.9;
}

.OrganizationsList_organizationsGrid__SfPOM {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  margin-bottom: 2rem;
}

.OrganizationsList_organizationCard___vWfi {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.OrganizationsList_organizationCard___vWfi:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.OrganizationsList_cardHeader__BdK5t {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.OrganizationsList_orgLogo__Cc1t3 {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.OrganizationsList_defaultLogo__r84EI {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.OrganizationsList_cardTitle__N_XsJ {
  flex: 1 1;
  min-width: 0;
}

.OrganizationsList_cardTitle__N_XsJ h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: #1f2937;
  line-height: 1.3;
}

.OrganizationsList_tagline___RWFs {
  color: #6b7280;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.4;
}

.OrganizationsList_cardContent__ZC6qh {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.OrganizationsList_contactItem__nWzdL {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #4b5563;
  font-size: 0.9rem;
}

.OrganizationsList_contactItem__nWzdL svg {
  color: #667eea;
  flex-shrink: 0;
}

.OrganizationsList_cardActions__oLwTm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.OrganizationsList_visitButton__amPBd {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.OrganizationsList_visitButton__amPBd:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}


.OrganizationsList_emptyState__1_0Na {
  text-align: center;
  color: white;
  padding: 4rem 2rem;
}

.OrganizationsList_emptyState__1_0Na svg {
  margin-bottom: 1.5rem;
  opacity: 0.6;
}

.OrganizationsList_emptyState__1_0Na h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

.OrganizationsList_emptyState__1_0Na p {
  font-size: 1rem;
  opacity: 0.8;
  margin: 0;
}

.OrganizationsList_footer__uWUsw {
  background: rgba(0, 0, 0, 0.2);
  color: white;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.OrganizationsList_footerContent__BQOQ1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.OrganizationsList_footerLinks___jDUF {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.OrganizationsList_footerLinks___jDUF a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.OrganizationsList_footerLinks___jDUF a:hover {
  color: white;
}

.OrganizationsList_separator__5KtkN {
  color: rgba(255, 255, 255, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
  .OrganizationsList_headerContent__ubgRk {
    padding: 0 1rem;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .OrganizationsList_content__YRnjQ {
    padding: 0 1rem;
  }

  .OrganizationsList_intro__QEIAz h2 {
    font-size: 2rem;
  }

  .OrganizationsList_intro__QEIAz p {
    font-size: 1.1rem;
  }

  .OrganizationsList_organizationsGrid__SfPOM {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .OrganizationsList_organizationCard___vWfi {
    padding: 1.25rem;
  }

  .OrganizationsList_cardHeader__BdK5t {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .OrganizationsList_cardActions__oLwTm {
    flex-direction: column;
    align-items: stretch;
  }

  .OrganizationsList_visitButton__amPBd {
    justify-content: center;
  }

  .OrganizationsList_footerContent__BQOQ1 {
    padding: 0 1rem;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .OrganizationsList_main__AkWx4 {
    padding: 2rem 0;
  }

  .OrganizationsList_intro__QEIAz {
    margin-bottom: 2rem;
  }

  .OrganizationsList_intro__QEIAz h2 {
    font-size: 1.75rem;
  }

  .OrganizationsList_organizationCard___vWfi {
    padding: 1rem;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.5.2_@babel+core@7.28.3_@playwright+test@1.55.0_babel-plugin-macros@3.1.0_react-_94d7a10d44551802f838cfd7862bb772/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.5.2_@babel+core@7.28.3_@playwright+test@1.55.0_babel-plugin-macros@3.1.0_react-_94d7a10d44551802f838cfd7862bb772/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/StoreNotFound.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.StoreNotFound_container__Nrcjk {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Header Styles */
.StoreNotFound_header__4Z5cb {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.StoreNotFound_headerContent__i73Ny {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.StoreNotFound_logoLink__fMI9j {
  display: inline-block;
}

.StoreNotFound_headerActions___cUKz {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.StoreNotFound_loginLink__VKk_f {
  color: rgb(71 85 105);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
  transition: color 0.2s;
}

.StoreNotFound_loginLink__VKk_f:hover {
  color: rgb(79 70 229);
}

.StoreNotFound_demoButton__VTbCN {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  background-color: rgb(79 70 229);
  color: white;
  font-weight: 500;
  font-size: 0.9375rem;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: all 0.2s;
}

.StoreNotFound_demoButton__VTbCN:hover {
  background-color: rgb(67 56 202);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25);
}

/* Hero Section */
.StoreNotFound_heroSection__FAGpO {
  position: relative;
  overflow: hidden;
  flex: 1 1;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.StoreNotFound_heroOverlay__er9pn {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  z-index: 10;
}

.StoreNotFound_heroBackground__P6TuZ {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
  opacity: 0.3;
}

.StoreNotFound_heroContent__qODod {
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem;
}

.StoreNotFound_errorContainer__mynsi {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
  overflow: visible;
}

/* Badge */
.StoreNotFound_badge__FOeqa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  background: linear-gradient(to right, #fecaca, #fed7aa);
  border-radius: 50px;
  margin-bottom: 16px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 4px rgba(239, 68, 68, 0.1);
}

.StoreNotFound_badgeDot__onU9i {
  width: 8px;
  height: 8px;
  background-color: #ef4444;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
  animation: StoreNotFound_pulse__sPVyL 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes StoreNotFound_pulse__sPVyL {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.StoreNotFound_badgeText__4ZdN1 {
  color: #b91c1c;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.025em;
}

/* 404 Visual */
.StoreNotFound_error404__nEcA1 {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}

.StoreNotFound_errorNumber__jhcFG {
  font-size: 8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 0;
}

.StoreNotFound_errorNumber__jhcFG span {
  color: rgb(17 24 39);
}

.StoreNotFound_errorZero__274tI {
  background: linear-gradient(to right, rgb(79 70 229), rgb(99 102 241));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.StoreNotFound_floatingCircle1__6MgdA {
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 4rem;
  height: 4rem;
  background-color: rgb(219 234 254);
  border-radius: 50%;
  opacity: 0.4;
}

.StoreNotFound_floatingCircle2__ColnZ {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 3rem;
  height: 3rem;
  background-color: rgb(241 245 249);
  border-radius: 50%;
  opacity: 0.4;
}

.StoreNotFound_floatingCircle3__JILcU {
  position: absolute;
  top: 50%;
  right: -4rem;
  width: 2rem;
  height: 2rem;
  background-color: rgb(243 244 246);
  border-radius: 50%;
  opacity: 0.4;
}

/* Error Title */
.StoreNotFound_errorTitle__mTCkh {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  color: rgb(17 24 39);
  overflow: visible;
}

.StoreNotFound_errorHighlight__hgtdz {
  display: block;
  font-weight: 400;
  background: linear-gradient(to right, rgb(239 68 68), rgb(251 146 60));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 4px;
  overflow: visible;
}

/* Error Message */
.StoreNotFound_errorMessage__rYS0Q {
  font-size: 1.25rem;
  color: rgb(100 116 139);
  line-height: 1.75;
  margin: 0 0 1.5rem 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.StoreNotFound_errorMessage__rYS0Q strong {
  color: rgb(17 24 39);
}

/* CTA Buttons */
.StoreNotFound_ctaButtons__qFBJu {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  justify-content: center;
}

.StoreNotFound_primaryButton__6PXHL,
.StoreNotFound_secondaryButton__bTEZa {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: all 0.2s;
}

.StoreNotFound_primaryButton__6PXHL {
  background-color: rgb(79 70 229);
  color: white;
  border: 2px solid transparent;
}

.StoreNotFound_primaryButton__6PXHL:hover {
  background-color: rgb(67 56 202);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
}

.StoreNotFound_secondaryButton__bTEZa {
  background-color: transparent;
  color: rgb(79 70 229);
  border: 2px solid rgb(229 231 235);
}

.StoreNotFound_secondaryButton__bTEZa:hover {
  border-color: rgb(79 70 229);
  background-color: rgb(249 250 251);
}

/* Social Proof */
.StoreNotFound_socialProof__DZAMz {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: rgb(100 116 139);
}

.StoreNotFound_checkIcon__kALYH {
  color: rgb(34 197 94);
}

.StoreNotFound_trustedText__Gseb8 {
  font-weight: 600;
  color: rgb(30 41 59);
}

/* Navigation Section */
.StoreNotFound_navigationSection__0vDJO {
  background: linear-gradient(to bottom right, rgb(249 250 251), rgb(248 250 252));
  padding: 4rem 0;
}

.StoreNotFound_navigationContent__idwij {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.StoreNotFound_navigationHeader__Goybk {
  text-align: center;
  margin-bottom: 3rem;
}

.StoreNotFound_navigationHeader__Goybk h2 {
  font-size: 2.25rem;
  font-weight: 300;
  color: rgb(17 24 39);
  margin: 0 0 1rem 0;
}

.StoreNotFound_navigationHeader__Goybk p {
  font-size: 1.125rem;
  color: rgb(100 116 139);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.75;
}

.StoreNotFound_navigationGrid__sj0c_ {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  margin-bottom: 3rem;
}

.StoreNotFound_navigationCard__XQ1tr {
  background: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(243 244 246);
  transition: all 0.3s;
  position: relative;
}

.StoreNotFound_navigationCard__XQ1tr:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-color: rgb(219 234 254);
  transform: translateY(-2px);
}

.StoreNotFound_cardBadge__WSoSh {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: rgb(219 234 254);
  color: rgb(79 70 229);
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 9999px;
}

.StoreNotFound_cardIcon__8o2kK {
  width: 3rem;
  height: 3rem;
  background-color: rgb(219 234 254);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: rgb(79 70 229);
}

.StoreNotFound_cardTitle__Kg54J {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgb(17 24 39);
  margin: 0 0 0.5rem 0;
}

.StoreNotFound_cardDescription__4HP0i {
  font-size: 0.875rem;
  color: rgb(100 116 139);
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

.StoreNotFound_cardLinks__6TJOD {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.StoreNotFound_cardLink__d7u9g {
  font-size: 0.875rem;
  color: rgb(79 70 229);
  text-decoration: none;
  transition: color 0.2s;
}

.StoreNotFound_cardLink__d7u9g:hover {
  color: rgb(67 56 202);
  text-decoration: underline;
}

.StoreNotFound_cardMainLink__WJQXe {
  font-size: 0.875rem;
  color: rgb(79 70 229);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.StoreNotFound_cardMainLink__WJQXe:hover {
  color: rgb(67 56 202);
  text-decoration: underline;
}

.StoreNotFound_navigationFooter__kj3ai {
  text-align: center;
}

.StoreNotFound_exploreButton__Xlelz {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background-color: rgb(79 70 229);
  color: white;
  font-weight: 500;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: all 0.2s;
}

.StoreNotFound_exploreButton__Xlelz:hover {
  background-color: rgb(67 56 202);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
}

/* CTA Section */
.StoreNotFound_ctaSection__6FiLK {
  background-color: rgb(79 70 229);
  padding: 4rem 0;
}

.StoreNotFound_ctaContent__gmWDT {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 2rem;
}

.StoreNotFound_ctaTitle__4o0TF {
  font-size: 2.25rem;
  font-weight: 600;
  color: white;
  margin: 0 0 0.75rem 0;
}

.StoreNotFound_ctaSubtitle__Dvn_e {
  font-size: 1.125rem;
  color: rgb(219 234 254);
  margin: 0 0 2rem 0;
}

.StoreNotFound_ctaButton__Hxr4Z {
  display: inline-flex;
  align-items: center;
  padding: 0.875rem 2rem;
  background-color: white;
  color: rgb(79 70 229);
  font-weight: 600;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: all 0.2s;
}

.StoreNotFound_ctaButton__Hxr4Z:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .StoreNotFound_errorNumber__jhcFG {
    font-size: 6rem;
  }
  
  .StoreNotFound_errorTitle__mTCkh {
    font-size: 2.5rem;
    line-height: 1.25;
  }
  
  .StoreNotFound_floatingCircle3__JILcU {
    display: none;
  }
}

@media (max-width: 768px) {
  .StoreNotFound_headerContent__i73Ny {
    padding: 1rem;
  }
  
  .StoreNotFound_headerActions___cUKz {
    gap: 1rem;
  }
  
  .StoreNotFound_loginLink__VKk_f {
    font-size: 0.875rem;
  }
  
  .StoreNotFound_demoButton__VTbCN {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  
  .StoreNotFound_errorNumber__jhcFG {
    font-size: 4rem;
  }
  
  .StoreNotFound_errorTitle__mTCkh {
    font-size: 2rem;
    line-height: 1.3;
  }
  
  .StoreNotFound_errorMessage__rYS0Q {
    font-size: 1.125rem;
  }
  
  .StoreNotFound_ctaButtons__qFBJu {
    flex-direction: column;
    align-items: center;
  }
  
  .StoreNotFound_primaryButton__6PXHL,
  .StoreNotFound_secondaryButton__bTEZa {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  
  .StoreNotFound_navigationGrid__sj0c_ {
    grid-template-columns: 1fr;
  }
  
  .StoreNotFound_navigationHeader__Goybk h2 {
    font-size: 1.875rem;
  }
  
  .StoreNotFound_ctaTitle__4o0TF {
    font-size: 1.875rem;
  }
}

@media (max-width: 480px) {
  .StoreNotFound_headerContent__i73Ny {
    padding: 0.75rem;
  }
  
  .StoreNotFound_headerActions___cUKz {
    gap: 0.75rem;
  }
  
  .StoreNotFound_loginLink__VKk_f {
    display: none;
  }
  
  .StoreNotFound_demoButton__VTbCN {
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
  }
  
  .StoreNotFound_heroContent__qODod {
    padding: 2rem 1rem;
  }
  
  .StoreNotFound_floatingCircle1__6MgdA,
  .StoreNotFound_floatingCircle2__ColnZ {
    display: none;
  }
}
