/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/components/ui/Skeleton.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
/* Базовый skeleton-элемент с анимацией мерцания */
.Skeleton_skeleton___xqk9 {
  background: linear-gradient(90deg, #f0f0f5 25%, #e8e8ef 50%, #f0f0f5 75%);
  background-size: 200% 100%;
  animation: Skeleton_shimmer__oXk47 1.5s ease-in-out infinite;
  border-radius: 8px;
}

@keyframes Skeleton_shimmer__oXk47 {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* Варианты форм */
.Skeleton_circle__ItTVH {
  border-radius: 50%;
}

.Skeleton_rounded__Vc_FK {
  border-radius: 12px;
}

.Skeleton_pill__kCGl4 {
  border-radius: 100px;
}

.Skeleton_text__h_sZl {
  border-radius: 4px;
}

/* === Skeleton карточки товара === */
.Skeleton_productCard__dMaDP {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.Skeleton_productCardImage__NxrTQ {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 20px;
}

.Skeleton_productCardPrice__Sdeog {
  width: 45%;
  height: 28px;
  border-radius: 6px;
}

.Skeleton_productCardName__sOWbs {
  width: 80%;
  height: 18px;
  border-radius: 4px;
}

.Skeleton_productCardNameShort__SRq0a {
  width: 55%;
  height: 18px;
  border-radius: 4px;
  margin-top: 4px;
}

.Skeleton_productCardSupplier__4obGD {
  width: 50%;
  height: 14px;
  border-radius: 4px;
  margin-top: 2px;
}

.Skeleton_productCardRating__ZUQQa {
  width: 40%;
  height: 16px;
  border-radius: 4px;
  margin-top: 4px;
}

.Skeleton_productCardButton__LYyrQ {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  margin-top: auto;
}

/* === Skeleton грида товаров === */
.Skeleton_productGrid__S_rpS {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

@media (max-width: 1024px) {
  .Skeleton_productGrid__S_rpS {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .Skeleton_productGrid__S_rpS {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* === Skeleton страницы товара === */
.Skeleton_productDetailContainer__5_O2K {
  display: flex;
  gap: 40px;
  padding: 24px 0;
}

.Skeleton_productDetailImages__95iRB {
  flex: 0 0 500px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.Skeleton_productDetailMainImage__U1lWK {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
}

.Skeleton_productDetailThumbnails__08QwK {
  display: flex;
  gap: 8px;
}

.Skeleton_productDetailThumb__vqzTk {
  width: 72px;
  height: 72px;
  border-radius: 12px;
}

.Skeleton_productDetailInfo__foBEX {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.Skeleton_productDetailTitle__chVwB {
  width: 70%;
  height: 32px;
  border-radius: 6px;
}

.Skeleton_productDetailTitleLine2__ymnN5 {
  width: 45%;
  height: 32px;
  border-radius: 6px;
}

.Skeleton_productDetailPriceLine__m1Yni {
  width: 30%;
  height: 36px;
  border-radius: 8px;
  margin-top: 8px;
}

.Skeleton_productDetailSupplier__seJOO {
  width: 60%;
  height: 20px;
  border-radius: 4px;
}

.Skeleton_productDetailSpecLine__VeVn2 {
  width: 100%;
  height: 16px;
  border-radius: 4px;
}

.Skeleton_productDetailSpecs__S1sqs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.Skeleton_productDetailActions__OeE2C {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.Skeleton_productDetailCartBtn__QIh1n {
  width: 200px;
  height: 48px;
  border-radius: 12px;
}

.Skeleton_productDetailFavBtn__4akte {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

@media (max-width: 1024px) {
  .Skeleton_productDetailContainer__5_O2K {
    flex-direction: column;
  }
  .Skeleton_productDetailImages__95iRB {
    flex: none;
    width: 100%;
  }
}

/* === Skeleton корзины === */
.Skeleton_cartItem__hZdGZ {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f5;
}

.Skeleton_cartItemImage__PUAhH {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  flex-shrink: 0;
}

.Skeleton_cartItemInfo__6D51q {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.Skeleton_cartItemTitle__ozDFh {
  width: 60%;
  height: 18px;
  border-radius: 4px;
}

.Skeleton_cartItemPrice__gKObu {
  width: 25%;
  height: 22px;
  border-radius: 6px;
}

.Skeleton_cartItemQty__fcp6Z {
  width: 100px;
  height: 36px;
  border-radius: 8px;
}

/* === Skeleton заказов === */
.Skeleton_orderCard__vJU1a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #f0f0f5;
}

.Skeleton_orderCardHeader__tme93 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Skeleton_orderCardNumber__aWOo7 {
  width: 35%;
  height: 20px;
  border-radius: 4px;
}

.Skeleton_orderCardStatus__7jyVX {
  width: 20%;
  height: 24px;
  border-radius: 100px;
}

.Skeleton_orderCardDate__Uf5o8 {
  width: 25%;
  height: 16px;
  border-radius: 4px;
}

.Skeleton_orderCardTotal__Ew_ho {
  width: 20%;
  height: 20px;
  border-radius: 4px;
}

/* === Skeleton категорий (кружочки) === */
.Skeleton_categoryCircle__S8OLN {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.Skeleton_categoryCircleImage__uh4xq {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.Skeleton_categoryCircleName__OnUzU {
  width: 60px;
  height: 14px;
  border-radius: 4px;
}

/* === Skeleton баннера === */
.Skeleton_bannerSkeleton__KW6WF {
  width: 100%;
  aspect-ratio: 21 / 9;
  border-radius: 20px;
}

/* === Skeleton профиля === */
.Skeleton_profileHeader__yfBai {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.Skeleton_profileAvatar__ZO18P {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
}

.Skeleton_profileInfo__UsNX0 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.Skeleton_profileName__MQUWx {
  width: 180px;
  height: 22px;
  border-radius: 4px;
}

.Skeleton_profileEmail__lXlGj {
  width: 220px;
  height: 16px;
  border-radius: 4px;
}

/* === Skeleton checkout === */
.Skeleton_checkoutSection__Sp3HO {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #f0f0f5;
}

.Skeleton_checkoutSectionTitle__qiKl1 {
  width: 30%;
  height: 22px;
  border-radius: 4px;
}

.Skeleton_checkoutField__BeZfg {
  width: 100%;
  height: 44px;
  border-radius: 12px;
}

.Skeleton_checkoutFieldHalf__TXudU {
  width: 48%;
  height: 44px;
  border-radius: 12px;
}

.Skeleton_checkoutRow__XXqaQ {
  display: flex;
  gap: 16px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/app/profile/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
/* Страница личного кабинета покупателя - точно по Figma */

.page_pageContainer__wNPl3 {
  min-height: calc(100vh - 200px);
  padding: 40px 130px;
  max-width: 1920px;
  margin: 0 auto;
}

.page_contentWrapper__LnXXB {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

/* Левый сайдбар - Frame 4075554: x="120" y="40" width="320" height="582" */
.page_sidebar__SgZR7 {
  width: 320px;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
}

/* Профиль пользователя - Frame 4076405: x="24" y="24" width="272" height="64" */
.page_userProfile__lUT9c {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E4E4EE;
}

/* Аватар - Frame 4076403: x="0" y="0" width="64" height="64" */
.page_avatar__fQ4ea {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #3679B5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.page_avatarText__y_Q1t {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: #ffffff;
}

/* Информация о пользователе - Frame 4076404: x="76" y="0" width="120" height="64" */
.page_userInfo__6kOMF {
  flex: 1 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Имя в две строки - Frame 4076406: x="0" y="0" width="91" height="48" */
.page_userNameWrapper__mzRf8 {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 4px;
}

.page_userNameRow__F3MLj {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
}

.page_userName__fZD_t {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #25252E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page_activeProfileBadge__t_81A {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  color: #3679B5;
  background: #E8F0F8;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page_editLink__QjHo_ {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #3679B5;
  text-decoration: none;
  transition: color 0.2s;
  margin-top: 4px;
}

.page_editLink__QjHo_:hover {
  color: #2A5F8E;
  text-decoration: underline;
}

/* Навигация */
.page_navigation__pZgUE {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page_navSection__3Qj07 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page_navSectionTitle__WP2r1 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #25252E;
  margin: 0;
}

.page_navSectionLabel__zNP3D {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  color: #A0A0AB;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 12px;
}

.page_navIcon__bJhff {
  flex-shrink: 0;
  color: #81818F;
  transition: color 0.2s;
}

.page_navLinks__Kv5mz {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page_navLink__kfUTe {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #25252E;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 12px;
  transition: all 0.2s;
  height: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page_navLink__kfUTe:hover {
  background: #F4F5F9;
  color: #3679B5;
}

.page_navLink__kfUTe:hover .page_navIcon__bJhff {
  color: #3679B5;
}

.page_navLinkActive__PuXmw {
  background: #F4F5F9;
  color: #3679B5;
  font-weight: 500;
}

.page_navLinkActive__PuXmw .page_navIcon__bJhff {
  color: #3679B5;
}

/* Секция выхода */
.page_logoutSection__KF4Ik {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E4E4EE;
}

.page_logoutButton__A6Ngp {
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #DC3545;
  background: transparent;
  border: 1px solid #DC3545;
  border-radius: 12px;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.page_logoutButton__A6Ngp:hover {
  background: #DC3545;
  color: #ffffff;
}

/* Основной контент */
.page_mainContent__Io7re {
  flex: 1 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page_mainContent__Io7re > *:first-child {
  flex: 1 1;
}

/* Секция заказов - Frame 4075555: x="0" y="0" width="1340" height="433" */
.page_ordersSection__RZibw {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px;
  min-height: 425px;
}

/* Заголовок секции - Frame 4076410: x="36" y="36" width="1268" height="29" */
.page_sectionHeader__hn9kI {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 8px;
}

.page_sectionLink__1umDp {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #3679B5;
  text-decoration: none;
  transition: color 0.2s;
}

.page_sectionLink__1umDp:hover {
  color: #2A5F8E;
  text-decoration: underline;
}

.page_sectionLinkInline__HEjVO {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #3679B5;
  text-decoration: none;
  margin-top: 12px;
  display: inline-block;
  transition: color 0.2s;
}

.page_sectionLinkInline__HEjVO:hover {
  color: #2A5F8E;
  text-decoration: underline;
}

.page_emptySectionText__8IFdT {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #81818F;
  margin: 12px 0 0 0;
}

.page_sectionTitle__5r2Ux {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: #25252E;
  margin: 0;
}

.page_sectionSubtitle__T1yVJ {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #81818F;
  margin: 0;
  margin-top: 8px;
}

/* Контейнер заказов */
.page_ordersGrid__vxOfp {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

/* Карточка заказа */
.page_orderCard__Bh7yt {
  flex: 1 1 300px;
  min-width: 280px;
  max-width: 100%;
  border: 1px solid #E4E4EE;
  border-radius: 20px;
  padding: 20px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.page_orderCard__Bh7yt:hover {
  border-color: #3679B5;
  box-shadow: 0 2px 8px rgba(54, 121, 181, 0.1);
}

.page_orderCardImage__vbzPM {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #F4F5F9;
}

.page_orderCardImg__KgzuL {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page_orderCardContent__dmB_Y {
  flex: 1 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page_orderTotal__Ihf3k {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #25252E;
}

.page_orderStatusBadge__aC1IS {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding: 4px 8px;
  border-radius: 6px;
  align-self: flex-start;
  margin-top: 4px;
}

/* Заголовок заказа - Frame 4076414: x="20" y="20" width="366.67" height="40" */
.page_orderHeader__oY78Q {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E4E4EE;
}

.page_orderNumber__SuHo5 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #25252E;
  margin: 0 0 8px 0;
}

/* Дата и время - Frame 4076412: x="0" y="28" width="89" height="12" */
.page_orderDate__EY9RK {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #81818F;
  display: flex;
  align-items: center;
  gap: 4px;
}

.page_orderDateText__n_duE {
  color: #81818F;
}

.page_dateSeparator__HLke4 {
  margin: 0 4px;
  color: #81818F;
}

.page_orderTimeText__wsfxN {
  color: #81818F;
}

/* Товары заказа - Frame 4076415: x="20" y="76" width="366.67" height="212" */
.page_orderProducts__rkok_ {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1;
  overflow-y: auto;
}

/* Товар в заказе - Product Card (Homepage) */
.page_orderProduct__suph3 {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

/* Изображение товара - Frame 2061: width="100" height="100" */
.page_productImage__GEO0B {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #F4F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_productImage__GEO0B img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page_productImagePlaceholder__ALg0C {
  width: 100%;
  height: 100%;
  background: #E4E4EE;
  border-radius: 4px;
}

/* Информация о товаре - Frame 4076396: x="116" y="0" width="250.67" height="76" */
.page_productInfo__iOfgP {
  flex: 1 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page_productName__RzPFb {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #25252E;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Цена - Frame 4076395: x="0" y="60" width="250.67" height="16" */
.page_productPrice__LwF4Q {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #25252E;
}

/* Пустое состояние заказов */
.page_emptyOrders__gcGkd {
  padding: 60px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.page_emptyOrdersText__E5Iz7 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #81818F;
  margin: 0;
}

/* Нижние секции */
.page_bottomSections__snmlB {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

/* Быстрые карточки (Избранное, Ждут оценки) */
.page_quickCard__BJW82 {
  flex: 1 1 220px;
  min-width: 200px;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.15s;
}

.page_quickCard__BJW82:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.page_quickCardContent__l34qV {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page_quickCardTitle__9P5hr {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #25252E;
  margin: 0;
}

.page_quickCardSub__tOdGY {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #81818F;
}

.page_quickCardIcon__t97j5 {
  flex-shrink: 0;
  color: #3679B5;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.page_quickCard__BJW82:hover .page_quickCardIcon__t97j5 {
  opacity: 1;
}

/* Состояния загрузки и ошибки */
.page_loading__wwfyy,
.page_error__GAy42 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 40px;
  color: #81818F;
}

.page_error__GAy42 {
  color: #dc3545;
}

/* Sidebar skeleton */
.page_sidebarSkeleton__BsUbx {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.page_skeletonAvatar__mGF1K {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e4e4ee;
  flex-shrink: 0;
  animation: page_skeletonPulse__3zbhm 1.5s ease infinite;
}

.page_skeletonLines__Kp0Is {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page_skeletonLine__XbbRS {
  height: 14px;
  border-radius: 6px;
  background: #e4e4ee;
  animation: page_skeletonPulse__3zbhm 1.5s ease infinite;
}

@keyframes page_skeletonPulse__3zbhm {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* Адаптивность */
@media (max-width: 1280px) {
  .page_pageContainer__wNPl3 {
    padding: 24px 24px;
  }
}

@media (max-width: 1024px) {
  .page_pageContainer__wNPl3 {
    padding: 24px 24px;
  }

  .page_contentWrapper__LnXXB {
    flex-direction: column;
  }

  .page_sidebar__SgZR7 {
    width: 100%;
  }

  .page_orderCard__Bh7yt {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 10px);
    min-width: 240px;
  }
}

/* Mobile sidebar toggle burger - hidden on desktop */
.page_mobileSidebarToggle__uRI6m {
  display: none;
}

.page_sidebarBurger__xxMZ1 {
  width: 20px;
  height: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page_sidebarBurger__xxMZ1 span {
  display: block;
  height: 2px;
  width: 100%;
  background: #3679B5;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transform-origin: center;
}

.page_sidebarBurgerActive__BezVd span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.page_sidebarBurgerActive__BezVd span:nth-child(2) {
  opacity: 0;
}

.page_sidebarBurgerActive__BezVd span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 768px) {
  .page_pageContainer__wNPl3 {
    padding: 16px;
    padding-bottom: 80px;
  }

  .page_sidebar__SgZR7 {
    padding: 16px;
  }

  .page_mobileSidebarToggle__uRI6m {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
    border-radius: 8px;
    -webkit-tap-highlight-color: transparent;
  }

  .page_mobileSidebarToggle__uRI6m:active {
    background: #f4f5f9;
  }

  .page_userProfile__lUT9c {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .page_navigation__pZgUE {
    display: none;
    border-top: 1px solid #E4E4EE;
    padding-top: 16px;
    margin-top: 16px;
  }

  .page_navigationOpen__ar0Hs {
    display: flex;
  }

  .page_logoutSection__KF4Ik {
    margin-top: 16px;
    padding-top: 16px;
  }

  .page_userName__fZD_t {
    font-size: 14px;
    line-height: 20px;
  }

  .page_navSectionTitle__WP2r1 {
    font-size: 14px;
    line-height: 20px;
  }

  .page_navSectionLabel__zNP3D {
    font-size: 10px;
  }

  .page_navLink__kfUTe {
    font-size: 13px;
    padding: 6px 10px;
  }

  .page_ordersSection__RZibw {
    padding: 20px;
  }

  .page_quickCard__BJW82 {
    padding: 18px;
  }

  .page_sectionTitle__5r2Ux {
    font-size: 18px;
  }

  .page_orderCard__Bh7yt {
    flex: 1 1 100%;
    min-width: 0;
    height: auto;
    padding: 16px;
  }

  .page_productImage__GEO0B,
  .page_orderCardImage__vbzPM {
    width: 72px;
    height: 72px;
  }

  .page_quickCard__BJW82 {
    flex: 1 1 100%;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .page_pageContainer__wNPl3 {
    padding: 12px;
    padding-bottom: 76px;
  }

  .page_avatar__fQ4ea {
    width: 48px;
    height: 48px;
  }

  .page_avatarText__y_Q1t {
    font-size: 18px;
  }

  .page_sectionTitle__5r2Ux {
    font-size: 18px;
  }

  .page_orderNumber__SuHo5 {
    font-size: 16px;
  }
}

