/* ==========================================================================
   UzMakon Market — Pages
   Hero, Catalog (Sidebar + Sort + Empty), Product Detail, Cart Drawer,
   Checkout, Success, Error
   ========================================================================== */


/* ------------------------------------------------------------------
   Hero Section
   ------------------------------------------------------------------ */

.uz-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px 0;
}

.uz-hero__banner {
  border-radius: 34px;
  background: linear-gradient(120deg, #1A1413 0%, #2A1715 55%, #3A1411 100%);
  color: #fff;
  padding: clamp(34px, 5vw, 68px);
  box-shadow: 0 40px 90px -40px rgba(26, 20, 19, .6);
  position: relative;
  overflow: hidden;
}

/* Hero — Decorative Blobs */
.uz-hero__blob--right {
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 340px;
  height: 170px;
  background: rgba(253, 30, 30, .16);
  border-radius: 340px 340px 0 0;
  filter: blur(2px);
  pointer-events: none;
}

.uz-hero__blob--left {
  position: absolute;
  left: 36%;
  top: -50px;
  width: 160px;
  height: 80px;
  background: rgba(253, 30, 30, .10);
  border-radius: 160px 160px 0 0;
  pointer-events: none;
}

/* Hero — Grid */
.uz-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 30px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Hero — Badge */
.uz-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(253, 30, 30, .16);
  border: 1px solid rgba(253, 30, 30, .4);
  color: #FF8A82;
  padding: 7px 15px;
  border-radius: 99px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

/* Hero — Heading */
.uz-hero__title {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.02;
  letter-spacing: -.02em;
  margin: 0 0 20px;
}

.uz-hero__title span {
  color: #FD1E1E;
}

/* Hero — Description */
.uz-hero__desc {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
  color: #C9BFB8;
  max-width: 480px;
  margin: 0 0 30px;
}

/* Hero — CTAs */
.uz-hero__ctas {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.uz-hero__cta-primary {
  background: #FD1E1E;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 16px 30px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  cursor: pointer;
  box-shadow: 0 18px 36px -14px rgba(253, 30, 30, .7);
  transition: transform .2s, background .2s, box-shadow .2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.uz-hero__cta-primary:hover {
  transform: translateY(-2px);
  background: #E20A0A;
  box-shadow: 0 24px 44px -14px rgba(253, 30, 30, .8);
}

.uz-hero__cta-secondary {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 15px;
  padding: 16px 28px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  cursor: pointer;
  transition: background .2s, transform .2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.uz-hero__cta-secondary:hover {
  background: rgba(255, 255, 255, .16);
  transform: translateY(-2px);
}

/* Hero — Stats */
.uz-hero__stats {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.uz-hero__stat-number {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}

.uz-hero__stat-label {
  font-size: 12.5px;
  color: #A99E97;
  margin-top: 5px;
}

.uz-hero__stat-divider {
  width: 1px;
  background: rgba(255, 255, 255, .15);
}

/* Hero — Visual (Right Column) */
.uz-hero__visual {
  position: relative;
  height: 380px;
  min-width: 0;
  perspective: 1400px;
}

.uz-hero__float-card {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}

.uz-hero__float-card--1 {
  left: 8%;
  top: 18%;
  width: 54%;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .7);
  transform: rotateY(16deg) rotateX(4deg) rotateZ(-5deg);
  animation: uzFloat 6s ease-in-out infinite;
  --r: -5deg;
}

.uz-hero__float-card--2 {
  right: 4%;
  top: 38%;
  width: 50%;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .75);
  transform: rotateY(-14deg) rotateX(5deg) rotateZ(6deg);
  animation: uzFloat2 7s ease-in-out infinite;
  --r: 6deg;
  z-index: 2;
}

.uz-hero__float-card img {
  width: 100%;
  height: auto;
  display: block;
}

.uz-hero__discount-badge {
  position: absolute;
  right: 0;
  top: 14%;
  z-index: 3;
  background: #FD1E1E;
  color: #fff;
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 18px;
  border-radius: 16px;
  box-shadow: 0 18px 36px -12px rgba(253, 30, 30, .8);
  animation: uzFloat 5s ease-in-out infinite;
}


/* ------------------------------------------------------------------
   Catalog Page
   ------------------------------------------------------------------ */

/* Catalog — Mobile Category Nav (horizontal chips) */
.uz-catnav {
  display: none;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 16px;
  margin-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.uz-catnav::-webkit-scrollbar {
  display: none;
}

.uz-catnav__chip {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 8px 16px;
  border-radius: 99px;
  border: 1.5px solid #ECE5E0;
  background: #fff;
  color: #5A524D;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: border-color .18s, background .18s, color .18s;
  flex-shrink: 0;
}

.uz-catnav__chip:hover {
  border-color: #FD1E1E;
  color: #FD1E1E;
}

.uz-catnav__chip.is-active {
  border-color: #FD1E1E;
  background: rgba(253, 30, 30, .1);
  color: #FD1E1E;
  font-weight: 700;
}

/* Catalog — Layout */
.uz-catalog {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.uz-catalog__main {
  min-width: 0;
}

/* Catalog — Sidebar */
.uz-sidebar {
  position: sticky;
  top: 90px;
  background: #fff;
  border: 1px solid #ECE5E0;
  border-radius: 20px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.uz-sidebar__title {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #1A1413;
  margin: 0;
}

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

.uz-sidebar__divider {
  height: 1px;
  background: #ECE5E0;
}

.uz-sidebar__group-title {
  font-weight: 700;
  font-size: 13px;
  color: #1A1413;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 4px;
}

.uz-sidebar__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #5A524D;
  padding: 8px 12px;
  border: none;
  border-radius: 10px;
  background: transparent;
  transition: background .15s, color .15s;
  text-align: left;
  width: 100%;
}

.uz-sidebar__checkbox:hover {
  background: #F7F2EC;
  color: #1A1413;
}

.uz-sidebar__checkbox.is-active {
  background: rgba(253, 30, 30, .08);
  color: #FD1E1E;
  font-weight: 700;
}

.uz-sidebar__range {
  display: flex;
  align-items: center;
  gap: 10px;
}

.uz-sidebar__range-input {
  flex: 1;
  border: 1.5px solid #ECE5E0;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  font-family: 'Manrope', system-ui, sans-serif;
  color: #1A1413;
  background: #fff;
  transition: border-color .2s;
  outline: none;
}

.uz-sidebar__range-input:focus {
  border-color: #FD1E1E;
}

.uz-sidebar__range-sep {
  color: #9A8F88;
  font-weight: 600;
}

.uz-sidebar__reset-btn {
  width: 100%;
  background: transparent;
  color: #9A8F88;
  border: 1.5px solid #E2D8D1;
  border-radius: 12px;
  padding: 10px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: border-color .2s, color .2s;
}

.uz-sidebar__reset-btn:hover {
  border-color: #FD1E1E;
  color: #FD1E1E;
}

/* Catalog — Title */
.uz-catalog__title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.6vw, 30px);
  letter-spacing: -.02em;
  margin: 0 0 4px;
  line-height: 1.2;
}

/* Catalog — Sort Bar */
.uz-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.uz-sort__count {
  font-size: 14px;
  color: #9A8F88;
}

.uz-sort__options {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.uz-sort__option {
  background: transparent;
  border: 1.5px solid #ECE5E0;
  border-radius: 10px;
  padding: 8px 16px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #5A524D;
  cursor: pointer;
  transition: border-color .2s, background .2s, color .2s;
}

.uz-sort__option:hover {
  border-color: #FD1E1E;
  color: #FD1E1E;
}

.uz-sort__option.is-active {
  background: #FD1E1E;
  border-color: #FD1E1E;
  color: #fff;
}

/* Catalog — Empty State */
.uz-empty {
  text-align: center;
  padding: 60px 24px;
}

.uz-empty__icon {
  width: 80px;
  height: 40px;
  background: #FFECEA;
  border-radius: 80px 80px 0 0;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
}

.uz-empty__icon-arch {
  width: 40px;
  height: 20px;
  background: #FD1E1E;
  border-radius: 40px 40px 0 0;
}

.uz-empty__title {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #1A1413;
  margin: 0 0 10px;
}

.uz-empty__desc {
  font-size: 15px;
  color: #9A8F88;
  max-width: 360px;
  margin: 0 auto 20px;
  line-height: 1.5;
}

.uz-empty__btn {
  background: #FD1E1E;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 14px 28px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: background .2s, transform .2s;
  box-shadow: 0 10px 22px -8px rgba(253, 30, 30, .5);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.uz-empty__btn:hover {
  background: #E20A0A;
  transform: translateY(-2px);
}


/* ------------------------------------------------------------------
   Product Detail Page
   ------------------------------------------------------------------ */

.uz-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 36px;
  align-items: start;
}

/* Detail — Gallery */
.uz-detail__gallery {
  position: sticky;
  top: 90px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
}

.uz-detail__thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uz-detail__thumb {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  border: 2px solid #ECE5E0;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .2s;
  background: #F1EAE3;
}

.uz-detail__thumb:hover,
.uz-detail__thumb.is-active {
  border-color: #FD1E1E;
}

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

.uz-detail__main-image {
  border-radius: 24px;
  overflow: hidden;
  background: #F1EAE3;
  aspect-ratio: 1 / 1;
}

.uz-detail__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Detail — Info */
.uz-detail__info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.uz-detail__category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C0564E;
}

.uz-detail__name {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.15;
  color: #1A1413;
  margin: 0;
  letter-spacing: -.02em;
}

.uz-detail__prices {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}

.uz-detail__price {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #1A1413;
  letter-spacing: -.02em;
}

.uz-detail__old-price {
  font-size: 18px;
  color: #AEA59F;
  text-decoration: line-through;
}

.uz-detail__badge {
  background: #FD1E1E;
  color: #fff;
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 999px;
}

.uz-detail__desc {
  font-size: 15px;
  line-height: 1.65;
  color: #5A524D;
}

.uz-detail__divider {
  height: 1px;
  background: #ECE5E0;
}

/* Detail — Options (Size, Color, etc.) */
.uz-detail__options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.uz-detail__option-label {
  font-weight: 700;
  font-size: 13px;
  color: #1A1413;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 8px;
}

.uz-detail__option-values {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.uz-detail__option-btn {
  border: 1.5px solid #ECE5E0;
  border-radius: 10px;
  padding: 9px 18px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #5A524D;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s, background .2s, color .2s;
}

.uz-detail__option-btn:hover {
  border-color: #FD1E1E;
  color: #FD1E1E;
}

.uz-detail__option-btn.is-active {
  background: #FD1E1E;
  border-color: #FD1E1E;
  color: #fff;
}

/* Detail — Quantity */
.uz-detail__qty {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #F1EAE3;
  border-radius: 14px;
  padding: 4px;
  width: fit-content;
}

.uz-detail__qty-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 10px;
  background: #fff;
  color: #1A1413;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .15s;
}

.uz-detail__qty-btn:hover {
  background: #ECE5E0;
}

.uz-detail__qty-value {
  min-width: 44px;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  font-family: 'Unbounded', system-ui, sans-serif;
  color: #1A1413;
}

/* Detail — Add to Cart */
.uz-detail__add-btn {
  width: 100%;
  background: #FD1E1E;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 18px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform .2s, box-shadow .2s, background .2s;
  box-shadow: 0 18px 36px -14px rgba(253, 30, 30, .7);
}

.uz-detail__add-btn:hover {
  transform: translateY(-2px);
  background: #E20A0A;
  box-shadow: 0 24px 44px -14px rgba(253, 30, 30, .8);
}

/* Detail — Meta Info */
.uz-detail__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uz-detail__meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ECE5E0;
  font-size: 14px;
}

.uz-detail__meta-key {
  color: #9A8F88;
  font-weight: 500;
}

.uz-detail__meta-val {
  color: #1A1413;
  font-weight: 600;
}


/* Detail — Order Form */
.uz-detail__order-form {
  width: 100%;
}

.uz-order-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 14px;
}

.uz-order-form__field {
  margin-bottom: 0;
}

.uz-order-form__input {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #ECE5E0;
  border-radius: 14px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1A1413;
  background: #fff;
  outline: none;
  transition: border-color .25s, box-shadow .25s;
}

.uz-order-form__input::placeholder {
  color: #AEA59F;
  font-weight: 400;
}

.uz-order-form__input:focus {
  border-color: #FD1E1E;
  box-shadow: 0 0 0 4px rgba(253, 30, 30, .1);
}

.uz-order-form__field.has-error .uz-order-form__input {
  border-color: #FD1E1E;
}

.uz-order-form__error {
  font-size: 12px;
  color: #FD1E1E;
  margin-top: 6px;
  padding-left: 4px;
  font-weight: 500;
}

.uz-order-form__submit {
  width: 100%;
  background: #FD1E1E;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 18px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform .2s, box-shadow .2s, background .2s;
  box-shadow: 0 18px 36px -14px rgba(253, 30, 30, .7);
  margin-top: 4px;
}

.uz-order-form__submit:hover {
  transform: translateY(-2px);
  background: #E20A0A;
  box-shadow: 0 24px 44px -14px rgba(253, 30, 30, .8);
}

.uz-order-form__submit:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

/* ------------------------------------------------------------------
   Cart Drawer
   ------------------------------------------------------------------ */

.uz-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 199;
  background: rgba(26, 20, 19, .45);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.uz-drawer-overlay.is-open {
  display: block;
  animation: uzFadeIn .2s ease;
}

.uz-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 420px;
  max-width: 100vw;
  z-index: 200;
  background: #F7F2EC;
  box-shadow: -20px 0 60px -20px rgba(26, 20, 19, .3);
  transform: translateX(105%);
  transition: transform .35s cubic-bezier(.2, .85, .25, 1);
  display: flex;
  flex-direction: column;
}

.uz-drawer.is-open {
  transform: translateX(0);
}

.uz-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #ECE5E0;
}

.uz-drawer__title {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1A1413;
  margin: 0;
}

.uz-drawer__count {
  font-size: 14px;
  color: #9A8F88;
  font-weight: 500;
}

.uz-drawer__close {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background: rgba(26, 20, 19, .05);
  color: #1A1413;
  font-size: 20px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .2s;
}

.uz-drawer__close:hover {
  background: rgba(26, 20, 19, .10);
}

/* Drawer — Items List */
.uz-drawer__items {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.uz-drawer__item {
  display: flex;
  gap: 14px;
  background: #fff;
  border: 1px solid #ECE5E0;
  border-radius: 18px;
  padding: 14px;
  transition: border-color .2s;
}

.uz-drawer__item:hover {
  border-color: #FFD3CE;
}

.uz-drawer__item-image {
  width: 80px;
  height: 80px;
  border-radius: 14px;
  overflow: hidden;
  background: #F1EAE3;
  flex-shrink: 0;
}

.uz-drawer__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

.uz-drawer__item-name {
  font-weight: 600;
  font-size: 14px;
  color: #1A1413;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.uz-drawer__item-price {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1A1413;
  letter-spacing: -.02em;
}

.uz-drawer__item-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.uz-drawer__item-qty-btn {
  width: 32px;
  height: 32px;
  border: 1.5px solid #ECE5E0;
  border-radius: 8px;
  background: #fff;
  color: #1A1413;
  font-size: 16px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: border-color .15s;
}

.uz-drawer__item-qty-btn:hover {
  border-color: #FD1E1E;
}

.uz-drawer__item-qty {
  font-weight: 700;
  font-size: 14px;
  min-width: 24px;
  text-align: center;
}

.uz-drawer__item-remove {
  margin-left: auto;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background: #FFECEA;
  color: #FD1E1E;
  font-size: 14px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .2s;
}

.uz-drawer__item-remove:hover {
  background: #FFD9D4;
}

/* Drawer — Empty State */
.uz-drawer__empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 40px 24px;
  text-align: center;
}

.uz-drawer__empty-icon {
  width: 60px;
  height: 30px;
  background: #FFECEA;
  border-radius: 60px 60px 0 0;
  display: grid;
  place-items: center;
}

.uz-drawer__empty-arch {
  width: 30px;
  height: 15px;
  background: #FD1E1E;
  border-radius: 30px 30px 0 0;
}

.uz-drawer__empty-title {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1A1413;
}

.uz-drawer__empty-desc {
  font-size: 14px;
  color: #9A8F88;
  max-width: 260px;
}

/* Drawer — Footer */
.uz-drawer__footer {
  border-top: 1px solid #ECE5E0;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

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

.uz-drawer__summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #5A524D;
}

.uz-drawer__summary-row--total {
  font-weight: 700;
  font-size: 16px;
  color: #1A1413;
  padding-top: 8px;
  border-top: 1px solid #ECE5E0;
}

.uz-drawer__summary-val {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -.02em;
}

.uz-drawer__checkout-btn {
  width: 100%;
  background: #FD1E1E;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 16px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: background .2s, transform .2s;
  box-shadow: 0 12px 26px -10px rgba(253, 30, 30, .6);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.uz-drawer__checkout-btn:hover {
  background: #E20A0A;
  transform: translateY(-1px);
}

.uz-drawer__continue {
  width: 100%;
  background: transparent;
  color: #9A8F88;
  border: none;
  padding: 8px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  transition: color .2s;
}

.uz-drawer__continue:hover {
  color: #1A1413;
}


/* ------------------------------------------------------------------
   Checkout Page
   ------------------------------------------------------------------ */

.uz-checkout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 24px 60px;
}

.uz-checkout__title {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.6vw, 30px);
  color: #1A1413;
  margin: 0 0 24px;
  letter-spacing: -.02em;
}

.uz-checkout__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 30px;
  align-items: start;
}

/* Checkout — Form */
.uz-checkout__form {
  background: #fff;
  border: 1px solid #ECE5E0;
  border-radius: 22px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.uz-checkout__section-title {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1A1413;
  margin: 0;
}

.uz-checkout__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.uz-checkout__label {
  font-weight: 700;
  font-size: 13px;
  color: #1A1413;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.uz-checkout__input {
  border: 1.5px solid #ECE5E0;
  border-radius: 12px;
  padding: 14px 16px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 15px;
  color: #1A1413;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}

.uz-checkout__input:focus {
  border-color: #FD1E1E;
  box-shadow: 0 0 0 4px rgba(253, 30, 30, .12);
}

.uz-checkout__input::placeholder {
  color: #B0A69F;
}

.uz-checkout__input--error {
  border-color: #FD1E1E;
}

.uz-checkout__error-text {
  font-size: 12px;
  color: #FD1E1E;
  font-weight: 500;
}

.uz-checkout__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.uz-checkout__textarea {
  border: 1.5px solid #ECE5E0;
  border-radius: 12px;
  padding: 14px 16px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 15px;
  color: #1A1413;
  background: #fff;
  resize: vertical;
  min-height: 80px;
  transition: border-color .2s, box-shadow .2s;
}

.uz-checkout__textarea:focus {
  border-color: #FD1E1E;
  box-shadow: 0 0 0 4px rgba(253, 30, 30, .12);
}

/* Checkout — Payment Methods */
.uz-checkout__payments {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uz-checkout__payment {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid #ECE5E0;
  border-radius: 14px;
  padding: 14px 16px;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}

.uz-checkout__payment:hover {
  border-color: #FFD3CE;
}

.uz-checkout__payment.is-active {
  border-color: #FD1E1E;
  background: #FFECEA;
}

.uz-checkout__payment-radio {
  width: 20px;
  height: 20px;
  border: 2px solid #E2D8D1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: border-color .2s;
}

.uz-checkout__payment.is-active .uz-checkout__payment-radio {
  border-color: #FD1E1E;
}

.uz-checkout__payment.is-active .uz-checkout__payment-radio::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #FD1E1E;
  border-radius: 50%;
}

.uz-checkout__payment-name {
  font-weight: 600;
  font-size: 14px;
  color: #1A1413;
}

.uz-checkout__payment-desc {
  font-size: 12px;
  color: #9A8F88;
  margin-top: 2px;
}

/* Checkout — Aside (Order Summary) */
.uz-checkout__aside {
  position: sticky;
  top: 90px;
  background: #fff;
  border: 1px solid #ECE5E0;
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.uz-checkout__aside-title {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1A1413;
  margin: 0;
}

.uz-checkout__aside-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.uz-checkout__aside-item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.uz-checkout__aside-item-img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  background: #F1EAE3;
  flex-shrink: 0;
}

.uz-checkout__aside-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.uz-checkout__aside-item-name {
  font-weight: 600;
  font-size: 13px;
  color: #1A1413;
  line-height: 1.3;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.uz-checkout__aside-item-qty {
  font-size: 12px;
  color: #9A8F88;
  white-space: nowrap;
}

.uz-checkout__aside-item-price {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1A1413;
  white-space: nowrap;
}

.uz-checkout__aside-divider {
  height: 1px;
  background: #ECE5E0;
}

.uz-checkout__aside-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #5A524D;
}

.uz-checkout__aside-row--total {
  font-weight: 700;
  font-size: 16px;
  color: #1A1413;
  padding-top: 8px;
  border-top: 1px solid #ECE5E0;
}

.uz-checkout__aside-val {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -.02em;
}

.uz-checkout__submit-btn {
  width: 100%;
  background: #FD1E1E;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 16px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: background .2s, transform .2s;
  box-shadow: 0 14px 30px -12px rgba(253, 30, 30, .65);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.uz-checkout__submit-btn:hover {
  background: #E20A0A;
  transform: translateY(-1px);
}

.uz-checkout__terms {
  font-size: 12px;
  color: #9A8F88;
  text-align: center;
  line-height: 1.5;
}

.uz-checkout__terms a {
  color: #FD1E1E;
  text-decoration: underline;
}

.uz-checkout__terms a:hover {
  color: #E20A0A;
}


/* ------------------------------------------------------------------
   Success Page
   ------------------------------------------------------------------ */

.uz-success {
  max-width: 560px;
  margin: 0 auto;
  padding: 60px 24px 80px;
  text-align: center;
}

.uz-success__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #D1FAE5;
  display: grid;
  place-items: center;
  margin: 0 auto 28px;
  animation: uzPop .5s cubic-bezier(.2, .85, .25, 1);
}

.uz-success__checkmark {
  width: 44px;
  height: 44px;
  color: #16A34A;
}

.uz-success__title {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 3vw, 32px);
  color: #1A1413;
  margin: 0 0 12px;
  letter-spacing: -.02em;
}

.uz-success__desc {
  font-size: 16px;
  line-height: 1.6;
  color: #5A524D;
  max-width: 420px;
  margin: 0 auto 28px;
}

.uz-success__order-box {
  background: #fff;
  border: 1px solid #ECE5E0;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 28px;
  text-align: left;
}

.uz-success__order-label {
  font-size: 12px;
  color: #9A8F88;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 6px;
}

.uz-success__order-number {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #1A1413;
}

.uz-success__order-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #D1FAE5;
  color: #1A8751;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  margin-top: 10px;
}

.uz-success__actions {
  display: flex;
  gap: 13px;
  justify-content: center;
  flex-wrap: wrap;
}

.uz-success__btn-primary {
  background: #FD1E1E;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 15px 28px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: background .2s, transform .2s;
  box-shadow: 0 12px 26px -10px rgba(253, 30, 30, .6);
  text-decoration: none;
}

.uz-success__btn-primary:hover {
  background: #E20A0A;
  transform: translateY(-1px);
}

.uz-success__btn-secondary {
  background: transparent;
  color: #1A1413;
  border: 1.5px solid #E2D8D1;
  border-radius: 14px;
  padding: 15px 28px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: border-color .2s, background .2s;
  text-decoration: none;
}

.uz-success__btn-secondary:hover {
  border-color: #FD1E1E;
  background: #FFECEA;
}


/* ------------------------------------------------------------------
   Error Page
   ------------------------------------------------------------------ */

.uz-error {
  max-width: 560px;
  margin: 0 auto;
  padding: 60px 24px 80px;
  text-align: center;
}

.uz-error__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FEE2E2;
  display: grid;
  place-items: center;
  margin: 0 auto 28px;
  animation: uzShake .5s ease;
}

.uz-error__x {
  width: 44px;
  height: 44px;
  color: #FD1E1E;
}

.uz-error__title {
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 3vw, 32px);
  color: #1A1413;
  margin: 0 0 12px;
  letter-spacing: -.02em;
}

.uz-error__desc {
  font-size: 16px;
  line-height: 1.6;
  color: #5A524D;
  max-width: 420px;
  margin: 0 auto 28px;
}

.uz-error__code {
  display: inline-block;
  background: #FEE2E2;
  color: #FD1E1E;
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 28px;
}

.uz-error__actions {
  display: flex;
  gap: 13px;
  justify-content: center;
  flex-wrap: wrap;
}

.uz-error__btn-primary {
  background: #FD1E1E;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 15px 28px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: background .2s, transform .2s;
  box-shadow: 0 12px 26px -10px rgba(253, 30, 30, .6);
  text-decoration: none;
}

.uz-error__btn-primary:hover {
  background: #E20A0A;
  transform: translateY(-1px);
}

.uz-error__btn-secondary {
  background: transparent;
  color: #1A1413;
  border: 1.5px solid #E2D8D1;
  border-radius: 14px;
  padding: 15px 28px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: border-color .2s, background .2s;
  text-decoration: none;
}

.uz-error__btn-secondary:hover {
  border-color: #FD1E1E;
  background: #FFECEA;
}


/* ------------------------------------------------------------------
   Responsive — Tablet (max-width: 980px)
   ------------------------------------------------------------------ */

@media (max-width: 980px) {
  .uz-container {
    padding: 0 16px;
  }
  .uz-hero {
    padding: 24px 16px 16px;
  }
  .uz-hero__banner {
    padding: clamp(28px, 4vw, 48px);
    border-radius: 26px;
  }
  .uz-hero__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .uz-hero__visual {
    display: none;
  }
  .uz-hero__title {
    font-size: clamp(28px, 4vw, 42px);
  }
  .uz-detail {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .uz-detail__gallery {
    position: static;
  }
  .uz-checkout__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .uz-checkout__aside {
    position: static;
  }
  .uz-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .uz-catalog {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
  }
  .uz-trust {
    padding: 10px 16px;
  }
  .uz-categories {
    padding: 24px 16px 6px;
  }
}


/* ------------------------------------------------------------------
   Responsive — Mobile (max-width: 760px)
   ------------------------------------------------------------------ */

@media (max-width: 760px) {

  /* --- Global compact --- */
  .uz-container {
    padding: 0 12px;
  }

  /* --- Topbar --- */
  .uz-topbar__social,
  .uz-topbar__lang {
    display: none;
  }
  .uz-topbar__inner {
    padding: 5px 12px;
    font-size: 11px;
  }

  /* --- Header compact --- */
  .uz-header__inner {
    padding: 8px 12px;
    gap: 6px 8px;
    flex-wrap: wrap;
  }
  .uz-header__logo {
    order: 1;
  }
  .uz-header__logo img {
    height: 24px;
  }
  .uz-header__catalog-btn {
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 10px;
    order: 3;
    gap: 6px;
  }
  .uz-header__burger-line {
    width: 14px;
  }
  .uz-header__search {
    order: 4;
    flex: 1 1 120px;
    border-radius: 10px;
    padding: 0 4px 0 10px;
  }
  .uz-header__search-input {
    padding: 9px 8px;
    font-size: 13px;
  }
  .uz-header__search-btn {
    padding: 7px 12px;
    font-size: 12px;
    border-radius: 8px;
  }
  .uz-header__actions {
    gap: 0;
    order: 2;
    margin-left: auto;
  }
  .uz-header__action {
    padding: 4px 6px;
    gap: 1px;
  }
  .uz-header__action-icon {
    font-size: 16px;
  }
  .uz-header__action-label {
    font-size: 9px;
  }
  .uz-header__cart {
    padding: 4px 8px;
    border-radius: 8px;
  }
  .uz-header__cart-badge,
  .uz-header__fav-badge {
    font-size: 9px;
    min-width: 16px;
    height: 16px;
    padding: 0 3px;
    top: -2px;
    right: 2px;
  }

  /* --- Hero compact --- */
  .uz-hero {
    padding: 16px 12px 12px;
  }
  .uz-hero__banner {
    border-radius: 20px;
    padding: 24px 18px;
  }
  .uz-hero__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .uz-hero__visual {
    display: none;
  }
  .uz-hero__badge {
    font-size: 10px;
    padding: 5px 10px;
    margin-bottom: 12px;
  }
  .uz-hero__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .uz-hero__desc {
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .uz-hero__ctas {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }
  .uz-hero__cta-primary,
  .uz-hero__cta-secondary {
    padding: 12px 20px;
    font-size: 13px;
    border-radius: 12px;
    text-align: center;
  }
  .uz-hero__stats {
    gap: 16px;
  }
  .uz-hero__stat-number {
    font-size: 18px;
  }
  .uz-hero__stat-label {
    font-size: 10px;
  }

  /* --- Trust band compact --- */
  .uz-trust {
    padding: 10px 12px;
  }
  .uz-trust__grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .uz-trust__item {
    padding: 10px 10px;
    border-radius: 12px;
    gap: 8px;
  }
  .uz-trust__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }
  .uz-trust__icon-arch {
    width: 18px;
    height: 9px;
  }
  .uz-trust__title {
    font-size: 12px;
  }
  .uz-trust__sub {
    font-size: 10.5px;
  }

  /* --- Partnership compact --- */
  .uz-partnership {
    padding: 12px 12px 0;
  }
  .uz-partnership__link {
    padding: 14px 18px;
    gap: 10px;
    border-radius: 12px;
  }
  .uz-partnership__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
  .uz-partnership__text {
    font-size: 13px;
  }

  /* --- Categories compact --- */
  .uz-categories {
    padding: 18px 12px 6px;
  }
  .uz-categories__header {
    margin-bottom: 12px;
  }
  .uz-categories__title {
    font-size: 18px;
  }
  .uz-categories__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .uz-categories__item {
    padding: 12px 10px;
    border-radius: 14px;
    gap: 8px;
  }
  .uz-categories__arch {
    width: 32px;
    height: 16px;
  }
  .uz-categories__name {
    font-size: 11px;
  }
  .uz-categories__count {
    font-size: 10px;
  }

  /* --- Section headers compact --- */
  .uz-section-header {
    margin-bottom: 12px;
  }
  .uz-section-header__arch {
    width: 22px;
    height: 11px;
  }
  .uz-section-header__title {
    font-size: 17px;
  }
  .uz-section-header__link {
    padding: 7px 12px;
    font-size: 12px;
    border-radius: 8px;
  }

  /* --- Catalog: hide sidebar, show mobile chips --- */
  .uz-catnav {
    display: flex;
  }
  .uz-sidebar {
    display: none;
  }
  .uz-catalog {
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
  }

  /* --- Product grid compact (2 columns) --- */
  .uz-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    overflow: hidden;
  }

  /* --- Product card compact --- */
  .uz-card {
    border-radius: 12px;
    min-width: 0;
  }
  .uz-card:hover {
    transform: none;
    box-shadow: 0 1px 2px rgba(26, 20, 19, .05);
    border-color: #ECE5E0;
  }
  .uz-card__badge {
    top: 6px;
    left: 6px;
    font-size: 9px;
    padding: 2px 6px;
  }
  .uz-card__badge--top {
    top: 6px;
    left: 6px;
    font-size: 8px;
    padding: 2px 6px;
  }
  .uz-card__fav {
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
  }
  .uz-card__fav-icon {
    font-size: 13px;
  }
  .uz-card__body {
    padding: 7px 7px 9px;
    gap: 2px;
    min-width: 0;
  }
  .uz-card__category {
    font-size: 8px;
    letter-spacing: .04em;
  }
  .uz-card__name {
    font-size: 11px;
    min-height: 28px;
    line-height: 1.25;
  }
  .uz-card__prices {
    gap: 4px;
    padding-top: 1px;
  }
  .uz-card__price {
    font-size: 13px;
    white-space: normal;
    word-break: break-word;
  }
  .uz-card__old-price {
    font-size: 10px;
  }
  .uz-card__add-btn {
    padding: 8px 6px;
    font-size: 11.5px;
    border-radius: 9px;
    gap: 3px;
    box-shadow: none;
  }
  .uz-card__stepper {
    border-radius: 9px;
    padding: 3px;
    box-shadow: none;
  }
  .uz-card__stepper-btn {
    width: 28px;
    height: 28px;
    font-size: 15px;
    border-radius: 6px;
  }
  .uz-card__stepper-qty {
    font-size: 12px;
  }

  /* --- Promo banner compact --- */
  .uz-promo {
    border-radius: 16px;
    padding: 20px 16px;
  }
  .uz-promo__title {
    font-size: 18px;
  }
  .uz-promo__cta {
    padding: 11px 18px;
    font-size: 13px;
    border-radius: 10px;
  }

  /* --- Load more compact --- */
  .uz-load-more {
    padding-top: 16px;
  }
  .uz-load-more__btn {
    padding: 11px 20px;
    font-size: 13px;
  }

  /* --- Catalog page compact --- */
  .uz-catnav__chip {
    padding: 7px 14px;
    font-size: 12px;
  }
  .uz-catalog__title {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 2px;
  }
  .uz-sort {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 12px;
  }
  .uz-sort__count {
    font-size: 12px;
  }
  .uz-sort__options {
    width: 100%;
    gap: 6px;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .uz-sort__options::-webkit-scrollbar {
    display: none;
  }
  .uz-sort__option {
    flex-shrink: 0;
    text-align: center;
    padding: 7px 14px;
    font-size: 11.5px;
    border-radius: 8px;
  }

  /* --- Product detail compact --- */
  .uz-detail {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .uz-detail__gallery {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 8px;
    position: static;
  }
  .uz-detail__thumb {
    border-radius: 8px;
  }
  .uz-detail__main {
    border-radius: 16px;
  }
  .uz-detail__name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .uz-detail__prices {
    padding: 16px;
    border-radius: 14px;
    margin-bottom: 14px;
  }
  .uz-detail__price {
    font-size: 26px;
  }
  .uz-detail__old-price {
    font-size: 15px;
  }
  .uz-detail__add-btn {
    padding: 14px 16px;
    font-size: 14px;
    border-radius: 12px;
    min-width: unset;
  }
  .uz-detail__delivery {
    gap: 8px;
    margin-bottom: 16px;
  }
  .uz-detail__delivery-card {
    padding: 10px;
    border-radius: 10px;
  }
  .uz-detail__desc {
    padding: 16px;
    border-radius: 14px;
  }

  /* --- Checkout compact --- */
  .uz-checkout__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .uz-checkout__aside {
    position: static;
    border-radius: 16px;
    padding: 16px;
  }
  .uz-checkout__row {
    grid-template-columns: 1fr;
  }

  /* --- Drawer compact --- */
  .uz-drawer {
    width: 100vw;
  }
  .uz-drawer__header {
    padding: 14px 16px;
  }
  .uz-drawer__title {
    font-size: 16px;
  }
  .uz-drawer__items {
    padding: 4px 16px;
  }
  .uz-drawer__footer {
    padding: 14px 16px;
  }

  /* --- Footer compact --- */
  .uz-footer__inner {
    padding: 28px 12px 16px;
  }
  .uz-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px 14px;
  }
  .uz-footer__col-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .uz-footer__link {
    font-size: 12px;
  }
  .uz-footer__phone {
    font-size: 14px;
  }
  .uz-footer__divider {
    margin: 18px 0 12px;
  }
  .uz-footer__copy {
    font-size: 11px;
  }

  /* --- Success/Error compact --- */
  .uz-success {
    padding: 50px 16px;
  }
  .uz-success__icon {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
  }
  .uz-success__title {
    font-size: 22px;
  }

  /* --- Breadcrumb compact --- */
  .uz-breadcrumb {
    font-size: 11.5px;
    margin-bottom: 12px;
  }
}
