:root {
  --uzsoft-blue: #2563eb;
  --uzsoft-blue-dark: #1d4ed8;
  --uzsoft-blue-light: #eff6ff;
  --uzsoft-ink: #0f172a;
  --uzsoft-navy: #0f172a;
  --uzsoft-gray-50: #f8fafc;
  --uzsoft-gray-100: #f1f5f9;
  --uzsoft-gray-200: #e2e8f0;
  --uzsoft-gray-300: #cbd5e1;
  --uzsoft-gray-500: #64748b;
  --uzsoft-gray-600: #475569;
  --uzsoft-gray-700: #334155;
  --uzsoft-green: #16a34a;
  --uzsoft-red: #dc2626;
  --uzsoft-red-light: #fef2f2;
  --uzsoft-amber: #f59e0b;
  --uzsoft-radius: 8px;
  --uzsoft-radius-lg: 14px;
  --uzsoft-radius-xl: 18px;
  --uzsoft-shadow: 0 18px 38px -28px rgba(15, 23, 42, .45);
  --uzsoft-shadow-xs: 0 1px 2px rgba(15, 23, 42, .05);
  --uzsoft-shadow-sm: 0 2px 4px rgba(15, 23, 42, .06), 0 1px 2px rgba(15, 23, 42, .04);
  --uzsoft-shadow-lg: 0 16px 32px -10px rgba(15, 23, 42, .12), 0 4px 8px rgba(15, 23, 42, .04);
  --uzsoft-shadow-blue: 0 16px 32px -12px rgba(29, 78, 216, .25), 0 4px 8px rgba(29, 78, 216, .08);
  --uzsoft-ease: cubic-bezier(.22, 1, .36, 1);
}

body.uzsoft-mp-v2 {
  --porto-body-ff: Inter, Arial, sans-serif;
}

body.uzsoft-mp-v2 #header.header-builder {
  display: none !important;
}

.uzsoft-mp,
.uzsoft-mp * {
  box-sizing: border-box;
}

.uzsoft-mp {
  position: relative;
  z-index: 40;
  background: #fff;
  color: var(--uzsoft-navy);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
  box-shadow: var(--uzsoft-shadow);
}

header.uzsoft-mp[data-uzsoft-mp-header] {
  z-index: 140;
}

header.uzsoft-mp[data-uzsoft-mp-header] .uzsoft-mp-catbar,
header.uzsoft-mp[data-uzsoft-mp-header] .uzsoft-mp-nav,
header.uzsoft-mp[data-uzsoft-mp-header] .uzsoft-mp-nav-list,
header.uzsoft-mp[data-uzsoft-mp-header] .menu-item-has-children {
  position: relative;
}

header.uzsoft-mp[data-uzsoft-mp-header] .uzsoft-mp-catbar {
  z-index: 150;
}

.uzsoft-mp a {
  color: inherit;
  text-decoration: none;
}

.uzsoft-mp-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  stroke-width: 2;
}

.uzsoft-mp-cat-icon {
  --uzsoft-cat-icon-bg: var(--uzsoft-blue-light);
  --uzsoft-cat-icon-color: var(--uzsoft-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 12px;
  background: var(--uzsoft-cat-icon-bg);
  color: var(--uzsoft-cat-icon-color);
}

.uzsoft-mp-cat-icon .uzsoft-mp-icon {
  width: 22px;
  height: 22px;
  color: currentColor;
}

.uzsoft-mp-cat-icon--all {
  --uzsoft-cat-icon-bg: #eff6ff;
  --uzsoft-cat-icon-color: #2563eb;
}

.uzsoft-mp-cat-icon--microsoft {
  --uzsoft-cat-icon-bg: #e7f0fb;
  --uzsoft-cat-icon-color: #0067d4;
}

.uzsoft-mp-cat-icon--eset {
  --uzsoft-cat-icon-bg: #e0f5f5;
  --uzsoft-cat-icon-color: #00a4a6;
}

.uzsoft-mp-cat-icon--kaspersky {
  --uzsoft-cat-icon-bg: #e4f5eb;
  --uzsoft-cat-icon-color: #1e9e55;
}

.uzsoft-mp-cat-icon--bitdefender {
  --uzsoft-cat-icon-bg: #fce7ec;
  --uzsoft-cat-icon-color: #e11d48;
}

.uzsoft-mp-cat-icon--dr-web {
  --uzsoft-cat-icon-bg: #eef4e3;
  --uzsoft-cat-icon-color: #5b8c2a;
}

.uzsoft-mp-cat-icon--avast {
  --uzsoft-cat-icon-bg: #fdeee0;
  --uzsoft-cat-icon-color: #f57c00;
}

.uzsoft-mp-cat-icon--pro32 {
  --uzsoft-cat-icon-bg: #e8eaf9;
  --uzsoft-cat-icon-color: #4b57c4;
}

.uzsoft-mp-cat-icon--jivo {
  --uzsoft-cat-icon-bg: #e0f5f1;
  --uzsoft-cat-icon-color: #00a88e;
}

.uzsoft-mp-cat-icon--hardware {
  --uzsoft-cat-icon-bg: #eceef1;
  --uzsoft-cat-icon-color: #5a6675;
}

.uzsoft-mp-cat-icon--ivi {
  --uzsoft-cat-icon-bg: #fce0ec;
  --uzsoft-cat-icon-color: #e5006d;
}

.uzsoft-mp-cat-icon--other {
  --uzsoft-cat-icon-bg: #f0eafa;
  --uzsoft-cat-icon-color: #7c4dc4;
}

.uzsoft-mp-svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.uzsoft-mp-container {
  width: min(1248px, calc(100vw - 32px));
  margin: 0 auto;
}

.uzsoft-mp-topbar {
  position: relative;
  z-index: 170;
  border-bottom: 1px solid var(--uzsoft-gray-200);
  background: var(--uzsoft-gray-50);
}

.uzsoft-mp-topbar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.uzsoft-mp-topbar__left,
.uzsoft-mp-topbar__right,
.uzsoft-mp-topbar__left span,
.uzsoft-mp-topbar__right a,
.uzsoft-mp-lang-current,
.uzsoft-mp-socials {
  display: inline-flex;
  align-items: center;
}

.uzsoft-mp-topbar__left {
  gap: 18px;
  color: var(--uzsoft-gray-700);
  font-size: 12px;
  font-weight: 700;
}

.uzsoft-mp-topbar__left span,
.uzsoft-mp-topbar__right a {
  gap: 6px;
  white-space: nowrap;
}

.uzsoft-mp-topbar__left .uzsoft-mp-icon {
  width: 14px;
  height: 14px;
  color: var(--uzsoft-blue);
}

.uzsoft-mp-topbar__right {
  position: relative;
  z-index: 2;
  gap: 12px;
  color: var(--uzsoft-gray-600);
  font-size: 12px;
  font-weight: 700;
}

.uzsoft-mp-topbar__right a:hover,
.uzsoft-mp-lang-current:hover {
  color: var(--uzsoft-blue);
}

.uzsoft-mp-topbar__right .uzsoft-mp-icon,
.uzsoft-mp-lang-current .uzsoft-mp-icon {
  width: 14px;
  height: 14px;
}

.uzsoft-mp-lang {
  position: relative;
  z-index: 180;
}

.uzsoft-mp-lang.is-open {
  z-index: 1000;
}

.uzsoft-mp-lang-current {
  gap: 5px;
  min-height: 32px;
  padding: 3px 8px 3px 5px;
  border: 1px solid rgba(47, 92, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: inherit;
  font: inherit;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .04);
  transition: background .18s var(--uzsoft-ease), border-color .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), color .18s var(--uzsoft-ease);
}

.uzsoft-mp-lang-current:hover,
.uzsoft-mp-lang.is-open .uzsoft-mp-lang-current {
  background: var(--uzsoft-blue-light);
  border-color: rgba(47, 92, 255, .24);
  box-shadow: 0 8px 22px rgba(47, 92, 255, .09);
}

.uzsoft-mp-lang-menu,
.uzsoft-mp-mega {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 180px;
  padding: 8px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: #fff;
  box-shadow: 0 24px 48px -28px rgba(15, 23, 42, .42);
}

.uzsoft-mp-lang-menu {
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  z-index: 300;
  min-width: 218px;
  max-height: min(260px, calc(100vh - 56px));
  padding: 7px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px) scale(.98);
  transform-origin: top right;
  box-shadow: 0 24px 60px -28px rgba(15, 23, 42, .45), 0 8px 20px rgba(47, 92, 255, .08);
  transition: opacity .2s var(--uzsoft-ease), transform .2s var(--uzsoft-ease), visibility .2s var(--uzsoft-ease);
}

.uzsoft-mp-lang.is-open .uzsoft-mp-lang-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.uzsoft-mp-lang-selected {
  display: inline-flex;
  align-items: center;
}

.uzsoft-mp-lang-selected {
  gap: 6px;
}

.uzsoft-mp-lang-code {
  color: var(--uzsoft-navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
}

.uzsoft-mp-lang-current .uzsoft-mp-flag-icon,
.uzsoft-mp-lang-option .uzsoft-mp-flag-icon {
  width: 22px;
  height: 15px;
  flex: 0 0 auto;
  border-radius: 4px;
  filter: drop-shadow(0 2px 4px rgba(15, 23, 42, .12));
}

.uzsoft-mp-lang-current .uzsoft-mp-lang-chevron {
  width: 12px;
  height: 12px;
  transition: transform .18s var(--uzsoft-ease);
}

.uzsoft-mp-lang.is-open .uzsoft-mp-lang-chevron {
  transform: rotate(180deg);
}

.uzsoft-mp-lang-option {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 44px;
  gap: 10px;
  padding: 9px 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--uzsoft-navy);
  text-decoration: none;
  transition: background .16s var(--uzsoft-ease), color .16s var(--uzsoft-ease), transform .16s var(--uzsoft-ease);
}

.uzsoft-mp-lang-option-copy {
  min-width: 0;
  display: grid;
  flex: 1 1 auto;
  gap: 1px;
}

.uzsoft-mp-lang-option-copy strong {
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}

.uzsoft-mp-lang-option-copy small {
  color: var(--uzsoft-gray-500);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
}

.uzsoft-mp-lang-option .uzsoft-mp-lang-check {
  width: 16px;
  height: 16px;
  margin-left: auto;
  padding: 2px;
  border-radius: 999px;
  background: #fff;
  color: var(--uzsoft-blue);
  box-shadow: 0 4px 10px rgba(47, 92, 255, .12);
}

.uzsoft-mp-lang-option.is-active {
  border-color: rgba(47, 92, 255, .16);
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-lang-option:hover,
.uzsoft-mp-mega-link:hover {
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue-dark);
}

.uzsoft-mp-lang-option:hover {
  transform: translateX(2px);
}

.uzsoft-mp-socials {
  gap: 5px;
}

.uzsoft-mp-socials a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: var(--uzsoft-gray-500);
}

.uzsoft-mp-socials a:hover {
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-main {
  position: relative;
  z-index: 130;
  background: #fff;
}

.uzsoft-mp-main:has(.uzsoft-mp-search__category.is-open),
.uzsoft-mp-main:focus-within {
  z-index: 260;
}

.uzsoft-mp-main__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 18px;
}

.uzsoft-mp-logo {
  flex: 0 0 220px;
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.uzsoft-mp-logo img {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 54px;
}

.uzsoft-mp-logo span {
  color: var(--uzsoft-blue);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.uzsoft-mp-search {
  position: relative;
  z-index: 20;
  flex: 1 1 auto;
  min-width: 0;
  height: 50px;
  display: grid;
  grid-template-columns: 186px minmax(0, 1fr) 112px;
  overflow: hidden;
  border: 2px solid var(--uzsoft-blue);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 26px -24px rgba(37, 99, 235, .9);
}

.uzsoft-mp-search:has(.uzsoft-mp-search__category.is-open) {
  z-index: 240;
  overflow: visible;
}

.uzsoft-mp-search:focus-within {
  z-index: 240;
}

.uzsoft-mp-search__category {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0 34px 0 14px;
  border-right: 1px solid #dbeafe;
  background: #f4f7ff;
  color: var(--uzsoft-blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.uzsoft-mp-search__category::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: .52;
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
  transition: opacity .18s var(--uzsoft-ease), transform .18s var(--uzsoft-ease);
}

.uzsoft-mp-search__category:focus-within {
  background: linear-gradient(180deg, #fff 0%, #eef4ff 100%);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-search__category:focus-within::after {
  opacity: .9;
  transform: translateY(-35%) rotate(225deg);
}

.uzsoft-mp-search__category.is-select-enhanced::after {
  display: none;
}

.uzsoft-mp-search__category .uzsoft-mp-icon {
  width: 16px;
  height: 16px;
}

.uzsoft-mp-search__category.is-select-enhanced > .uzsoft-mp-icon {
  display: none;
}

.uzsoft-mp-search select,
.uzsoft-mp-search input,
.uzsoft-mp-search button {
  min-width: 0;
  border: 0;
  outline: 0;
  font: inherit;
}

.uzsoft-mp-search select {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: currentColor;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.uzsoft-mp-search select::-ms-expand {
  display: none;
}

.uzsoft-mp-search select option {
  min-height: 34px;
  padding: 9px 12px;
  background: #fff;
  color: var(--uzsoft-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 750;
}

.uzsoft-mp-search select option:checked {
  background: var(--uzsoft-blue);
  color: #fff;
  font-weight: 900;
}

.uzsoft-mp-search select option:hover {
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-search input {
  width: 100%;
  padding: 0 16px;
  color: var(--uzsoft-navy);
  font-size: 14px;
  font-weight: 500;
}

.uzsoft-mp-search input::placeholder {
  color: var(--uzsoft-gray-500);
  opacity: 1;
}

.uzsoft-mp-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--uzsoft-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.uzsoft-mp-search__category.is-select-enhanced select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.uzsoft-mp-search__category .uzsoft-mp-search-cat-trigger {
  width: 100%;
  min-width: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
  box-shadow: none;
}

.uzsoft-mp-search-cat-trigger-badge {
  width: 26px;
  height: 26px;
  border-radius: 9px;
}

.uzsoft-mp-search-cat-trigger-badge .uzsoft-mp-icon {
  width: 15px;
  height: 15px;
}

.uzsoft-mp-search__category .uzsoft-mp-search-cat-trigger:focus {
  outline: 0;
}

.uzsoft-mp-search-cat-trigger-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uzsoft-mp-search-cat-trigger-icon {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: .6;
  transform: translateY(-2px) rotate(45deg);
  transition: opacity .18s var(--uzsoft-ease), transform .18s var(--uzsoft-ease);
}

.uzsoft-mp-search__category.is-open .uzsoft-mp-search-cat-trigger-icon {
  opacity: .95;
  transform: translateY(2px) rotate(225deg);
}

.uzsoft-mp-search-cat-menu {
  position: absolute;
  top: calc(100% + 9px);
  left: 8px;
  z-index: 250;
  width: max(100%, 230px);
  max-width: min(280px, calc(100vw - 24px));
  max-height: 330px;
  overflow: auto;
  padding: 7px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 54px -30px rgba(15, 23, 42, .5);
  scrollbar-width: thin;
  scrollbar-color: rgba(37, 99, 235, .36) var(--uzsoft-gray-100);
}

.uzsoft-mp-search-cat-menu[hidden] {
  display: none;
}

.uzsoft-mp-search-cat-menu::-webkit-scrollbar {
  width: 7px;
}

.uzsoft-mp-search-cat-menu::-webkit-scrollbar-track {
  border-radius: 999px;
  background: var(--uzsoft-gray-100);
}

.uzsoft-mp-search-cat-menu::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(37, 99, 235, .36);
}

.uzsoft-mp-search .uzsoft-mp-search-cat-option {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  padding: 6px 9px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--uzsoft-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  text-align: left;
  text-transform: none;
  white-space: nowrap;
  box-shadow: none;
}

.uzsoft-mp-search-cat-option-icon {
  width: 28px;
  height: 28px;
  border-radius: 9px;
}

.uzsoft-mp-search-cat-option-icon .uzsoft-mp-icon {
  width: 16px;
  height: 16px;
}

.uzsoft-mp-search-cat-option-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uzsoft-mp-search .uzsoft-mp-search-cat-option:hover,
.uzsoft-mp-search .uzsoft-mp-search-cat-option:focus {
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
  outline: 0;
}

.uzsoft-mp-search .uzsoft-mp-search-cat-option.is-selected {
  background: linear-gradient(135deg, var(--uzsoft-blue) 0%, #3b82f6 100%);
  color: #fff;
  box-shadow: 0 10px 18px -14px rgba(37, 99, 235, .7);
}

.uzsoft-mp-phone {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 16px;
  border-left: 1px solid var(--uzsoft-gray-200);
  white-space: nowrap;
}

.uzsoft-mp-phone__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--uzsoft-gray-100);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-phone small {
  display: block;
  color: var(--uzsoft-gray-500);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .9px;
  line-height: 1.15;
  text-transform: uppercase;
}

.uzsoft-mp-phone strong {
  display: block;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

.uzsoft-mp-actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.uzsoft-mp-action {
  position: relative;
  width: 58px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  border-radius: 12px;
  color: var(--uzsoft-navy);
}

.uzsoft-mp-action:hover {
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-action span:not(.uzsoft-mp-badge) {
  max-width: 54px;
  overflow: hidden;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uzsoft-mp-badge {
  position: absolute;
  top: 2px;
  right: 5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--uzsoft-red);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 14px;
  text-align: center;
}

.uzsoft-mp.uzsoft-mp-minicart-shell {
  z-index: 2147483190;
  pointer-events: none;
  background: transparent;
  box-shadow: none;
  color: var(--uzsoft-navy);
  font-family: Inter, Arial, sans-serif;
}

.uzsoft-mp-mini-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483200;
  pointer-events: none;
  background: rgba(15, 23, 42, .48);
  opacity: 0;
  transition: opacity .22s var(--uzsoft-ease);
}

.uzsoft-mp-minicart-shell.is-open .uzsoft-mp-mini-cart-overlay {
  pointer-events: auto;
  opacity: 1;
}

.uzsoft-mp-mini-cart-drawer {
  position: fixed;
  top: max(14px, env(safe-area-inset-top));
  right: max(14px, env(safe-area-inset-right));
  bottom: auto;
  z-index: 2147483210;
  width: min(448px, calc(100vw - 28px));
  max-height: calc(100dvh - 28px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  pointer-events: auto;
  border: 1px solid rgba(203, 213, 225, .78);
  border-radius: 26px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 30px 90px rgba(15, 23, 42, .28), 0 14px 42px rgba(37, 99, 235, .12);
  transform: translateX(110%);
  transition: transform .26s var(--uzsoft-ease);
}

.uzsoft-mp-minicart-shell.is-open .uzsoft-mp-mini-cart-drawer {
  transform: translateX(0);
}

.uzsoft-mp-mini-cart-head {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 20px 16px;
  border-bottom: 1px solid rgba(148, 163, 184, .18);
  background:
    radial-gradient(circle at 0% 0%, rgba(47, 92, 255, .16), rgba(47, 92, 255, 0) 42%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(239, 246, 255, .76));
}

.uzsoft-mp-mini-cart-head span {
  display: block;
  color: var(--uzsoft-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.uzsoft-mp-mini-cart-head strong {
  display: block;
  margin-top: 4px;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}

.uzsoft-mp-mini-cart-close,
.uzsoft-mp-cart-toast-close {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  background: var(--uzsoft-gray-100);
  color: var(--uzsoft-navy);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.uzsoft-mp-mini-cart-close:hover,
.uzsoft-mp-cart-toast-close:hover {
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-mini-cart-body {
  min-height: 0;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  max-height: calc(100dvh - 124px);
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .98));
}

.uzsoft-mp-mini-cart-empty {
  min-height: min(360px, calc(100dvh - 124px));
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 34px 26px;
  color: var(--uzsoft-gray-500);
  text-align: center;
}

.uzsoft-mp-mini-cart-empty-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 20px;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-mini-cart-empty-icon .uzsoft-mp-icon {
  width: 26px;
  height: 26px;
}

.uzsoft-mp-mini-cart-empty strong {
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.uzsoft-mp-mini-cart-empty p {
  max-width: 280px;
  margin: 10px 0 18px;
  font-size: 14px;
  line-height: 1.5;
}

.uzsoft-mp-mini-cart-empty a,
.uzsoft-mp-mini-cart-checkout,
.uzsoft-mp-mini-cart-cart {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.uzsoft-mp-mini-cart-empty a,
.uzsoft-mp-mini-cart-checkout {
  padding: 0 18px;
  background: var(--uzsoft-blue);
  color: #fff;
  box-shadow: var(--uzsoft-shadow-blue);
}

.uzsoft-mp-mini-cart-items {
  min-height: 0;
  flex: 0 1 auto;
  max-height: min(430px, calc(100dvh - 300px));
  overflow: auto;
  padding: 16px;
  scrollbar-color: rgba(79, 70, 229, .38) transparent;
  scrollbar-width: thin;
}

.uzsoft-mp-mini-cart-items::-webkit-scrollbar {
  width: 8px;
}

.uzsoft-mp-mini-cart-items::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(79, 70, 229, .36);
  background-clip: padding-box;
}

.uzsoft-mp-mini-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 30px;
  gap: 13px;
  padding: 12px;
  border: 1px solid rgba(203, 213, 225, .76);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 30px -26px rgba(15, 23, 42, .42);
}

.uzsoft-mp-mini-cart-item + .uzsoft-mp-mini-cart-item {
  margin-top: 10px;
}

.uzsoft-mp-mini-cart-thumb {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, .7);
  border-radius: 16px;
  background: #f8fafc;
}

.uzsoft-mp-mini-cart-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.uzsoft-mp-mini-cart-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.uzsoft-mp-mini-cart-name {
  display: -webkit-box;
  overflow: hidden;
  color: var(--uzsoft-navy);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.28;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.uzsoft-mp-mini-cart-name:hover {
  color: var(--uzsoft-blue);
}

.uzsoft-mp-mini-cart-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--uzsoft-gray-500);
  font-size: 12px;
  font-weight: 800;
}

.uzsoft-mp-mini-cart-meta strong {
  color: var(--uzsoft-blue);
  font-size: 13px;
  white-space: nowrap;
}

.uzsoft-mp-mini-cart-remove {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--uzsoft-gray-100);
  color: var(--uzsoft-gray-500);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.uzsoft-mp-mini-cart-remove:hover {
  background: rgba(239, 68, 68, .1);
  color: var(--uzsoft-red);
}

.uzsoft-mp-mini-cart-summary {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  padding: 16px;
  border-top: 1px solid rgba(148, 163, 184, .18);
  background:
    radial-gradient(circle at 100% 0%, rgba(47, 92, 255, .1), rgba(255, 255, 255, 0) 46%),
    rgba(255, 255, 255, .98);
  box-shadow: 0 -18px 40px -34px rgba(15, 23, 42, .65);
}

.uzsoft-mp-mini-cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  font-family: Manrope, Inter, Arial, sans-serif;
}

.uzsoft-mp-mini-cart-total span {
  color: var(--uzsoft-gray-500);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.uzsoft-mp-mini-cart-total strong {
  color: var(--uzsoft-navy);
  font-size: 20px;
  font-weight: 900;
}

.uzsoft-mp-mini-cart-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.uzsoft-mp-mini-cart-cart {
  border: 1px solid rgba(47, 92, 255, .2);
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-minicart-shell.is-open ~ #topcontrol,
body:has(.uzsoft-mp-minicart-shell.is-open) #topcontrol,
body:has(.uzsoft-mp-minicart-shell.is-open) jdiv[class*="__jivoDesktopButton"],
body:has(.uzsoft-mp-minicart-shell.is-open) jdiv[class*="__jivoMobileButton"] {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.uzsoft-mp-cart-toast {
  position: fixed;
  right: 96px;
  bottom: 78px;
  z-index: 100000;
  width: min(420px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 13px;
  overflow: hidden;
  padding: 15px;
  border: 1px solid rgba(34, 197, 94, .2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 0%, rgba(34, 197, 94, .16), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .96));
  box-shadow: 0 26px 80px rgba(15, 23, 42, .24), 0 12px 34px rgba(22, 163, 74, .12);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 28px, 0) scale(.98);
  transition: opacity .28s cubic-bezier(.16, 1, .3, 1), transform .28s cubic-bezier(.16, 1, .3, 1);
}

.uzsoft-mp-cart-toast::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #22c55e, #16a34a);
}

.uzsoft-mp-cart-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.uzsoft-mp-cart-toast-icon {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  box-shadow: 0 12px 28px rgba(22, 163, 74, .32);
}

.uzsoft-mp-cart-toast-icon::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  border: 1px solid rgba(34, 197, 94, .22);
}

.uzsoft-mp-cart-toast-icon .uzsoft-mp-icon {
  width: 24px;
  height: 24px;
  stroke-width: 3;
}

.uzsoft-mp-cart-toast-copy {
  min-width: 0;
}

.uzsoft-mp-cart-toast-copy strong {
  display: block;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.uzsoft-mp-cart-toast-copy a {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  margin-top: 7px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.uzsoft-mp-cart-toast-copy a:hover {
  background: var(--uzsoft-blue);
  color: #fff;
}

.uzsoft-mp-catbar {
  border-top: 1px solid var(--uzsoft-gray-200);
  background: #fff;
}

.uzsoft-mp-catbar__inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.uzsoft-mp-sections {
  position: relative;
  flex: 0 0 auto;
}

.uzsoft-mp-mega-btn {
  min-width: 208px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  background: var(--uzsoft-blue);
  color: #fff;
  font: 900 13px/1 Inter, Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 28px -22px rgba(37, 99, 235, .9);
}

.uzsoft-mp-sections.is-open .uzsoft-mp-mega {
  display: grid;
}

.uzsoft-mp-mega {
  display: none;
  z-index: 30;
  width: min(780px, calc(100vw - 32px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}

.uzsoft-mp-mega[hidden] {
  display: none;
}

.uzsoft-mp-mega-link {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 3px 13px;
  align-items: center;
  padding: 11px 12px;
  border-radius: 12px;
}

.uzsoft-mp-mega-link > .uzsoft-mp-icon,
.uzsoft-mp-mega-link > .uzsoft-mp-cat-icon {
  grid-row: span 2;
}

.uzsoft-mp-mega-link > .uzsoft-mp-icon {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 12px;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-mega-link > .uzsoft-mp-cat-icon {
  width: 42px;
  height: 42px;
}

.uzsoft-mp-mega-link > span:not(.uzsoft-mp-cat-icon) {
  overflow: hidden;
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uzsoft-mp-mega-link small {
  color: var(--uzsoft-gray-500);
  font-size: 11px;
  font-weight: 700;
}

.uzsoft-mp-nav {
  min-width: 0;
  flex: 1 1 auto;
}

.uzsoft-mp-nav-list {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uzsoft-mp-nav-list li {
  position: relative;
}

.uzsoft-mp-nav-list .menu-item-has-children {
  z-index: 80;
}

.uzsoft-mp-nav-list .menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 89;
  width: max(100%, 320px);
  height: 28px;
  pointer-events: none;
}

.uzsoft-mp-nav-list .menu-item-has-children:hover::after,
.uzsoft-mp-nav-list .menu-item-has-children:focus-within::after {
  pointer-events: auto;
}

.uzsoft-mp-nav-list a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: var(--uzsoft-radius);
  color: var(--uzsoft-gray-700);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.uzsoft-mp-nav-list .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 160;
  min-width: 260px;
  margin: 0;
  padding: 14px 8px 8px;
  list-style: none;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: #fff;
  box-shadow: var(--uzsoft-shadow-lg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  transition: opacity .16s var(--uzsoft-ease), transform .16s var(--uzsoft-ease), visibility .16s var(--uzsoft-ease);
}

.uzsoft-mp-nav-list .menu-item-has-children:hover > .sub-menu,
.uzsoft-mp-nav-list .menu-item-has-children:focus-within > .sub-menu,
.uzsoft-mp-nav-list .menu-item-has-children.is-submenu-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.uzsoft-mp-nav-list .sub-menu a {
  width: 100%;
  min-height: 36px;
  justify-content: flex-start;
  padding: 0 12px;
  text-transform: none;
}

.uzsoft-mp-nav-list a:hover,
.uzsoft-mp-nav-list .current-menu-item > a {
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue-dark);
}

.uzsoft-mp-tagline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--uzsoft-gray-600);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.uzsoft-mp-tagline .uzsoft-mp-icon {
  width: 15px;
  height: 15px;
  color: var(--uzsoft-blue);
}

.uzsoft-mp-mobile-toggle {
  display: none;
}

@media (max-width: 1199px) {
  .uzsoft-mp-main__inner {
    gap: 14px;
  }

  .uzsoft-mp-logo {
    flex-basis: 180px;
  }

  .uzsoft-mp-phone {
    display: none;
  }

  .uzsoft-mp-search {
    min-width: 280px;
  }

  .uzsoft-mp-search {
    grid-template-columns: 150px minmax(0, 1fr) 58px;
  }

  .uzsoft-mp-search button span {
    display: none;
  }

  .uzsoft-mp-tagline {
    display: none;
  }

  .uzsoft-mp-lang-menu {
    right: 0;
    left: auto;
  }
}

@media (max-width: 640px) {
  .uzsoft-mp-container {
    width: min(100%, calc(100vw - 24px));
  }

  .uzsoft-mp-topbar__left {
    display: none;
  }

  .uzsoft-mp-topbar__inner {
    justify-content: flex-end;
  }

  .uzsoft-mp-main__inner {
    min-height: 72px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .uzsoft-mp-mobile-toggle {
    flex: 0 0 38px;
    order: 1;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    background: var(--uzsoft-blue);
    color: #fff;
  }

  .uzsoft-mp-logo {
    flex: 1 1 auto;
    order: 2;
  }

  .uzsoft-mp-logo img {
    max-width: 128px;
    max-height: 38px;
  }

  .uzsoft-mp-search {
    flex: 0 0 100%;
    order: 4;
    width: 100%;
    min-width: 0;
    height: 46px;
    grid-template-columns: minmax(0, 1fr) 48px;
    margin-bottom: 10px;
  }

  .uzsoft-mp-search__category {
    display: none;
  }

  .uzsoft-mp-actions {
    flex: 0 0 auto;
    order: 3;
    margin-left: auto;
    gap: 1px;
  }

  .uzsoft-mp-action {
    width: 38px;
    min-height: 40px;
  }

  .uzsoft-mp-action span:not(.uzsoft-mp-badge) {
    display: none;
  }

  .uzsoft-mp-catbar__inner {
    min-height: 0;
    display: block;
    padding-bottom: 10px;
  }

  .uzsoft-mp-sections {
    display: none;
  }

  .uzsoft-mp-nav {
    display: none;
    padding-top: 8px;
  }

  .uzsoft-mp-nav.is-open {
    display: block;
  }

  .uzsoft-mp-nav-list {
    display: grid;
    gap: 6px;
  }

  .uzsoft-mp-nav-list .sub-menu {
    position: static;
    min-width: 0;
    margin-top: 6px;
    padding: 0 0 0 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .uzsoft-mp-nav-list a {
    width: 100%;
    justify-content: flex-start;
    background: var(--uzsoft-gray-50);
  }
}

@media (max-width: 520px) {
  .uzsoft-mp-topbar__right {
    width: 100%;
    justify-content: space-between;
    gap: 6px;
  }

  .uzsoft-mp-topbar__right > a {
    display: none;
  }

  .uzsoft-mp-socials a {
    width: 26px;
    height: 26px;
  }

  .uzsoft-mp-logo img {
    max-width: 116px;
  }

  .uzsoft-mp-action {
    width: 34px;
  }

  .uzsoft-mp-lang-menu {
    right: auto;
    left: 0;
    min-width: min(218px, calc(100vw - 24px));
  }
}

/* Step 2 homepage */
.uzsoft-mp-home,
.uzsoft-mp-home * {
  box-sizing: border-box;
}

.uzsoft-mp-home {
  background: var(--uzsoft-gray-50);
  color: var(--uzsoft-navy);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
  padding: 16px 0 24px;
}

.uzsoft-mp-home a {
  color: inherit;
  text-decoration: none;
}

.uzsoft-mp-home-grid {
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  gap: 16px;
}

.uzsoft-mp-el-home-grid {
  --display: grid;
  width: min(1248px, calc(100vw - 32px));
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

[class*="elementor-widget-uzsoft_mp_"],
[class*="elementor-widget-uzsoft_mp_"] > .elementor-widget-container,
.uzsoft-mp-el-home-builder,
.uzsoft-mp-el-home-builder .uzsoft-mp-el-home-grid,
.uzsoft-mp-el-home-builder .uzsoft-mp-el-home-sidebar,
.uzsoft-mp-el-home-builder .uzsoft-mp-el-home-content {
  background: transparent;
}

[class*="elementor-widget-uzsoft_mp_"] > .elementor-widget-container > .uzsoft-mp:not(.uzsoft-mp-el-home-builder) {
  background: transparent;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

.uzsoft-mp-el-home-builder {
  padding-top: 16px;
  padding-bottom: 24px;
}

.uzsoft-mp-el-home-sidebar,
.uzsoft-mp-el-home-content,
.uzsoft-mp-el-hero-row,
.uzsoft-mp-el-hero-main,
.uzsoft-mp-el-hero-cards {
  min-width: 0;
}

.uzsoft-mp-el-home-sidebar {
  width: 100%;
}

.uzsoft-mp-el-home-content {
  --display: flex;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.uzsoft-mp-el-hero-row {
  --display: grid;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 14px;
  align-items: stretch;
}

.uzsoft-mp-el-home-builder .uzsoft-mp-el-hero-row > .hero-banners {
  display: contents;
}

.uzsoft-mp-el-home-builder .uzsoft-mp-el-home-grid:not(:has(.uzsoft-mp-el-home-sidebar)) {
  grid-template-columns: minmax(0, 1fr);
}

.uzsoft-mp-el-hero-cards {
  --display: flex;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.uzsoft-mp-home-sidebar {
  position: static;
  top: auto;
  height: fit-content;
  padding: 14px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: #fff;
  box-shadow: var(--uzsoft-shadow-xs);
}

.uzsoft-mp-home-sidebar-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  padding: 4px 8px 12px;
  border-bottom: 1px solid var(--uzsoft-gray-200);
  color: var(--uzsoft-gray-500);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.uzsoft-mp-home-sidebar-title .uzsoft-mp-icon {
  width: 14px;
  height: 14px;
  color: var(--uzsoft-blue);
}

.uzsoft-mp-home-sidebar-link {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 8px;
  border-radius: var(--uzsoft-radius);
  color: var(--uzsoft-gray-700);
  font-size: 13px;
  font-weight: 700;
  transition: background .15s var(--uzsoft-ease), color .15s var(--uzsoft-ease), transform .15s var(--uzsoft-ease);
}

.uzsoft-mp-home-sidebar-link:hover,
.uzsoft-mp-home-sidebar-link.is-active {
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue-dark);
  transform: translateX(2px);
}

.uzsoft-mp-home-sidebar-link > .uzsoft-mp-icon {
  width: 16px;
  height: 16px;
  color: var(--uzsoft-blue);
}

.uzsoft-mp-home-sidebar-link .uzsoft-mp-cat-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 10px;
}

.uzsoft-mp-home-sidebar-link .uzsoft-mp-cat-icon .uzsoft-mp-icon {
  width: 18px;
  height: 18px;
}

.uzsoft-mp-home-sidebar-link > span:not(.uzsoft-mp-cat-icon) {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.25;
  white-space: normal;
}

.uzsoft-mp-home-sidebar-link small {
  flex: 0 0 auto;
  min-width: 34px;
  min-height: 28px;
  margin-left: auto;
  padding: 3px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--uzsoft-radius);
  background: var(--uzsoft-gray-100);
  color: var(--uzsoft-gray-500);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.uzsoft-mp-home-sidebar-link.is-active small {
  background: var(--uzsoft-blue);
  color: #fff;
}

.uzsoft-mp-home-content {
  min-width: 0;
}

.uzsoft-mp-home .hero-banners {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}

.uzsoft-mp-home .hero-main {
  position: relative;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 38px 42px;
  border-radius: var(--uzsoft-radius-lg);
  background:
    radial-gradient(circle at 80% 30%, rgba(96, 165, 250, .3) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(124, 58, 237, .15) 0%, transparent 50%),
    linear-gradient(125deg, #0f172a 0%, #1e3a8a 50%, #1d4ed8 100%);
  color: #fff;
  box-shadow: 0 24px 56px -16px rgba(29, 78, 216, .35);
}

.uzsoft-mp-home .hero-main::before,
.uzsoft-mp-home .trust-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.uzsoft-mp-home .hero-tag {
  position: relative;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.uzsoft-mp-home .hero-tag::before,
.uzsoft-mp-home .live-tag::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--uzsoft-green);
  box-shadow: 0 0 0 2px rgba(52, 211, 153, .35);
}

.uzsoft-mp-home .hero-main h1 {
  position: relative;
  max-width: 620px;
  margin: 0 0 12px;
  color: #fff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.uzsoft-mp-home .hero-main h1 span {
  color: #93c5fd;
}

.uzsoft-mp-home .hero-main p {
  position: relative;
  max-width: 440px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  line-height: 1.5;
}

.uzsoft-mp-home .hero-btn {
  position: relative;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--uzsoft-radius-lg);
  background: #fff;
  color: var(--uzsoft-blue);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
  transition: transform .2s var(--uzsoft-ease), box-shadow .2s var(--uzsoft-ease);
}

.uzsoft-mp-home .hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .3);
}

.uzsoft-mp-home .hero-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.uzsoft-mp-home .hero-small {
  position: relative;
  flex: 1;
  min-height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(96, 165, 250, .2);
  border-radius: var(--uzsoft-radius-lg);
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, .6) 0%, transparent 60%),
    linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  transition: transform .25s var(--uzsoft-ease), box-shadow .25s var(--uzsoft-ease);
}

.uzsoft-mp-home .hero-small:hover {
  transform: translateY(-3px);
  box-shadow: var(--uzsoft-shadow-blue);
}

.uzsoft-mp-home .hero-small.alt {
  border-color: rgba(245, 158, 11, .25);
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, .6) 0%, transparent 60%),
    linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.uzsoft-mp-home .hero-small.kerio {
  border-color: rgba(154, 23, 150, .4);
  background:
    radial-gradient(circle at 70% 20%, rgba(154, 23, 150, .35) 0%, transparent 55%),
    linear-gradient(135deg, #0f1729 0%, #1e293b 100%);
  color: #fff;
}

.uzsoft-mp-home .hero-small .tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 6px;
  color: var(--uzsoft-blue-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.uzsoft-mp-home .hero-small.alt .tag,
.uzsoft-mp-home .hero-small.alt .price {
  color: #92400e;
}

.uzsoft-mp-home .hero-small.kerio .tag,
.uzsoft-mp-home .hero-small.kerio .price {
  color: #f0abfc;
}

.uzsoft-mp-home .hero-small h4 {
  margin: 0;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}

.uzsoft-mp-home .hero-small.kerio h4 {
  color: #fff;
}

.uzsoft-mp-home .hero-small .price {
  margin-top: 6px;
  color: var(--uzsoft-blue-dark);
  font-size: 12px;
  font-weight: 900;
}

.uzsoft-mp-home .hero-small-bg {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 110px;
  height: 110px;
  opacity: .46;
  pointer-events: none;
  transition: transform .4s var(--uzsoft-ease), opacity .3s var(--uzsoft-ease);
}

.uzsoft-mp-home .hero-small:hover .hero-small-bg {
  opacity: .58;
  transform: scale(1.08) rotate(-4deg);
}

.uzsoft-mp-home .hero-small.kerio .hero-small-bg {
  opacity: .26;
}

.uzsoft-mp-home .hero-small > *:not(.hero-small-bg) {
  position: relative;
  z-index: 1;
}

.uzsoft-mp-home .ms-squares {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.uzsoft-mp-home .ms-squares span {
  display: block;
  border-radius: 4px;
}

.uzsoft-mp-home .ms-squares span:nth-child(1) { background: #f25022; }
.uzsoft-mp-home .ms-squares span:nth-child(2) { background: #7fba00; }
.uzsoft-mp-home .ms-squares span:nth-child(3) { background: #00a4ef; }
.uzsoft-mp-home .ms-squares span:nth-child(4) { background: #ffb900; }

.uzsoft-mp-home .ivi-reel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 18%, #b45309 18.5%, #b45309 22%, transparent 22.5%),
    radial-gradient(circle at 50% 50%, #92400e 0%, #b45309 60%, transparent 65%);
}

.uzsoft-mp-home .kerio-shield {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a1796;
}

.uzsoft-mp-home .kerio-shield .uzsoft-mp-icon {
  width: 82px;
  height: 82px;
}

.uzsoft-mp-home .section {
  margin-bottom: 16px;
  padding: 22px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: #fff;
  box-shadow: var(--uzsoft-shadow-xs);
}

.uzsoft-mp-home .section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.uzsoft-mp-home .section-head h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
}

.uzsoft-mp-home .section-head h2 .uzsoft-mp-icon {
  color: var(--uzsoft-blue);
}

.uzsoft-mp-home .uzsoft-mp-section-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.uzsoft-mp-home .live-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: var(--uzsoft-radius);
  background: var(--uzsoft-red-light);
  color: var(--uzsoft-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .5px;
}

.uzsoft-mp-home .live-tag::before {
  width: 6px;
  height: 6px;
  background: var(--uzsoft-red);
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .18);
}

.uzsoft-mp-home .timer {
  display: flex;
  gap: 4px;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
}

.uzsoft-mp-home .timer-box {
  min-width: 28px;
  padding: 5px 8px;
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(180deg, var(--uzsoft-navy) 0%, #1e293b 100%);
  color: #fff;
  text-align: center;
  box-shadow: var(--uzsoft-shadow-sm);
}

.uzsoft-mp-home .section-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--uzsoft-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.uzsoft-mp-home .prod-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.uzsoft-mp-elementor-products {
  background: transparent;
  box-shadow: none;
}

.uzsoft-mp-elementor-products .prod-grid {
  grid-template-columns: repeat(var(--uzsoft-mp-el-product-columns, 3), minmax(0, 1fr));
  gap: var(--uzsoft-mp-el-product-gap, 16px);
}

.uzsoft-mp-home .prod-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 12px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: #fff;
  transition: border-color .25s var(--uzsoft-ease), transform .25s var(--uzsoft-ease), box-shadow .25s var(--uzsoft-ease);
}

.uzsoft-mp-home .prod-card:hover {
  border-color: var(--uzsoft-blue);
  transform: translateY(-4px);
  box-shadow: var(--uzsoft-shadow-blue);
}

.uzsoft-mp-home .prod-discount {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  padding: 4px 9px;
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(135deg, var(--uzsoft-red) 0%, #ef4444 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 4px 8px rgba(220, 38, 38, .3);
}

.uzsoft-mp-home .prod-stock-badge,
.uzsoft-mp-catalog .prod-stock-badge,
.uzsoft-mp-single .prod-stock-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #64748b 0%, #334155 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .35px;
  text-transform: uppercase;
  box-shadow: 0 6px 14px -6px rgba(15, 23, 42, .45);
}

.uzsoft-mp-home .prod-discount + .prod-stock-badge,
.uzsoft-mp-catalog .prod-discount + .prod-stock-badge,
.uzsoft-mp-single .prod-discount + .prod-stock-badge {
  top: 42px;
}

.uzsoft-mp-home .prod-stock-badge.is-on-backorder,
.uzsoft-mp-catalog .prod-stock-badge.is-on-backorder,
.uzsoft-mp-single .prod-stock-badge.is-on-backorder {
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  box-shadow: 0 6px 14px -6px rgba(217, 119, 6, .45);
}

.uzsoft-mp-home .prod-card.is-out-of-stock .prod-img-wrap img,
.uzsoft-mp-catalog .prod-card.is-out-of-stock .prod-img-wrap img,
.uzsoft-mp-single .prod-card.is-out-of-stock .prod-img-wrap img {
  opacity: .72;
  filter: grayscale(.18) drop-shadow(0 6px 8px rgba(15, 23, 42, .08));
}

.uzsoft-mp-home .prod-card.is-out-of-stock .prod-btn,
.uzsoft-mp-catalog .prod-card.is-out-of-stock .prod-btn,
.uzsoft-mp-single .prod-card.is-out-of-stock .prod-btn {
  background: linear-gradient(135deg, #64748b 0%, #475569 100%);
  box-shadow: 0 4px 12px -6px rgba(15, 23, 42, .35);
}

.uzsoft-mp-home .prod-card.is-out-of-stock .prod-btn:hover,
.uzsoft-mp-catalog .prod-card.is-out-of-stock .prod-btn:hover,
.uzsoft-mp-single .prod-card.is-out-of-stock .prod-btn:hover {
  box-shadow: 0 8px 18px -8px rgba(15, 23, 42, .45);
}

.uzsoft-mp-home .prod-card.is-on-backorder .prod-btn,
.uzsoft-mp-catalog .prod-card.is-on-backorder .prod-btn,
.uzsoft-mp-single .prod-card.is-on-backorder .prod-btn {
  background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
  box-shadow: 0 4px 12px -6px rgba(217, 119, 6, .42);
}

.uzsoft-mp-home .prod-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--uzsoft-gray-500);
  transition: background .2s var(--uzsoft-ease), color .2s var(--uzsoft-ease), transform .2s var(--uzsoft-ease);
}

.uzsoft-mp-home .prod-fav:hover {
  background: var(--uzsoft-red);
  color: #fff;
  transform: scale(1.08);
}

.uzsoft-mp-home .prod-fav .uzsoft-mp-icon {
  width: 13px;
  height: 13px;
}

.uzsoft-mp-home .prod-img-wrap {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid var(--uzsoft-gray-100);
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(135deg, var(--uzsoft-gray-50) 0%, #f4f7fb 100%);
}

.uzsoft-mp-home .prod-img-wrap img {
  width: auto;
  max-width: 112px;
  max-height: 112px;
  object-fit: contain;
  filter: drop-shadow(0 6px 8px rgba(15, 23, 42, .08));
  transition: transform .3s var(--uzsoft-ease);
}

.uzsoft-mp-elementor-products .prod-card {
  padding: 14px;
  border-radius: 14px;
}

.uzsoft-mp-elementor-products .prod-img-wrap {
  height: clamp(150px, 16vw, 196px);
  margin-bottom: 14px;
}

.uzsoft-mp-elementor-products .prod-img-wrap img {
  max-width: min(76%, 230px);
  max-height: 86%;
}

.prod-card .prod-title-heading,
.uzsoft-mp-news-product-card .uzsoft-mp-news-product-heading {
  margin: 0;
  font: inherit;
  line-height: inherit;
}

.uzsoft-mp-home .prod-card:hover .prod-img-wrap img {
  transform: scale(1.06);
}

.uzsoft-mp-home .prod-brand {
  margin-bottom: 4px;
  color: var(--uzsoft-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.uzsoft-mp-home .prod-title {
  min-height: 34px;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 8px;
  color: var(--uzsoft-navy);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.uzsoft-mp-elementor-products .prod-title {
  min-height: 44px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.35;
}

.uzsoft-mp-home .prod-price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-height: 28px;
  margin-top: auto;
  margin-bottom: 10px;
}

.uzsoft-mp-home .prod-now {
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.uzsoft-mp-home .prod-was {
  color: var(--uzsoft-gray-500);
  font-size: 11px;
  text-decoration: line-through;
}

.uzsoft-mp-home .prod-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px;
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(135deg, var(--uzsoft-blue) 0%, #3b82f6 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .3px;
  box-shadow: 0 4px 12px -4px rgba(29, 78, 216, .4);
  transition: transform .2s var(--uzsoft-ease), box-shadow .2s var(--uzsoft-ease);
}

.uzsoft-mp-home .prod-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px -4px rgba(29, 78, 216, .5);
}

.uzsoft-mp-home .prod-btn .uzsoft-mp-icon {
  width: 14px;
  height: 14px;
}

.uzsoft-mp-elementor-products .prod-btn {
  min-height: 40px;
  font-size: 12px;
  text-transform: uppercase;
}

.uzsoft-mp-elementor-products .prod-card.is-price-hidden .prod-btn,
.uzsoft-mp-elementor-products .prod-card.is-button-hidden .prod-price-row {
  margin-top: auto;
}

.uzsoft-mp-home .added_to_cart {
  box-sizing: border-box;
  min-height: 38px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(47, 92, 255, .24);
  border-radius: var(--uzsoft-radius);
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s var(--uzsoft-ease), border-color .2s var(--uzsoft-ease), color .2s var(--uzsoft-ease), transform .2s var(--uzsoft-ease), box-shadow .2s var(--uzsoft-ease);
}

.uzsoft-mp-home .added_to_cart::after {
  content: "→";
  font-size: 14px;
  line-height: 1;
}

.uzsoft-mp-home .added_to_cart:hover {
  border-color: var(--uzsoft-blue);
  background: #fff;
  color: var(--uzsoft-blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px -10px rgba(47, 92, 255, .35);
}

.uzsoft-mp-home .trust-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 28px;
  border-radius: var(--uzsoft-radius-lg);
  background:
    radial-gradient(circle at 85% 50%, rgba(96, 165, 250, .25) 0%, transparent 60%),
    linear-gradient(135deg, var(--uzsoft-navy) 0%, #1e3a8a 100%);
  color: #fff;
  box-shadow: var(--uzsoft-shadow-lg);
}

.uzsoft-mp-home .trust-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}

.uzsoft-mp-home .trust-ico {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--uzsoft-radius-lg);
  background: rgba(255, 255, 255, .1);
  color: #93c5fd;
}

.uzsoft-mp-home .trust-ico .uzsoft-mp-icon {
  width: 24px;
  height: 24px;
}

.uzsoft-mp-home .trust-num {
  color: #fff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.uzsoft-mp-home .trust-item:nth-child(4) .trust-num {
  font-size: 17px;
}

.uzsoft-mp-home .trust-label {
  margin-top: 4px;
  color: rgba(255, 255, 255, .74);
  font-size: 11px;
}

.uzsoft-mp-home .brand-strip {
  margin-bottom: 16px;
  padding: 20px 24px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: #fff;
}

.uzsoft-mp-home .brand-strip-title {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--uzsoft-gray-500);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-align: center;
  text-transform: uppercase;
}

.uzsoft-mp-home .brand-strip-title::before,
.uzsoft-mp-home .brand-strip-title::after {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--uzsoft-gray-200);
}

.uzsoft-mp-home .brand-strip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 44px;
  color: #9aa4b8;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0;
}

.uzsoft-mp-heading-widget {
  width: 100%;
  margin: 0 0 16px;
}

.uzsoft-mp-heading-align-left {
  text-align: left;
}

.uzsoft-mp-heading-align-center {
  text-align: center;
}

.uzsoft-mp-heading-align-right {
  text-align: right;
}

.uzsoft-mp-heading {
  margin: 0;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.uzsoft-mp-heading--h1 {
  font-size: 48px;
}

.uzsoft-mp-heading--h2 {
  font-size: 32px;
}

.uzsoft-mp-heading--h3 {
  font-size: 26px;
}

.uzsoft-mp-heading--h4 {
  font-size: 18px;
}

/* NEWS CARD */
.uzsoft-mp-news-section {
  margin-bottom: 16px;
  padding: 22px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: #fff;
  box-shadow: var(--uzsoft-shadow-xs);
}

.uzsoft-mp-news-grid {
  --uzsoft-mp-news-columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--uzsoft-mp-news-columns), minmax(0, 1fr));
  gap: 14px;
}

.uzsoft-mp-news-grid.is-columns-2 {
  --uzsoft-mp-news-columns: 2;
}

.uzsoft-mp-news-grid.is-columns-4 {
  --uzsoft-mp-news-columns: 4;
}

.uzsoft-mp-news-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: #fff;
  box-shadow: 0 10px 28px -20px rgba(15, 23, 42, .4);
  transition: transform .22s var(--uzsoft-ease), box-shadow .22s var(--uzsoft-ease), border-color .22s var(--uzsoft-ease);
}

.uzsoft-mp-news-card:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 92, 255, .24);
  box-shadow: var(--uzsoft-shadow-blue);
}

.uzsoft-mp-news-card-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, #eef4ff 0%, #f8fbff 100%);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uzsoft-mp-news-card-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #fff;
  color: var(--uzsoft-blue);
  box-shadow: inset 0 0 0 1px rgba(79, 70, 229, .12);
}

.uzsoft-mp-news-card-media .uzsoft-mp-icon,
.uzsoft-mp-news-card-placeholder .uzsoft-mp-icon {
  width: 42px;
  height: 42px;
}

.uzsoft-mp-news-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 16px;
}

.uzsoft-mp-news-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
}

.uzsoft-mp-news-card-cat {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.uzsoft-mp-news-card-cat:hover {
  color: var(--uzsoft-blue-dark);
}

.uzsoft-mp-news-card time {
  color: var(--uzsoft-gray-500);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.uzsoft-mp-news-card-title {
  margin: 0 0 10px;
}

.uzsoft-mp-news-card-title a {
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

.uzsoft-mp-news-card-title a:hover {
  color: var(--uzsoft-blue);
}

.uzsoft-mp-news-card p {
  margin: 0 0 14px;
  color: var(--uzsoft-gray-600);
  font-size: 13px;
  line-height: 1.55;
}

.uzsoft-mp-news-read {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-top: auto;
  color: var(--uzsoft-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.uzsoft-mp-news-read .uzsoft-mp-icon {
  width: 15px;
  height: 15px;
}

@media (max-width: 1024px) {
  .uzsoft-mp-news-grid,
  .uzsoft-mp-news-grid.is-columns-2,
  .uzsoft-mp-news-grid.is-columns-4 {
    --uzsoft-mp-news-columns: 2;
  }
}

@media (max-width: 640px) {
  .uzsoft-mp-news-section {
    padding: 16px;
  }

  .uzsoft-mp-news-grid,
  .uzsoft-mp-news-grid.is-columns-2,
  .uzsoft-mp-news-grid.is-columns-4 {
    --uzsoft-mp-news-columns: 1;
  }
}

/* News page product showcase */
body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-element-6120b92 {
  display: none;
}

/* Public pages */
body.uzsoft-mp-v2.uzsoft-mp-public-page:not(.home):not(.woocommerce-page):not(.woocommerce-account):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-wishlist) #main > .container {
  width: min(1248px, calc(100vw - 32px));
  max-width: min(1248px, calc(100vw - 32px));
}

body.uzsoft-mp-v2.uzsoft-mp-public-page:not(.home):not(.woocommerce-page):not(.woocommerce-account):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-wishlist) #main .main-content-wrap > .main-content {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

body.uzsoft-mp-v2.uzsoft-mp-public-page:not(.home):not(.woocommerce-page):not(.woocommerce-account):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-wishlist) #content,
body.uzsoft-mp-v2.uzsoft-mp-public-page:not(.home):not(.woocommerce-page):not(.woocommerce-account):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-wishlist) #main .page-content,
body.uzsoft-mp-v2.uzsoft-mp-public-page:not(.home):not(.woocommerce-page):not(.woocommerce-account):not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-wishlist) #main article.page {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts .elementor-posts-container {
  column-gap: 24px;
  row-gap: 24px;
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts .elementor-post__card {
  overflow: hidden;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-xl);
  background: #fff;
  box-shadow: 0 18px 42px -32px rgba(15, 23, 42, .5);
  transition: transform .22s var(--uzsoft-ease), border-color .22s var(--uzsoft-ease), box-shadow .22s var(--uzsoft-ease);
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts .elementor-post__card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, .28);
  box-shadow: var(--uzsoft-shadow-blue);
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts .elementor-post__thumbnail__link,
body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts .elementor-post__thumbnail {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 99, 235, .12), transparent 28%),
    linear-gradient(135deg, #eef4ff 0%, #f8fafc 100%);
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts .elementor-post__thumbnail img {
  transition: transform .28s var(--uzsoft-ease), filter .28s var(--uzsoft-ease);
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts .elementor-post__card:hover .elementor-post__thumbnail img {
  transform: scale(1.035);
  filter: saturate(1.04);
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts .elementor-post__text {
  padding: 20px 20px 14px;
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts article.elementor-post:not(.has-post-thumbnail) .elementor-post__card::before {
  content: "Новости";
  display: flex;
  align-items: flex-end;
  height: 132px;
  margin: 12px 12px 0;
  padding: 14px;
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: var(--uzsoft-radius-lg);
  background:
    radial-gradient(circle at 78% 18%, rgba(37, 99, 235, .22), transparent 26%),
    radial-gradient(circle at 18% 80%, rgba(79, 70, 229, .12), transparent 24%),
    linear-gradient(135deg, #eef4ff 0%, #f8fafc 100%);
  color: var(--uzsoft-blue);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts article.elementor-post:not(.has-post-thumbnail) .elementor-post__text {
  min-height: auto;
  padding-top: 18px;
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts .elementor-post__title {
  margin-bottom: 12px;
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts .elementor-post__title a {
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.24;
  letter-spacing: 0;
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts .elementor-post__title a:hover {
  color: var(--uzsoft-blue);
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts .elementor-post__read-more {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--uzsoft-blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts .elementor-post__read-more:hover {
  color: var(--uzsoft-blue-dark);
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-widget-posts .elementor-post__meta-data {
  margin-top: auto;
  border-top: 1px solid var(--uzsoft-gray-200);
  background: var(--uzsoft-gray-50);
  color: var(--uzsoft-gray-600);
  font-size: 12px;
  font-weight: 750;
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 38px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--uzsoft-gray-200);
  font-family: Inter, Arial, sans-serif;
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-pagination .page-numbers {
  min-width: 42px !important;
  min-height: 40px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 14px;
  border: 1px solid var(--uzsoft-gray-200) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--uzsoft-navy) !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  box-shadow: var(--uzsoft-shadow-xs);
  transition: transform .18s var(--uzsoft-ease), border-color .18s var(--uzsoft-ease), background .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), color .18s var(--uzsoft-ease);
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-pagination .page-numbers.current {
  border-color: transparent !important;
  background: linear-gradient(135deg, var(--uzsoft-blue) 0%, #4f46e5 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 20px -10px rgba(37, 99, 235, .55);
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-pagination a.page-numbers:hover,
body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-pagination a.page-numbers:focus {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, .32) !important;
  background: var(--uzsoft-blue-light) !important;
  color: var(--uzsoft-blue) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .08);
  outline: 0;
}

body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-pagination .page-numbers.prev,
body.uzsoft-mp-v2.uzsoft-mp-news-index .elementor-pagination .page-numbers.next {
  min-width: 0;
  padding-right: 16px;
  padding-left: 16px;
}

.uzsoft-mp-news-products-showcase {
  overflow: hidden;
  margin: 42px 0 0;
  padding: 28px;
  border: 1px solid rgba(203, 213, 225, .82);
  border-radius: var(--uzsoft-radius-xl);
  background:
    radial-gradient(circle at 92% 0%, rgba(37, 99, 235, .10), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: var(--uzsoft-shadow-lg);
}

.uzsoft-mp-news-products-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--uzsoft-blue) 0%, #4f46e5 100%);
}

.uzsoft-mp-news-products-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--uzsoft-gray-200);
}

.uzsoft-mp-news-products-head span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  margin-bottom: 7px;
  padding: 0 10px;
  border: 1px solid rgba(79, 70, 229, .15);
  border-radius: 999px;
  background: rgba(79, 70, 229, .07);
  color: var(--uzsoft-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.uzsoft-mp-news-products-head h2 {
  margin: 0;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 25px;
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
}

.uzsoft-mp-news-products-head p {
  max-width: 560px;
  margin: 8px 0 0;
  color: var(--uzsoft-gray-500);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

.uzsoft-mp-news-products-head a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(79, 70, 229, .2);
  border-radius: 999px;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
  font-size: 12px;
  font-weight: 900;
}

.uzsoft-mp-news-products-head a:hover {
  border-color: rgba(79, 70, 229, .35);
  background: #fff;
  color: var(--uzsoft-blue-dark);
  box-shadow: 0 8px 18px -14px rgba(37, 99, 235, .35);
}

.uzsoft-mp-news-products-head .uzsoft-mp-icon {
  width: 15px;
  height: 15px;
}

.uzsoft-mp-news-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.uzsoft-mp-news-products-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.uzsoft-mp-news-products-column-head {
  margin-bottom: 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--uzsoft-gray-200);
}

.uzsoft-mp-news-products-column-head h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 3px;
  color: var(--uzsoft-blue);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.uzsoft-mp-news-products-column-head h3::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 3px solid rgba(79, 70, 229, .14);
  border-radius: 999px;
  background: var(--uzsoft-blue);
}

.uzsoft-mp-news-products-column-head p {
  margin: 0;
  color: var(--uzsoft-gray-500);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.uzsoft-mp-news-products-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.uzsoft-mp-news-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: 12px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: #fff;
  box-shadow: 0 16px 32px -28px rgba(15, 23, 42, .5);
  transition: transform .18s var(--uzsoft-ease), border-color .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease);
}

.uzsoft-mp-news-product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 70, 229, .28);
  box-shadow: 0 18px 32px -24px rgba(47, 92, 255, .44);
}

.uzsoft-mp-news-product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 156px;
  max-height: 196px;
  overflow: hidden;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.uzsoft-mp-news-product-img img {
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
}

.uzsoft-mp-news-product-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  padding: 13px 2px 0;
}

.uzsoft-mp-news-product-title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 40px;
  margin-bottom: 9px;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.uzsoft-mp-news-product-title:hover {
  color: var(--uzsoft-blue);
}

.uzsoft-mp-news-product-rating {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 18px;
  margin-bottom: 8px;
  color: var(--uzsoft-gray-500);
  font-size: 12px;
  font-weight: 850;
}

.uzsoft-mp-news-product-rating .star-rating {
  margin: 0;
  color: #f5b301;
  font-size: 12px;
  line-height: 1;
}

.uzsoft-mp-news-product-price,
.uzsoft-mp-news-product-price .amount,
.uzsoft-mp-news-product-price bdi {
  color: var(--uzsoft-blue);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
}

.uzsoft-mp-news-product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  margin: 4px 0 10px;
  padding: 10px 12px;
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: var(--uzsoft-radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, .12), transparent 42%),
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.uzsoft-mp-news-product-price::before {
  content: "Цена";
  flex: 0 0 auto;
  color: var(--uzsoft-gray-500);
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}

.uzsoft-mp-news-product-price .amount,
.uzsoft-mp-news-product-price bdi {
  margin-left: auto;
  text-align: right;
}

.uzsoft-mp-news-product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 40px;
  margin-top: auto;
  padding: 0 12px;
  border: 0;
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(135deg, var(--uzsoft-blue) 0%, #4f46e5 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 8px 18px -12px rgba(37, 99, 235, .55);
  transition: transform .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), filter .18s var(--uzsoft-ease);
}

.uzsoft-mp .uzsoft-mp-news-product-link {
  color: #fff;
}

.uzsoft-mp-news-product-link:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px -12px rgba(37, 99, 235, .68);
  filter: saturate(1.05);
}

.uzsoft-mp-news-product-link .uzsoft-mp-icon {
  width: 13px;
  height: 13px;
}

@media (max-width: 1100px) {
  .uzsoft-mp-news-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .uzsoft-mp-news-products-showcase {
    padding: 16px;
  }

  .uzsoft-mp-news-products-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .uzsoft-mp-news-products-grid {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-news-product-card {
    border-radius: 18px;
  }

  .uzsoft-mp-news-product-img {
    min-height: 136px;
  }
}

/* Floating controls */
body.uzsoft-mp-v2:not(.woocommerce-checkout) #topcontrol {
  width: 48px !important;
  height: 48px !important;
  right: 28px !important;
  bottom: calc(124px + env(safe-area-inset-bottom)) !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .34) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 32% 18%, rgba(255, 255, 255, .28), transparent 28%),
    linear-gradient(135deg, var(--uzsoft-blue) 0%, #4f46e5 100%) !important;
  color: #fff !important;
  box-shadow: 0 18px 34px -18px rgba(37, 99, 235, .72), 0 8px 22px -16px rgba(15, 23, 42, .42) !important;
  transition: transform .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), filter .18s var(--uzsoft-ease) !important;
  z-index: 2147483000 !important;
}

body.uzsoft-mp-v2:not(.woocommerce-checkout) #topcontrol:hover,
body.uzsoft-mp-v2:not(.woocommerce-checkout) #topcontrol:focus {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px -18px rgba(37, 99, 235, .78), 0 10px 24px -16px rgba(15, 23, 42, .46) !important;
  filter: saturate(1.05);
}

body.uzsoft-mp-v2:not(.woocommerce-checkout) #topcontrol i {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

body.uzsoft-mp-v2:not(.woocommerce-checkout) jdiv[class*="__jivoDesktopButton"],
body.uzsoft-mp-v2:not(.woocommerce-checkout) jdiv[class*="__jivoMobileButton"] {
  right: 20px !important;
  bottom: calc(20px + env(safe-area-inset-bottom)) !important;
}

@media (max-width: 767px) {
  body.uzsoft-mp-v2:not(.woocommerce-checkout) #topcontrol {
    width: 44px !important;
    height: 44px !important;
    right: 18px !important;
    bottom: calc(108px + env(safe-area-inset-bottom)) !important;
    border-radius: 14px !important;
  }

  body.uzsoft-mp-v2:not(.woocommerce-checkout) #topcontrol i {
    font-size: 15px;
  }
}

/* Elementor forms */
body:not(.woocommerce-account) .elementor-widget-form .elementor-field-group > label {
  margin-bottom: 7px;
  color: #334155;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

body:not(.woocommerce-account) .elementor-widget-form .elementor-field {
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 8px;
  background: var(--uzsoft-gray-50);
  color: var(--uzsoft-navy);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  transition: border-color .18s var(--uzsoft-ease), background-color .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease);
}

body:not(.woocommerce-account) .elementor-widget-form .elementor-field::placeholder {
  color: var(--uzsoft-gray-400);
}

body:not(.woocommerce-account) .elementor-widget-form .elementor-field:focus {
  border-color: #2563eb;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
  outline: 0;
}

body:not(.woocommerce-account) .elementor-widget-form textarea.elementor-field {
  min-height: 104px;
  resize: vertical;
}

body:not(.woocommerce-account) .elementor-widget-form select.elementor-field {
  cursor: pointer;
}

body:not(.woocommerce-account) .elementor-widget-form .elementor-button[type="submit"] {
  min-height: 44px;
  padding: 12px 20px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  box-shadow: 0 4px 12px -4px rgba(29, 78, 216, .4);
  color: #fff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: transform .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), filter .18s var(--uzsoft-ease);
}

body:not(.woocommerce-account) .elementor-widget-form .elementor-button[type="submit"]:hover,
body:not(.woocommerce-account) .elementor-widget-form .elementor-button[type="submit"]:focus {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px -8px rgba(29, 78, 216, .55);
  color: #fff;
  filter: saturate(1.04);
}

/* News page legacy product strips */
body.uzsoft-mp-v2 .elementor-element-6120b92 {
  margin-top: 34px;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .elementor-element-3f3903d {
  padding: 22px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-xl);
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--uzsoft-shadow-lg);
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .elementor-element-3f3903d > .elementor-container {
  gap: 16px;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .elementor-inner-column > .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: 0;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .elementor-widget-heading {
  margin: 0;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .elementor-heading-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--uzsoft-blue);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .elementor-heading-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--uzsoft-blue);
  box-shadow: 0 0 0 5px rgba(79, 70, 229, .09);
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .porto-posts-grid,
body.uzsoft-mp-v2 .elementor-element-6120b92 .products-container {
  width: 100%;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .products-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .porto-tb-item.product {
  width: 100%;
  margin: 0;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .porto-tb-item.product .porto-section.product-type-fl {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 0;
  padding: 10px 12px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 14px 26px -24px rgba(15, 23, 42, .45);
  transition: transform .18s var(--uzsoft-ease), border-color .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease);
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .porto-tb-item.product .porto-section.product-type-fl:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 70, 229, .3);
  box-shadow: 0 18px 32px -24px rgba(47, 92, 255, .46);
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .cs-featured-list-image,
body.uzsoft-mp-v2 .elementor-element-6120b92 .cs-featured-list-detail {
  width: auto;
  min-width: 0;
  margin: 0;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .cs-featured-list-image {
  flex: 0 0 74px;
  align-self: center;
  height: 74px;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .cs-featured-list-image > .wp-block-group__inner-container {
  width: 74px;
  height: 74px;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .cs-featured-list-detail {
  flex: 1 1 auto;
  align-self: center;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .porto-tb-featured-image {
  width: 74px;
  height: 74px;
  overflow: hidden;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 14px;
  background: #fff;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .porto-tb-featured-image .img-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 7px;
  border: 0;
  background: transparent;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .porto-tb-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .cs-featured-list-title,
body.uzsoft-mp-v2 .elementor-element-6120b92 .cs-featured-list-title a {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 7px;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.28;
  text-align: left;
  letter-spacing: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .cs-featured-list-title a:hover {
  color: var(--uzsoft-blue);
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .tb-woo-rating {
  display: block;
  min-height: 16px;
  margin: 0 0 6px;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .tb-woo-rating:has(.star-rating[title="0"]) {
  display: none;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .rating-wrap,
body.uzsoft-mp-v2 .elementor-element-6120b92 .rating-content {
  display: flex;
  align-items: center;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .star-rating {
  margin: 0;
  color: #f5b301;
  font-size: 12px;
  line-height: 1;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .tb-woo-price,
body.uzsoft-mp-v2 .elementor-element-6120b92 .price {
  margin: 0;
  text-align: left;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .price,
body.uzsoft-mp-v2 .elementor-element-6120b92 .price .amount,
body.uzsoft-mp-v2 .elementor-element-6120b92 .price bdi {
  color: var(--uzsoft-blue);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

body.uzsoft-mp-v2 .elementor-element-6120b92 .price del,
body.uzsoft-mp-v2 .elementor-element-6120b92 .price del .amount,
body.uzsoft-mp-v2 .elementor-element-6120b92 .price del bdi {
  color: var(--uzsoft-gray-500);
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 991px) {
  body.uzsoft-mp-v2 .elementor-element-6120b92 .elementor-element-3f3903d > .elementor-container {
    flex-direction: column;
  }

  body.uzsoft-mp-v2 .elementor-element-6120b92 .elementor-element-3f3903d .elementor-inner-column {
    width: 100%;
  }
}

@media (max-width: 640px) {
  body.uzsoft-mp-v2 .elementor-element-6120b92 {
    margin-top: 24px;
  }

  body.uzsoft-mp-v2 .elementor-element-6120b92 .elementor-element-3f3903d {
    padding: 16px;
    border-radius: var(--uzsoft-radius-lg);
  }
}

/* Step 3 catalog and product archives */
.uzsoft-mp-catalog,
.uzsoft-mp-catalog * {
  box-sizing: border-box;
}

.uzsoft-mp-catalog {
  padding: 18px 0 34px;
  background: var(--uzsoft-gray-50);
  color: var(--uzsoft-navy);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

.uzsoft-mp-catalog a {
  color: inherit;
  text-decoration: none;
}

.uzsoft-mp-page-banner {
  margin-bottom: 18px;
  padding: 22px 24px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background:
    radial-gradient(circle at 85% 25%, rgba(37, 99, 235, .12) 0%, transparent 46%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  box-shadow: var(--uzsoft-shadow-xs);
}

.uzsoft-mp-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: var(--uzsoft-gray-500);
  font-size: 12px;
  font-weight: 700;
}

.uzsoft-mp-breadcrumbs a {
  color: var(--uzsoft-blue);
}

.uzsoft-mp-breadcrumbs .sep {
  color: var(--uzsoft-gray-300);
}

.uzsoft-mp-page-banner h1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.15;
}

.uzsoft-mp-page-banner h1 .uzsoft-mp-icon {
  width: 30px;
  height: 30px;
  color: var(--uzsoft-blue);
}

.uzsoft-mp-page-banner p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--uzsoft-gray-600);
  font-size: 14px;
  line-height: 1.6;
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner:has(.uzsoft-mp-page-banner-main) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(188px, 230px);
  align-items: stretch;
  gap: 22px;
  padding: 24px;
  overflow: hidden;
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-main {
  min-width: 0;
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 4px 0 8px;
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-kicker span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(37, 99, 235, .14);
  border-radius: 999px;
  background: rgba(37, 99, 235, .07);
  color: var(--uzsoft-blue);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-kicker .uzsoft-mp-icon {
  width: 14px;
  height: 14px;
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-title {
  display: block;
  margin: 0;
  color: var(--uzsoft-ink);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(34px, 3.6vw, 46px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

body.term-kaspersky .uzsoft-mp-catalog .uzsoft-mp-page-banner p {
  max-width: 720px;
  min-height: 74px;
  margin-top: 12px;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

body.term-kaspersky .uzsoft-mp-catalog .uzsoft-mp-page-banner p::before {
  content: "Антивирусы Kaspersky для дома и бизнеса: официальные лицензии с доставкой ключа на email за 60 секунд, онлайн-оплатой Click/Payme и поддержкой на русском языке.";
  display: block;
  color: var(--uzsoft-gray-600);
  font-size: 15px;
  line-height: 1.65;
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-aside {
  display: grid;
  align-content: stretch;
  gap: 10px;
  min-width: 0;
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-metric,
.uzsoft-mp-catalog .uzsoft-mp-page-banner-proof span {
  border: 1px solid rgba(37, 99, 235, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 14px 30px -24px rgba(15, 23, 42, .38);
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-metric {
  display: grid;
  gap: 2px;
  padding: 16px;
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-metric strong {
  color: var(--uzsoft-blue);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-metric span {
  color: var(--uzsoft-gray-600);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-proof {
  display: grid;
  gap: 10px;
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-proof span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 12px;
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-proof .uzsoft-mp-icon {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 12px;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-proof b,
.uzsoft-mp-catalog .uzsoft-mp-page-banner-proof small {
  min-width: 0;
  display: block;
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-proof b {
  color: var(--uzsoft-ink);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
}

.uzsoft-mp-catalog .uzsoft-mp-page-banner-proof small {
  color: var(--uzsoft-gray-500);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 750;
}

.uzsoft-mp-catalog .cats-overview,
.uzsoft-mp-catalog .uzsoft-mp-subcat-chips-panel,
.uzsoft-mp-catalog .uzsoft-mp-products-panel {
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: #fff;
  box-shadow: var(--uzsoft-shadow-xs);
}

.uzsoft-mp-catalog .uzsoft-mp-subcat-chips-panel {
  padding-top: 18px;
}

.uzsoft-mp-catalog .uzsoft-mp-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.uzsoft-mp-catalog .uzsoft-mp-section-head h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.uzsoft-mp-catalog .uzsoft-mp-section-head .uzsoft-mp-icon {
  width: 20px;
  height: 20px;
  color: var(--uzsoft-blue);
}

.uzsoft-mp-catalog .cats-big-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.uzsoft-mp-catalog .uzsoft-mp-subcat-chip-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  align-items: stretch;
  gap: 12px;
}

.uzsoft-mp-catalog .uzsoft-mp-subcat-chip {
  min-width: 0;
  min-height: 62px;
  height: 100%;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border: 1px solid rgba(47, 92, 255, .14);
  border-radius: var(--uzsoft-radius-lg);
  background:
    linear-gradient(135deg, rgba(47, 92, 255, .08) 0%, rgba(255, 255, 255, 0) 46%),
    #fff;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
  transition: transform .2s var(--uzsoft-ease), box-shadow .2s var(--uzsoft-ease), border-color .2s var(--uzsoft-ease), background .2s var(--uzsoft-ease);
}

.uzsoft-mp-catalog .uzsoft-mp-subcat-chip:focus-visible {
  outline: 3px solid rgba(47, 92, 255, .24);
  outline-offset: 3px;
}

.uzsoft-mp-catalog .uzsoft-mp-subcat-chip-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--uzsoft-cat-icon-bg, var(--uzsoft-blue-light));
  color: var(--uzsoft-cat-icon-color, var(--uzsoft-blue));
}

.uzsoft-mp-catalog .uzsoft-mp-subcat-chip-icon .uzsoft-mp-icon {
  width: 16px;
  height: 16px;
}

.uzsoft-mp-catalog .uzsoft-mp-subcat-chip-name {
  min-width: 0;
  min-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  align-self: center;
  color: var(--uzsoft-navy);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.uzsoft-mp-catalog .uzsoft-mp-subcat-chip-count {
  min-width: 34px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--uzsoft-gray-100);
  color: var(--uzsoft-blue);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  justify-self: end;
  align-self: center;
}

.uzsoft-mp-catalog .uzsoft-mp-subcat-chip:hover {
  border-color: rgba(47, 92, 255, .38);
  background:
    linear-gradient(135deg, rgba(47, 92, 255, .12) 0%, rgba(59, 130, 246, .04) 100%),
    #fff;
  box-shadow: var(--uzsoft-shadow-blue);
  transform: translateY(-2px);
}

.uzsoft-mp-catalog .uzsoft-mp-subcat-chip:hover .uzsoft-mp-subcat-chip-icon {
  background: var(--uzsoft-cat-icon-color, var(--uzsoft-blue));
  color: #fff;
}

.uzsoft-mp-catalog .uzsoft-mp-subcat-chip:hover .uzsoft-mp-subcat-chip-count {
  background: var(--uzsoft-blue-light);
}

.uzsoft-mp-catalog .cat-big-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: #fff;
  transition: border-color .25s var(--uzsoft-ease), transform .25s var(--uzsoft-ease), box-shadow .25s var(--uzsoft-ease);
}

.uzsoft-mp-catalog .cat-big-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--uzsoft-blue), #3b82f6);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s var(--uzsoft-ease);
}

.uzsoft-mp-catalog .cat-big-card:hover {
  border-color: var(--uzsoft-blue);
  transform: translateY(-4px);
  box-shadow: var(--uzsoft-shadow-blue);
}

.uzsoft-mp-catalog .cat-big-card:hover::before {
  transform: scaleX(1);
}

.uzsoft-mp-catalog .cat-big-card-ico {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: var(--uzsoft-radius-lg);
  background: var(--uzsoft-cat-icon-bg, var(--uzsoft-blue-light));
  color: var(--uzsoft-cat-icon-color, var(--uzsoft-blue));
  transition: background .25s var(--uzsoft-ease), color .25s var(--uzsoft-ease), transform .25s var(--uzsoft-ease);
}

.uzsoft-mp-catalog .cat-big-card:hover .cat-big-card-ico {
  background: var(--uzsoft-cat-icon-color, var(--uzsoft-blue));
  color: #fff;
  transform: scale(1.05) rotate(-4deg);
}

.uzsoft-mp-catalog .cat-big-card-ico .uzsoft-mp-icon {
  width: 28px;
  height: 28px;
}

.uzsoft-mp-catalog .cat-big-card h3 {
  margin: 0 0 7px;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 17.5px;
  font-weight: 900;
  line-height: 1.25;
}

.uzsoft-mp-catalog .cat-big-card p {
  margin: 0 0 14px;
  color: var(--uzsoft-gray-500);
  font-size: 12.5px;
  line-height: 1.5;
}

.uzsoft-mp-catalog .cat-big-card-count {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding: 6px 11px;
  border-radius: 999px;
  background: var(--uzsoft-gray-100);
  color: var(--uzsoft-blue);
  font-size: 11px;
  font-weight: 800;
}

.uzsoft-mp-catalog .cat-big-card-count .uzsoft-mp-icon {
  width: 12px;
  height: 12px;
}

.uzsoft-mp-catalog .uzsoft-mp-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: var(--uzsoft-gray-50);
}

.uzsoft-mp-catalog .woocommerce-result-count {
  margin: 0;
  color: var(--uzsoft-gray-600);
  font-size: 13px;
  font-weight: 700;
}

.uzsoft-mp-catalog .woocommerce-ordering {
  margin: 0;
}

.uzsoft-mp-catalog .woocommerce-ordering,
.uzsoft-mp-catalog .woocommerce-viewing {
  display: flex;
  align-items: center;
  gap: 10px;
}

.uzsoft-mp-catalog .woocommerce-ordering label,
.uzsoft-mp-catalog .woocommerce-viewing label {
  margin: 0;
  color: var(--uzsoft-gray-600);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 750;
  white-space: nowrap;
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-enhanced .uzsoft-mp-ordering-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.uzsoft-mp-catalog .woocommerce-ordering select,
.uzsoft-mp-catalog .woocommerce-viewing select {
  appearance: none;
  min-height: 40px;
  max-width: 260px;
  padding: 0 34px 0 12px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius);
  background:
    linear-gradient(45deg, transparent 50%, var(--uzsoft-gray-500) 50%) right 15px center / 6px 6px no-repeat,
    linear-gradient(135deg, var(--uzsoft-gray-500) 50%, transparent 50%) right 10px center / 6px 6px no-repeat,
    #fff;
  color: var(--uzsoft-navy);
  font-size: 13px;
  font-weight: 700;
  box-shadow: var(--uzsoft-shadow-xs);
}

.uzsoft-mp-catalog .woocommerce-ordering select::-ms-expand,
.uzsoft-mp-catalog .woocommerce-viewing select::-ms-expand {
  display: none;
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-control {
  position: relative;
  min-width: 178px;
  z-index: 2;
}

.uzsoft-mp-catalog .uzsoft-mp-count-control {
  min-width: 72px;
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-control.is-open {
  z-index: 90;
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-trigger {
  width: 100%;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0%, rgba(80, 70, 229, .10), transparent 42%),
    linear-gradient(180deg, #fff 0%, #f9fbff 100%);
  color: var(--uzsoft-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-align: left;
  box-shadow: 0 10px 22px -18px rgba(47, 92, 255, .45);
  cursor: pointer;
  transition: border-color .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), transform .18s var(--uzsoft-ease), background .18s var(--uzsoft-ease);
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-trigger:hover,
.uzsoft-mp-catalog .uzsoft-mp-ordering-trigger:focus,
.uzsoft-mp-catalog .uzsoft-mp-ordering-control.is-open .uzsoft-mp-ordering-trigger {
  border-color: rgba(37, 99, 235, .35);
  background:
    radial-gradient(circle at 100% 0%, rgba(80, 70, 229, .16), transparent 42%),
    #fff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .09), 0 14px 26px -20px rgba(47, 92, 255, .55);
  outline: 0;
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-trigger:hover {
  transform: translateY(-1px);
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-trigger-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-trigger-icon {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: .55;
  transform: translateY(-2px) rotate(45deg);
  transition: opacity .18s var(--uzsoft-ease), transform .18s var(--uzsoft-ease);
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-control.is-open .uzsoft-mp-ordering-trigger-icon {
  opacity: .9;
  transform: translateY(2px) rotate(225deg);
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 95;
  min-width: max(100%, 244px);
  max-height: min(310px, calc(100vh - 170px));
  overflow: auto;
  padding: 7px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 14px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 54px -28px rgba(15, 23, 42, .42);
  backdrop-filter: blur(10px);
  scrollbar-width: thin;
  scrollbar-color: rgba(47, 92, 255, .4) transparent;
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-control.is-drop-up .uzsoft-mp-ordering-menu {
  top: auto;
  bottom: calc(100% + 8px);
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-menu::-webkit-scrollbar {
  width: 6px;
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-menu::-webkit-scrollbar-track {
  background: transparent;
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-menu::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(47, 92, 255, .4);
}

.uzsoft-mp-catalog .uzsoft-mp-count-control .uzsoft-mp-ordering-menu {
  right: auto;
  left: 0;
  min-width: 100%;
  width: max-content;
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-menu[hidden] {
  display: none;
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-option {
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--uzsoft-gray-700);
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  transition: background .16s var(--uzsoft-ease), color .16s var(--uzsoft-ease), transform .16s var(--uzsoft-ease);
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-option::after {
  content: "✓";
  margin-left: auto;
  color: var(--uzsoft-blue);
  font-size: 13px;
  font-weight: 950;
  opacity: 0;
  transform: scale(.8);
  transition: opacity .16s var(--uzsoft-ease), transform .16s var(--uzsoft-ease);
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-option:hover,
.uzsoft-mp-catalog .uzsoft-mp-ordering-option:focus {
  background: rgba(47, 92, 255, .08);
  color: var(--uzsoft-blue);
  outline: 0;
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-option:hover {
  transform: translateX(1px);
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-option.is-selected {
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-catalog .uzsoft-mp-ordering-option.is-selected::after {
  opacity: 1;
  transform: scale(1);
}

.uzsoft-mp-catalog ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.uzsoft-mp-catalog ul.products::before,
.uzsoft-mp-catalog ul.products::after {
  display: none !important;
}

.uzsoft-mp-catalog ul.products > li.product {
  display: flex;
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.uzsoft-mp-catalog .prod-card {
  position: relative;
  min-width: 0;
  width: 100%;
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 14px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: #fff;
  transition: border-color .25s var(--uzsoft-ease), transform .25s var(--uzsoft-ease), box-shadow .25s var(--uzsoft-ease);
}

.uzsoft-mp-catalog .prod-card:hover {
  border-color: var(--uzsoft-blue);
  transform: translateY(-4px);
  box-shadow: var(--uzsoft-shadow-blue);
}

.uzsoft-mp-catalog .prod-discount {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  padding: 4px 9px;
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(135deg, var(--uzsoft-red) 0%, #ef4444 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 4px 8px rgba(220, 38, 38, .3);
}

.uzsoft-mp-catalog .prod-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--uzsoft-gray-500);
}

.uzsoft-mp-catalog .prod-fav:hover {
  background: var(--uzsoft-red);
  color: #fff;
}

.uzsoft-mp-catalog .prod-fav .uzsoft-mp-icon {
  width: 13px;
  height: 13px;
}

.uzsoft-mp-catalog .prod-img-wrap {
  min-height: 154px;
  flex: 0 0 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 12px;
  border: 1px solid var(--uzsoft-gray-100);
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(135deg, var(--uzsoft-gray-50) 0%, #f4f7fb 100%);
}

.uzsoft-mp-catalog .prod-img-wrap img {
  width: auto;
  max-width: 122px;
  max-height: 122px;
  object-fit: contain;
  filter: drop-shadow(0 6px 8px rgba(15, 23, 42, .08));
}

.uzsoft-mp-catalog .prod-brand {
  min-height: 24px;
  margin-bottom: 4px;
  color: var(--uzsoft-blue);
  font-size: 9px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.uzsoft-mp-catalog .prod-brand--empty {
  visibility: hidden;
}

.uzsoft-mp-catalog .prod-title {
  min-height: 54px;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 9px;
  color: var(--uzsoft-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.uzsoft-mp-catalog .prod-price-row {
  display: flex;
  align-items: baseline;
  gap: 7px;
  min-height: 30px;
  margin-top: auto;
  margin-bottom: 11px;
}

.uzsoft-mp-catalog .prod-now {
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.uzsoft-mp-catalog .prod-was {
  color: var(--uzsoft-gray-500);
  font-size: 11px;
  text-decoration: line-through;
}

.uzsoft-mp-catalog .prod-btn {
  min-height: 42px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px;
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(135deg, var(--uzsoft-blue) 0%, #3b82f6 100%);
  color: #fff;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: .3px;
  box-shadow: 0 4px 12px -4px rgba(29, 78, 216, .4);
}

.uzsoft-mp-catalog .prod-btn:hover {
  color: #fff;
}

.uzsoft-mp-catalog .prod-btn .uzsoft-mp-icon {
  width: 14px;
  height: 14px;
}

.uzsoft-mp-catalog .added_to_cart {
  box-sizing: border-box;
  min-height: 38px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(47, 92, 255, .24);
  border-radius: var(--uzsoft-radius);
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s var(--uzsoft-ease), border-color .2s var(--uzsoft-ease), color .2s var(--uzsoft-ease), transform .2s var(--uzsoft-ease), box-shadow .2s var(--uzsoft-ease);
}

.uzsoft-mp-catalog .added_to_cart::after {
  content: "→";
  font-size: 14px;
  line-height: 1;
}

.uzsoft-mp-catalog .added_to_cart:hover {
  border-color: var(--uzsoft-blue);
  background: #fff;
  color: var(--uzsoft-blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px -10px rgba(47, 92, 255, .35);
}

.uzsoft-mp-catalog .uzsoft-mp-catalog-pagination {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--uzsoft-gray-200);
}

.uzsoft-mp-catalog .uzsoft-mp-catalog-pagination .shop-loop-after,
.uzsoft-mp-catalog .uzsoft-mp-catalog-pagination .woocommerce-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0;
}

.uzsoft-mp-catalog .woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  color: inherit;
}

.uzsoft-mp-catalog .woocommerce-pagination ul.page-numbers:hover {
  background: transparent !important;
  color: inherit;
}

.uzsoft-mp-catalog .woocommerce-pagination ul.page-numbers li {
  border: 0;
  background: transparent;
}

.uzsoft-mp-catalog .woocommerce-pagination a.page-numbers,
.uzsoft-mp-catalog .woocommerce-pagination span.page-numbers {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius);
  background: #fff;
  color: var(--uzsoft-gray-700);
  font-weight: 800;
}

.uzsoft-mp-catalog .woocommerce-pagination span.page-numbers.current {
  border-color: var(--uzsoft-blue);
  background: var(--uzsoft-blue);
  color: #fff;
}

.uzsoft-mp-catalog .woocommerce-pagination a.page-numbers:hover,
.uzsoft-mp-catalog .woocommerce-pagination a.page-numbers:focus {
  border-color: rgba(37, 99, 235, .32);
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .08);
  outline: 0;
}

.uzsoft-mp-catalog .uzsoft-mp-no-products {
  color: var(--uzsoft-gray-600);
  font-weight: 700;
}

body.uzsoft-mp-catalog-enabled.tax-product_cat .page-wrapper > #main > .container,
body.uzsoft-mp-catalog-enabled.post-type-archive-product .page-wrapper > #main > .container {
  width: min(1248px, calc(100vw - 32px));
  max-width: min(1248px, calc(100vw - 32px));
}

body.uzsoft-mp-catalog-enabled.tax-product_cat .page-wrapper > #main > .container > .main-content-wrap > .porto-woo-category-sidebar,
body.uzsoft-mp-catalog-enabled.post-type-archive-product .page-wrapper > #main > .container > .main-content-wrap > .porto-woo-category-sidebar {
  display: none;
}

body.uzsoft-mp-catalog-enabled.tax-product_cat .page-wrapper > #main > .container > .main-content-wrap > .main-content,
body.uzsoft-mp-catalog-enabled.post-type-archive-product .page-wrapper > #main > .container > .main-content-wrap > .main-content {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-sidebar {
  position: sticky;
  top: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-sidebar-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: #fff;
  box-shadow: var(--uzsoft-shadow-xs);
}

.uzsoft-mp-catalog .uzsoft-mp-archive-cat-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: min(780px, calc(100vh - 170px));
  overflow: auto;
  padding-right: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(47, 92, 255, .45) var(--uzsoft-gray-100);
}

.uzsoft-mp-catalog .uzsoft-mp-archive-cat-list::-webkit-scrollbar {
  width: 6px;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-cat-list::-webkit-scrollbar-track {
  border-radius: 999px;
  background: var(--uzsoft-gray-100);
}

.uzsoft-mp-catalog .uzsoft-mp-archive-cat-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(47, 92, 255, .45);
}

.uzsoft-mp-catalog .uzsoft-mp-archive-tree {
  gap: 5px;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-tree-node {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-tree-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 5px;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-tree-toggle,
.uzsoft-mp-catalog .uzsoft-mp-archive-tree-spacer {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-tree-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius);
  background: var(--uzsoft-gray-50);
  color: var(--uzsoft-blue);
  cursor: pointer;
  transition: background .18s var(--uzsoft-ease), border-color .18s var(--uzsoft-ease), color .18s var(--uzsoft-ease);
}

.uzsoft-mp-catalog .uzsoft-mp-archive-tree-toggle:hover {
  border-color: rgba(47, 92, 255, .35);
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue-dark);
}

.uzsoft-mp-catalog .uzsoft-mp-archive-tree-toggle .uzsoft-mp-icon {
  width: 14px;
  height: 14px;
  transition: transform .18s var(--uzsoft-ease);
}

.uzsoft-mp-catalog .uzsoft-mp-archive-tree-node.is-open > .uzsoft-mp-archive-tree-row .uzsoft-mp-archive-tree-toggle .uzsoft-mp-icon {
  transform: rotate(180deg);
}

.uzsoft-mp-catalog .uzsoft-mp-archive-tree-link {
  min-width: 0;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-tree-parent-link {
  margin: 0;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-tree-children {
  display: grid;
  gap: 2px;
  margin: 2px 0 6px;
  padding-left: 33px;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-tree.is-enhanced .uzsoft-mp-archive-tree-children[hidden] {
  display: none;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-tree-child-link {
  min-height: 32px;
  padding: 7px 8px;
  font-size: 12px;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-tree-child-link span {
  line-height: 1.2;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-tree-child-link small {
  min-width: 30px;
  min-height: 24px;
  padding: 2px 7px;
  font-size: 10px;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-content {
  min-width: 0;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-price-form {
  display: grid;
  gap: 12px;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-price-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-price-form label {
  min-width: 0;
  display: grid;
  gap: 5px;
  margin: 0;
  color: var(--uzsoft-gray-500);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-price-form input {
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius);
  background: var(--uzsoft-gray-50);
  color: var(--uzsoft-navy);
  font-size: 13px;
  font-weight: 800;
  outline: 0;
}

.uzsoft-mp-catalog .uzsoft-mp-archive-price-form input:focus {
  border-color: var(--uzsoft-blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(47, 92, 255, .12);
}

.uzsoft-mp-catalog .uzsoft-mp-archive-price-form button {
  min-height: 42px;
  border: 0;
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(135deg, var(--uzsoft-blue) 0%, #3b82f6 100%);
  color: #fff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(47, 92, 255, 0.22);
}

.uzsoft-mp-catalog .uzsoft-mp-archive-price-reset {
  justify-self: center;
  color: var(--uzsoft-gray-500);
  font-size: 12px;
  font-weight: 800;
}

/* CART */
body.woocommerce-cart.uzsoft-mp-cart-enabled #main {
  background:
    radial-gradient(circle at 14% 12%, rgba(37, 99, 235, .09), transparent 32%),
    linear-gradient(180deg, #eef2f8 0%, #f8fafc 100%);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled #main .main-content,
body.woocommerce-cart.uzsoft-mp-cart-enabled #main .page-content {
  background: transparent;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .page-share,
body.woocommerce-cart.uzsoft-mp-cart-enabled .share-links,
body.woocommerce-cart.uzsoft-mp-cart-enabled .post-share,
body.woocommerce-cart.uzsoft-mp-cart-enabled .entry-share,
body.woocommerce-cart.uzsoft-mp-cart-enabled .share-post,
body.woocommerce-checkout.uzsoft-mp-v2 .page-share,
body.woocommerce-checkout.uzsoft-mp-v2 .share-links,
body.woocommerce-checkout.uzsoft-mp-v2 .post-share,
body.woocommerce-checkout.uzsoft-mp-v2 .entry-share,
body.woocommerce-checkout.uzsoft-mp-v2 .share-post {
  display: none;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .woocommerce {
  width: min(1248px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 30px 0 46px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 22px;
  align-items: start;
  font-family: Inter, Arial, sans-serif;
  color: var(--uzsoft-navy);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled.uzsoft-mp-cart-empty .woocommerce {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .woocommerce-notices-wrapper,
body.woocommerce-cart.uzsoft-mp-cart-enabled .woocommerce-message,
body.woocommerce-cart.uzsoft-mp-cart-enabled .woocommerce-error,
body.woocommerce-cart.uzsoft-mp-cart-enabled .woocommerce-info {
  grid-column: 1 / -1;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .woocommerce-cart-form {
  grid-column: 1;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(203, 213, 225, .82);
  border-top: 4px solid var(--uzsoft-blue);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .94) 100%),
    radial-gradient(circle at 100% 0%, rgba(79, 70, 229, .08), transparent 30%);
  box-shadow: var(--uzsoft-shadow-lg);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .cart-collaterals {
  grid-column: 2;
  min-width: 0;
  position: sticky;
  top: 18px;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart {
  width: 100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 14px;
  background: transparent;
  margin: 0;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart thead th {
  padding: 0 12px 8px;
  border: 0;
  background: transparent;
  color: var(--uzsoft-gray-500);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart tr.cart_item {
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
  transition: transform .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart tr.cart_item:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(67, 56, 202, .10);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart tr.cart_item td {
  padding: 17px 12px;
  border-top: 1px solid rgba(203, 213, 225, .74);
  border-bottom: 1px solid rgba(203, 213, 225, .74);
  background: linear-gradient(180deg, #fff 0%, rgba(248, 250, 252, .72) 100%);
  vertical-align: middle;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart tr.cart_item td:first-child {
  border-left: 1px solid rgba(203, 213, 225, .74);
  border-radius: 16px 0 0 16px;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart tr.cart_item td:last-child {
  border-right: 1px solid rgba(203, 213, 225, .74);
  border-radius: 0 16px 16px 0;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-remove {
  width: 44px;
  text-align: center;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-remove a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(220, 38, 38, .10);
  border-radius: 999px;
  background: #fff5f5;
  color: var(--uzsoft-red);
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(220, 38, 38, .08);
  transition: transform .18s var(--uzsoft-ease), background .18s var(--uzsoft-ease), color .18s var(--uzsoft-ease);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-remove a:hover {
  background: var(--uzsoft-red);
  color: #fff;
  transform: translateY(-1px);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-thumbnail {
  width: 104px;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-thumbnail img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  padding: 10px;
  border: 1px solid rgba(226, 232, 240, .9);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, .96) 58%, rgba(239, 246, 255, .72) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-name a {
  display: inline-block;
  max-width: 270px;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-name a:hover {
  color: var(--uzsoft-blue);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-price,
body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-subtotal {
  color: var(--uzsoft-blue);
  font-weight: 900;
  white-space: nowrap;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-price .amount,
body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-subtotal .amount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(79, 70, 229, .14);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(238, 242, 255, .95) 0%, rgba(255, 255, 255, .96) 100%);
  color: var(--uzsoft-blue);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 15px;
  box-shadow: 0 8px 18px rgba(67, 56, 202, .06);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-subtotal .amount {
  border-color: rgba(37, 99, 235, .22);
  background: linear-gradient(135deg, rgba(239, 246, 255, .96) 0%, rgba(238, 242, 255, .90) 100%);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .quantity {
  display: inline-flex;
  align-items: stretch;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid rgba(79, 70, 229, .22);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(67, 56, 202, .08);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .quantity .minus,
body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .quantity .plus {
  width: 42px;
  min-width: 42px;
  border: 0;
  background: linear-gradient(135deg, #4338ca 0%, #4f46e5 100%);
  color: #fff;
  font-weight: 900;
  transition: filter .18s var(--uzsoft-ease), transform .18s var(--uzsoft-ease);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .quantity .minus:hover,
body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .quantity .plus:hover {
  filter: brightness(1.08);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .quantity .qty {
  width: 56px;
  min-height: 44px;
  border: 0;
  background: #fff;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .variation {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 0;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .variation dt,
body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .variation dd {
  margin: 0;
  color: var(--uzsoft-gray-600);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .variation dd {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart td.actions {
  padding: 10px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart td.actions:empty {
  display: none;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart td.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  float: none;
  width: fit-content;
  max-width: 100%;
  padding: 12px;
  border: 1px solid rgba(203, 213, 225, .78);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--uzsoft-shadow-sm);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart td.actions .coupon .input-text {
  width: min(280px, 100%);
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 12px;
  background: var(--uzsoft-gray-50);
  color: var(--uzsoft-navy);
  font-weight: 700;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart td.actions button.button,
body.woocommerce-cart.uzsoft-mp-cart-enabled .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  transition: transform .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), background .18s var(--uzsoft-ease);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart td.actions button.button {
  padding: 0 18px;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart td.actions button.button:hover {
  background: #dbeafe;
  transform: translateY(-1px);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart td.actions button[name="update_cart"] {
  float: right;
  margin-top: 12px;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(203, 213, 225, .82);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--uzsoft-shadow-lg);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .cart_totals h2 {
  margin: 0 0 14px;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .cart_totals table.shop_table {
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .cart_totals table.shop_table th,
body.woocommerce-cart.uzsoft-mp-cart-enabled .cart_totals table.shop_table td {
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid var(--uzsoft-gray-200);
  background: transparent;
  color: var(--uzsoft-gray-700);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .cart_totals table.shop_table td {
  text-align: right;
  color: var(--uzsoft-navy);
  font-weight: 900;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .cart_totals .order-total th,
body.woocommerce-cart.uzsoft-mp-cart-enabled .cart_totals .order-total td {
  color: var(--uzsoft-blue);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .cart_totals .wc-proceed-to-checkout {
  padding: 16px 0 0;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .cart_totals .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  min-height: 52px;
  margin: 0;
  background: linear-gradient(135deg, var(--uzsoft-blue) 0%, #5865f2 100%);
  color: #fff;
  box-shadow: var(--uzsoft-shadow-blue);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px -16px rgba(37, 99, 235, .42);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .uzsoft-mp-cart-trust {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .uzsoft-mp-cart-trust span {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 9px 10px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 14px;
  background: var(--uzsoft-gray-50);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .uzsoft-mp-cart-trust .uzsoft-mp-icon {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 11px;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .uzsoft-mp-cart-trust b {
  color: var(--uzsoft-navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .uzsoft-mp-cart-trust small {
  color: var(--uzsoft-gray-600);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .wc-empty-cart-message,
body.woocommerce-cart.uzsoft-mp-cart-enabled .cart-empty,
body.woocommerce-cart.uzsoft-mp-cart-enabled .return-to-shop {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(680px, 100%);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .wc-empty-cart-message,
body.woocommerce-cart.uzsoft-mp-cart-enabled .cart-empty {
  position: relative;
  max-width: 680px;
  margin: 18px auto 0;
  padding: 28px;
  border: 1px solid rgba(203, 213, 225, .82);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--uzsoft-shadow-lg);
  color: var(--uzsoft-navy);
  text-align: center;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .uzsoft-mp-empty-cart-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .uzsoft-mp-empty-cart-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(37, 99, 235, .12), rgba(88, 101, 242, .18));
  color: var(--uzsoft-blue);
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .16);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .uzsoft-mp-empty-cart-icon-svg {
  width: 38px;
  height: 38px;
  display: block;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .uzsoft-mp-empty-cart-title {
  margin: 0;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .uzsoft-mp-empty-cart-message ~ .wc-empty-cart-message:not(.uzsoft-mp-empty-cart-message),
body.woocommerce-cart.uzsoft-mp-cart-enabled .uzsoft-mp-empty-cart-message ~ .cart-empty:not(.uzsoft-mp-empty-cart-message) {
  display: none;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .return-to-shop {
  margin: 16px 0 0;
  text-align: center;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .return-to-shop .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  background: var(--uzsoft-blue);
  color: #fff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-weight: 900;
  box-shadow: var(--uzsoft-shadow-blue);
}

/* WISHLIST */
body.woocommerce-wishlist.uzsoft-mp-v2 #main {
  background:
    radial-gradient(circle at 18% 0%, rgba(37, 99, 235, .08), transparent 30%),
    linear-gradient(180deg, #eef2f8 0%, #f8fafc 78%, #fff 100%);
}

body.woocommerce-wishlist.uzsoft-mp-v2 .page-top {
  padding: 38px 0 92px;
  border-bottom: 1px solid rgba(203, 213, 225, .65);
  background:
    radial-gradient(circle at 70% 8%, rgba(255, 255, 255, .16), transparent 28%),
    linear-gradient(135deg, #25217f 0%, #4338ca 58%, #4f46e5 100%);
}

body.woocommerce-wishlist.uzsoft-mp-v2 .page-top .page-title {
  margin: 0;
  color: #fff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

body.woocommerce-wishlist.uzsoft-mp-v2 .page-top .page-sub-title {
  display: none;
}

body.woocommerce-wishlist.uzsoft-mp-v2 .page-top .breadcrumbs-wrap {
  margin-top: 8px;
}

body.woocommerce-wishlist.uzsoft-mp-v2 .page-top .yoast-breadcrumbs,
body.woocommerce-wishlist.uzsoft-mp-v2 .page-top .yoast-breadcrumbs a {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 700;
}

body.woocommerce-wishlist.uzsoft-mp-v2 .page-top .breadcrumb_last strong {
  color: rgba(255, 255, 255, .92);
}

body.woocommerce-wishlist.uzsoft-mp-v2 #main > .container {
  position: relative;
  z-index: 2;
  width: min(820px, calc(100vw - 32px));
  max-width: none;
  margin-top: -64px;
  padding-top: 0;
  padding-bottom: 72px;
}

body.woocommerce-wishlist.uzsoft-mp-v2 #main .main-content-wrap {
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
}

body.woocommerce-wishlist.uzsoft-mp-v2 #main .main-content {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 100px;
  padding-right: 0;
  padding-left: 0;
}

body.woocommerce-wishlist.uzsoft-mp-v2 #content,
body.woocommerce-wishlist.uzsoft-mp-v2 .page-content {
  background: transparent;
  box-shadow: none;
}

body.woocommerce-wishlist.uzsoft-mp-v2 #yith-wcwl-form {
  width: 100%;
  margin: 0 auto;
  color: var(--uzsoft-navy);
  font-family: Inter, Arial, sans-serif;
}

body.woocommerce-wishlist.uzsoft-mp-v2 #yith-wcwl-form > .align-left {
  margin: 0;
  border: 1px solid rgba(203, 213, 225, .82);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 250, 252, .96));
  box-shadow:
    0 28px 60px -42px rgba(15, 23, 42, .46),
    0 1px 0 rgba(255, 255, 255, .92) inset;
  overflow: hidden;
}

body.woocommerce-wishlist.uzsoft-mp-v2 #yith-wcwl-form > .align-left > .box-content {
  padding: 0;
}

body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist-title-container {
  display: none;
}

body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table {
  width: 100%;
}

body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table:has(.wishlist-empty) {
  display: block;
  margin: 0;
  min-height: 430px;
  padding: clamp(42px, 6vw, 68px) clamp(18px, 4vw, 42px);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 8%, rgba(37, 99, 235, .12), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table:has(.wishlist-empty) thead {
  display: none;
}

body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table:has(.wishlist-empty) .wishlist-items-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 520px;
  min-height: 300px;
  margin: 0 auto;
  text-align: center;
  transform: translateY(28px);
}

body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table:has(.wishlist-empty) .wishlist-items-wrapper::before {
  content: "Список желаний пуст";
  order: 1;
  width: 100%;
  margin: 20px 0 8px;
  color: var(--uzsoft-ink);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
}

html[lang^="uz"] body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table:has(.wishlist-empty) .wishlist-items-wrapper::before {
  content: "Istaklar ro‘yxati bo‘sh";
}

body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table:has(.wishlist-empty) tr,
body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table:has(.wishlist-empty) td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table:has(.wishlist-empty) tr:first-child {
  order: 0;
}

body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table:has(.wishlist-empty) tr:nth-child(2) {
  order: 2;
}

body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table:has(.wishlist-empty) tr:nth-child(3) {
  order: 3;
  margin-top: 22px;
}

body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table:has(.wishlist-empty) i.wishlist-empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  margin: 0 auto;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .78), transparent 26%),
    linear-gradient(135deg, rgba(37, 99, 235, .13), rgba(79, 70, 229, .2));
  color: var(--uzsoft-blue);
  box-shadow: 0 20px 36px -24px rgba(37, 99, 235, .55);
  font-size: 36px;
}

body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table:has(.wishlist-empty) td.wishlist-empty {
  max-width: 420px;
  margin: 0 auto;
  color: var(--uzsoft-gray-600);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  text-align: center;
}

body.woocommerce-wishlist.uzsoft-mp-v2 .btn-go-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--uzsoft-blue) 0%, #3b82f6 100%);
  color: #fff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 18px 30px -16px rgba(37, 99, 235, .52);
  transition: transform .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease);
}

body.woocommerce-wishlist.uzsoft-mp-v2 .btn-go-shop:hover,
body.woocommerce-wishlist.uzsoft-mp-v2 .btn-go-shop:focus {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 20px 34px -18px rgba(37, 99, 235, .58);
}

body.woocommerce-wishlist.uzsoft-mp-v2 .yith_wcwl_wishlist_footer:empty,
body.woocommerce-wishlist.uzsoft-mp-v2 .page-content > p:empty,
body.woocommerce-wishlist.uzsoft-mp-v2 .page-share,
body.woocommerce-wishlist.uzsoft-mp-v2 .share-links,
body.woocommerce-wishlist.uzsoft-mp-v2 .post-share,
body.woocommerce-wishlist.uzsoft-mp-v2 .entry-share,
body.woocommerce-wishlist.uzsoft-mp-v2 .share-post {
  display: none;
}

@media (max-width: 767px) {
  body.woocommerce-wishlist.uzsoft-mp-v2 .page-top {
    padding: 30px 0 78px;
  }

  body.woocommerce-wishlist.uzsoft-mp-v2 #main > .container {
    width: min(100vw - 20px, 960px);
    margin-top: -52px;
    padding-top: 0;
    padding-bottom: 44px;
  }

  body.woocommerce-wishlist.uzsoft-mp-v2 #yith-wcwl-form > .align-left > .box-content {
    padding: 0;
  }

  body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table:has(.wishlist-empty) {
    min-height: 360px;
    padding: 36px 16px;
  }

  body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table:has(.wishlist-empty) .wishlist-items-wrapper {
    transform: translateY(14px);
  }

  body.woocommerce-wishlist.uzsoft-mp-v2 .wishlist_table:has(.wishlist-empty) i.wishlist-empty {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    font-size: 30px;
  }

  body.woocommerce-wishlist.uzsoft-mp-v2 .btn-go-shop {
    width: 100%;
    max-width: 300px;
  }
}

/* SINGLE POST */
body.single-post.uzsoft-mp-post-enabled .page-top {
  display: none;
}

body.single-post.uzsoft-mp-post-enabled #main {
  padding-top: 0 !important;
  background: #eef2f8;
}

body.single-post.uzsoft-mp-post-enabled #main.boxed,
body.single-post.uzsoft-mp-post-enabled #main > .container,
body.single-post.uzsoft-mp-post-enabled #main .main-content-wrap,
body.single-post.uzsoft-mp-post-enabled #main .main-content,
body.single-post.uzsoft-mp-post-enabled #main .page-content,
body.single-post.uzsoft-mp-post-enabled #main #content {
  background: transparent;
  box-shadow: none;
}

body.single-post.uzsoft-mp-post-enabled #main > .container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body.single-post.uzsoft-mp-post-enabled #main .main-content-wrap {
  margin-right: 0;
  margin-left: 0;
}

body.single-post.uzsoft-mp-post-enabled #main .main-content,
body.single-post.uzsoft-mp-post-enabled #main .page-content {
  padding-right: 0;
  padding-left: 0;
}

.uzsoft-mp-post {
  padding: 32px 0 56px;
  background: linear-gradient(180deg, #f7f9fe 0%, #eef2f8 100%);
  color: var(--uzsoft-navy);
  font-family: Inter, Arial, sans-serif;
}

.uzsoft-mp-post-article {
  margin: 0;
}

.uzsoft-mp-post-hero,
.uzsoft-mp-post-content,
.uzsoft-mp-post-toc,
.uzsoft-mp-post-product,
.uzsoft-mp-post-related,
.uzsoft-mp-post .comments-area {
  border: 1px solid rgba(203, 213, 225, .82);
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--uzsoft-shadow-lg);
}

.uzsoft-mp-post-hero {
  padding: clamp(24px, 3vw, 42px);
}

.uzsoft-mp-post-breadcrumbs {
  margin: 0 0 18px;
}

.uzsoft-mp-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
  color: var(--uzsoft-gray-600);
  font-size: 13px;
  font-weight: 800;
}

.uzsoft-mp-post-meta > * {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.uzsoft-mp-post-meta .uzsoft-mp-icon {
  width: 16px;
  height: 16px;
  color: var(--uzsoft-blue);
}

.uzsoft-mp-post-cat {
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.uzsoft-mp-post-title {
  max-width: 1060px;
  margin: 0;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(34px, 3.65vw, 48px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.uzsoft-mp-post-cover {
  margin: 26px 0 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--uzsoft-gray-50);
}

.uzsoft-mp-post-cover img {
  display: block;
  width: 100%;
  max-height: 430px;
  object-fit: cover;
}

.uzsoft-mp-post-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 22px;
  align-items: start;
  margin-top: 22px;
}

.uzsoft-mp-post-layout.is-wide {
  grid-template-columns: minmax(0, 1fr);
}

.uzsoft-mp-post-main {
  min-width: 0;
}

.uzsoft-mp-post-toc {
  margin: 0 0 18px;
  padding: 18px;
}

.uzsoft-mp-post-toc[hidden] {
  display: none;
}

.uzsoft-mp-post-toc-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.uzsoft-mp-post-toc-title .uzsoft-mp-icon {
  width: 20px;
  height: 20px;
  color: var(--uzsoft-blue);
}

.uzsoft-mp-post-toc ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uzsoft-mp-post-toc li.is-child {
  padding-left: 16px;
}

.uzsoft-mp-post-toc a {
  display: inline-flex;
  color: var(--uzsoft-gray-700);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.uzsoft-mp-post-toc a:hover {
  color: var(--uzsoft-blue);
}

.uzsoft-mp-post-content {
  padding: clamp(22px, 3vw, 38px);
  color: #263244;
  font-size: 17px;
  line-height: 1.75;
}

.uzsoft-mp-post-content > :first-child {
  margin-top: 0;
}

.uzsoft-mp-post-content > :last-child {
  margin-bottom: 0;
}

.uzsoft-mp-post-content h2,
.uzsoft-mp-post-content h3,
.uzsoft-mp-post-content h4 {
  scroll-margin-top: 118px;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
}

.uzsoft-mp-post-content h2 {
  margin: 42px 0 16px;
  padding-left: 14px;
  border-left: 4px solid var(--uzsoft-blue);
  font-size: clamp(25px, 3vw, 34px);
}

.uzsoft-mp-post-content h3 {
  margin: 32px 0 12px;
  font-size: clamp(21px, 2.4vw, 27px);
}

.uzsoft-mp-post-content h4 {
  margin: 24px 0 10px;
  font-size: 19px;
}

.uzsoft-mp-post-content p,
.uzsoft-mp-post-content ul,
.uzsoft-mp-post-content ol,
.uzsoft-mp-post-content table,
.uzsoft-mp-post-content blockquote {
  margin: 0 0 18px;
}

.uzsoft-mp-post-content a {
  color: var(--uzsoft-blue);
  font-weight: 800;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 rgba(37, 99, 235, .28);
}

.uzsoft-mp-post-content a:hover {
  color: #1d4ed8;
  box-shadow: inset 0 -2px 0 rgba(37, 99, 235, .42);
}

.uzsoft-mp-post-content ul,
.uzsoft-mp-post-content ol {
  padding-left: 1.35em;
}

.uzsoft-mp-post-content li + li {
  margin-top: 7px;
}

.uzsoft-mp-post-content blockquote {
  padding: 18px 20px;
  border-left: 4px solid var(--uzsoft-blue);
  border-radius: 16px;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-navy);
  font-weight: 800;
}

.uzsoft-mp-post-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(203, 213, 225, .9);
  border-radius: 16px;
  border-spacing: 0;
  background: #fff;
}

.uzsoft-mp-post-content th,
.uzsoft-mp-post-content td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--uzsoft-gray-200);
  vertical-align: top;
}

.uzsoft-mp-post-content th {
  background: var(--uzsoft-gray-50);
  color: var(--uzsoft-navy);
  font-weight: 900;
}

.uzsoft-mp-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.uzsoft-mp-post-aside {
  position: sticky;
  top: 18px;
  min-width: 0;
}

.uzsoft-mp-post-product {
  padding: 16px;
}

.uzsoft-mp-post-product-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  color: var(--uzsoft-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.uzsoft-mp-post-product-kicker .uzsoft-mp-icon {
  width: 16px;
  height: 16px;
}

.uzsoft-mp-post-product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 142px;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 16px;
  background: var(--uzsoft-gray-50);
}

.uzsoft-mp-post-product-img img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
}

.uzsoft-mp-post-product-title {
  display: block;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}

.uzsoft-mp-post-product-price {
  margin-top: 10px;
  color: var(--uzsoft-blue);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 19px;
  font-weight: 900;
}

.uzsoft-mp-post-product-price del {
  color: var(--uzsoft-gray-400);
  font-size: 13px;
}

.uzsoft-mp-post-product-action,
.uzsoft-mp-post-product-buy-now,
.uzsoft-mp-post-product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  border-radius: 12px;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.uzsoft-mp-post-product-action {
  background: linear-gradient(135deg, var(--uzsoft-blue) 0%, #5865f2 100%);
  color: #fff;
  box-shadow: var(--uzsoft-shadow-blue);
}

.uzsoft-mp-post-product-action .uzsoft-mp-icon {
  width: 16px;
  height: 16px;
}

.uzsoft-mp-post-product-buy-now,
.uzsoft-mp-post-product-link,
.uzsoft-mp-post-product .added_to_cart {
  border: 1px solid rgba(37, 99, 235, .2);
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-post-product .added_to_cart {
  width: 100%;
  min-height: 40px;
  margin-top: 9px;
  border-radius: 12px;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.uzsoft-mp-post-product-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  padding: 10px;
  border-radius: 14px;
  background: var(--uzsoft-gray-50);
  color: var(--uzsoft-gray-700);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.uzsoft-mp-post-product-trust .uzsoft-mp-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--uzsoft-blue);
}

.uzsoft-mp-post-related {
  margin-top: 22px;
  padding: 22px;
}

.uzsoft-mp-post-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.uzsoft-mp-post-card {
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, .82);
  border-radius: 16px;
  background: #fff;
  transition: transform .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), border-color .18s var(--uzsoft-ease);
}

.uzsoft-mp-post-card:hover {
  border-color: rgba(37, 99, 235, .32);
  box-shadow: var(--uzsoft-shadow-sm);
  transform: translateY(-2px);
}

.uzsoft-mp-post-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  background: var(--uzsoft-gray-50);
}

.uzsoft-mp-post-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uzsoft-mp-post-card-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-post-card-placeholder .uzsoft-mp-icon {
  width: 28px;
  height: 28px;
}

.uzsoft-mp-post-card-body {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.uzsoft-mp-post-card-body time {
  color: var(--uzsoft-gray-500);
  font-size: 12px;
  font-weight: 800;
}

.uzsoft-mp-post-card-title {
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.32;
}

.uzsoft-mp-post-card-title:hover {
  color: var(--uzsoft-blue);
}

.uzsoft-mp-post .comments-area {
  margin-top: 22px;
  padding: 22px;
}

@media (max-width: 980px) {
  .uzsoft-mp-post-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .uzsoft-mp-post-aside {
    position: static;
  }

  .uzsoft-mp-post-product {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
  }

  .uzsoft-mp-post-product-kicker,
  .uzsoft-mp-post-product-action,
  .uzsoft-mp-post-product-buy-now,
  .uzsoft-mp-post-product-link,
  .uzsoft-mp-post-product-trust,
  .uzsoft-mp-post-product .added_to_cart {
    grid-column: 1 / -1;
  }

  .uzsoft-mp-post-product-img {
    min-height: 104px;
    margin: 0;
  }
}

@media (max-width: 760px) {
  .uzsoft-mp-post {
    padding: 22px 0 38px;
  }

  .uzsoft-mp-post-hero,
  .uzsoft-mp-post-content,
  .uzsoft-mp-post-related {
    border-radius: 18px;
  }

  .uzsoft-mp-post-related-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .uzsoft-mp-post-toc ol {
    max-height: 280px;
    overflow: auto;
  }
}

@media (max-width: 520px) {
  .uzsoft-mp-post-title {
    font-size: 30px;
  }

  .uzsoft-mp-post-content {
    font-size: 16px;
    line-height: 1.68;
  }

  .uzsoft-mp-post-product {
    display: block;
  }

  .uzsoft-mp-post-product-img {
    margin-bottom: 12px;
  }
}

@media (max-width: 1100px) {
  body.woocommerce-cart.uzsoft-mp-cart-enabled .woocommerce {
    grid-template-columns: minmax(0, 1fr) 330px;
  }
}

@media (max-width: 940px) {
  body.woocommerce-cart.uzsoft-mp-cart-enabled .woocommerce {
    display: block;
    padding: 22px 0 34px;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled .woocommerce-cart-form {
    padding: 20px;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled .cart-collaterals {
    position: static;
    margin-top: 18px;
  }
}

@media (max-width: 680px) {
  body.woocommerce-cart.uzsoft-mp-cart-enabled .woocommerce {
    width: min(calc(100% - 24px), 520px);
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled .woocommerce-cart-form {
    padding: 14px;
    border-radius: 16px;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart {
    display: block;
    border-spacing: 0;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart thead {
    display: none;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart tbody,
  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart tr,
  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart td {
    display: block;
    width: 100%;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart tr.cart_item {
    position: relative;
    margin: 0 0 12px;
    padding: 12px;
    border: 1px solid rgba(203, 213, 225, .82);
    border-radius: 16px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .06);
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart tr.cart_item td {
    padding: 6px 0;
    border: 0;
    border-radius: 0;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart tr.cart_item td:first-child,
  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart tr.cart_item td:last-child {
    border: 0;
    border-radius: 0;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-thumbnail {
    width: 86px;
    float: left;
    margin: 4px 12px 8px 0;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-thumbnail img {
    width: 76px;
    height: 76px;
    padding: 8px;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-name a {
    max-width: calc(100% - 104px);
    padding-right: 34px;
    font-size: 15px;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-price,
  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-quantity,
  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-subtotal {
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-price .amount,
  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-subtotal .amount {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 14px;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .quantity {
    min-height: 42px;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .quantity .minus,
  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .quantity .plus {
    width: 38px;
    min-width: 38px;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .quantity .qty {
    width: 52px;
    min-height: 40px;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-price::before {
    content: attr(data-title);
    color: var(--uzsoft-gray-500);
    font-size: 12px;
    font-weight: 900;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-quantity::before {
    content: attr(data-title);
    color: var(--uzsoft-gray-500);
    font-size: 12px;
    font-weight: 900;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart .product-subtotal::before {
    content: attr(data-title);
    color: var(--uzsoft-gray-500);
    font-size: 12px;
    font-weight: 900;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart td.actions {
    margin-top: 8px;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart td.actions .coupon,
  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart td.actions .coupon .input-text,
  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart td.actions button.button,
  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart td.actions button[name="update_cart"] {
    width: 100%;
    float: none;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled table.shop_table.cart td.actions button[name="update_cart"] {
    margin-top: 10px;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled .cart-collaterals .cart_totals {
    padding: 16px;
    border-radius: 16px;
  }
}

/* CART STEP NAV */
body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 {
  padding: 24px 0 18px;
  background: transparent;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 .breadcrumb {
  display: flex;
  width: min(760px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 8px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(203, 213, 225, .72);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 16px 36px -28px rgba(15, 23, 42, .55);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 .breadcrumb > li {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--uzsoft-gray-600);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 .breadcrumb > li > a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 .breadcrumb > li.current > a {
  background: linear-gradient(135deg, var(--uzsoft-blue), #4f46e5);
  color: #fff;
  box-shadow: 0 14px 28px -18px rgba(37, 99, 235, .7);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 .breadcrumb > li:not(.current):not(.disable) > a {
  color: var(--uzsoft-gray-500);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 .breadcrumb > li:not(.current):not(.disable) > a:hover {
  background: var(--uzsoft-gray-50);
  color: var(--uzsoft-navy);
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 .breadcrumb > li.disable > a {
  color: var(--uzsoft-gray-500);
  cursor: default;
  opacity: .72;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 .breadcrumb > li .delimiter {
  display: inline-flex;
  width: 22px;
  height: 2px;
  flex: 0 0 22px;
  margin: 0 2px 0 0;
  align-items: center;
  border: 0;
  background: var(--uzsoft-gray-300);
  transform: none;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 .breadcrumb > li .delimiter::before {
  content: none;
}

body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 .breadcrumb > li .delimiter::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-top: 2px solid var(--uzsoft-gray-300);
  border-right: 2px solid var(--uzsoft-gray-300);
  transform: rotate(45deg);
}

@media (max-width: 640px) {
  body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 {
    padding: 14px 0 10px;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 .breadcrumb {
    width: min(100%, calc(100vw - 24px));
    justify-content: flex-start;
    gap: 4px;
    padding: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 .breadcrumb > li {
    gap: 5px;
    font-size: 12px;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 .breadcrumb > li > a {
    min-height: 34px;
    padding: 0 10px;
  }

  body.woocommerce-cart.uzsoft-mp-cart-enabled .woo-page-header.page-header-8 .breadcrumb > li .delimiter {
    width: 16px;
    flex-basis: 16px;
  }
}

/* CHECKOUT POLISH */
body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 {
  padding: 24px 0 18px;
  background: transparent;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 .breadcrumb {
  display: flex;
  width: min(760px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 8px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(203, 213, 225, .72);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 16px 36px -28px rgba(15, 23, 42, .55);
}

body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 .breadcrumb > li {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--uzsoft-gray-600);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 .breadcrumb > li > a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 .breadcrumb > li:not(.current):not(.disable) > a {
  background: var(--uzsoft-gray-50);
  color: var(--uzsoft-navy);
}

body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 .breadcrumb > li:not(.current):not(.disable) > a::before {
  content: "\2713";
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(22, 163, 74, .12);
  box-shadow: inset 0 0 0 1px rgba(22, 163, 74, .24);
  color: var(--uzsoft-green);
  font-size: 12px;
  font-weight: 900;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 .breadcrumb > li.current > a {
  background: linear-gradient(135deg, var(--uzsoft-blue), #4f46e5);
  color: #fff;
  box-shadow: 0 14px 28px -18px rgba(37, 99, 235, .7);
}

body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 .breadcrumb > li.disable > a {
  color: var(--uzsoft-gray-500);
  cursor: default;
  opacity: .72;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 .breadcrumb > li .delimiter {
  display: inline-flex;
  width: 22px;
  height: 2px;
  flex: 0 0 22px;
  margin: 0 2px 0 0;
  align-items: center;
  border: 0;
  background: var(--uzsoft-gray-300);
  transform: none;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 .breadcrumb > li .delimiter::before {
  content: none;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 .breadcrumb > li .delimiter::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-top: 2px solid var(--uzsoft-gray-300);
  border-right: 2px solid var(--uzsoft-gray-300);
  transform: rotate(45deg);
}

@media (max-width: 640px) {
  body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 {
    padding: 14px 0 10px;
  }

  body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 .breadcrumb {
    width: min(100%, calc(100vw - 24px));
    justify-content: flex-start;
    gap: 4px;
    padding: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 .breadcrumb > li {
    gap: 5px;
    font-size: 12px;
  }

  body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 .breadcrumb > li > a {
    min-height: 34px;
    padding: 0 10px;
  }

  body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 .breadcrumb > li:not(.current):not(.disable) > a::before {
    width: 16px;
    height: 16px;
    font-size: 11px;
  }

  body.woocommerce-checkout.uzsoft-mp-v2 .woo-page-header.page-header-8 .breadcrumb > li .delimiter {
    width: 16px;
    flex-basis: 16px;
  }
}

body.woocommerce-checkout.uzsoft-mp-v2 #main .main-content,
body.woocommerce-checkout.uzsoft-mp-v2 #main .page-content {
  padding-top: 22px;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce {
  margin-top: -146px;
  padding-top: 0;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-form-login-toggle {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto 14px;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-form-login-toggle .woocommerce-info {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 12px 14px 12px 16px;
  border: 1px solid rgba(79, 70, 229, .18);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(238, 242, 255, .96), rgba(255, 255, 255, .96));
  color: var(--uzsoft-navy);
  font-family: Inter, Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-form-login-toggle .woocommerce-info::before {
  position: static;
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 50%;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
  line-height: 1;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-form-login-toggle .showlogin {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(79, 70, 229, .2);
  border-radius: 999px;
  background: #fff;
  color: var(--uzsoft-blue);
  font-weight: 900;
  text-decoration: none;
  transition: background .18s var(--uzsoft-ease), border-color .18s var(--uzsoft-ease), transform .18s var(--uzsoft-ease);
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-form-login-toggle .showlogin:hover {
  border-color: rgba(79, 70, 229, .38);
  background: var(--uzsoft-blue-light);
  transform: translateY(-1px);
}

body.woocommerce-checkout.uzsoft-mp-v2 form.woocommerce-form-login {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto 16px;
  padding: 18px;
  border: 1px solid rgba(203, 213, 225, .78);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-NoticeGroup,
body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-notices-wrapper {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto 14px;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-error {
  position: relative;
  margin: 0;
  padding: 14px 16px 14px 54px;
  border: 1px solid rgba(220, 38, 38, .22);
  border-left: 4px solid #dc2626;
  border-radius: 16px;
  background: #fff7f7;
  color: #991b1b;
  box-shadow: 0 16px 36px rgba(153, 27, 27, .08);
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-error::before {
  position: absolute;
  top: 14px;
  left: 16px;
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #dc2626;
  color: #fff;
  content: "!";
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-error li {
  margin: 0 0 7px;
  color: #991b1b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-error li:last-child {
  margin-bottom: 0;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-error a {
  color: #b91c1c;
  font-weight: 900;
}

body.woocommerce-checkout.uzsoft-mp-v2 .form-row.woocommerce-invalid input.input-text,
body.woocommerce-checkout.uzsoft-mp-v2 .form-row.woocommerce-invalid select,
body.woocommerce-checkout.uzsoft-mp-v2 .form-row.woocommerce-invalid textarea,
body.woocommerce-checkout.uzsoft-mp-v2 .form-row.woocommerce-invalid-required-field input.input-text,
body.woocommerce-checkout.uzsoft-mp-v2 .form-row.woocommerce-invalid-required-field select,
body.woocommerce-checkout.uzsoft-mp-v2 .form-row.woocommerce-invalid-required-field textarea {
  border-color: #dc2626;
  background: #fff7f7;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .12);
}

body.woocommerce-checkout.uzsoft-mp-v2 .form-row.woocommerce-invalid label,
body.woocommerce-checkout.uzsoft-mp-v2 .form-row.woocommerce-invalid-required-field label {
  color: #991b1b;
}

body.woocommerce-checkout.uzsoft-mp-v2 .form-row.woocommerce-validated input.input-text,
body.woocommerce-checkout.uzsoft-mp-v2 .form-row.woocommerce-validated select,
body.woocommerce-checkout.uzsoft-mp-v2 .form-row.woocommerce-validated textarea {
  border-color: rgba(34, 197, 94, .45);
  background: #fff;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-billing-fields > h3,
body.woocommerce-checkout.uzsoft-mp-v2 #order_review_heading {
  margin: 0 0 16px;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

body.woocommerce-checkout.uzsoft-mp-v2 .create-account label,
body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-account-fields label {
  color: var(--uzsoft-navy);
  font-family: Inter, Manrope, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-billing-fields {
  display: contents;
}

body.woocommerce-checkout.uzsoft-mp-v2 #customer_details > .col-lg-7 > .align-left,
body.woocommerce-checkout.uzsoft-mp-v2 #customer_details > .col-lg-5 > .align-left {
  display: flex;
  flex-direction: column;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-billing-fields__field-wrapper {
  display: contents;
}

body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-account-fields {
  display: block;
  margin: 0 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--uzsoft-gray-200);
}

body.woocommerce-checkout.uzsoft-mp-v2 #ivole_consent_field,
body.woocommerce-checkout.uzsoft-mp-v2 #cr_customer_consent_field,
body.woocommerce-checkout.uzsoft-mp-v2 #cusrev_consent_field,
body.woocommerce-checkout.uzsoft-mp-v2 .cr-customer-consent,
body.woocommerce-checkout.uzsoft-mp-v2 .cr_customer_consent,
body.woocommerce-checkout.uzsoft-mp-v2 .cusrev-consent,
body.woocommerce-checkout.uzsoft-mp-v2 [id*="ivole"][id*="consent"],
body.woocommerce-checkout.uzsoft-mp-v2 [class*="ivole"][class*="consent"],
body.woocommerce-checkout.uzsoft-mp-v2 [id*="cusrev"][id*="consent"],
body.woocommerce-checkout.uzsoft-mp-v2 [class*="cusrev"][class*="consent"] {
  display: none;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-payment-chips ~ .uzsoft-mp-payment-chips {
  display: none;
}

body.woocommerce-checkout.uzsoft-mp-v2 #order_review > .uzsoft-mp-payment-chips {
  display: none;
}

body.woocommerce-checkout.uzsoft-mp-v2 #order_review_heading,
body.woocommerce-checkout.uzsoft-mp-v2 #order_review .woocommerce-checkout-review-order-table {
  display: none;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-items {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--uzsoft-gray-200);
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-items__head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-items__head h3 {
  margin: 0;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-items__head span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
  font-size: 12px;
  font-weight: 900;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-items .uzsoft-mp-payment-chips {
  margin: 0 0 14px;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-items__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-item {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(203, 213, 225, .76);
  border-radius: 14px;
  background: rgba(248, 250, 252, .88);
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-item__image {
  display: flex;
  width: 66px;
  height: 58px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-item__body {
  min-width: 0;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-item__name {
  display: -webkit-box;
  overflow: hidden;
  color: var(--uzsoft-navy);
  font-family: Inter, Manrope, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-item__qty {
  display: block;
  margin-top: 4px;
  color: var(--uzsoft-gray-500);
  font-size: 12px;
  font-weight: 800;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-item__subtotal {
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-totals {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--uzsoft-gray-200);
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-totals div {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(248, 250, 252, .92);
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-totals span {
  color: var(--uzsoft-gray-600);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-totals strong {
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-totals .is-total {
  background: var(--uzsoft-blue-light);
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-totals .is-total strong {
  color: var(--uzsoft-blue);
  font-size: 22px;
}

@media (max-width: 640px) {
  body.woocommerce-checkout.uzsoft-mp-v2 #main .main-content,
  body.woocommerce-checkout.uzsoft-mp-v2 #main .page-content {
    padding-top: 16px;
  }

  body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-form-login-toggle .woocommerce-info {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce-form-login-toggle .showlogin {
    width: 100%;
  }

  body.woocommerce-checkout.uzsoft-mp-v2 .woocommerce {
    margin-top: -58px;
  }

  body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-item {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-item__image {
    width: 58px;
    height: 54px;
  }

  body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-contact-item__subtotal {
    grid-column: 2;
  }
}

/* CHECKOUT POLICY MODAL */
body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin: 12px 0;
  padding: 12px;
  border: 1px solid rgba(203, 213, 225, .72);
  border-radius: 14px;
  background: rgba(248, 250, 252, .9);
  font-family: Inter, Manrope, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-policy-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(79, 70, 229, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--uzsoft-blue);
  text-decoration: none;
  transition: background .18s var(--uzsoft-ease), border-color .18s var(--uzsoft-ease), transform .18s var(--uzsoft-ease);
}

body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-policy-links a:hover {
  border-color: rgba(79, 70, 229, .36);
  background: var(--uzsoft-blue-light);
  transform: translateY(-1px);
}

.uzsoft-mp-policy-modals[hidden] {
  display: none;
}

.uzsoft-mp-policy-modals {
  position: fixed;
  inset: 0;
  z-index: 99990;
  font-family: Inter, Manrope, Arial, sans-serif;
  pointer-events: none;
}

.uzsoft-mp-policy-modals.is-open {
  pointer-events: auto;
}

.uzsoft-mp-policy-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .62);
  opacity: 0;
  transition: opacity .22s var(--uzsoft-ease);
}

.uzsoft-mp-policy-modals.is-open .uzsoft-mp-policy-overlay {
  opacity: 1;
}

.uzsoft-mp-policy-modal {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(.98);
  transition: opacity .22s var(--uzsoft-ease), transform .22s var(--uzsoft-ease);
}

.uzsoft-mp-policy-modal.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.uzsoft-mp-policy-panel {
  display: flex;
  width: min(780px, calc(100vw - 32px));
  max-height: min(78vh, 760px);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, .82);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(15, 23, 42, .28);
}

.uzsoft-mp-policy-head {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--uzsoft-gray-200);
}

.uzsoft-mp-policy-head h2 {
  margin: 0;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
}

.uzsoft-mp-policy-close {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--uzsoft-gray-100);
  color: var(--uzsoft-navy);
  cursor: pointer;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  transition: background .18s var(--uzsoft-ease), transform .18s var(--uzsoft-ease);
}

.uzsoft-mp-policy-close:hover {
  background: var(--uzsoft-blue-light);
  transform: rotate(90deg);
}

.uzsoft-mp-policy-body {
  overflow: auto;
  padding: 20px;
  color: var(--uzsoft-gray-700);
  font-size: 15px;
  line-height: 1.65;
}

.uzsoft-mp-policy-body h1,
.uzsoft-mp-policy-body h2,
.uzsoft-mp-policy-body h3,
.uzsoft-mp-policy-body h4 {
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.uzsoft-mp-policy-body a {
  color: var(--uzsoft-blue);
  font-weight: 800;
}

body.uzsoft-mp-policy-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .uzsoft-mp-policy-overlay,
  .uzsoft-mp-policy-modal,
  .uzsoft-mp-policy-close,
  body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-policy-links a {
    transition: none;
  }
}

@media (max-width: 640px) {
  body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-policy-links {
    align-items: stretch;
  }

  body.woocommerce-checkout.uzsoft-mp-v2 .uzsoft-mp-checkout-policy-links a {
    justify-content: center;
    width: 100%;
  }

  .uzsoft-mp-policy-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .uzsoft-mp-policy-panel {
    width: 100%;
    max-height: 86vh;
    border-radius: 18px;
  }

  .uzsoft-mp-policy-head {
    padding: 14px 16px;
  }

  .uzsoft-mp-policy-head h2 {
    font-size: 18px;
  }

  .uzsoft-mp-policy-body {
    padding: 16px;
    font-size: 14px;
  }
}

/* SINGLE PRODUCT */
body.single-product.uzsoft-mp-product-enabled #main {
  background:
    radial-gradient(circle at 16% 12%, rgba(37, 99, 235, .10), transparent 32%),
    linear-gradient(180deg, #eef2f8 0%, #f8fafc 100%);
}

body.single-product.uzsoft-mp-product-enabled #main.boxed,
body.single-product.uzsoft-mp-product-enabled #main > .container,
body.single-product.uzsoft-mp-product-enabled #main .main-content-wrap,
body.single-product.uzsoft-mp-product-enabled #main .main-content,
body.single-product.uzsoft-mp-product-enabled #primary,
body.single-product.uzsoft-mp-product-enabled #content {
  background: transparent;
}

body.single-product.uzsoft-mp-product-enabled #main > .container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body.single-product.uzsoft-mp-product-enabled #main .main-content-wrap {
  margin-right: 0;
  margin-left: 0;
}

body.single-product.uzsoft-mp-product-enabled #main .main-content {
  padding-right: 0;
  padding-left: 0;
}

.uzsoft-mp-single {
  z-index: 30;
  padding: 24px 0 44px;
  background: transparent;
  box-shadow: none;
}

body.single-product.uzsoft-mp-product-enabled .woocommerce-notices-wrapper > .woocommerce-message,
body.single-product.uzsoft-mp-product-enabled .woocommerce-message.uzsoft-mp-consumed-cart-notice,
body.single-product.uzsoft-mp-product-enabled .woocommerce-notices-wrapper.uzsoft-mp-consumed-cart-notice-wrapper {
  display: none !important;
}

.uzsoft-mp-single-product {
  min-width: 0;
}

.uzsoft-mp-single-grid {
  display: grid;
  grid-template-columns: minmax(300px, 44%) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.uzsoft-mp-single-media,
.uzsoft-mp-single-summary,
.uzsoft-mp-single-after {
  min-width: 0;
}

.uzsoft-mp-single .summary.entry-summary {
  float: none;
  width: auto;
  margin: 0;
}

.uzsoft-mp-single-media-card,
.uzsoft-mp-single-summary-inner,
.uzsoft-mp-single .woocommerce-tabs,
.uzsoft-mp-single-related {
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--uzsoft-shadow);
}

.uzsoft-mp-single-media-card {
  position: sticky;
  top: 18px;
  overflow: hidden;
  padding: 22px;
}

.uzsoft-mp-single-discount {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 6px 11px;
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(135deg, var(--uzsoft-red) 0%, #ef4444 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(220, 38, 38, .22);
}

.uzsoft-mp-single-image {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 12px;
  background: radial-gradient(circle at 50% 35%, rgba(255, 255, 255, .98) 0%, rgba(248, 250, 252, .94) 56%, rgba(239, 246, 255, .78) 100%);
}

.uzsoft-mp-single-image-link {
  position: relative;
  width: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  color: inherit;
  text-decoration: none;
  cursor: zoom-in;
}

.uzsoft-mp-single-image img {
  width: auto;
  max-width: min(100%, 460px);
  max-height: 330px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(15, 23, 42, .10));
}

.uzsoft-mp-single-image-link img {
  transition: transform .22s ease, filter .22s ease;
}

.uzsoft-mp-single-image-link:hover img,
.uzsoft-mp-single-image-link:focus-visible img {
  transform: scale(1.018);
  filter: drop-shadow(0 22px 26px rgba(15, 23, 42, .14));
}

.uzsoft-mp-single-image-zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--uzsoft-blue);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(15, 23, 42, .12);
}

.uzsoft-mp-single-image-zoom .uzsoft-mp-icon {
  width: 15px;
  height: 15px;
}

.uzsoft-mp-single-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.uzsoft-mp-single-thumb {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.uzsoft-mp-single-thumb:hover,
.uzsoft-mp-single-thumb:focus-visible,
.uzsoft-mp-single-thumb.is-active {
  border-color: rgba(67, 56, 202, .46);
  box-shadow: 0 12px 22px rgba(67, 56, 202, .12);
  transform: translateY(-1px);
}

.uzsoft-mp-single-thumb img {
  width: 100%;
  height: 56px;
  object-fit: contain;
}

.uzsoft-mp-single-media-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.uzsoft-mp-single-media-trust span {
  min-width: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 9px;
  border: 1px solid rgba(67, 56, 202, .12);
  border-radius: 12px;
  background: rgba(248, 250, 252, .88);
  color: var(--uzsoft-navy);
}

.uzsoft-mp-single-media-trust .uzsoft-mp-icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: var(--uzsoft-blue);
}

.uzsoft-mp-single-media-trust b {
  min-width: 0;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .uzsoft-mp-single-media-card.is-info-filled .uzsoft-mp-single-media-trust {
    display: none;
  }

  .uzsoft-mp-single-media-card > .uzsoft-fulfillment-note {
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 14px;
    background: linear-gradient(135deg, #fff 0%, #f8fbff 100%);
    color: var(--uzsoft-gray-700);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.55;
  }

  .uzsoft-mp-single-media-card > .uzsoft-fulfillment-note strong {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
    color: var(--uzsoft-navy);
    font-size: 14px;
    font-weight: 900;
  }

  .uzsoft-mp-single-media-card > .uzsoft-fulfillment-note strong::before {
    content: "60";
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    border-radius: 10px;
    background: var(--uzsoft-blue-light);
    color: var(--uzsoft-blue);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .08);
  }

  .uzsoft-mp-single-media-card > .uzsoft-fulfillment-note a {
    color: var(--uzsoft-blue);
    font-weight: 900;
    text-decoration: none;
  }

  .uzsoft-mp-single-media-card > .uzsoft-mp-single-trust {
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .uzsoft-mp-single-media-card > .uzsoft-mp-single-trust span {
    min-height: 58px;
    padding: 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .92);
  }

  .uzsoft-mp-single-media-card > .uzsoft-mp-single-trust .uzsoft-mp-icon {
    width: 32px;
    height: 32px;
    padding: 8px;
  }

  .uzsoft-mp-single-media-card > .uzsoft-mp-single-trust b {
    font-size: 12px;
  }

  .uzsoft-mp-single-media-card > .uzsoft-mp-single-trust small {
    font-size: 10px;
  }
}

.uzsoft-mp-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(8, 13, 32, .90);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}

.uzsoft-mp-image-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.uzsoft-mp-lightbox-open {
  overflow: hidden;
}

.uzsoft-mp-image-lightbox__panel {
  position: relative;
  width: min(1040px, 100%);
  max-height: calc(100vh - 56px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
  transform: translateY(12px) scale(.985);
  transition: transform .24s ease;
}

.uzsoft-mp-image-lightbox.is-open .uzsoft-mp-image-lightbox__panel {
  transform: translateY(0) scale(1);
}

.uzsoft-mp-image-lightbox__panel img {
  width: 100%;
  max-height: calc(100vh - 150px);
  object-fit: contain;
  border-radius: 12px;
  background: var(--uzsoft-gray-50);
}

.uzsoft-mp-image-lightbox__caption {
  color: var(--uzsoft-gray-700);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.uzsoft-mp-image-lightbox__close,
.uzsoft-mp-image-lightbox__nav {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--uzsoft-navy);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .18);
  cursor: pointer;
}

.uzsoft-mp-image-lightbox__close {
  top: -14px;
  right: -14px;
  width: 38px;
  height: 38px;
  font-size: 25px;
  line-height: 1;
}

.uzsoft-mp-image-lightbox__nav {
  top: 50%;
  width: 42px;
  height: 42px;
  font-size: 34px;
  transform: translateY(-50%);
}

.uzsoft-mp-image-lightbox__prev {
  left: -18px;
}

.uzsoft-mp-image-lightbox__next {
  right: -18px;
}

@media (prefers-reduced-motion: reduce) {
  .uzsoft-mp-single-image-link img,
  .uzsoft-mp-single-thumb,
  .uzsoft-mp-image-lightbox,
  .uzsoft-mp-image-lightbox__panel {
    transition: none;
  }
}

@media (max-width: 680px) {
  .uzsoft-mp-image-lightbox {
    padding: 14px;
  }

  .uzsoft-mp-image-lightbox__panel {
    max-height: calc(100vh - 28px);
    padding: 12px;
    border-radius: 14px;
  }

  .uzsoft-mp-image-lightbox__close {
    top: 8px;
    right: 8px;
  }

  .uzsoft-mp-image-lightbox__nav {
    top: auto;
    bottom: 48px;
    transform: none;
  }

  .uzsoft-mp-image-lightbox__prev {
    left: 22px;
  }

  .uzsoft-mp-image-lightbox__next {
    right: 22px;
  }
}

.uzsoft-mp-single-summary-inner {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.uzsoft-mp-single-breadcrumbs {
  margin: 0 0 2px;
}

.uzsoft-mp-single-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.uzsoft-mp-single-kicker span,
.uzsoft-mp-single-kicker a {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.uzsoft-mp-single-kicker a:hover,
.uzsoft-mp-single-kicker a:focus-visible {
  background: var(--uzsoft-blue);
  color: #fff;
}

.uzsoft-mp-single .product_title {
  margin: 0;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.uzsoft-mp-single .woocommerce-product-rating {
  margin: -4px 0 0;
}

.uzsoft-mp-single-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.uzsoft-mp-single-price-row .price {
  margin: 0;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.1;
}

.uzsoft-mp-single-price-row .price del {
  margin-right: 8px;
  color: var(--uzsoft-gray-500);
  font-size: .58em;
  opacity: 1;
}

.uzsoft-mp-single-price-row .price ins {
  text-decoration: none;
}

.uzsoft-mp-single-stock {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.uzsoft-mp-single-stock .uzsoft-mp-icon {
  width: 15px;
  height: 15px;
}

.uzsoft-mp-single-stock.is-in-stock {
  background: rgba(22, 163, 74, .10);
  color: #15803d;
}

.uzsoft-mp-single-stock.is-out-of-stock {
  background: var(--uzsoft-red-light);
  color: var(--uzsoft-red);
}

.uzsoft-mp-single-excerpt {
  max-width: 680px;
  padding: 12px 14px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius);
  background: var(--uzsoft-gray-50);
  color: var(--uzsoft-gray-600);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.uzsoft-mp-single-excerpt p {
  margin: 0;
}

.uzsoft-mp-single-sale-deadline {
  width: max-content;
  max-width: 100%;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--uzsoft-red-light);
  color: var(--uzsoft-red);
  font-size: 12px;
  font-weight: 800;
}

.uzsoft-mp-single-sale-deadline .uzsoft-mp-icon {
  width: 15px;
  height: 15px;
}

.uzsoft-mp-single-sale-deadline b {
  color: var(--uzsoft-navy);
  font-weight: 900;
}

.uzsoft-mp-single-buybox {
  padding: 16px;
  border: 1px solid rgba(37, 99, 235, .15);
  border-radius: var(--uzsoft-radius-lg);
  background: linear-gradient(135deg, var(--uzsoft-blue-light) 0%, #fff 100%);
}

.uzsoft-mp-single-buybox form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.uzsoft-mp-single-buybox .quantity {
  margin: 0;
}

.uzsoft-mp-single-buybox .qty {
  width: 82px;
  min-height: 48px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius);
  background: #fff;
  color: var(--uzsoft-navy);
  font-weight: 900;
  text-align: center;
}

.uzsoft-mp-single-buybox .single_add_to_cart_button,
.uzsoft-mp-single-buybox .button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  border: 0;
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(135deg, var(--uzsoft-blue) 0%, #3b82f6 100%);
  color: #fff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(37, 99, 235, .24);
}

.uzsoft-mp-single-buybox .single_add_to_cart_button:hover,
.uzsoft-mp-single-buybox .button:hover {
  color: #fff;
  transform: translateY(-1px);
}

.uzsoft-mp-single-buybox form.cart .single_add_to_cart_button,
.uzsoft-mp-single-buybox form.cart .uzsoft-mp-buy-now-button {
  flex: 1 1 180px;
}

.uzsoft-mp-single-buybox form.cart .uzsoft-mp-buy-now-button {
  border: 1px solid rgba(37, 99, 235, .28);
  background: #fff;
  color: var(--uzsoft-blue);
  box-shadow: 0 10px 20px rgba(37, 99, 235, .12);
}

.uzsoft-mp-single-buybox form.cart .uzsoft-mp-buy-now-button:hover,
.uzsoft-mp-single-buybox form.cart .uzsoft-mp-buy-now-button:focus {
  border-color: rgba(37, 99, 235, .42);
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-single-buybox .added_to_cart {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(37, 99, 235, .26);
  border-radius: var(--uzsoft-radius);
  background: #fff;
  color: var(--uzsoft-blue);
  font-size: 13px;
  font-weight: 900;
}

.uzsoft-mp-single-buybox form.cart {
  display: grid;
  grid-template-columns: 190px minmax(170px, 1fr) minmax(148px, .72fr);
  align-items: center;
  gap: 10px;
}

.uzsoft-mp-single-buybox form.cart > .quantity {
  grid-column: 1;
}

.uzsoft-mp-single-buybox form.cart > .single_add_to_cart_button {
  grid-column: 2;
}

.uzsoft-mp-single-buybox form.cart > .uzsoft-mp-buy-now-button {
  grid-column: 3;
}

.uzsoft-mp-single-buybox .quantity.buttons_added,
.uzsoft-mp-single-buybox .quantity.simple-type {
  box-sizing: border-box;
  min-height: 52px;
  width: 190px !important;
  max-width: 190px;
  display: grid;
  grid-template-columns: 52px 86px 52px;
  align-items: center;
  justify-self: start;
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #d8dfef !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%) !important;
  box-shadow: 0 16px 34px rgba(34, 55, 130, .12) !important;
}

.uzsoft-mp-single-buybox .quantity.buttons_added .minus,
.uzsoft-mp-single-buybox .quantity.buttons_added .plus,
.uzsoft-mp-single-buybox .quantity.simple-type .minus,
.uzsoft-mp-single-buybox .quantity.simple-type .plus {
  width: 52px;
  min-width: 52px !important;
  height: 52px;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #4257db 0%, #2f3fb8 100%);
  color: #fff !important;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .12);
  box-shadow: none !important;
  cursor: pointer;
  transition: transform .15s ease, filter .15s ease, background-color .15s ease;
}

.uzsoft-mp-single-buybox .quantity.buttons_added .minus:hover,
.uzsoft-mp-single-buybox .quantity.buttons_added .plus:hover,
.uzsoft-mp-single-buybox .quantity.simple-type .minus:hover,
.uzsoft-mp-single-buybox .quantity.simple-type .plus:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.uzsoft-mp-single-buybox .quantity.buttons_added .minus:active,
.uzsoft-mp-single-buybox .quantity.buttons_added .plus:active,
.uzsoft-mp-single-buybox .quantity.simple-type .minus:active,
.uzsoft-mp-single-buybox .quantity.simple-type .plus:active {
  filter: brightness(.98);
  transform: translateY(0);
}

.uzsoft-mp-single-buybox .quantity.buttons_added .minus:focus-visible,
.uzsoft-mp-single-buybox .quantity.buttons_added .plus:focus-visible,
.uzsoft-mp-single-buybox .quantity.simple-type .minus:focus-visible,
.uzsoft-mp-single-buybox .quantity.simple-type .plus:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 3px rgba(66, 87, 219, .2) !important;
}

.uzsoft-mp-single-buybox .quantity .qty {
  width: 86px !important;
  min-width: 86px;
  min-height: 52px;
  height: 52px;
  margin: 0;
  padding: 0 8px !important;
  border: 0 !important;
  border-right: 1px solid #dfe4f2 !important;
  border-left: 1px solid #dfe4f2 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #24314f;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  font-variant-numeric: tabular-nums;
  box-shadow: none !important;
  appearance: textfield;
}

.uzsoft-mp-single-buybox .quantity .qty::-webkit-outer-spin-button,
.uzsoft-mp-single-buybox .quantity .qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.uzsoft-mp-single-buybox form.cart .single_add_to_cart_button,
.uzsoft-mp-single-buybox form.cart .uzsoft-mp-buy-now-button {
  width: 100%;
  min-height: 46px;
  flex: 0 1 auto;
  padding: 0 16px;
  font-size: 13px;
  line-height: 1.15;
  white-space: nowrap;
}

.uzsoft-mp-single-buybox form.cart .uzsoft-mp-buy-now-button {
  border: 0;
  background: #15803d;
  color: #fff;
  box-shadow: 0 12px 24px -14px rgba(21, 128, 61, .75);
}

.uzsoft-mp-single-buybox form.cart .uzsoft-mp-buy-now-button:hover,
.uzsoft-mp-single-buybox form.cart .uzsoft-mp-buy-now-button:focus {
  border-color: transparent;
  background: #166534;
  color: #fff;
  box-shadow: 0 14px 28px -15px rgba(21, 128, 61, .85);
}

@media (max-width: 680px) {
  .uzsoft-mp-single-buybox form.cart {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-single-buybox form.cart > .quantity,
  .uzsoft-mp-single-buybox form.cart > .single_add_to_cart_button,
  .uzsoft-mp-single-buybox form.cart > .uzsoft-mp-buy-now-button {
    grid-column: 1;
  }

  .uzsoft-mp-single-buybox .quantity.buttons_added,
  .uzsoft-mp-single-buybox .quantity.simple-type {
    width: 190px !important;
    max-width: 190px;
  }
}

.uzsoft-mp-single-unavailable {
  display: grid;
  gap: 8px;
}

.uzsoft-mp-single-unavailable strong {
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.uzsoft-mp-single-unavailable p {
  margin: 0;
  color: var(--uzsoft-gray-600);
  font-size: 14px;
  font-weight: 600;
}

.uzsoft-mp-single-unavailable a {
  width: max-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: var(--uzsoft-radius);
  background: var(--uzsoft-blue);
  color: #fff;
  font-weight: 900;
}

.uzsoft-mp-single-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.uzsoft-mp-single-trust span {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 2px 9px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius);
  background: #fff;
}

.uzsoft-mp-single-trust .uzsoft-mp-icon {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: var(--uzsoft-radius);
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-single-trust b {
  min-width: 0;
  color: var(--uzsoft-navy);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
  white-space: normal;
}

.uzsoft-mp-single-trust small {
  min-width: 0;
  color: var(--uzsoft-gray-500);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  white-space: normal;
}

.uzsoft-mp-single-meta {
  color: var(--uzsoft-gray-500);
  font-size: 12px;
  font-weight: 700;
}

.uzsoft-mp-single-meta .product_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.uzsoft-mp-single-meta a {
  color: var(--uzsoft-blue);
}

.uzsoft-mp-single-after .uzsoft-product-context {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.uzsoft-mp-single-after .uzsoft-product-context.is-empty-context {
  display: none;
}

.uzsoft-mp-single-after .uzsoft-product-context__inner {
  display: block;
}

.uzsoft-mp-single-after .uzsoft-product-context__title,
.uzsoft-mp-single-after .uzsoft-product-context__price,
.uzsoft-mp-single-after .uzsoft-product-context__stock,
.uzsoft-mp-single-after .uzsoft-product-context__button {
  display: none !important;
}

.uzsoft-mp-single-after .uzsoft-fulfillment-note {
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid rgba(37, 99, 235, .12);
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(135deg, #fff 0%, #f8fbff 100%);
  color: var(--uzsoft-gray-700);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.uzsoft-mp-single-after .uzsoft-fulfillment-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--uzsoft-navy);
  font-weight: 900;
}

.uzsoft-mp-single-after .uzsoft-fulfillment-note a {
  color: var(--uzsoft-blue);
  font-weight: 800;
  text-decoration: none;
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request {
  display: block;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(21, 128, 61, .18);
  border-left: 4px solid #15803d;
  border-radius: var(--uzsoft-radius-lg);
  background: linear-gradient(135deg, #f7fff9 0%, #fff 58%, #f7f8ff 100%);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__copy strong {
  color: var(--uzsoft-navy);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__copy span {
  color: var(--uzsoft-gray-600);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__toggle,
.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  background: #15803d;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(21, 128, 61, .20);
  transition: transform .2s var(--uzsoft-ease), box-shadow .2s var(--uzsoft-ease), background .2s var(--uzsoft-ease);
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__toggle:hover,
.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__toggle:focus,
.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__actions button:hover,
.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__actions button:focus {
  background: #166534;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(21, 128, 61, .26);
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__notice:not([hidden]) {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(21, 128, 61, .08);
  color: #166534;
  font-size: 12px;
  font-weight: 800;
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(21, 128, 61, .14);
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__form[hidden],
.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request [hidden] {
  display: none !important;
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__form label {
  display: grid;
  gap: 6px;
  margin: 0;
  color: var(--uzsoft-navy);
  font-size: 12px;
  font-weight: 900;
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__form input,
.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__form textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(37, 99, 235, .16);
  border-radius: 10px;
  background: #fff;
  color: var(--uzsoft-navy);
  font-size: 13px;
  font-weight: 700;
  outline: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__form input:focus,
.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__form textarea:focus {
  border-color: rgba(21, 128, 61, .44);
  box-shadow: 0 0 0 3px rgba(21, 128, 61, .10);
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__wide,
.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__actions {
  grid-column: 1 / -1;
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__website {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

@media (max-width: 767px) {
  .uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__head {
    display: grid;
  }

  .uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__toggle {
    width: 100%;
  }

  .uzsoft-mp-single-summary-inner > .uzsoft-corporate-request .uzsoft-corporate-request__form {
    grid-template-columns: 1fr;
  }
}

.uzsoft-mp-single-summary > .product_meta,
.uzsoft-mp-single-summary > .woocommerce-product-details__short-description:empty,
.uzsoft-mp-single-summary > .product-nav,
.uzsoft-mp-single-summary > .sale-product-daily-deal,
.uzsoft-mp-single-summary > .uzsoft-fulfillment-note,
.uzsoft-mp-single-summary > .uzsoft-corporate-request,
.uzsoft-mp-single-summary > .compare.yith-compare,
.uzsoft-mp-single-after > .related.products,
body.single-product.uzsoft-mp-product-enabled .related.products {
  display: none;
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary-inner {
  gap: 13px;
  padding: 24px;
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-media-card {
  padding: 20px;
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-image {
  min-height: 320px;
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-image img {
  max-height: 300px;
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-price-row .price:empty,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .woocommerce-product-details__short-description,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .product_meta {
  display: none;
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > form.cart {
  border: 1px solid rgba(37, 99, 235, .14);
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--uzsoft-shadow-sm);
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap {
  margin: 14px 0 0;
  padding: 16px 18px 8px;
  border-bottom: 0;
  border-radius: var(--uzsoft-radius-lg) var(--uzsoft-radius-lg) 0 0;
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap .price {
  margin: 0;
  color: var(--uzsoft-blue);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.05;
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap .eset-price-status:empty {
  display: none;
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > form.cart {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 10px 18px 18px;
  border-top: 0;
  border-radius: 0 0 var(--uzsoft-radius-lg) var(--uzsoft-radius-lg);
}

.uzsoft-mp-single-product.is-api-provider-drweb .uzsoft-mp-single-summary > form.cart {
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(37, 99, 235, .14);
  border-radius: var(--uzsoft-radius-lg);
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .eset-options,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .starlab-drweb-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  align-items: start;
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .eset-option,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .starlab-drweb-option {
  gap: 8px;
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .eset-label__title,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .starlab-drweb-label__title {
  font-size: 12px;
  letter-spacing: .05em;
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .eset-label__note,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .starlab-drweb-label__note {
  font-size: 11px;
  line-height: 1.25;
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .eset-hint,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .starlab-drweb-hint {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 10px 12px;
  border-radius: var(--uzsoft-radius);
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .eset-add-to-cart,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .starlab-drweb-add-to-cart {
  margin: 0;
}

.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .single_add_to_cart_button {
  min-height: 46px;
  min-width: 190px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(135deg, var(--uzsoft-blue) 0%, #3b82f6 100%);
  color: #fff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(37, 99, 235, .20);
}

.uzsoft-mp-single-after {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

body.single-product.uzsoft-mp-product-enabled .sticky-product {
  display: none;
}

.uzsoft-mp-single .woocommerce-tabs {
  padding: 24px;
}

.uzsoft-mp-single .woocommerce-tabs ul.tabs,
.uzsoft-mp-single .woocommerce-tabs .resp-tabs-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 28px;
  margin: 0 0 26px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--uzsoft-gray-200);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.uzsoft-mp-single .woocommerce-tabs ul.tabs::-webkit-scrollbar,
.uzsoft-mp-single .woocommerce-tabs .resp-tabs-list::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.uzsoft-mp-single .woocommerce-tabs ul.tabs::before,
.uzsoft-mp-single .woocommerce-tabs ul.tabs li::before,
.uzsoft-mp-single .woocommerce-tabs .resp-tabs-list::before,
.uzsoft-mp-single .woocommerce-tabs .resp-tabs-list li::before {
  display: none !important;
}

.uzsoft-mp-single .woocommerce-tabs ul.tabs li,
.uzsoft-mp-single .woocommerce-tabs .resp-tabs-list li {
  position: relative;
  flex: 0 0 auto;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 0 14px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  color: var(--uzsoft-gray-600);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: none;
  transition: color .18s var(--uzsoft-ease);
}

.uzsoft-mp-single .woocommerce-tabs ul.tabs li::after,
.uzsoft-mp-single .woocommerce-tabs .resp-tabs-list li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  display: block !important;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(135deg, var(--uzsoft-blue) 0%, #4f46e5 100%);
  opacity: 0;
  transform: scaleX(.55);
  transform-origin: center;
  transition: opacity .18s var(--uzsoft-ease), transform .18s var(--uzsoft-ease);
}

.uzsoft-mp-single .woocommerce-tabs ul.tabs li.active,
.uzsoft-mp-single .woocommerce-tabs .resp-tabs-list li.active,
.uzsoft-mp-single .woocommerce-tabs .resp-tabs-list li.resp-tab-active,
.uzsoft-mp-single .woocommerce-tabs .resp-tabs-list li[aria-selected="true"] {
  background: transparent !important;
  color: var(--uzsoft-navy);
  box-shadow: none;
}

.uzsoft-mp-single .woocommerce-tabs ul.tabs li.active::after,
.uzsoft-mp-single .woocommerce-tabs .resp-tabs-list li.active::after,
.uzsoft-mp-single .woocommerce-tabs .resp-tabs-list li.resp-tab-active::after,
.uzsoft-mp-single .woocommerce-tabs .resp-tabs-list li[aria-selected="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.uzsoft-mp-single .woocommerce-tabs ul.tabs li:hover,
.uzsoft-mp-single .woocommerce-tabs .resp-tabs-list li:hover {
  color: var(--uzsoft-blue);
}

.uzsoft-mp-single .woocommerce-tabs ul.tabs li a {
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.uzsoft-mp-single .woocommerce-tabs h2.resp-accordion {
  margin: 10px 0;
  padding: 14px 16px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 14px;
  background: #fff;
  color: var(--uzsoft-gray-700);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}

.uzsoft-mp-single .woocommerce-tabs h2.resp-accordion.resp-tab-active {
  border-color: rgba(79, 70, 229, .28);
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

.uzsoft-mp-single .woocommerce-Tabs-panel,
.uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content {
  color: var(--uzsoft-gray-700);
  font-size: 15px;
  line-height: 1.75;
}

.uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content {
  min-width: 0;
  overflow: hidden;
  padding: 4px 0 2px;
  background: transparent;
}

.uzsoft-mp-single .woocommerce-Tabs-panel h2,
.uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content > h2:first-child,
.uzsoft-mp-single-related h2 {
  margin: 0 0 18px;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
}

.uzsoft-mp-single .woocommerce-Tabs-panel p,
.uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content p {
  max-width: 840px;
  color: var(--uzsoft-gray-600);
  font-size: 16px;
  line-height: 1.75;
}

.uzsoft-mp-single .woocommerce-Tabs-panel p:last-child,
.uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content p:last-child {
  margin-bottom: 0;
}

.uzsoft-mp-single .woocommerce-Tabs-panel ul,
.uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content ul,
.uzsoft-mp-single .woocommerce-Tabs-panel ol,
.uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content ol {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 20px;
  color: var(--uzsoft-gray-600);
}

.uzsoft-mp-single .woocommerce-Tabs-panel img,
.uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.uzsoft-mp-single .woocommerce-Tabs-panel img.alignright,
.uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content img.alignright,
.uzsoft-mp-single .woocommerce-Tabs-panel .alignright,
.uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content .alignright {
  float: right;
  max-width: min(430px, 42%);
  margin: 0 0 22px 34px;
}

.uzsoft-mp-single .woocommerce-Tabs-panel img.alignleft,
.uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content img.alignleft,
.uzsoft-mp-single .woocommerce-Tabs-panel .alignleft,
.uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content .alignleft {
  float: left;
  max-width: min(430px, 42%);
  margin: 0 34px 22px 0;
}

.uzsoft-mp-single .woocommerce-product-attributes.shop_attributes,
.uzsoft-mp-single table.shop_attributes {
  width: 100%;
  display: grid;
  gap: 10px;
  margin: 8px 0 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

.uzsoft-mp-single .woocommerce-product-attributes.shop_attributes tbody,
.uzsoft-mp-single table.shop_attributes tbody {
  display: grid;
  gap: 10px;
}

.uzsoft-mp-single .woocommerce-product-attributes.shop_attributes tr,
.uzsoft-mp-single table.shop_attributes tr {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff 0%, rgba(248, 250, 252, .94) 100%);
  box-shadow: 0 8px 18px rgba(15, 23, 42, .04);
}

.uzsoft-mp-single .woocommerce-product-attributes.shop_attributes th,
.uzsoft-mp-single .woocommerce-product-attributes.shop_attributes td,
.uzsoft-mp-single table.shop_attributes th,
.uzsoft-mp-single table.shop_attributes td {
  display: flex;
  align-items: center;
  min-height: 54px;
  margin: 0;
  padding: 14px 18px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--uzsoft-gray-700);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-style: normal;
  line-height: 1.45;
}

.uzsoft-mp-single .woocommerce-product-attributes.shop_attributes th,
.uzsoft-mp-single table.shop_attributes th {
  font-size: 13px;
  font-weight: 900;
}

.uzsoft-mp-single .woocommerce-product-attributes.shop_attributes td,
.uzsoft-mp-single table.shop_attributes td {
  justify-content: flex-start;
  border-left: 1px solid rgba(226, 232, 240, .88) !important;
  color: var(--uzsoft-gray-600);
  font-size: 14px;
  font-weight: 800;
}

.uzsoft-mp-single .woocommerce-product-attributes.shop_attributes td p,
.uzsoft-mp-single table.shop_attributes td p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.uzsoft-mp-single #reviews {
  display: grid;
  gap: 18px;
}

.uzsoft-mp-single #reviews #comments,
.uzsoft-mp-single #review_form_wrapper {
  padding: 20px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff 0%, rgba(248, 250, 252, .96) 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
}

.uzsoft-mp-single #reviews .woocommerce-Reviews-title,
.uzsoft-mp-single #reviews #reply-title {
  margin: 0 0 14px;
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.uzsoft-mp-single #reviews .woocommerce-noreviews {
  margin: 0 0 12px;
  padding: 14px 16px;
  border: 1px solid rgba(79, 70, 229, .18);
  border-left: 4px solid var(--uzsoft-blue);
  border-radius: 14px;
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-gray-700);
  font-size: 15px;
  font-weight: 800;
}

.uzsoft-mp-single #reviews #comments > p:last-child {
  margin-bottom: 0;
  color: var(--uzsoft-gray-600);
  font-size: 15px;
}

.uzsoft-mp-single #reviews .commentlist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uzsoft-mp-single #reviews .commentlist li {
  padding: 16px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 14px;
  background: #fff;
}

.uzsoft-mp-single #reviews .comment-form {
  display: grid;
  gap: 14px;
}

.uzsoft-mp-single #reviews .comment-form label {
  margin-bottom: 6px;
  color: var(--uzsoft-gray-700);
  font-size: 13px;
  font-weight: 900;
}

.uzsoft-mp-single #reviews .comment-form input:not([type="checkbox"]):not([type="submit"]),
.uzsoft-mp-single #reviews .comment-form textarea {
  width: 100%;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

.uzsoft-mp-single #reviews .form-submit .submit {
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(135deg, var(--uzsoft-blue) 0%, #4f46e5 100%);
  color: #fff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 22px rgba(37, 99, 235, .22);
}

.uzsoft-mp-single-related {
  padding: 22px;
}

.uzsoft-mp-single-related .uzsoft-mp-section-head h2 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.uzsoft-mp-single-related .uzsoft-mp-section-head .uzsoft-mp-icon {
  color: var(--uzsoft-blue);
}

.uzsoft-mp-single .prod-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.uzsoft-mp-single-related .prod-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.uzsoft-mp-single .prod-card {
  position: relative;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 12px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: var(--uzsoft-radius-lg);
  background: #fff;
  transition: border-color .25s var(--uzsoft-ease), transform .25s var(--uzsoft-ease), box-shadow .25s var(--uzsoft-ease);
}

.uzsoft-mp-single .prod-card:hover {
  border-color: var(--uzsoft-blue);
  transform: translateY(-4px);
  box-shadow: var(--uzsoft-shadow-blue);
}

.uzsoft-mp-single .prod-discount {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  padding: 4px 9px;
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(135deg, var(--uzsoft-red) 0%, #ef4444 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.uzsoft-mp-single .prod-fav {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--uzsoft-gray-500);
}

.uzsoft-mp-single .prod-img-wrap {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid var(--uzsoft-gray-100);
  border-radius: var(--uzsoft-radius);
  background: linear-gradient(135deg, var(--uzsoft-gray-50) 0%, #f4f7fb 100%);
}

.uzsoft-mp-single .prod-img-wrap img {
  width: auto;
  max-width: 112px;
  max-height: 112px;
  object-fit: contain;
}

.uzsoft-mp-single .prod-brand {
  min-height: 12px;
  margin-bottom: 4px;
  color: var(--uzsoft-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.uzsoft-mp-single .prod-title {
  min-height: 34px;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 8px;
  color: var(--uzsoft-navy);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.uzsoft-mp-single .prod-price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-height: 28px;
  margin-top: auto;
  margin-bottom: 10px;
}

.uzsoft-mp-single .prod-now {
  color: var(--uzsoft-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.uzsoft-mp-single .prod-was {
  color: var(--uzsoft-gray-500);
  font-size: 11px;
  text-decoration: line-through;
}

.uzsoft-mp-single-related .prod-card {
  padding: 14px;
}

.uzsoft-mp-single-related .prod-img-wrap {
  height: 178px;
  margin-bottom: 12px;
}

.uzsoft-mp-single-related .prod-img-wrap img {
  max-width: 148px;
  max-height: 148px;
}

.uzsoft-mp-single-related .prod-brand {
  min-height: 14px;
  margin-bottom: 6px;
  font-size: 10px;
}

.uzsoft-mp-single-related .prod-title {
  min-height: 44px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.32;
}

/* Unified product price presentation across marketplace cards and product surfaces. */
.uzsoft-mp-home .prod-price-row,
.uzsoft-mp-catalog .prod-price-row,
.uzsoft-mp-single .prod-price-row,
.uzsoft-mp-news-product-price,
.uzsoft-mp-post-product-price,
body.uzsoft-mp-v2 .elementor-element-6120b92 .price {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  width: 100%;
  min-height: 56px;
  margin-top: auto;
  margin-bottom: 12px;
  padding: 9px 11px;
  border: 1px solid rgba(47, 92, 255, .16);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0%, rgba(80, 70, 229, .13), transparent 44%),
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  box-shadow: 0 10px 22px -18px rgba(47, 92, 255, .45);
}

.uzsoft-mp-news-product-price {
  margin: 6px 0 11px;
}

.uzsoft-mp-post-product-price,
body.uzsoft-mp-v2 .elementor-element-6120b92 .price {
  margin: 10px 0 12px;
}

.uzsoft-mp-home .prod-price-row::before,
.uzsoft-mp-catalog .prod-price-row::before,
.uzsoft-mp-single .prod-price-row::before,
.uzsoft-mp-post-product-price::before,
body.uzsoft-mp-v2 .elementor-element-6120b92 .price::before {
  content: "Цена";
  flex: 0 0 100%;
  color: var(--uzsoft-gray-500);
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}

.uzsoft-mp-news-product-price::before {
  flex: 0 0 100%;
}

html[lang^="uz"] .uzsoft-mp-home .prod-price-row::before,
html[lang^="uz"] .uzsoft-mp-catalog .prod-price-row::before,
html[lang^="uz"] .uzsoft-mp-single .prod-price-row::before,
html[lang^="uz"] .uzsoft-mp-news-product-price::before,
html[lang^="uz"] .uzsoft-mp-post-product-price::before,
html[lang^="uz"] body.uzsoft-mp-v2 .elementor-element-6120b92 .price::before {
  content: "Narx";
}

.uzsoft-mp-home .prod-now,
.uzsoft-mp-catalog .prod-now,
.uzsoft-mp-single .prod-now,
.uzsoft-mp-news-product-price,
.uzsoft-mp-post-product-price,
body.uzsoft-mp-v2 .elementor-element-6120b92 .price,
.uzsoft-mp-home .prod-now .amount,
.uzsoft-mp-catalog .prod-now .amount,
.uzsoft-mp-single .prod-now .amount,
.uzsoft-mp-news-product-price .amount,
.uzsoft-mp-post-product-price .amount,
body.uzsoft-mp-v2 .elementor-element-6120b92 .price .amount,
.uzsoft-mp-home .prod-now bdi,
.uzsoft-mp-catalog .prod-now bdi,
.uzsoft-mp-single .prod-now bdi,
.uzsoft-mp-news-product-price bdi,
.uzsoft-mp-post-product-price bdi,
body.uzsoft-mp-v2 .elementor-element-6120b92 .price bdi {
  color: var(--uzsoft-blue);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.uzsoft-mp-home .prod-was,
.uzsoft-mp-catalog .prod-was,
.uzsoft-mp-single .prod-was,
.uzsoft-mp-news-product-price del,
.uzsoft-mp-post-product-price del,
body.uzsoft-mp-v2 .elementor-element-6120b92 .price del {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin-top: 1px;
  padding: 2px 6px;
  border: 1px solid rgba(220, 38, 38, .14);
  border-radius: 999px;
  background: rgba(220, 38, 38, .07);
  color: #dc2626;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  opacity: 1;
  text-decoration-line: line-through;
  text-decoration-color: rgba(185, 28, 28, .82);
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
  white-space: nowrap;
}

.uzsoft-mp-news-product-price del .amount,
.uzsoft-mp-post-product-price del .amount,
body.uzsoft-mp-v2 .elementor-element-6120b92 .price del .amount,
.uzsoft-mp-news-product-price del bdi,
.uzsoft-mp-post-product-price del bdi,
body.uzsoft-mp-v2 .elementor-element-6120b92 .price del bdi {
  color: #dc2626;
  font-size: inherit;
  font-weight: inherit;
  text-decoration-line: line-through;
  text-decoration-color: rgba(185, 28, 28, .82);
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
}

.uzsoft-mp-news-product-price .amount,
.uzsoft-mp-news-product-price bdi {
  margin-left: 0;
  text-align: left;
}

.uzsoft-mp-single-price-row {
  align-items: flex-start;
}

.uzsoft-mp-single-price-row .price,
.uzsoft-mp-single-product.is-api-provider-drweb .uzsoft-mp-single-price-row .starlab-drweb-price,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap .price {
  box-sizing: border-box;
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 10px;
  min-width: min(100%, 270px);
  margin: 0;
  padding: 11px 15px 12px;
  border: 1px solid rgba(47, 92, 255, .16);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(80, 70, 229, .15), transparent 46%),
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  box-shadow: 0 12px 28px -22px rgba(47, 92, 255, .55);
  color: var(--uzsoft-blue);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: 0;
  text-decoration: none;
}

.uzsoft-mp-single-price-row .price::before,
.uzsoft-mp-single-product.is-api-provider-drweb .uzsoft-mp-single-price-row .starlab-drweb-price::before,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap .price::before {
  content: "Цена";
  flex: 0 0 100%;
  color: var(--uzsoft-gray-500);
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}

html[lang^="uz"] .uzsoft-mp-single-price-row .price::before,
html[lang^="uz"] .uzsoft-mp-single-product.is-api-provider-drweb .uzsoft-mp-single-price-row .starlab-drweb-price::before,
html[lang^="uz"] .uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap .price::before {
  content: "Narx";
}

.uzsoft-mp-single-price-row .price .amount,
.uzsoft-mp-single-price-row .price bdi,
.uzsoft-mp-single-product.is-api-provider-drweb .uzsoft-mp-single-price-row .starlab-drweb-price .amount,
.uzsoft-mp-single-product.is-api-provider-drweb .uzsoft-mp-single-price-row .starlab-drweb-price bdi,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap .price .amount,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap .price bdi {
  color: var(--uzsoft-blue);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.uzsoft-mp-single-price-row .price del,
.uzsoft-mp-single-product.is-api-provider-drweb .uzsoft-mp-single-price-row .starlab-drweb-price del,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap .price del {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding: 3px 8px;
  border: 1px solid rgba(220, 38, 38, .16);
  border-radius: 999px;
  background: rgba(220, 38, 38, .07);
  color: #dc2626;
  font-size: .44em;
  font-weight: 850;
  line-height: 1.15;
  opacity: 1;
  text-decoration-line: line-through;
  text-decoration-color: rgba(185, 28, 28, .82);
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
  white-space: nowrap;
}

.uzsoft-mp-single-price-row .price del .amount,
.uzsoft-mp-single-product.is-api-provider-drweb .uzsoft-mp-single-price-row .starlab-drweb-price del .amount,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap .price del .amount,
.uzsoft-mp-single-price-row .price del bdi,
.uzsoft-mp-single-product.is-api-provider-drweb .uzsoft-mp-single-price-row .starlab-drweb-price del bdi,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap .price del bdi {
  color: #dc2626;
  font-size: inherit;
  font-weight: inherit;
  text-decoration-line: line-through;
  text-decoration-color: rgba(185, 28, 28, .82);
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
}

.uzsoft-mp-single-price-row .price ins,
.uzsoft-mp-single-product.is-api-provider-drweb .uzsoft-mp-single-price-row .starlab-drweb-price ins,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap .price ins {
  color: var(--uzsoft-blue);
  text-decoration: none;
}

.uzsoft-mp-single-price-row .price:empty,
.uzsoft-mp-single-product.is-api-provider-drweb .uzsoft-mp-single-price-row .starlab-drweb-price:empty,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap .price:empty {
  display: none !important;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.uzsoft-mp-single-price-row .price:empty::before,
.uzsoft-mp-single-product.is-api-provider-drweb .uzsoft-mp-single-price-row .starlab-drweb-price:empty::before,
.uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap .price:empty::before {
  content: none;
}

.uzsoft-mp-single .prod-btn,
.uzsoft-mp-single .added_to_cart {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 10px;
  border-radius: var(--uzsoft-radius);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2px;
}

.uzsoft-mp-single .prod-btn {
  background: linear-gradient(135deg, var(--uzsoft-blue) 0%, #3b82f6 100%);
  color: #fff;
  box-shadow: 0 4px 12px -4px rgba(29, 78, 216, .4);
}

.uzsoft-mp-single .added_to_cart {
  margin-top: 8px;
  border: 1px solid rgba(47, 92, 255, .24);
  background: var(--uzsoft-blue-light);
  color: var(--uzsoft-blue);
}

/* FOOTER */
.uzsoft-mp-footer-wrapper {
  background: #101828;
}

.uzsoft-mp-footer {
  z-index: 20;
  padding: 54px 0 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(37, 99, 235, .22), transparent 34%),
    linear-gradient(135deg, #111827 0%, #172033 54%, #0f172a 100%);
  color: #e5edf9;
  box-shadow: none;
}

.uzsoft-mp-footer a {
  color: inherit;
}

.uzsoft-mp-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .9fr 1fr 1fr 1.25fr;
  gap: 30px;
  align-items: start;
}

.uzsoft-mp-footer-brand {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.uzsoft-mp-footer-logo a {
  display: inline-flex;
  align-items: center;
}

.uzsoft-mp-footer-logo img {
  width: auto;
  max-width: 210px;
  max-height: 74px;
  object-fit: contain;
}

.uzsoft-mp-footer-brand p {
  max-width: 360px;
  margin: 0;
  color: #c7d2e5;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.uzsoft-mp-footer-phone,
.uzsoft-mp-footer-contact a,
.uzsoft-mp-footer-contact li {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}

.uzsoft-mp-footer-phone {
  width: max-content;
  color: #fff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.uzsoft-mp-footer-phone .uzsoft-mp-icon,
.uzsoft-mp-footer-contact .uzsoft-mp-icon {
  color: #93c5fd;
}

.uzsoft-mp-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.uzsoft-mp-footer-socials a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(226, 232, 240, .16);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  transition: transform .18s var(--uzsoft-ease), background .18s var(--uzsoft-ease), border-color .18s var(--uzsoft-ease);
}

.uzsoft-mp-footer-socials a:hover,
.uzsoft-mp-footer-socials a:focus-visible {
  border-color: rgba(147, 197, 253, .62);
  background: rgba(37, 99, 235, .42);
  transform: translateY(-2px);
}

.uzsoft-mp-footer-socials .uzsoft-mp-icon {
  width: 17px;
  height: 17px;
}

.uzsoft-mp-footer-col {
  min-width: 0;
}

.uzsoft-mp-footer-col h3 {
  margin: 0 0 14px;
}

.uzsoft-mp-footer-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .02em;
  text-align: left;
}

.uzsoft-mp-footer-toggle .uzsoft-mp-icon {
  display: none;
}

.uzsoft-mp-footer-links,
.uzsoft-mp-footer-contact {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uzsoft-mp-footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #c7d2e5;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  transition: color .18s var(--uzsoft-ease), transform .18s var(--uzsoft-ease);
}

.uzsoft-mp-footer-links a:hover,
.uzsoft-mp-footer-links a:focus-visible {
  color: #fff;
  transform: translateX(2px);
}

.uzsoft-mp-footer-links small {
  min-width: 30px;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(147, 197, 253, .12);
  color: #bfdbfe;
  font-size: 11px;
  font-weight: 900;
}

.uzsoft-mp-footer-contact li,
.uzsoft-mp-footer-contact a {
  color: #c7d2e5;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.uzsoft-mp-footer-contact a:hover,
.uzsoft-mp-footer-contact a:focus-visible {
  color: #fff;
}

.uzsoft-mp-footer-contact .uzsoft-mp-icon {
  width: 17px;
  height: 17px;
  margin-top: 1px;
}

.uzsoft-mp-footer-trust {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(226, 232, 240, .14);
  border-radius: var(--uzsoft-radius-lg);
  background: rgba(255, 255, 255, .07);
}

.uzsoft-mp-footer-trust span,
.uzsoft-mp-footer-trust strong {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, .34);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.uzsoft-mp-footer-trust strong {
  margin-left: auto;
  background: linear-gradient(135deg, rgba(37, 99, 235, .85), rgba(59, 130, 246, .72));
}

.uzsoft-mp-footer-bottom {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(226, 232, 240, .12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #9fb0c8;
  font-size: 12px;
  font-weight: 700;
}

.uzsoft-mp-footer-bottom p {
  margin: 0;
}

.uzsoft-mp-footer-langs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.uzsoft-mp-footer-langs a {
  color: #dbeafe;
}

.uzsoft-mp-footer-langs a:hover,
.uzsoft-mp-footer-langs a:focus-visible {
  color: #fff;
}

@media (max-width: 1199px) {
  .uzsoft-mp-home-grid {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .uzsoft-mp-el-home-grid {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .uzsoft-mp-catalog .uzsoft-mp-archive-layout {
    grid-template-columns: 252px minmax(0, 1fr);
  }

  .uzsoft-mp-home .prod-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .uzsoft-mp-elementor-products .prod-grid {
    grid-template-columns: repeat(var(--uzsoft-mp-el-product-tablet-columns, 2), minmax(0, 1fr));
  }

  .uzsoft-mp-catalog .cats-big-grid,
  .uzsoft-mp-catalog ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .uzsoft-mp-catalog .uzsoft-mp-subcat-chip-list {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }

  .uzsoft-mp-single-grid {
    grid-template-columns: minmax(280px, 40%) minmax(0, 1fr);
  }

  .uzsoft-mp-single .prod-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .uzsoft-mp-single-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uzsoft-mp-home .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uzsoft-mp-footer-grid {
    grid-template-columns: 1.4fr repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .uzsoft-mp-home {
    padding-top: 12px;
  }

  .uzsoft-mp-home-grid {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-el-home-grid,
  .uzsoft-mp-el-hero-row {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-el-hero-cards {
    --display: grid;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .uzsoft-mp-catalog .uzsoft-mp-archive-layout {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-single {
    padding-top: 16px;
  }

  .uzsoft-mp-single-grid {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-single-media-card {
    position: static;
  }

  .uzsoft-mp-single-image {
    min-height: 340px;
  }

  .uzsoft-mp-catalog .uzsoft-mp-archive-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uzsoft-mp-catalog .uzsoft-mp-archive-cat-list {
    max-height: 420px;
  }

  .uzsoft-mp-catalog .uzsoft-mp-subcat-chip-list {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }

  .uzsoft-mp-home-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .uzsoft-mp-home-sidebar-title {
    grid-column: 1 / -1;
  }

  .uzsoft-mp-home .hero-banners {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-home .hero-side {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .uzsoft-mp-catalog .cats-big-grid,
  .uzsoft-mp-catalog ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uzsoft-mp-catalog .uzsoft-mp-subcat-chip-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uzsoft-mp-catalog .uzsoft-mp-catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .uzsoft-mp-catalog .uzsoft-mp-page-banner:has(.uzsoft-mp-page-banner-main) {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .uzsoft-mp-catalog .uzsoft-mp-page-banner-aside {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-catalog .uzsoft-mp-page-banner-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uzsoft-mp-catalog .woocommerce-ordering,
  .uzsoft-mp-catalog .woocommerce-viewing {
    width: 100%;
    justify-content: space-between;
  }

  .uzsoft-mp-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uzsoft-mp-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px) {
  body.single-product.uzsoft-mp-product-enabled {
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }

  body.single-product.uzsoft-mp-product-enabled .sticky-product.pos-bottom {
    top: auto;
    bottom: 0;
    z-index: 900;
    display: block;
    padding: 10px 0 calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--uzsoft-gray-200);
    background: var(--uzsoft-paper, #fff);
    box-shadow: 0 -14px 34px rgba(15, 23, 42, .14);
  }

  body.single-product.uzsoft-mp-product-enabled .sticky-product.pos-bottom .container {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    width: min(1248px, calc(100vw - 24px));
    margin: 0 auto;
    padding: 0;
  }

  body.single-product.uzsoft-mp-product-enabled .sticky-product.pos-bottom .sticky-image {
    flex: 0 0 48px;
    max-width: 48px;
    margin: 0;
  }

  body.single-product.uzsoft-mp-product-enabled .sticky-product.pos-bottom .sticky-image img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 10px;
    background: var(--uzsoft-gray-50);
  }

  body.single-product.uzsoft-mp-product-enabled .sticky-product.pos-bottom .sticky-detail {
    min-width: 0;
    flex: 1 1 auto;
    display: grid;
    gap: 2px;
  }

  body.single-product.uzsoft-mp-product-enabled .sticky-product.pos-bottom .product-name {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--uzsoft-navy);
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.single-product.uzsoft-mp-product-enabled .sticky-product.pos-bottom .availability,
  body.single-product.uzsoft-mp-product-enabled .sticky-product.pos-bottom .star-rating {
    display: none;
  }

  body.single-product.uzsoft-mp-product-enabled .sticky-product.pos-bottom .add-to-cart {
    flex: 0 0 auto;
    margin: 0;
    text-align: right;
  }

  body.single-product.uzsoft-mp-product-enabled .sticky-product.pos-bottom .single_add_to_cart_button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 0;
    border-radius: var(--uzsoft-radius);
    background: linear-gradient(135deg, var(--uzsoft-blue) 0%, #3b82f6 100%);
    color: #fff;
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(37, 99, 235, .24);
  }
}

@media (max-width: 680px) {
  .uzsoft-mp-mini-cart-drawer {
    top: max(8px, env(safe-area-inset-top));
    right: max(8px, env(safe-area-inset-right));
    bottom: auto;
    width: min(390px, calc(100vw - 16px));
    max-height: calc(100dvh - 16px);
    border-radius: 22px;
  }

  .uzsoft-mp-mini-cart-head {
    min-height: 74px;
    padding: 18px 16px 14px;
  }

  .uzsoft-mp-mini-cart-items,
  .uzsoft-mp-mini-cart-summary {
    padding-right: 14px;
    padding-left: 14px;
  }

  .uzsoft-mp-mini-cart-body {
    max-height: calc(100dvh - 104px);
  }

  .uzsoft-mp-mini-cart-items {
    max-height: min(390px, calc(100dvh - 276px));
  }

  .uzsoft-mp-cart-toast {
    right: 12px;
    bottom: 82px;
    left: 12px;
    width: auto;
  }

  .uzsoft-mp-page-banner {
    padding: 18px;
  }

  .uzsoft-mp-catalog .uzsoft-mp-page-banner:has(.uzsoft-mp-page-banner-main) {
    padding: 18px;
  }

  .uzsoft-mp-catalog .uzsoft-mp-page-banner-proof {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-catalog .uzsoft-mp-ordering-control {
    min-width: 0;
  }

  .uzsoft-mp-catalog .woocommerce-ordering .uzsoft-mp-ordering-control {
    flex: 1 1 170px;
  }

  .uzsoft-mp-page-banner h1 {
    font-size: 26px;
  }

  .uzsoft-mp-home .hero-main {
    min-height: 280px;
    padding: 28px 22px;
  }

  .uzsoft-mp-home .hero-main h1 {
    font-size: 28px;
  }

  .uzsoft-mp-heading--h1 {
    font-size: 34px;
  }

  .uzsoft-mp-heading--h2 {
    font-size: 26px;
  }

  .uzsoft-mp-heading--h3 {
    font-size: 22px;
  }

  .uzsoft-mp-home .hero-side,
  .uzsoft-mp-el-hero-cards,
  .uzsoft-mp-home .prod-grid,
  .uzsoft-mp-home .trust-strip,
  .uzsoft-mp-single .prod-grid,
  .uzsoft-mp-catalog .cats-big-grid,
  .uzsoft-mp-catalog ul.products {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-elementor-products .prod-grid {
    grid-template-columns: repeat(var(--uzsoft-mp-el-product-mobile-columns, 1), minmax(0, 1fr));
  }

  .uzsoft-mp-single {
    padding-bottom: 28px;
  }

  .uzsoft-mp-single-media-card,
  .uzsoft-mp-single-summary-inner,
  .uzsoft-mp-single .woocommerce-tabs,
  .uzsoft-mp-single-related {
    border-radius: 14px;
  }

  .uzsoft-mp-single-media-card,
  .uzsoft-mp-single-summary-inner,
  .uzsoft-mp-single .woocommerce-tabs,
  .uzsoft-mp-single-related {
    padding: 18px;
  }

  .uzsoft-mp-single .woocommerce-tabs ul.tabs,
  .uzsoft-mp-single .woocommerce-tabs .resp-tabs-list {
    gap: 22px;
    margin-bottom: 16px;
  }

  .uzsoft-mp-single .woocommerce-tabs ul.tabs li,
  .uzsoft-mp-single .woocommerce-tabs .resp-tabs-list li {
    min-height: 44px;
    padding: 0 0 12px;
    font-size: 12px;
  }

  .uzsoft-mp-single .woocommerce-Tabs-panel h2,
  .uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content > h2:first-child {
    font-size: 24px;
  }

  .uzsoft-mp-single .woocommerce-Tabs-panel p,
  .uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content p {
    font-size: 15px;
  }

  .uzsoft-mp-single .woocommerce-Tabs-panel img.alignright,
  .uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content img.alignright,
  .uzsoft-mp-single .woocommerce-Tabs-panel img.alignleft,
  .uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content img.alignleft,
  .uzsoft-mp-single .woocommerce-Tabs-panel .alignright,
  .uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content .alignright,
  .uzsoft-mp-single .woocommerce-Tabs-panel .alignleft,
  .uzsoft-mp-single .woocommerce-tabs .tab-content.resp-tab-content .alignleft {
    float: none !important;
    max-width: 100%;
    margin: 0 0 18px;
  }

  .uzsoft-mp-single .woocommerce-product-attributes.shop_attributes tr,
  .uzsoft-mp-single table.shop_attributes tr {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-single .woocommerce-product-attributes.shop_attributes td,
  .uzsoft-mp-single table.shop_attributes td {
    min-height: 48px;
    border-top: 1px solid rgba(226, 232, 240, .88) !important;
    border-left: 0 !important;
  }

  .uzsoft-mp-single #reviews #comments,
  .uzsoft-mp-single #review_form_wrapper {
    padding: 16px;
  }

  .uzsoft-mp-single-image {
    min-height: 260px;
  }

  .uzsoft-mp-single-image img {
    max-height: 250px;
  }

  .uzsoft-mp-single-media-trust {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-single-price-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .uzsoft-mp-single-buybox form.cart,
  .uzsoft-mp-single-buybox .single_add_to_cart_button,
  .uzsoft-mp-single-buybox .button,
  .uzsoft-mp-single-buybox .added_to_cart {
    width: 100%;
  }

  .uzsoft-mp-single-buybox .quantity,
  .uzsoft-mp-single-buybox .qty {
    width: 100%;
  }

  .uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > .eset-price-wrap,
  .uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary > form.cart {
    padding-right: 14px;
    padding-left: 14px;
  }

  .uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .eset-options,
  .uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .starlab-drweb-options {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-single-product.is-api-purchase-product .uzsoft-mp-single-summary form.cart .single_add_to_cart_button {
    width: 100%;
  }

  .uzsoft-mp-single-trust {
    grid-template-columns: 1fr;
  }

  body.single-product.uzsoft-mp-product-enabled {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  body.single-product.uzsoft-mp-product-enabled .sticky-product.pos-bottom .container {
    width: min(100vw - 20px, 440px);
  }

  body.single-product.uzsoft-mp-product-enabled .sticky-product.pos-bottom .sticky-image,
  body.single-product.uzsoft-mp-product-enabled .sticky-product.pos-bottom .sticky-detail {
    display: none;
  }

  body.single-product.uzsoft-mp-product-enabled .sticky-product.pos-bottom .add-to-cart,
  body.single-product.uzsoft-mp-product-enabled .sticky-product.pos-bottom .single_add_to_cart_button {
    width: 100%;
  }

  .uzsoft-mp-home .section-head,
  .uzsoft-mp-home .uzsoft-mp-section-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .uzsoft-mp-home .section {
    padding: 16px;
  }

  .uzsoft-mp-home-sidebar {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-catalog .uzsoft-mp-archive-sidebar {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-catalog .uzsoft-mp-archive-cat-list {
    max-height: 340px;
  }

  .uzsoft-mp-catalog .uzsoft-mp-archive-price-fields {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-catalog .uzsoft-mp-subcat-chip-list {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-footer {
    padding: 34px 0 92px;
  }

  .uzsoft-mp-footer-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .uzsoft-mp-footer-brand {
    padding-bottom: 10px;
  }

  .uzsoft-mp-footer-col {
    border: 1px solid rgba(226, 232, 240, .12);
    border-radius: var(--uzsoft-radius-lg);
    background: rgba(255, 255, 255, .045);
  }

  .uzsoft-mp-footer-col h3 {
    margin: 0;
  }

  .uzsoft-mp-footer-toggle {
    min-height: 52px;
    padding: 0 14px;
  }

  .uzsoft-mp-footer-toggle .uzsoft-mp-icon {
    display: block;
    color: #93c5fd;
    transition: transform .18s var(--uzsoft-ease);
  }

  .uzsoft-mp-footer-accordion.is-open .uzsoft-mp-footer-toggle .uzsoft-mp-icon {
    transform: rotate(180deg);
  }

  .uzsoft-mp-footer.is-accordion-ready .uzsoft-mp-footer-panel {
    display: none;
  }

  .uzsoft-mp-footer.is-accordion-ready .uzsoft-mp-footer-accordion.is-open .uzsoft-mp-footer-panel {
    display: block;
  }

  .uzsoft-mp-footer-panel {
    padding: 0 14px 16px;
  }

  .uzsoft-mp-footer-trust {
    align-items: stretch;
    flex-direction: column;
    margin-top: 20px;
  }

  .uzsoft-mp-footer-trust strong {
    margin-left: 0;
  }

  .uzsoft-mp-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Customer account dashboard */
body.woocommerce-account:not(.uzsoft-mp-account-enabled) #main > .container {
  width: min(1280px, calc(100vw - 32px));
  max-width: none;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .main-content-wrap > .main-content {
  flex: 0 0 100%;
  max-width: 100%;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) #content,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .page-content,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) article.page {
  width: 100%;
  max-width: none;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) #main .woocommerce {
  display: grid;
  grid-template-columns: 268px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  width: min(1140px, 100%);
  max-width: none;
  margin: 44px auto 64px;
  overflow: visible;
  color: var(--uzsoft-navy);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  max-width: none;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation {
  position: sticky;
  top: 112px;
  z-index: 5;
  padding: 18px;
  border: 1px solid rgba(199, 210, 254, .82);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: var(--uzsoft-shadow-lg);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation h2,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation h3,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation h4,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation .account-sub-title {
  display: block;
  margin: 0 0 14px;
  color: var(--uzsoft-ink);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation li {
  margin: 0;
  padding: 0;
  border: 0;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 15px;
  color: var(--uzsoft-gray-700);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 850;
  text-decoration: none;
  transition: color .18s var(--uzsoft-ease), background .18s var(--uzsoft-ease), border-color .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), transform .18s var(--uzsoft-ease);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation a::before {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 50%, currentColor 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(79, 70, 229, .1), rgba(37, 99, 235, .05));
  color: #4f46e5;
  box-shadow: inset 0 0 0 1px rgba(79, 70, 229, .14);
  content: "";
  opacity: .95;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation a:focus {
  border-color: rgba(79, 70, 229, .18);
  background: #eef2ff;
  color: #3730a3;
  box-shadow: var(--uzsoft-shadow-xs);
  outline: 0;
  transform: translateX(2px);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation .is-active > a,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation li[class*="is-active"] > a {
  border-color: transparent;
  background: linear-gradient(135deg, #4f46e5 0%, #5b5ff0 100%);
  color: #fff;
  box-shadow: var(--uzsoft-shadow-blue);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation-link--orders a::before {
  color: #2563eb;
  background:
    linear-gradient(90deg, transparent 9px, currentColor 9px 12px, transparent 12px 22px, currentColor 22px 25px, transparent 25px),
    linear-gradient(180deg, transparent 9px, currentColor 9px 12px, transparent 12px 22px, currentColor 22px 25px, transparent 25px),
    #eff6ff;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation-link--downloads a::before {
  color: #0891b2;
  background:
    linear-gradient(180deg, transparent 7px, currentColor 7px 19px, transparent 19px),
    linear-gradient(135deg, transparent 15px, currentColor 15px 18px, transparent 18px),
    linear-gradient(225deg, transparent 15px, currentColor 15px 18px, transparent 18px),
    #ecfeff;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation-link--edit-address a::before {
  color: #16a34a;
  background:
    radial-gradient(circle at 50% 38%, transparent 0 5px, currentColor 6px 8px, transparent 9px),
    radial-gradient(circle at 50% 68%, currentColor 0 3px, transparent 4px),
    #f0fdf4;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation-link--edit-account a::before {
  color: #7c3aed;
  background:
    radial-gradient(circle at 50% 35%, transparent 0 5px, currentColor 6px 8px, transparent 9px),
    radial-gradient(ellipse at 50% 76%, transparent 0 9px, currentColor 10px 12px, transparent 13px),
    #f5f3ff;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation-link--wishlist a::before {
  color: #db2777;
  background:
    radial-gradient(circle at 40% 42%, currentColor 0 5px, transparent 6px),
    radial-gradient(circle at 60% 42%, currentColor 0 5px, transparent 6px),
    linear-gradient(45deg, transparent 48%, currentColor 49% 55%, transparent 56%),
    #fdf2f8;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #b91c1c;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation-link--customer-logout a::before {
  color: #dc2626;
  background:
    linear-gradient(90deg, transparent 9px, currentColor 9px 23px, transparent 23px),
    linear-gradient(180deg, transparent 15px, currentColor 15px 18px, transparent 18px),
    #fef2f2;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation .is-active > a::before,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation li[class*="is-active"] > a::before {
  background:
    radial-gradient(circle at 50% 50%, #fff 0 2px, transparent 3px),
    rgba(255, 255, 255, .16);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .24);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content {
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(199, 210, 254, .82);
  border-top: 4px solid #4f46e5;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(79, 70, 229, .08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: var(--uzsoft-shadow-lg);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content p {
  color: var(--uzsoft-gray-700);
  font-size: 15px;
  line-height: 1.7;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content a:not(.button) {
  color: #4f46e5;
  font-weight: 800;
  text-decoration: none;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content a:not(.button):hover {
  color: #3730a3;
  text-decoration: underline;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content h2,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content h3,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content legend {
  margin: 0 0 18px;
  color: var(--uzsoft-ink);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content h2 {
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.16;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content h3,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content legend {
  font-size: 20px;
  line-height: 1.24;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .featured-boxes {
  margin-top: 26px;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .featured-boxes .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .featured-boxes [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .featured-box {
  border: 1px solid rgba(199, 210, 254, .76);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--uzsoft-shadow-xs);
  transition: border-color .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), transform .18s var(--uzsoft-ease);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .featured-box:hover {
  border-color: rgba(79, 70, 229, .5);
  box-shadow: var(--uzsoft-shadow-blue);
  transform: translateY(-2px);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .featured-box .box-content {
  display: grid;
  place-items: center;
  min-height: 164px;
  padding: 22px 16px !important;
  border: 0;
  text-align: center;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .featured-box i,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .featured-box .icon-featured {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 0 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef2ff 0%, #f5f3ff 100%);
  color: #4f46e5;
  font-size: 30px;
  box-shadow: inset 0 0 0 1px rgba(79, 70, 229, .12), 0 14px 28px -20px rgba(79, 70, 229, .45);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .featured-box h4,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .featured-box h3 {
  margin: 0;
  color: var(--uzsoft-ink);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: uppercase;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-info,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-message,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-error {
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(199, 210, 254, .82);
  border-left: 4px solid #4f46e5;
  border-radius: 16px;
  background: #f8fafc;
  color: var(--uzsoft-gray-700);
  box-shadow: var(--uzsoft-shadow-xs);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-message {
  border-left-color: #16a34a;
  background: #f0fdf4;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-error {
  border-left-color: #dc2626;
  background: #fef2f2;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content table.shop_table,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-orders-table,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-table,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .wishlist_table {
  width: 100%;
  margin: 0 0 20px;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
  background: transparent;
  color: var(--uzsoft-navy);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content table.shop_table thead th,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-orders-table thead th,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-table thead th,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .wishlist_table thead th {
  padding: 12px 14px;
  border: 0;
  background: #f1f5f9;
  color: var(--uzsoft-gray-500);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content table.shop_table thead th:first-child,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-orders-table thead th:first-child,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-table thead th:first-child,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .wishlist_table thead th:first-child {
  border-radius: 12px 0 0 12px;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content table.shop_table thead th:last-child,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-orders-table thead th:last-child,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-table thead th:last-child,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .wishlist_table thead th:last-child {
  border-radius: 0 12px 12px 0;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content table.shop_table tbody tr,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-table tbody tr,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .wishlist_table tbody tr {
  background: #fff;
  box-shadow: var(--uzsoft-shadow-xs);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content table.shop_table td,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-orders-table td,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-table td,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .wishlist_table td {
  padding: 16px 14px;
  border-top: 1px solid var(--uzsoft-gray-200);
  border-bottom: 1px solid var(--uzsoft-gray-200);
  color: var(--uzsoft-gray-700);
  font-size: 14px;
  line-height: 1.45;
  vertical-align: middle;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content table.shop_table td:first-child,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-orders-table td:first-child,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-table td:first-child,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .wishlist_table td:first-child {
  border-left: 1px solid var(--uzsoft-gray-200);
  border-radius: 16px 0 0 16px;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content table.shop_table td:last-child,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-orders-table td:last-child,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-table td:last-child,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .wishlist_table td:last-child {
  border-right: 1px solid var(--uzsoft-gray-200);
  border-radius: 0 16px 16px 0;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-table__product-total,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .product-price,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .product-subtotal {
  color: #4f46e5;
  font-weight: 900;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content mark {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4f46e5;
  font-weight: 900;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .button,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content button.button,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content input.button,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #4f46e5 0%, #5b5ff0 100%);
  color: #fff !important;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none !important;
  text-transform: none;
  box-shadow: var(--uzsoft-shadow-blue);
  transition: transform .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), background .18s var(--uzsoft-ease);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content button.button:hover,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content input.button:hover,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-button:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 28px -16px rgba(79, 70, 229, .65);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content form {
  margin: 0;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content fieldset {
  margin: 24px 0 0;
  padding: 20px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 18px;
  background: #f8fafc;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .form-row {
  margin: 0 0 16px;
  padding: 0;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px;
  color: var(--uzsoft-gray-700);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 850;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .required {
  color: var(--uzsoft-red);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .input-text,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content input[type="text"],
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content input[type="email"],
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content input[type="tel"],
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content input[type="password"],
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content textarea,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content select,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .select2-container--default .select2-selection--single {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 13px;
  background: #f8fafc;
  color: var(--uzsoft-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  box-shadow: var(--uzsoft-shadow-xs);
  transition: border-color .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), background .18s var(--uzsoft-ease);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content textarea {
  min-height: 116px;
  resize: vertical;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .input-text:focus,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content input[type="text"]:focus,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content input[type="email"]:focus,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content input[type="tel"]:focus,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content input[type="password"]:focus,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content textarea:focus,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content select:focus,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #4f46e5;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(79, 70, 229, .12);
  outline: 0;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: var(--uzsoft-ink);
  line-height: 24px;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 12px;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 16px;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-Addresses .woocommerce-Address,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-Addresses .woocommerce-Address.col-1,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-Addresses .woocommerce-Address.col-2 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  flex: 0 1 auto !important;
  margin: 0;
  box-sizing: border-box;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-address-fields__field-wrapper .form-row-wide {
  grid-column: 1 / -1;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-Address,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-customer-details address,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-order-details,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-customer-details {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--uzsoft-shadow-xs);
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-Address-title h3 {
  margin: 0;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-Address-title .edit {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 12px;
  font-weight: 900;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-Address address,
body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-customer-details address {
  margin: 0;
  color: var(--uzsoft-gray-600);
  font-style: normal;
  line-height: 1.65;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button {
  min-width: 108px;
}

body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .order-again {
  margin-top: 18px;
}

@media (max-width: 991px) {
  body.woocommerce-account:not(.uzsoft-mp-account-enabled) #main .woocommerce {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation {
    position: static;
  }

  body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .featured-boxes .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.woocommerce-account:not(.uzsoft-mp-account-enabled) #main > .container {
    width: min(calc(100% - 24px), 100%);
  }

  body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation,
  body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content {
    border-radius: 18px;
  }

  body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-navigation ul,
  body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .featured-boxes .row,
  body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-Addresses,
  body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content {
    padding: 20px;
  }

  body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content table.shop_table,
  body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-orders-table,
  body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .woocommerce-table,
  body.woocommerce-account:not(.uzsoft-mp-account-enabled) .woocommerce-MyAccount-content .wishlist_table {
    display: block;
    overflow-x: auto;
    border-radius: 16px;
    -webkit-overflow-scrolling: touch;
  }
}

/* Account forms */
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .page-top,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .page-title,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .page-title-bar,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .page-header {
  display: none;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled #main .woocommerce {
  width: min(1120px, 100%);
  max-width: none;
  margin-inline: auto;
  overflow: visible;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .main-content-wrap > .main-content {
  flex: 0 0 100%;
  max-width: 100%;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled #main .woocommerce > .col-lg-10,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled #main .woocommerce > .row > .col-lg-8,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled #main .woocommerce > .row > .col-xl-6 {
  flex: 0 0 100%;
  width: 100%;
  max-width: none;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled #main .woocommerce > .row {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled #main .woocommerce .featured-box,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled #main .woocommerce .align-left {
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled #main .woocommerce .featured-box .box-content,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled #main .woocommerce .align-left .box-content {
  padding: 0;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-hero {
  width: min(1080px, 100%);
  margin: 0 auto 32px;
  padding: 0 0 4px;
  text-align: center;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--uzsoft-gray-500);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-breadcrumbs a {
  color: #2563eb;
  text-decoration: none;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-breadcrumbs a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-title {
  margin: 0;
  color: var(--uzsoft-ink);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-subtitle {
  max-width: 620px;
  margin: 14px auto 0;
  color: var(--uzsoft-gray-600);
  font-size: 16px;
  line-height: 1.65;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-trust {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  margin: 22px auto 0;
  overflow: visible;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-trust span {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 66px;
  padding: 12px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 14px;
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--uzsoft-shadow-xs);
  text-align: left;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-trust i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(37, 99, 235, .09);
  color: #2563eb;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-trust .uzsoft-mp-icon {
  width: 19px;
  height: 19px;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-trust b,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-trust small {
  display: block;
  min-width: 0;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-trust b {
  color: var(--uzsoft-ink);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 850;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-trust small {
  margin-top: 2px;
  color: var(--uzsoft-gray-500);
  font-size: 11px;
  line-height: 1.25;
  font-weight: 700;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .u-columns,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .col2-set {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(44px, 6vw, 76px);
  align-items: start;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  box-sizing: border-box;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .u-column1,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .u-column2,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .col-1,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .col-2 {
  width: auto;
  max-width: none;
  min-width: 0;
  float: none;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .u-column1 h2,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .u-column2 h2,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .col-1 h2,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .col-2 h2 {
  margin: 0 0 16px;
  color: var(--uzsoft-ink);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.login,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.register {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 !important;
  border: 0;
  background: transparent;
  box-sizing: border-box;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.lost_reset_password {
  width: min(680px, 100%);
  margin: 0 auto;
  padding: 30px;
  border: 1px solid var(--uzsoft-gray-200);
  border-top: 4px solid #2563eb;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--uzsoft-shadow-sm);
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.login > p:not(.form-row):not(.lost_password),
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.register > p:not(.form-row),
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.lost_reset_password > p:not(.form-row) {
  margin: 0 0 18px;
  color: var(--uzsoft-gray-700);
  font-size: 14px;
  line-height: 1.65;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form .form-row {
  margin: 0 0 16px;
  padding: 0;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px;
  color: var(--uzsoft-gray-700);
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 750;
  letter-spacing: 0;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form .required {
  color: var(--uzsoft-red);
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form .input-text,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form input[type="text"],
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form input[type="email"],
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form input[type="password"] {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 12px;
  background: var(--uzsoft-gray-50);
  color: var(--uzsoft-ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  box-shadow: var(--uzsoft-shadow-xs);
  transition: border-color .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), background .18s var(--uzsoft-ease);
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form .input-text:focus,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form input[type="text"]:focus,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form input[type="email"]:focus,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form input[type="password"]:focus {
  border-color: #2563eb;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, .12);
  outline: 0;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 7px 0 0;
  accent-color: #2563eb;
  vertical-align: middle;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .woocommerce-form-login__rememberme {
  margin: 3px 0 10px;
  color: var(--uzsoft-gray-700);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .lost_password {
  margin: 8px 0 22px;
  text-align: left;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .lost_password a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #2563eb;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
  transition: color .18s var(--uzsoft-ease);
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .lost_password a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.login button.button,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.register button.button,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.login .woocommerce-Button.button,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.register .woocommerce-Button.button {
  width: 100%;
  min-height: 56px;
  padding: 14px 22px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: 0 4px 12px -4px rgba(29, 78, 216, .45);
  transition: transform .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), background .18s var(--uzsoft-ease);
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.login button.button:hover,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.register button.button:hover,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.login .woocommerce-Button.button:hover,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.register .woocommerce-Button.button:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px -4px rgba(29, 78, 216, .55);
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.lost_reset_password .form-row:last-child {
  display: block;
  margin: 10px 0 0;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.lost_reset_password a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: auto;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #2563eb;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  text-decoration: none;
  transition: color .18s var(--uzsoft-ease);
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.lost_reset_password a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.lost_reset_password button.button,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.lost_reset_password .woocommerce-Button.button {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 12px 18px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
  box-shadow: 0 4px 12px -4px rgba(29, 78, 216, .45);
  transition: transform .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), background .18s var(--uzsoft-ease);
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.lost_reset_password button.button:hover,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.lost_reset_password .woocommerce-Button.button:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px -4px rgba(29, 78, 216, .55);
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .nsl-container,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .nsl-container-buttons {
  width: 100%;
  margin: 0 0 18px;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .nsl-container .nsl-button,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .nsl-button {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--uzsoft-gray-200);
  border-radius: 999px;
  background: #fff;
  color: var(--uzsoft-gray-700);
  box-shadow: var(--uzsoft-shadow-xs);
  overflow: hidden;
  transition: border-color .18s var(--uzsoft-ease), box-shadow .18s var(--uzsoft-ease), transform .18s var(--uzsoft-ease);
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .nsl-container .nsl-button:hover,
body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .nsl-button:hover {
  border-color: #2563eb;
  box-shadow: 0 10px 24px -18px rgba(29, 78, 216, .5);
  transform: translateY(-1px);
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .nsl-button-label-container {
  color: var(--uzsoft-gray-700);
  font-weight: 750;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .woocommerce-privacy-policy-text {
  color: var(--uzsoft-gray-500);
  font-size: 13px;
  line-height: 1.65;
}

body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .woocommerce-privacy-policy-text a {
  color: #2563eb;
  font-weight: 750;
  text-decoration: none;
}

@media (max-width: 991px) {
  body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-hero {
    margin-bottom: 22px;
  }

  body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-subtitle {
    font-size: 14px;
  }

  body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .uzsoft-mp-account-trust {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .u-columns,
  body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .col2-set {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce .lost_password {
    margin: 8px 0 18px;
    text-align: left;
  }

  body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.lost_reset_password {
    width: 100%;
    padding: 22px;
  }

  body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.lost_reset_password button.button,
  body.woocommerce-account:not(.logged-in).uzsoft-mp-account-enabled .woocommerce form.lost_reset_password .woocommerce-Button.button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uzsoft-mp-lang-menu,
  .uzsoft-mp-lang-current .uzsoft-mp-lang-chevron,
  .uzsoft-mp-lang-option,
  .uzsoft-mp-cart-toast {
    transition: none;
  }

  .uzsoft-mp-lang-menu,
  .uzsoft-mp-cart-toast,
  .uzsoft-mp-cart-toast.is-visible {
    transform: none;
  }

  .uzsoft-mp-footer-socials a,
  .uzsoft-mp-footer-links a,
  .uzsoft-mp-footer-toggle .uzsoft-mp-icon {
    transition: none;
  }
}
