:root {
  --uzmp-blue: #1d4ed8;
  --uzmp-blue-dark: #1e40af;
  --uzmp-blue-darker: #1e3a8a;
  --uzmp-blue-light: #eff6ff;
  --uzmp-blue-lighter: #dbeafe;
  --uzmp-navy: #0f172a;
  --uzmp-gray-50: #f8fafc;
  --uzmp-gray-100: #f1f5f9;
  --uzmp-gray-200: #e2e8f0;
  --uzmp-gray-300: #cbd5e1;
  --uzmp-gray-400: #94a3b8;
  --uzmp-gray-500: #64748b;
  --uzmp-gray-600: #475569;
  --uzmp-gray-700: #334155;
  --uzmp-gray-800: #1e293b;
  --uzmp-green: #16a34a;
  --uzmp-green-light: #dcfce7;
  --uzmp-red: #dc2626;
  --uzmp-red-light: #fef2f2;
  --uzmp-amber: #f59e0b;
  --uzmp-radius-sm: 6px;
  --uzmp-radius: 10px;
  --uzmp-radius-md: 14px;
  --uzmp-radius-lg: 18px;
  --uzmp-radius-xl: 24px;
  --uzmp-shadow-xs: 0 1px 2px rgba(15, 23, 42, .05);
  --uzmp-shadow-sm: 0 2px 4px rgba(15, 23, 42, .06), 0 1px 2px rgba(15, 23, 42, .04);
  --uzmp-shadow-md: 0 4px 12px rgba(15, 23, 42, .08), 0 2px 4px rgba(15, 23, 42, .04);
  --uzmp-shadow-lg: 0 16px 32px -10px rgba(15, 23, 42, .12), 0 4px 8px rgba(15, 23, 42, .04);
  --uzmp-shadow-xl: 0 24px 48px -16px rgba(15, 23, 42, .16), 0 8px 16px rgba(15, 23, 42, .06);
  --uzmp-shadow-blue: 0 16px 32px -12px rgba(29, 78, 216, .25), 0 4px 8px rgba(29, 78, 216, .08);
  --uzmp-shadow-blue-lg: 0 24px 56px -16px rgba(29, 78, 216, .35);
  --uzmp-ease: cubic-bezier(.22, 1, .36, 1);
}

body.uzsoft-marketplace-pro {
  background: #e7ecf3;
  color: var(--uzmp-navy);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.uzsoft-marketplace-pro h1,
body.uzsoft-marketplace-pro h2,
body.uzsoft-marketplace-pro h3,
body.uzsoft-marketplace-pro h4,
body.uzsoft-marketplace-pro .product_title,
body.uzsoft-marketplace-pro .woocommerce-loop-product__title {
  font-family: Manrope, Inter, Arial, sans-serif;
  letter-spacing: 0;
}

body.uzsoft-marketplace-pro .page-wrapper {
  background: transparent;
  max-width: 100vw;
  overflow-x: hidden;
}

body.uzsoft-marketplace-pro .main-content,
body.uzsoft-marketplace-pro #main {
  background: transparent;
}body.uzsoft-marketplace-pro .page-top {
  background: linear-gradient(135deg, var(--uzmp-blue-dark), var(--uzmp-blue)) !important;
}

body.home.uzsoft-marketplace-pro #main > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

body.home.uzsoft-marketplace-pro .elementor-element-213be24 {
  overflow: hidden !important;
  padding: 18px 16px 8px;
}

body.home.uzsoft-marketplace-pro .elementor-element-213be24 h1 {
  max-width: 1080px;
  margin: 0 auto;
  color: var(--uzmp-navy);
  font-size: clamp(30px, 3.1vw, 42px);
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
}

body.home.uzsoft-marketplace-pro .home-trending {
  max-width: 1110px;
  margin: 0 auto 28px;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, .75);
  border-radius: var(--uzmp-radius-lg);
  background: linear-gradient(135deg, #fff 0%, #edf5ff 100%) !important;
  box-shadow: var(--uzmp-shadow-lg);
}

body.home.uzsoft-marketplace-pro .home-trending > .elementor-container {
  min-height: 330px;
  padding: 34px 32px;
}

body.home.uzsoft-marketplace-pro .home-trending .elementor-element-913b6a4 .porto-u-main-heading > * {
  color: var(--uzmp-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(40px, 4.9vw, 64px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.04 !important;
}

body.home.uzsoft-marketplace-pro .home-trending .elementor-element-28cbaba .elementor-heading-title {
  color: var(--uzmp-blue) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

body.home.uzsoft-marketplace-pro .home-trending img {
  filter: drop-shadow(0 18px 24px rgba(15, 23, 42, .18));
}

body.home.uzsoft-marketplace-pro .home-trending .porto-hotspot-icon {
  box-shadow: 0 0 0 7px rgba(220, 38, 38, .12);
}

body.home.uzsoft-marketplace-pro .home-trending .btn,
body.home.uzsoft-marketplace-pro .home-trending .elementor-button {
  border-radius: var(--uzmp-radius) !important;
  background: linear-gradient(135deg, var(--uzmp-blue) 0%, #3b82f6 100%) !important;
  box-shadow: var(--uzmp-shadow-blue);
}

body.uzsoft-marketplace-pro .shop-loop-before {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding: 12px;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius-md);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--uzmp-shadow-sm);
}

body.uzsoft-marketplace-pro .shop-loop-before select {
  min-height: 38px;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius-sm);
  background-color: #fff;
  color: var(--uzmp-navy);
  font-size: 13px;
  font-weight: 600;
}

.uzsoft-mp-shop-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 0 0 18px;
  padding: 20px;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius-lg);
  background: linear-gradient(135deg, #fff 0%, var(--uzmp-blue-light) 100%);
  box-shadow: var(--uzmp-shadow-md);
  overflow: hidden;
}

.uzsoft-mp-shop-intro h2 {
  margin: 0 0 6px;
  color: var(--uzmp-navy);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.uzsoft-mp-shop-intro p {
  max-width: 640px;
  margin: 0;
  color: var(--uzmp-gray-600);
  font-size: 14px;
  line-height: 1.55;
}

.uzsoft-mp-shop-intro__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 520px;
}

.uzsoft-mp-shop-intro__chips a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: 999px;
  background: #fff;
  color: var(--uzmp-gray-600);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.uzsoft-mp-shop-intro__chips a:hover {
  transform: translateY(-1px);
  border-color: var(--uzmp-blue);
  color: var(--uzmp-blue);
}

body.uzsoft-marketplace-pro .archive-products .products-container,
body.uzsoft-marketplace-pro .related.products .products-container {
  align-items: stretch;
}

body.uzsoft-marketplace-pro .archive-products .product-col,
body.uzsoft-marketplace-pro .related.products .product-col,
body.uzsoft-marketplace-pro .porto-posts-grid .product {
  margin-bottom: 22px;
}

body.uzsoft-marketplace-pro .archive-products .product-inner,
body.uzsoft-marketplace-pro .related.products .product-inner,
body.uzsoft-marketplace-pro .porto-posts-grid .product .product-inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius-md);
  background: #fff;
  box-shadow: var(--uzmp-shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

body.uzsoft-marketplace-pro .archive-products .product-inner:hover,
body.uzsoft-marketplace-pro .related.products .product-inner:hover,
body.uzsoft-marketplace-pro .porto-posts-grid .product .product-inner:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 78, 216, .22);
  box-shadow: var(--uzmp-shadow-lg);
}

body.uzsoft-marketplace-pro .product-image,
body.uzsoft-marketplace-pro .porto-tb-featured-image {
  min-height: 190px;
  padding: 18px;
  background: linear-gradient(180deg, #fff 0%, var(--uzmp-gray-50) 100%);
}

body.uzsoft-marketplace-pro .product-image .inner,
body.uzsoft-marketplace-pro .porto-tb-featured-image .inner {
  display: flex;
  min-height: 154px;
  align-items: center;
  justify-content: center;
}

body.uzsoft-marketplace-pro .product-image img,
body.uzsoft-marketplace-pro .porto-tb-featured-image img {
  max-height: 170px;
  width: auto;
  object-fit: contain;
  transition: transform .3s ease;
}

body.uzsoft-marketplace-pro .product-inner:hover .product-image img,
body.uzsoft-marketplace-pro .product-inner:hover .porto-tb-featured-image img {
  transform: scale(1.04);
}

body.uzsoft-marketplace-pro .product-content {
  padding: 0 16px 16px !important;
  text-align: left !important;
}

body.uzsoft-marketplace-pro .category-list,
body.uzsoft-marketplace-pro .category-list a {
  color: var(--uzmp-blue) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .8px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.uzsoft-marketplace-pro .product-loop-title {
  display: block;
  margin: 7px 0 8px;
  color: var(--uzmp-navy) !important;
  text-decoration: none !important;
}

body.uzsoft-marketplace-pro .woocommerce-loop-product__title,
body.uzsoft-marketplace-pro .porto-heading.post-title {
  display: -webkit-box !important;
  min-height: 44px !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--uzmp-navy) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

body.uzsoft-marketplace-pro .rating-wrap,
body.uzsoft-marketplace-pro .star-rating {
  color: var(--uzmp-amber) !important;
  font-size: 12px;
}

body.uzsoft-marketplace-pro .product .price {
  display: block !important;
  margin: 8px 0 0 !important;
  color: var(--uzmp-blue) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

body.uzsoft-marketplace-pro .product .price del {
  color: var(--uzmp-gray-400) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

body.uzsoft-marketplace-pro .product .add-links-wrap {
  margin-top: 12px;
}

body.uzsoft-marketplace-pro .product .add-links .button,
body.uzsoft-marketplace-pro .product a.add_to_cart_button,
body.uzsoft-marketplace-pro .product .uzsoft-loop-details-button,
body.uzsoft-marketplace-pro .product .uzsoft-loop-cart-button {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: var(--uzmp-radius) !important;
  background: linear-gradient(135deg, var(--uzmp-blue) 0%, #3b82f6 100%) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .3px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  box-shadow: var(--uzmp-shadow-blue);
}

body.uzsoft-marketplace-pro .product .add-links .button:hover,
body.uzsoft-marketplace-pro .product a.add_to_cart_button:hover,
body.uzsoft-marketplace-pro .product .uzsoft-loop-details-button:hover,
body.uzsoft-marketplace-pro .product .uzsoft-loop-cart-button:hover {
  background: linear-gradient(135deg, var(--uzmp-blue-dark) 0%, var(--uzmp-blue) 100%) !important;
  color: #fff !important;
}

body.uzsoft-marketplace-pro.single-product .product-summary-wrap,
body.uzsoft-marketplace-pro.single-product .product .summary-before,
body.uzsoft-marketplace-pro.single-product .summary.entry-summary {
  border-radius: var(--uzmp-radius-lg);
}

body.uzsoft-marketplace-pro.single-product .product-summary-wrap {
  padding: 22px;
  border: 1px solid var(--uzmp-gray-200);
  background: #fff;
  box-shadow: var(--uzmp-shadow-lg);
}

body.uzsoft-marketplace-pro.single-product .woocommerce-product-gallery,
body.uzsoft-marketplace-pro.single-product .summary-before {
  overflow: hidden;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius-lg);
  background: linear-gradient(180deg, #fff 0%, var(--uzmp-gray-50) 100%);
}

body.uzsoft-marketplace-pro.single-product .summary.entry-summary {
  padding: 20px !important;
  border: 1px solid var(--uzmp-gray-200);
  background: var(--uzmp-gray-50);
}

body.uzsoft-marketplace-pro.single-product .product_title {
  margin-bottom: 12px !important;
  color: var(--uzmp-navy);
  font-size: clamp(26px, 3vw, 38px) !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
}

body.uzsoft-marketplace-pro.single-product .summary .price {
  color: var(--uzmp-blue) !important;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(26px, 3vw, 36px) !important;
  font-weight: 900 !important;
}

body.uzsoft-marketplace-pro.single-product .product_meta {
  display: grid;
  gap: 8px;
  margin: 14px 0 !important;
  padding: 14px;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius);
  background: #fff;
  color: var(--uzmp-gray-600);
  font-size: 13px;
}

body.uzsoft-marketplace-pro.single-product form.cart {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr);
  gap: 10px;
  align-items: stretch;
  margin-top: 14px !important;
}

body.uzsoft-marketplace-pro.single-product .quantity.buttons_added {
  overflow: hidden;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius);
  background: #fff;
}

body.uzsoft-marketplace-pro.single-product .single_add_to_cart_button {
  min-height: 48px !important;
  border: 0 !important;
  border-radius: var(--uzmp-radius) !important;
  background: linear-gradient(135deg, var(--uzmp-blue) 0%, #3b82f6 100%) !important;
  color: #fff !important;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 14px !important;
  font-weight: 900 !important;
  box-shadow: var(--uzmp-shadow-blue);
}

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

.uzsoft-mp-product-benefit {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 2px 10px;
  align-items: center;
  padding: 11px;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius);
  background: #fff;
}

.uzsoft-mp-product-benefit span {
  grid-row: span 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--uzmp-blue-light);
  position: relative;
}

.uzsoft-mp-product-benefit span::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 11px;
  height: 7px;
  border-left: 2px solid var(--uzmp-blue);
  border-bottom: 2px solid var(--uzmp-blue);
  transform: rotate(-45deg);
}

.uzsoft-mp-product-benefit strong {
  color: var(--uzmp-navy);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.uzsoft-mp-product-benefit small {
  color: var(--uzmp-gray-500);
  font-size: 11px;
  line-height: 1.3;
}

body.uzsoft-marketplace-pro .uzsoft-fulfillment-note,
body.uzsoft-marketplace-pro .uzsoft-corporate-request__inner,
body.uzsoft-marketplace-pro .uzsoft-corporate-request {
  border-radius: var(--uzmp-radius) !important;
}

body.uzsoft-marketplace-pro.woocommerce-cart .woocommerce {
  display: block;
}

body.uzsoft-marketplace-pro.woocommerce-cart .woocommerce-cart-form,
body.uzsoft-marketplace-pro.woocommerce-cart .cart_totals {
  overflow: hidden;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius-lg);
  background: #fff;
  box-shadow: var(--uzmp-shadow-md);
}

body.uzsoft-marketplace-pro.woocommerce-cart .page-share {
  display: none !important;
}

body.uzsoft-marketplace-pro.page:not(.single-post) .page-share {
  display: none !important;
}

body.uzsoft-marketplace-pro.woocommerce-cart .cart-empty-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 42px 20px;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius-lg);
  background: rgba(255, 255, 255, .84);
  box-shadow: var(--uzmp-shadow-md);
}

body.uzsoft-marketplace-pro.woocommerce-cart .shop_table {
  margin-bottom: 0 !important;
}

body.uzsoft-marketplace-pro.woocommerce-cart .shop_table th {
  background: var(--uzmp-gray-50);
  color: var(--uzmp-gray-600);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}

body.uzsoft-marketplace-pro.woocommerce-cart .cart_totals h2 {
  color: var(--uzmp-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

body.uzsoft-marketplace-pro.woocommerce-cart .checkout-button {
  border-radius: var(--uzmp-radius) !important;
  background: linear-gradient(135deg, var(--uzmp-blue) 0%, #3b82f6 100%) !important;
  box-shadow: var(--uzmp-shadow-blue);
}

body.uzsoft-marketplace-pro.woocommerce-checkout .woocommerce {
  max-width: 1180px;
  margin: 0 auto;
}

body.uzsoft-marketplace-pro.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  gap: 22px;
  align-items: start;
}

body.uzsoft-marketplace-pro.woocommerce-checkout #customer_details,
body.uzsoft-marketplace-pro.woocommerce-checkout #order_review,
body.uzsoft-marketplace-pro.woocommerce-checkout .woocommerce-checkout-review-order,
body.uzsoft-marketplace-pro.woocommerce-checkout .woocommerce-billing-fields,
body.uzsoft-marketplace-pro.woocommerce-checkout .woocommerce-account-fields {
  border-radius: var(--uzmp-radius-lg);
}

body.uzsoft-marketplace-pro.woocommerce-checkout #customer_details,
body.uzsoft-marketplace-pro.woocommerce-checkout #order_review {
  padding: 22px;
  border: 1px solid var(--uzmp-gray-200);
  background: #fff;
  box-shadow: var(--uzmp-shadow-md);
}

body.uzsoft-marketplace-pro.woocommerce-checkout #order_review {
  position: sticky;
  top: 16px;
}

body.uzsoft-marketplace-pro.woocommerce-checkout h3,
body.uzsoft-marketplace-pro.woocommerce-checkout #order_review_heading {
  margin: 0 0 16px;
  color: var(--uzmp-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

body.uzsoft-marketplace-pro.woocommerce-checkout .form-row label {
  color: var(--uzmp-gray-600);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}

body.uzsoft-marketplace-pro.woocommerce-checkout .input-text,
body.uzsoft-marketplace-pro.woocommerce-checkout select,
body.uzsoft-marketplace-pro.woocommerce-checkout textarea {
  min-height: 44px;
  border: 1px solid var(--uzmp-gray-200) !important;
  border-radius: var(--uzmp-radius) !important;
  background: var(--uzmp-gray-50) !important;
  color: var(--uzmp-navy) !important;
  font-size: 14px !important;
  font-weight: 500;
}

body.uzsoft-marketplace-pro.woocommerce-checkout .input-text:focus,
body.uzsoft-marketplace-pro.woocommerce-checkout select:focus,
body.uzsoft-marketplace-pro.woocommerce-checkout textarea:focus {
  border-color: var(--uzmp-blue) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(29, 78, 216, .12) !important;
}

body.uzsoft-marketplace-pro.woocommerce-checkout .shop_table {
  overflow: hidden;
  border-radius: var(--uzmp-radius);
}

body.uzsoft-marketplace-pro.woocommerce-checkout .shop_table th {
  background: var(--uzmp-gray-50);
  color: var(--uzmp-gray-600);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

body.uzsoft-marketplace-pro.woocommerce-checkout .wc_payment_methods {
  padding: 14px !important;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius);
  background: var(--uzmp-gray-50);
}

body.uzsoft-marketplace-pro.woocommerce-checkout #place_order {
  min-height: 48px;
  border-radius: var(--uzmp-radius) !important;
  background: linear-gradient(135deg, var(--uzmp-blue) 0%, #3b82f6 100%) !important;
  color: #fff !important;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 14px !important;
  font-weight: 900 !important;
  box-shadow: var(--uzmp-shadow-blue);
}

body.uzsoft-marketplace-pro.woocommerce-checkout form.checkout {
  display: block;
}

body.uzsoft-marketplace-pro.woocommerce-checkout #customer_details {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  gap: 22px;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.uzsoft-marketplace-pro.woocommerce-checkout #customer_details > .col-lg-7,
body.uzsoft-marketplace-pro.woocommerce-checkout #customer_details > .col-lg-5 {
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
  padding: 0 !important;
}

body.uzsoft-marketplace-pro.woocommerce-checkout #customer_details > .col-lg-7 > .align-left,
body.uzsoft-marketplace-pro.woocommerce-checkout #customer_details > .col-lg-5 > .align-left {
  padding: 22px;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius-lg);
  background: #fff;
  box-shadow: var(--uzmp-shadow-md);
}

body.uzsoft-marketplace-pro.woocommerce-checkout #order_review {
  position: static;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.uzsoft-marketplace-pro.woocommerce-checkout #order_review_heading {
  padding: 0;
}

.uzsoft-mp-cart-notice {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
  padding: 13px 16px;
  border: 1px solid var(--uzmp-blue-lighter);
  border-radius: var(--uzmp-radius);
  background: var(--uzmp-blue-light);
  color: var(--uzmp-gray-600);
}

.uzsoft-mp-cart-notice strong {
  color: var(--uzmp-blue);
  font-weight: 900;
}

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

@media (max-width: 1100px) {.uzsoft-mp-shop-intro {
    grid-template-columns: 1fr;
  }

  .uzsoft-mp-shop-intro__chips {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  body.uzsoft-marketplace-pro {
    background: #f3f6fb;
  }

  body.home.uzsoft-marketplace-pro .elementor-element-213be24 {
    padding: 18px 18px 10px;
  }

  body.home.uzsoft-marketplace-pro .elementor-element-213be24 h1 {
    max-width: 340px;
    font-size: 31px;
    line-height: 1.14;
  }

  body.home.uzsoft-marketplace-pro .home-trending {
    margin: 0 20px 22px;
    border-radius: var(--uzmp-radius-lg);
  }

  body.home.uzsoft-marketplace-pro .home-trending > .elementor-container {
    min-height: 0;
    padding: 24px 20px 26px;
  }

  body.home.uzsoft-marketplace-pro .home-trending .elementor-column {
    width: 100% !important;
  }

  body.home.uzsoft-marketplace-pro .home-trending .elementor-widget-wrap {
    align-content: flex-start !important;
    align-items: flex-start !important;
  }

  body.home.uzsoft-marketplace-pro .home-trending .elementor-element-913b6a4 .porto-u-main-heading > * {
    font-size: 37px !important;
    line-height: 1.06 !important;
  }

  body.home.uzsoft-marketplace-pro .home-trending .elementor-element-28cbaba .elementor-heading-title {
    font-size: 16px !important;
  }

  body.home.uzsoft-marketplace-pro .home-trending img {
    max-width: 100%;
    margin-top: 10px;
  }

  body.home.uzsoft-marketplace-pro .home-trending .porto-hotspot {
    transform: scale(.82);
  }body.uzsoft-marketplace-pro .shop-loop-before {
    align-items: stretch;
    flex-direction: column;
    max-width: 100%;
    overflow: hidden;
  }

  .uzsoft-mp-shop-intro {
    padding: 16px;
    max-width: 100%;
  }

  .uzsoft-mp-shop-intro h2 {
    font-size: 21px;
    overflow-wrap: anywhere;
  }

  .uzsoft-mp-shop-intro p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .uzsoft-mp-shop-intro__chips {
    max-width: 100%;
    justify-content: flex-start;
  }

  .uzsoft-mp-shop-intro__chips a {
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.uzsoft-marketplace-pro .product-image,
  body.uzsoft-marketplace-pro .porto-tb-featured-image {
    min-height: 148px;
    padding: 12px;
  }

  body.uzsoft-marketplace-pro .product-image .inner,
  body.uzsoft-marketplace-pro .porto-tb-featured-image .inner {
    min-height: 124px;
  }

  body.uzsoft-marketplace-pro .product-image img,
  body.uzsoft-marketplace-pro .porto-tb-featured-image img {
    max-height: 132px;
  }

  body.uzsoft-marketplace-pro.single-product .product-summary-wrap {
    margin-top: 18px;
    padding: 14px;
  }

  body.uzsoft-marketplace-pro.single-product .page-top {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  body.uzsoft-marketplace-pro.single-product .page-top .page-title {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px !important;
    line-height: 1.18 !important;
  }

  body.uzsoft-marketplace-pro.single-product .page-top .breadcrumb {
    font-size: 11px;
    line-height: 1.45;
  }

  body.uzsoft-marketplace-pro.single-product .summary.entry-summary {
    padding-top: 4px;
  }

  body.uzsoft-marketplace-pro.single-product .product-images .img-thumbnail .inner,
  body.uzsoft-marketplace-pro.single-product .product-images .img-thumbnail img,
  body.uzsoft-marketplace-pro.single-product .woocommerce-product-gallery img {
    max-height: 260px;
    object-fit: contain;
  }

  body.uzsoft-marketplace-pro.single-product .product-thumbs-slider,
  body.uzsoft-marketplace-pro.single-product .product-thumbnails,
  body.uzsoft-marketplace-pro.single-product .product-thumbs {
    display: none !important;
  }

  body.uzsoft-marketplace-pro.single-product .product_title {
    font-size: 26px;
    line-height: 1.16;
  }

  body.uzsoft-marketplace-pro.single-product .summary .price {
    font-size: 28px;
  }

  body.uzsoft-marketplace-pro.single-product .single_add_to_cart_button {
    width: 100%;
  }

  body.uzsoft-marketplace-pro.single-product {
    padding-bottom: 76px;
  }

  .uzsoft-mp-mobile-buybar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 9998;
    display: grid;
    grid-template-columns: max-content minmax(118px, 1fr);
    align-items: center;
    gap: 10px;
    padding: 10px 10px 10px 14px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    border: 1px solid rgba(191, 219, 254, .9);
    border-radius: var(--uzmp-radius-md);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .2);
    backdrop-filter: blur(12px);
  }

  .uzsoft-mp-mobile-buybar__price {
    max-width: none;
    min-width: 0;
    overflow: hidden;
    color: var(--uzmp-blue);
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .uzsoft-mp-mobile-buybar button {
    width: 100%;
    min-height: 44px;
    overflow: hidden;
    padding: 0 12px;
    border: 0;
    border-radius: var(--uzmp-radius);
    background: linear-gradient(135deg, var(--uzmp-blue) 0%, #3b82f6 100%);
    color: #fff;
    font-family: Manrope, Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: var(--uzmp-shadow-blue);
  }

  body.uzsoft-marketplace-pro.single-product form.cart,
  .uzsoft-mp-product-benefits,
  body.uzsoft-marketplace-pro.woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  body.uzsoft-marketplace-pro.woocommerce-checkout #customer_details {
    grid-template-columns: 1fr;
  }

  body.uzsoft-marketplace-pro.woocommerce-checkout #order_review {
    position: static;
  }
}body.uzsoft-marketplace-pro .rating-wrap,
body.uzsoft-marketplace-pro .star-rating,
body.uzsoft-marketplace-pro .woocommerce-product-rating,
body.uzsoft-marketplace-pro .review-link,
body.uzsoft-marketplace-pro .product-rating {
  display: none !important;
}

body.uzsoft-marketplace-pro .cat-item a[href*="uncategorized"],
body.uzsoft-marketplace-pro .product-categories a[href*="uncategorized"] {
  display: none !important;
}

body.uzsoft-marketplace-pro .product-categories li:has(> a[href*="uncategorized"]),
body.uzsoft-marketplace-pro .cat-item:has(> a[href*="uncategorized"]) {
  display: none !important;
}

body.home.uzsoft-marketplace-pro .elementor-element-213be24 {
  padding-top: 10px;
}

body.home.uzsoft-marketplace-pro .elementor-element-213be24 h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(28px, 2.7vw, 38px);
}

body.home.uzsoft-marketplace-pro .home-trending {
  position: relative;
  max-width: 1188px;
  border: 0;
  background: linear-gradient(135deg, #10265f 0%, #1d4ed8 58%, #60a5fa 100%) !important;
  color: #fff;
}

body.home.uzsoft-marketplace-pro .home-trending::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

body.home.uzsoft-marketplace-pro .home-trending::after {
  content: "Click / Payme";
  position: absolute;
  right: 28px;
  bottom: 22px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
}

body.home.uzsoft-marketplace-pro .home-trending .elementor-element-913b6a4 .porto-u-main-heading > *,
body.home.uzsoft-marketplace-pro .home-trending .elementor-element-28cbaba .elementor-heading-title {
  color: #fff !important;
  text-shadow: 0 12px 24px rgba(15, 23, 42, .22);
}

body.home.uzsoft-marketplace-pro .home-trending .elementor-element-28cbaba .elementor-heading-title {
  color: #dbeafe !important;
}

body.home.uzsoft-marketplace-pro .home-trending .btn,
body.home.uzsoft-marketplace-pro .home-trending .elementor-button {
  background: #fff !important;
  color: var(--uzmp-blue) !important;
  box-shadow: 0 16px 32px rgba(15, 23, 42, .22);
}

body.uzsoft-marketplace-pro .main-content-wrap {
  align-items: flex-start;
}

body.uzsoft-marketplace-pro #main.column2 .main-content,
body.uzsoft-marketplace-pro #main.column2 .sidebar {
  padding-top: 40px;
}

body.uzsoft-marketplace-pro #main.column2 .page-content,
body.uzsoft-marketplace-pro #main.column2 .elementor-posts-container,
body.uzsoft-marketplace-pro .woocommerce .archive-products,
body.uzsoft-marketplace-pro.tax-product_cat .term-description {
  min-width: 0;
}

body.uzsoft-marketplace-pro.page:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout) #main.column2 .main-content .page-content,
body.uzsoft-marketplace-pro.single-post #main.column2 .main-content article.post {
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, .8);
  border-radius: var(--uzmp-radius-lg);
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--uzmp-shadow-md);
}

body.uzsoft-marketplace-pro.page:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout) #main.column2 .main-content .page-content {
  padding: 28px;
}

body.uzsoft-marketplace-pro .sidebar .widget,
body.uzsoft-marketplace-pro .sidebar .elementor-widget-container {
  overflow: hidden;
  margin-bottom: 18px;
  padding: 20px;
  border: 1px solid rgba(203, 213, 225, .8);
  border-radius: var(--uzmp-radius-lg);
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--uzmp-shadow-sm);
}

body.uzsoft-marketplace-pro .sidebar .widget-title,
body.uzsoft-marketplace-pro .sidebar h3,
body.uzsoft-marketplace-pro .sidebar h4 {
  color: var(--uzmp-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: .2px;
}

body.uzsoft-marketplace-pro .elementor-posts--skin-cards .elementor-post__card {
  overflow: hidden;
  border: 1px solid var(--uzmp-gray-200) !important;
  border-radius: var(--uzmp-radius-lg) !important;
  background: #fff !important;
  box-shadow: var(--uzmp-shadow-sm) !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

body.uzsoft-marketplace-pro .elementor-posts--skin-cards .elementor-post__card:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 78, 216, .25) !important;
  box-shadow: var(--uzmp-shadow-lg) !important;
}

body.uzsoft-marketplace-pro .elementor-posts--skin-cards .elementor-post__title,
body.uzsoft-marketplace-pro .elementor-posts--skin-cards .elementor-post__title a {
  color: var(--uzmp-navy) !important;
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.28 !important;
}

body.uzsoft-marketplace-pro .elementor-posts--skin-cards .elementor-post__read-more {
  color: var(--uzmp-blue) !important;
  font-weight: 900 !important;
  letter-spacing: .4px;
  text-transform: uppercase;
}

body.uzsoft-marketplace-pro .shop-loop-before,
body.uzsoft-marketplace-pro .woocommerce-pagination,
body.uzsoft-marketplace-pro .product-categories,
body.uzsoft-marketplace-pro .sidebar .widget_product_categories {
  border-radius: var(--uzmp-radius-lg);
}

body.uzsoft-marketplace-pro .sidebar .product-categories,
body.uzsoft-marketplace-pro .sidebar .product-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.uzsoft-marketplace-pro .sidebar .product-categories li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 34px;
}

body.uzsoft-marketplace-pro .sidebar .product-categories li ul {
  flex: 0 0 100%;
  padding-left: 14px;
}

body.uzsoft-marketplace-pro .sidebar .product-categories a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: flex-start;
  border-radius: var(--uzmp-radius-sm);
  color: var(--uzmp-gray-600);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

body.uzsoft-marketplace-pro .sidebar .product-categories .count {
  margin-left: auto;
  color: var(--uzmp-gray-500);
  font-size: 12px;
  font-weight: 800;
}

body.uzsoft-marketplace-pro .sidebar .product-categories a:hover {
  color: var(--uzmp-blue);
}

body.uzsoft-marketplace-pro.woocommerce-cart .woo-page-header,
body.uzsoft-marketplace-pro.woocommerce-checkout .woo-page-header {
  overflow: hidden;
}

body.uzsoft-marketplace-pro.woocommerce-cart .woo-page-header .breadcrumb,
body.uzsoft-marketplace-pro.woocommerce-checkout .woo-page-header .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

body.uzsoft-marketplace-pro.woocommerce-cart .woo-page-header .breadcrumb li,
body.uzsoft-marketplace-pro.woocommerce-checkout .woo-page-header .breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

body.uzsoft-marketplace-pro.woocommerce-cart .cart_totals {
  margin-bottom: 28px;
}

@media (max-width: 991px) {
  body.uzsoft-marketplace-pro #main.column2 .main-content,
  body.uzsoft-marketplace-pro #main.column2 .sidebar {
    padding-top: 24px;
  }

  body.uzsoft-marketplace-pro #main.column2 .main-content .page-content {
    padding: 20px;
  }
}

@media (max-width: 767px) {body.home.uzsoft-marketplace-pro .elementor-element-213be24 h1 {
    margin-bottom: 14px;
    font-size: 28px;
  }

  body.home.uzsoft-marketplace-pro .home-trending {
    margin-left: 12px;
    margin-right: 12px;
  }

  body.home.uzsoft-marketplace-pro .home-trending::after {
    right: 18px;
    bottom: 16px;
    font-size: 10px;
  }

  .uzsoft-mp-shop-intro {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .uzsoft-mp-shop-intro h2,
  .uzsoft-mp-shop-intro p,
  .uzsoft-mp-shop-intro__copy {
    min-width: 0;
    max-width: 100%;
  }

  body.uzsoft-marketplace-pro .woocommerce-products-header__title,
  body.uzsoft-marketplace-pro .page-title,
  body.uzsoft-marketplace-pro .entry-title {
    overflow-wrap: anywhere;
  }

  body.uzsoft-marketplace-pro.woocommerce-cart .woo-page-header .breadcrumb,
  body.uzsoft-marketplace-pro.woocommerce-checkout .woo-page-header .breadcrumb {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  body.uzsoft-marketplace-pro.woocommerce-cart .woo-page-header .breadcrumb li,
  body.uzsoft-marketplace-pro.woocommerce-checkout .woo-page-header .breadcrumb li {
    flex: 0 0 auto;
    font-size: 16px;
  }

  body.uzsoft-marketplace-pro.woocommerce-cart .shop_table .product-name,
  body.uzsoft-marketplace-pro.woocommerce-checkout .shop_table .product-name {
    overflow-wrap: anywhere;
  }

  body.uzsoft-marketplace-pro.page:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout) #main.column2 .main-content .page-content {
    padding: 18px;
  }

  body.uzsoft-marketplace-pro .elementor-posts--skin-cards .elementor-post__title,
  body.uzsoft-marketplace-pro .elementor-posts--skin-cards .elementor-post__title a {
    font-size: 17px !important;
  }
}

/* v1.3.0 UI/UX and local SEO pass */
body.uzsoft-marketplace-pro .main-content,
body.uzsoft-marketplace-pro .sidebar,
body.uzsoft-marketplace-pro .page-content,
body.uzsoft-marketplace-pro .elementor,
body.uzsoft-marketplace-pro .elementor-section,
body.uzsoft-marketplace-pro .elementor-container,
body.uzsoft-marketplace-pro .elementor-column,
body.uzsoft-marketplace-pro .elementor-widget-wrap,
body.uzsoft-marketplace-pro .woocommerce,
body.uzsoft-marketplace-pro .archive-products,
body.uzsoft-marketplace-pro .products,
body.uzsoft-marketplace-pro .term-description {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

body.uzsoft-marketplace-pro .page-content p,
body.uzsoft-marketplace-pro .page-content li,
body.uzsoft-marketplace-pro .page-content h1,
body.uzsoft-marketplace-pro .page-content h2,
body.uzsoft-marketplace-pro .page-content h3,
body.uzsoft-marketplace-pro .term-description p,
body.uzsoft-marketplace-pro .term-description li,
body.uzsoft-marketplace-pro .term-description h1,
body.uzsoft-marketplace-pro .term-description h2,
body.uzsoft-marketplace-pro .term-description h3,
body.uzsoft-marketplace-pro .woocommerce-loop-product__title {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.uzsoft-mp-local-trust {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .95fr);
  gap: 16px;
  align-items: center;
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(191, 219, 254, .9);
  border-radius: var(--uzmp-radius-lg);
  background: linear-gradient(135deg, #fff 0%, #eef6ff 100%);
  box-shadow: var(--uzmp-shadow-md);
}

.uzsoft-mp-local-trust__copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.uzsoft-mp-local-trust__copy strong {
  color: var(--uzmp-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.uzsoft-mp-local-trust__copy span {
  color: var(--uzmp-gray-600);
  font-size: 13px;
  line-height: 1.55;
}

.uzsoft-mp-local-trust__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.uzsoft-mp-local-trust__facts div {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius);
  background: rgba(255, 255, 255, .86);
}

.uzsoft-mp-local-trust__facts small,
.uzsoft-mp-local-trust__facts b {
  display: block;
  min-width: 0;
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
}

.uzsoft-mp-local-trust__facts small {
  margin-bottom: 3px;
  color: var(--uzmp-gray-500);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.uzsoft-mp-local-trust__facts b {
  color: var(--uzmp-blue);
  font-size: 12px;
  font-weight: 900;
}

body.uzsoft-marketplace-pro .sidebar .product-categories li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  column-gap: 8px;
  row-gap: 4px;
}

body.uzsoft-marketplace-pro .sidebar .product-categories li ul {
  grid-column: 1 / -1;
}

body.uzsoft-marketplace-pro .sidebar .product-categories a {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

body.uzsoft-marketplace-pro .sidebar .product-categories .count {
  min-width: 36px;
  margin-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  body.home.uzsoft-marketplace-pro .elementor-element-213be24 {
    padding: 18px 12px 10px;
  }

  body.home.uzsoft-marketplace-pro .elementor-element-213be24 h1 {
    max-width: calc(100vw - 24px) !important;
    font-size: 26px !important;
    line-height: 1.16 !important;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  body.home.uzsoft-marketplace-pro .elementor-element-213be24 .porto-u-heading,
  body.home.uzsoft-marketplace-pro .elementor-element-213be24 .porto-u-sub-heading {
    width: 100% !important;
    max-width: calc(100vw - 24px) !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  body.home.uzsoft-marketplace-pro .home-trending {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin: 0 auto 22px !important;
  }

  body.home.uzsoft-marketplace-pro .home-trending > .elementor-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px 18px 24px !important;
  }

  body.home.uzsoft-marketplace-pro .home-trending .elementor-element-913b6a4 .porto-u-main-heading > * {
    max-width: 100%;
    font-size: 32px !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  body.home.uzsoft-marketplace-pro .home-trending .porto-u-heading,
  body.home.uzsoft-marketplace-pro .home-trending .porto-u-main-heading,
  body.home.uzsoft-marketplace-pro .home-trending .porto-u-sub-heading {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  body.home.uzsoft-marketplace-pro .home-trending .elementor-element-28cbaba .elementor-heading-title {
    white-space: normal !important;
  }

  body.home.uzsoft-marketplace-pro .home-trending .elementor-button,
  body.home.uzsoft-marketplace-pro .home-trending .btn {
    width: 100%;
    max-width: 100%;
    padding-left: 14px !important;
    padding-right: 14px !important;
    text-align: center;
  }

  .uzsoft-mp-local-trust {
    width: min(100%, calc(100vw - 40px));
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 18px;
    padding: 14px;
  }

  .uzsoft-mp-local-trust__copy strong {
    font-size: 16px;
    white-space: normal !important;
  }

  .uzsoft-mp-local-trust__copy span {
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .uzsoft-mp-local-trust__facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .uzsoft-mp-local-trust__facts small,
  .uzsoft-mp-local-trust__facts b {
    white-space: normal;
  }

  .uzsoft-mp-shop-intro {
    width: min(100%, calc(100vw - 40px));
    max-width: min(100%, calc(100vw - 40px));
    padding: 16px;
  }

  .uzsoft-mp-shop-intro h2 {
    font-size: 20px !important;
    line-height: 1.18;
    word-break: normal;
    white-space: normal !important;
  }

  .uzsoft-mp-shop-intro p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body.uzsoft-marketplace-pro .shop-loop-before {
    display: grid;
    width: min(100%, calc(100vw - 40px));
    max-width: min(100%, calc(100vw - 40px));
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 0;
    padding: 12px;
  }

  body.uzsoft-marketplace-pro .shop-loop-before > *,
  body.uzsoft-marketplace-pro .shop-loop-before form,
  body.uzsoft-marketplace-pro .shop-loop-before nav {
    min-width: 0;
    max-width: 100%;
  }

  body.uzsoft-marketplace-pro .shop-loop-before .woocommerce-ordering,
  body.uzsoft-marketplace-pro .shop-loop-before .woocommerce-viewing {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }

  body.uzsoft-marketplace-pro .shop-loop-before select {
    max-width: 100%;
  }

  body.uzsoft-marketplace-pro .shop-loop-before .woocommerce-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body.uzsoft-marketplace-pro .shop-loop-before .woocommerce-pagination > ul.page-numbers {
    display: none !important;
  }

  body.uzsoft-marketplace-pro .shop-loop-before .gridlist-toggle {
    display: inline-flex;
    align-self: start;
    margin: 0;
  }

  body.uzsoft-marketplace-pro.tax-product_cat .term-description,
  body.uzsoft-marketplace-pro.page:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout) .page-content,
  body.uzsoft-marketplace-pro.tax-product_cat .term-description .elementor,
  body.uzsoft-marketplace-pro.tax-product_cat .term-description .elementor-section,
  body.uzsoft-marketplace-pro.tax-product_cat .term-description .elementor-container,
  body.uzsoft-marketplace-pro.tax-product_cat .term-description .elementor-column,
  body.uzsoft-marketplace-pro.tax-product_cat .term-description .elementor-widget-wrap {
    width: min(100%, calc(100vw - 40px)) !important;
    max-width: min(100%, calc(100vw - 40px)) !important;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  body.uzsoft-marketplace-pro.tax-product_cat .term-description .elementor-section,
  body.uzsoft-marketplace-pro.page:not(.home) .page-content .elementor-section {
    left: auto !important;
    right: auto !important;
  }

  body.uzsoft-marketplace-pro.tax-product_cat .term-description .elementor-heading-title,
  body.uzsoft-marketplace-pro.page:not(.home) .page-content .elementor-heading-title {
    max-width: 100%;
    font-size: 24px !important;
    line-height: 1.22 !important;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  body.uzsoft-marketplace-pro.tax-product_cat .term-description p,
  body.uzsoft-marketplace-pro.page:not(.home) .page-content p,
  body.uzsoft-marketplace-pro.page:not(.home) .page-content li {
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body.uzsoft-marketplace-pro.tax-product_cat .term-description .elementor-widget-container,
  body.uzsoft-marketplace-pro.tax-product_cat .term-description .elementor-text-editor,
  body.uzsoft-marketplace-pro.page:not(.home) .page-content .elementor-widget-container,
  body.uzsoft-marketplace-pro.page:not(.home) .page-content .elementor-text-editor {
    max-width: 100%;
    overflow: visible;
    white-space: normal !important;
  }

  body.uzsoft-marketplace-pro.page:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout) #main.column2 .main-content .page-content {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* v1.3.1 mobile overflow guard for Elementor/Porto text blocks */
@media (max-width: 767px) {
  body.uzsoft-marketplace-pro .container,
  body.uzsoft-marketplace-pro .container-fluid,
  body.uzsoft-marketplace-pro #main,
  body.uzsoft-marketplace-pro .main-content-wrap,
  body.uzsoft-marketplace-pro .main-content,
  body.uzsoft-marketplace-pro .page-content,
  body.uzsoft-marketplace-pro .term-description,
  body.uzsoft-marketplace-pro .archive-products,
  body.uzsoft-marketplace-pro .woocommerce {
    max-width: 100vw !important;
    overflow-x: hidden;
  }

  body.home.uzsoft-marketplace-pro .elementor-element-213be24,
  body.home.uzsoft-marketplace-pro .elementor-element-213be24 .e-con-inner,
  body.home.uzsoft-marketplace-pro .elementor-element-213be24 .elementor-widget,
  body.home.uzsoft-marketplace-pro .elementor-element-213be24 .porto-u-heading,
  body.home.uzsoft-marketplace-pro .elementor-element-213be24 .porto-u-sub-heading,
  body.home.uzsoft-marketplace-pro .home-trending .elementor-widget-wrap,
  body.home.uzsoft-marketplace-pro .home-trending .porto-u-heading,
  body.home.uzsoft-marketplace-pro .home-trending .porto-u-main-heading,
  .uzsoft-mp-shop-intro,
  .uzsoft-mp-local-trust,
  body.uzsoft-marketplace-pro .shop-loop-before,
  body.uzsoft-marketplace-pro.tax-product_cat .term-description,
  body.uzsoft-marketplace-pro.page:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout) #main.column2 .main-content .page-content {
    width: min(320px, calc(100vw - 32px)) !important;
    max-width: min(320px, calc(100vw - 32px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home.uzsoft-marketplace-pro .home-trending {
    width: min(366px, calc(100vw - 24px)) !important;
    max-width: min(366px, calc(100vw - 24px)) !important;
  }

  body.home.uzsoft-marketplace-pro .elementor-element-213be24 h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 23px !important;
    text-align: center;
  }

  body.home.uzsoft-marketplace-pro .home-trending .elementor-element-913b6a4 .porto-u-main-heading > * {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 28px !important;
  }

  body.home.uzsoft-marketplace-pro .home-trending .elementor-element-28cbaba .elementor-heading-title {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px !important;
  }

  body.uzsoft-marketplace-pro .page-content .elementor-widget,
  body.uzsoft-marketplace-pro .page-content .elementor-widget-container,
  body.uzsoft-marketplace-pro .page-content .elementor-text-editor,
  body.uzsoft-marketplace-pro .page-content .elementor-heading-title,
  body.uzsoft-marketplace-pro .term-description .elementor-widget,
  body.uzsoft-marketplace-pro .term-description .elementor-widget-container,
  body.uzsoft-marketplace-pro .term-description .elementor-text-editor,
  body.uzsoft-marketplace-pro .term-description .elementor-heading-title,
  .uzsoft-mp-shop-intro *,
  .uzsoft-mp-local-trust * {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal;
  }

  body.uzsoft-marketplace-pro .page-content .elementor-text-editor,
  body.uzsoft-marketplace-pro .term-description .elementor-text-editor,
  body.uzsoft-marketplace-pro .page-content p,
  body.uzsoft-marketplace-pro .term-description p,
  body.uzsoft-marketplace-pro .page-content li,
  body.uzsoft-marketplace-pro .term-description li {
    font-size: 14px;
    line-height: 1.68;
  }

  body.uzsoft-marketplace-pro .page-top .breadcrumb {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 8px;
    width: min(340px, calc(100vw - 32px));
    max-width: min(340px, calc(100vw - 32px));
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  body.uzsoft-marketplace-pro .page-top .breadcrumb li,
  body.uzsoft-marketplace-pro .page-top .breadcrumb a,
  body.uzsoft-marketplace-pro .page-top .breadcrumb span {
    flex: 0 0 auto;
    white-space: nowrap !important;
  }
}

/* v1.3.2 polish: readable local facts and long mobile breadcrumbs */
@media (min-width: 768px) and (max-width: 1199px) {
  .uzsoft-mp-local-trust {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* v1.3.3 desktop polish for local trust facts */
@media (min-width: 1200px) {
  .uzsoft-mp-local-trust__facts b {
    overflow-wrap: normal;
    white-space: nowrap;
  }
}

/* v1.3.4 mobile breadcrumb polish */
@media (max-width: 767px) {
  body.uzsoft-marketplace-pro .page-top .breadcrumb {
    flex-wrap: wrap !important;
    justify-content: center !important;
    overflow: visible;
    white-space: normal;
    line-height: 1.45;
  }

  body.uzsoft-marketplace-pro .page-top .breadcrumb li,
  body.uzsoft-marketplace-pro .page-top .breadcrumb a,
  body.uzsoft-marketplace-pro .page-top .breadcrumb span {
    min-width: 0;
    max-width: 100%;
    flex: 0 1 auto;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body.uzsoft-marketplace-pro.single-product .page-top .breadcrumb li:last-child {
    flex-basis: 100%;
    text-align: center;
  }

  body.uzsoft-marketplace-pro .page-top .breadcrumbs-wrap {
    width: min(340px, calc(100vw - 32px));
    max-width: min(340px, calc(100vw - 32px));
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  body.uzsoft-marketplace-pro .page-top .yoast-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 7px;
    max-width: 100%;
    line-height: 1.45;
    white-space: normal;
  }

  body.uzsoft-marketplace-pro .page-top .yoast-breadcrumbs > span,
  body.uzsoft-marketplace-pro .page-top .yoast-breadcrumbs a,
  body.uzsoft-marketplace-pro .page-top .yoast-breadcrumbs strong {
    min-width: 0;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body.uzsoft-marketplace-pro.single-product .page-top .yoast-breadcrumbs .breadcrumb_last {
    flex: 0 1 100%;
    text-align: center;
  }
}

/* v1.3.5 Yoast mobile breadcrumb support */

/* v1.3.6 home product card polish */
body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius-md);
  background: #fff;
  box-shadow: var(--uzmp-shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced:hover {
  transform: translateY(-3px);
  border-color: rgba(29, 78, 216, .22);
  box-shadow: var(--uzmp-shadow-lg);
}

body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced .product-image {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: center;
  padding: 18px 18px 50px !important;
  border: 0;
}

body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced .product-image .img-thumbnail {
  display: flex !important;
  width: 100%;
  min-height: 142px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced .product-image img {
  width: auto !important;
  max-width: 86% !important;
  max-height: 176px !important;
  margin: 0 auto;
  object-fit: contain;
}

body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced .product-content {
  padding: 16px 18px 18px !important;
}

body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced .tb-meta-product_cat,
body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced .post-title,
body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced .price {
  text-align: left !important;
}

body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced .post-title a {
  color: var(--uzmp-navy);
  text-decoration: none;
}

@media (max-width: 767px) {
  body.home.uzsoft-marketplace-pro .porto-posts-grid .product {
    margin-bottom: 18px;
  }

  body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced {
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .10);
  }

  body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced .product-image {
    min-height: 184px;
    padding: 16px 14px 48px !important;
  }

  body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced .product-image .img-thumbnail {
    min-height: 120px;
  }

  body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced .product-image img {
    max-width: 78% !important;
    max-height: 150px !important;
  }

  body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced .uzsoft-loop-cart-button {
    min-height: 42px !important;
    border-radius: 0 !important;
  }

  body.home.uzsoft-marketplace-pro .porto-posts-grid .product-type-advanced .product-content {
    padding: 14px 16px 16px !important;
  }
}

/* v1.3.8 mobile catalog usability */
@media (max-width: 767px) {
  body.uzsoft-marketplace-pro .shop-loop-before,
  body.uzsoft-marketplace-pro .shop-loop-before *,
  body.uzsoft-marketplace-pro .woocommerce-ordering,
  body.uzsoft-marketplace-pro .woocommerce-viewing,
  body.uzsoft-marketplace-pro .gridlist-toggle {
    position: static !important;
  }

  body.uzsoft-marketplace-pro .archive-products .products-container,
  body.uzsoft-marketplace-pro .archive-products ul.products,
  body.uzsoft-marketplace-pro .products-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  body.uzsoft-marketplace-pro .archive-products .product-col,
  body.uzsoft-marketplace-pro ul.products .product-col,
  body.uzsoft-marketplace-pro .products-container .product-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }

  body.uzsoft-marketplace-pro .archive-products .product,
  body.uzsoft-marketplace-pro .products-container .product {
    min-width: 0;
  }

  body.uzsoft-marketplace-pro .archive-products .product-inner,
  body.uzsoft-marketplace-pro .products-container .product-inner,
  body.uzsoft-marketplace-pro .products-container .product-default {
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .10);
  }

  body.uzsoft-marketplace-pro .archive-products .sale-product-daily-deal,
  body.uzsoft-marketplace-pro .products-container .sale-product-daily-deal {
    display: none !important;
  }

  body.uzsoft-marketplace-pro .archive-products .woocommerce-loop-product__title,
  body.uzsoft-marketplace-pro .products-container .woocommerce-loop-product__title,
  body.uzsoft-marketplace-pro .archive-products .porto-heading.post-title,
  body.uzsoft-marketplace-pro .products-container .porto-heading.post-title {
    min-height: 0 !important;
    -webkit-line-clamp: 3 !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  body.uzsoft-marketplace-pro .archive-products .product-details,
  body.uzsoft-marketplace-pro .products-container .product-details,
  body.uzsoft-marketplace-pro .archive-products .product-content,
  body.uzsoft-marketplace-pro .products-container .product-content {
    padding: 14px 16px 16px !important;
    text-align: left !important;
  }

  body.uzsoft-marketplace-pro .archive-products .price,
  body.uzsoft-marketplace-pro .products-container .price {
    white-space: normal !important;
  }

  body.uzsoft-marketplace-pro .archive-products .price ins bdi,
  body.uzsoft-marketplace-pro .products-container .price ins bdi,
  body.uzsoft-marketplace-pro .archive-products .price > .amount bdi,
  body.uzsoft-marketplace-pro .products-container .price > .amount bdi {
    white-space: nowrap;
  }

  body.uzsoft-marketplace-pro .archive-products .add-links-wrap,
  body.uzsoft-marketplace-pro .products-container .add-links-wrap,
  body.uzsoft-marketplace-pro .archive-products .add-links,
  body.uzsoft-marketplace-pro .products-container .add-links {
    width: 100% !important;
  }

  body.uzsoft-marketplace-pro .archive-products .add-links .button,
  body.uzsoft-marketplace-pro .products-container .add-links .button,
  body.uzsoft-marketplace-pro .archive-products a.add_to_cart_button,
  body.uzsoft-marketplace-pro .products-container a.add_to_cart_button {
    width: 100% !important;
  }

  body.uzsoft-marketplace-pro.single-product .uzsoft-mp-mobile-buybar {
    right: 72px;
    grid-template-columns: max-content minmax(104px, 1fr);
  }
}

/* v1.4.1 product title and mobile chat collision polish */
body.uzsoft-marketplace-pro .archive-products .woocommerce-loop-product__title,
body.uzsoft-marketplace-pro .products-container .woocommerce-loop-product__title,
body.uzsoft-marketplace-pro .related.products .woocommerce-loop-product__title,
body.uzsoft-marketplace-pro .archive-products .porto-heading.post-title,
body.uzsoft-marketplace-pro .products-container .porto-heading.post-title,
body.uzsoft-marketplace-pro .related.products .porto-heading.post-title {
  display: block !important;
  min-height: 0 !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  -webkit-line-clamp: initial !important;
}

body.uzsoft-marketplace-pro .archive-products .woocommerce-loop-product__title a,
body.uzsoft-marketplace-pro .products-container .woocommerce-loop-product__title a,
body.uzsoft-marketplace-pro .related.products .woocommerce-loop-product__title a,
body.uzsoft-marketplace-pro .archive-products .porto-heading.post-title a,
body.uzsoft-marketplace-pro .products-container .porto-heading.post-title a,
body.uzsoft-marketplace-pro .related.products .porto-heading.post-title a {
  white-space: normal !important;
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  html body jdiv[class*="__jivoDesktopButton"],
  html body jdiv[class*="__jivoMobileButton"],
  html body jdiv[class*="wrap__"][class*="_orientationRight"] {
    top: auto !important;
    right: 8px !important;
    bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    left: auto !important;
    transform: scale(.82);
    transform-origin: bottom right;
  }

  html body jdiv#jcont {
    bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    max-height: calc(100vh - 120px) !important;
  }

  body.uzsoft-marketplace-pro.single-product .uzsoft-mp-mobile-buybar {
    right: 10px;
    bottom: 10px;
  }
}

/* v1.4.6 closer match to variant-A-PRO template */
.uzsoft-mp-category-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 20px;
}

.uzsoft-mp-category-card {
  position: relative;
  display: grid;
  min-height: 168px;
  grid-template-rows: auto auto 1fr auto;
  gap: 8px;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius-md);
  background: #fff;
  color: var(--uzmp-gray-600);
  text-decoration: none !important;
  box-shadow: var(--uzmp-shadow-xs);
  transition: transform .25s var(--uzmp-ease), box-shadow .25s var(--uzmp-ease), border-color .25s var(--uzmp-ease), background .25s var(--uzmp-ease);
}

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

.uzsoft-mp-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 78, 216, .38);
  background: linear-gradient(180deg, #fff 0%, var(--uzmp-blue-light) 100%);
  color: var(--uzmp-gray-600);
  box-shadow: var(--uzmp-shadow-blue);
}

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

.uzsoft-mp-category-card__icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: var(--uzmp-radius-md);
  background: linear-gradient(135deg, var(--uzmp-blue-light) 0%, var(--uzmp-blue-lighter) 100%);
  color: var(--uzmp-blue);
}

.uzsoft-mp-category-card__icon::before,
.uzsoft-mp-category-card__icon::after {
  content: "";
  position: absolute;
  border-color: currentColor;
}

.uzsoft-mp-category-card__icon::before {
  inset: 13px 12px;
  border: 2px solid currentColor;
  border-radius: 6px;
}

.uzsoft-mp-category-card__icon::after {
  top: 18px;
  left: 17px;
  width: 14px;
  border-top: 2px solid currentColor;
}

.uzsoft-mp-category-card strong {
  color: var(--uzmp-navy);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.uzsoft-mp-category-card small {
  color: var(--uzmp-gray-500);
  font-size: 12.5px;
  line-height: 1.55;
}

.uzsoft-mp-category-card b {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 28px;
  align-items: center;
  padding: 4px 10px;
  border-radius: var(--uzmp-radius-sm);
  background: var(--uzmp-gray-100);
  color: var(--uzmp-blue);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

body.uzsoft-marketplace-pro .product .onsale,
body.uzsoft-marketplace-pro .product-label.sale,
body.uzsoft-marketplace-pro .product-labels .onsale {
  border-radius: var(--uzmp-radius-sm) !important;
  background: linear-gradient(135deg, var(--uzmp-red) 0%, #ef4444 100%) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .6px !important;
  text-transform: uppercase !important;
  box-shadow: var(--uzmp-shadow-sm);
}

body.uzsoft-marketplace-pro .product .yith-wcwl-add-to-wishlist a,
body.uzsoft-marketplace-pro .product .add_to_wishlist,
body.uzsoft-marketplace-pro .product .quickview {
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .9) !important;
  color: var(--uzmp-gray-400) !important;
  box-shadow: var(--uzmp-shadow-sm);
  backdrop-filter: blur(10px);
}

body.uzsoft-marketplace-pro .product .yith-wcwl-add-to-wishlist a:hover,
body.uzsoft-marketplace-pro .product .add_to_wishlist:hover,
body.uzsoft-marketplace-pro .product .quickview:hover {
  background: var(--uzmp-red) !important;
  color: #fff !important;
}

body.uzsoft-marketplace-pro .product .price ins {
  color: var(--uzmp-blue) !important;
  text-decoration: none !important;
}

body.uzsoft-marketplace-pro .product .price del {
  display: inline-block;
  margin-right: 6px;
}

.uzsoft-mp-product-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 12px;
}

.uzsoft-mp-product-kicker span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 11px;
  border-radius: var(--uzmp-radius-sm);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.uzsoft-mp-product-kicker__brand {
  background: linear-gradient(135deg, var(--uzmp-blue-light) 0%, var(--uzmp-blue-lighter) 100%);
  color: var(--uzmp-blue);
  text-transform: uppercase;
}

.uzsoft-mp-product-kicker__code {
  background: #fff;
  color: var(--uzmp-gray-500);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

.uzsoft-mp-product-kicker__stock {
  background: var(--uzmp-green-light);
  color: #047857;
}

.uzsoft-mp-product-feature-list {
  display: grid;
  gap: 8px;
  margin: 14px 0;
  padding: 16px;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius-md);
  background: #fff;
}

.uzsoft-mp-product-feature-list strong {
  color: var(--uzmp-gray-500);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.uzsoft-mp-product-feature-list span {
  position: relative;
  min-height: 22px;
  padding-left: 28px;
  color: var(--uzmp-gray-700);
  font-size: 13px;
  line-height: 1.45;
}

.uzsoft-mp-product-feature-list span::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--uzmp-green-light);
}

.uzsoft-mp-product-feature-list span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--uzmp-green);
  border-bottom: 2px solid var(--uzmp-green);
  transform: rotate(-45deg);
}

body.uzsoft-marketplace-pro.single-product .summary.entry-summary {
  position: relative;
  box-shadow: var(--uzmp-shadow-xs);
}

body.uzsoft-marketplace-pro.single-product .summary.entry-summary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  border-radius: var(--uzmp-radius-lg) var(--uzmp-radius-lg) 0 0;
  background: linear-gradient(90deg, var(--uzmp-blue), #3b82f6);
}

.uzsoft-mp-payment-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius);
  background: var(--uzmp-gray-50);
}

.uzsoft-mp-payment-chips strong {
  flex: 0 0 100%;
  color: var(--uzmp-gray-500);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.uzsoft-mp-payment-chips span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 10px;
  border: 1px solid var(--uzmp-gray-200);
  border-radius: var(--uzmp-radius-sm);
  background: #fff;
  color: var(--uzmp-blue);
  font-size: 12px;
  font-weight: 900;
}

body.uzsoft-marketplace-pro.woocommerce-cart .cart_item {
  transition: background .2s var(--uzmp-ease);
}

body.uzsoft-marketplace-pro.woocommerce-cart .cart_item:hover {
  background: var(--uzmp-gray-50);
}

body.uzsoft-marketplace-pro.woocommerce-cart .product-remove a {
  border-radius: var(--uzmp-radius-sm);
  color: var(--uzmp-gray-400) !important;
}

body.uzsoft-marketplace-pro.woocommerce-cart .product-remove a:hover {
  background: var(--uzmp-red-light);
  color: var(--uzmp-red) !important;
}

@media (min-width: 992px) {
  body.uzsoft-marketplace-pro.single-product .summary.entry-summary {
    position: sticky;
    top: 24px;
  }
}

@media (max-width: 1199px) {
  .uzsoft-mp-category-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .uzsoft-mp-category-cards {
    width: min(366px, calc(100vw - 24px));
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .uzsoft-mp-category-card {
    min-height: 0;
    padding: 18px;
  }

  .uzsoft-mp-product-kicker {
    margin-top: 8px;
  }

  .uzsoft-mp-product-kicker span {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .uzsoft-mp-product-feature-list,
  .uzsoft-mp-payment-chips {
    padding: 14px;
  }

  body.uzsoft-marketplace-pro.woocommerce-cart .shop_table.cart,
  body.uzsoft-marketplace-pro.woocommerce-cart .shop_table.cart tbody,
  body.uzsoft-marketplace-pro.woocommerce-cart .shop_table.cart tr,
  body.uzsoft-marketplace-pro.woocommerce-cart .shop_table.cart td {
    display: block;
    width: 100% !important;
  }

  body.uzsoft-marketplace-pro.woocommerce-cart .shop_table.cart tr.cart_item {
    margin: 12px;
    padding: 12px;
    border: 1px solid var(--uzmp-gray-200);
    border-radius: var(--uzmp-radius-md);
    background: #fff;
    box-shadow: var(--uzmp-shadow-xs);
  }
}@media (max-width: 1199px) {}

@media (max-width: 767px) {}@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}
