body.ih-modern-ui {
  --ih-bg: #f5f7fb;
  --ih-bg-alt: #eef2f9;
  --ih-surface: rgba(255, 255, 255, 0.88);
  --ih-surface-strong: rgba(255, 255, 255, 0.96);
  --ih-surface-soft: rgba(255, 255, 255, 0.62);
  --ih-border: rgba(15, 23, 42, 0.08);
  --ih-border-strong: rgba(15, 23, 42, 0.12);
  --ih-text: #0f172a;
  --ih-text-soft: #475569;
  --ih-title: #0b1220;
  --ih-accent: #2563eb;
  --ih-accent-soft: rgba(37, 99, 235, 0.10);
  --ih-accent-strong: linear-gradient(135deg, #2563eb 0%, #4f46e5 52%, #06b6d4 100%);
  --ih-shadow-soft: 0 10px 28px rgba(15, 23, 42, 0.06);
  --ih-shadow-strong: 0 16px 40px rgba(15, 23, 42, 0.08);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.07), transparent 28%),
    radial-gradient(circle at top right, rgba(6, 182, 212, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #f3f6fb 36%, #eef2f7 100%);
  color: var(--ih-text);
}

body.ih-modern-ui.dark-mode {
  --ih-bg: #070b14;
  --ih-bg-alt: #0d1423;
  --ih-surface: rgba(11, 18, 32, 0.80);
  --ih-surface-strong: rgba(11, 18, 32, 0.94);
  --ih-surface-soft: rgba(18, 28, 48, 0.70);
  --ih-border: rgba(148, 163, 184, 0.12);
  --ih-border-strong: rgba(148, 163, 184, 0.18);
  --ih-text: #d7e0ee;
  --ih-text-soft: #93a4bb;
  --ih-title: #f8fbff;
  --ih-accent: #60a5fa;
  --ih-accent-soft: rgba(96, 165, 250, 0.12);
  --ih-accent-strong: linear-gradient(135deg, #1d4ed8 0%, #4338ca 46%, #0891b2 100%);
  --ih-shadow-soft: 0 14px 36px rgba(2, 6, 23, 0.26);
  --ih-shadow-strong: 0 20px 52px rgba(2, 6, 23, 0.34);
  background:
    radial-gradient(circle at top left, rgba(29, 78, 216, 0.11), transparent 26%),
    radial-gradient(circle at top right, rgba(8, 145, 178, 0.08), transparent 20%),
    linear-gradient(180deg, #05080f 0%, #0a1019 34%, #0c1320 100%);
  color: var(--ih-text);
}

body.ih-modern-ui .container,
body.ih-modern-ui .container-fluid {
  position: relative;
}

body.ih-modern-ui .top-bar,
body.ih-modern-ui .main-menu,
body.ih-modern-ui #footer,
body.ih-modern-ui #wrapper,
body.ih-modern-ui .section-slider,
body.ih-modern-ui .ih-home-story-stage {
  position: relative;
  z-index: 2;
}

body.ih-modern-ui .top-bar {
  background: transparent;
  border: 0;
  padding: 8px 0 6px;
}

body.ih-modern-ui .top-bar .container,
body.ih-modern-ui .ih-site-nav-top > .container,
body.ih-modern-ui .ih-site-nav-main .container,
body.ih-modern-ui #footer .container,
body.ih-modern-ui .ih-homepage-container {
  max-width: 1280px;
}

body.ih-modern-ui .top-bar .row {
  margin: 0;
  padding: 0 14px;
  min-height: 40px;
  border: 1px solid var(--ih-border);
  border-radius: 10px;
  background: var(--ih-surface);
  box-shadow: var(--ih-shadow-soft);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  align-items: center;
}

body.ih-modern-ui .top-bar .navbar-nav {
  gap: 10px;
  align-items: center;
}

body.ih-modern-ui .top-bar .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--ih-text-soft);
  transition: color .2s ease, opacity .2s ease;
}

body.ih-modern-ui .top-bar .nav-link:hover,
body.ih-modern-ui .top-bar .nav-link:focus {
  color: var(--ih-title);
}

body.ih-modern-ui.dark-mode .top-bar .nav-link:hover,
body.ih-modern-ui.dark-mode .top-bar .nav-link:focus {
  color: #fff;
}

body.ih-modern-ui .span-message-count,
body.ih-modern-ui .unread-count,
body.ih-modern-ui .notification {
  box-shadow: 0 8px 20px rgba(239, 68, 68, 0.25);
}

body.ih-modern-ui .sms-bilgi .alert,
body.ih-modern-ui .ih-topbar__msg {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--ih-shadow-soft);
}

body.ih-modern-ui .ih-site-main-menu {
  background: transparent;
  box-shadow: none;
}

body.ih-modern-ui .ih-site-nav-top {
  padding-top: 0;
}

body.ih-modern-ui .ih-site-nav-top > .container > .row {
  margin: 0;
  padding: 14px 18px;
  border: 1px solid var(--ih-border);
  border-radius: 10px;
  background: var(--ih-surface-strong);
  box-shadow: var(--ih-shadow-strong);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body.ih-modern-ui .nav-top-left .row-align-items-center {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.ih-modern-ui .nav-top-left .logo {
  flex: 0 0 auto;
}

body.ih-modern-ui .nav-top-left .logo img {
  max-height: 28px;
  width: auto;
}

body.ih-modern-ui .top-search-bar {
  flex: 1 1 auto;
  width: 100%;
}

body.ih-modern-ui .top-search-bar form {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid var(--ih-border);
  background: linear-gradient(180deg, rgba(255,255,255,0.84), rgba(255,255,255,0.72));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

body.ih-modern-ui.dark-mode .top-search-bar form {
  background: linear-gradient(180deg, rgba(18, 28, 48, 0.88), rgba(11, 18, 32, 0.82));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

body.ih-modern-ui .top-search-bar .left {
  flex: 0 0 auto;
  margin-right: 8px;
}

body.ih-modern-ui .top-search-bar .right {
  position: relative;
  flex: 1 1 auto;
}

body.ih-modern-ui .top-search-bar .search-select .btn,
body.ih-modern-ui .top-search-bar .btn-search,
body.ih-modern-ui .top-search-bar .input-search {
  border-radius: 13px;
}

body.ih-modern-ui .top-search-bar .search-select .btn {
  min-width: 96px;
  height: 38px;
  padding: 0 14px;
  border: 0;
  background: var(--ih-accent-soft);
  color: var(--ih-title);
  font-weight: 600;
}

body.ih-modern-ui.dark-mode .top-search-bar .search-select .btn {
  color: #eff6ff;
}

body.ih-modern-ui .top-search-bar .input-search {
  height: 38px;
  padding-left: 14px;
  padding-right: 46px;
  border: 0;
  background: transparent;
  color: var(--ih-title);
  font-size: 13px;
  box-shadow: none;
}

body.ih-modern-ui .top-search-bar .input-search::placeholder {
  color: var(--ih-text-soft);
}

body.ih-modern-ui .top-search-bar .btn-search {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: var(--ih-accent-strong);
  color: #fff;
  transform: translateY(-50%);
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.24);
}

body.ih-modern-ui.dark-mode .top-search-bar .btn-search {
  box-shadow: 0 18px 34px rgba(6, 182, 212, 0.18);
}

body.ih-modern-ui .search-results-ajax {
  z-index: 60;
}

body.ih-modern-ui .ihp-navv2 .nav {
  justify-content: flex-end;
  gap: 10px;
}

body.ih-modern-ui .ihp-act {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid var(--ih-border);
  border-radius: 13px;
  background: var(--ih-surface-soft);
  color: var(--ih-title);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

body.ih-modern-ui.dark-mode .ihp-act {
  color: #eff6ff;
}

body.ih-modern-ui .ihp-act:hover,
body.ih-modern-ui .ihp-act:focus {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.10);
  border-color: rgba(37, 99, 235, 0.22);
  text-decoration: none;
}

body.ih-modern-ui .ihp-act svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.ih-modern-ui .ihp-act.is-wallet {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.16), rgba(249, 115, 22, 0.10));
}

body.ih-modern-ui .ih-site-nav-main {
  padding-top: 6px;
}

body.ih-modern-ui .ihp-quicknav-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--ih-border);
  border-radius: 10px;
  background: var(--ih-surface);
  box-shadow: var(--ih-shadow-soft);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body.ih-modern-ui .ihp-qitem,
body.ih-modern-ui .ihp-qitem.is-add,
body.ih-modern-ui .ihp-qitem.is-topup,
body.ih-modern-ui .ihp-qitem.is-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 13px;
  border: 1px solid transparent;
  background: rgba(148, 163, 184, 0.08);
  color: var(--ih-title);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

body.ih-modern-ui.dark-mode .ihp-qitem,
body.ih-modern-ui.dark-mode .ihp-qitem.is-add,
body.ih-modern-ui.dark-mode .ihp-qitem.is-topup,
body.ih-modern-ui.dark-mode .ihp-qitem.is-cta {
  color: #eff6ff;
  background: rgba(148, 163, 184, 0.06);
}

body.ih-modern-ui .ihp-qitem:hover,
body.ih-modern-ui .ihp-qitem:focus {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.24);
  background: var(--ih-accent-soft);
  text-decoration: none;
}

body.ih-modern-ui .ihp-qitem.is-topup,
body.ih-modern-ui .ihp-qitem.is-add {
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.16);
}

body.ih-modern-ui .ihp-qitem.is-topup {
  background: linear-gradient(135deg, #f59e0b, #f97316);
}

body.ih-modern-ui .ihp-qitem.is-add {
  background: linear-gradient(135deg, #0ea5e9, #38bdf8);
}

body.ih-modern-ui .ihp-qicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

body.ih-modern-ui .ihp-qicon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.ih-modern-ui .ihp-mega {
  margin-top: 10px;
  border: 1px solid var(--ih-border);
  border-radius: 10px;
  background: var(--ih-surface-strong);
  box-shadow: var(--ih-shadow-strong);
  overflow: hidden;
}

body.ih-modern-ui .ihp-mega-top {
  padding: 12px 14px;
  border-bottom: 1px solid var(--ih-border);
  background: rgba(148, 163, 184, 0.06);
}

body.ih-modern-ui .ihp-mega .input-wrap {
  border-radius: 13px;
  border: 1px solid var(--ih-border);
  background: rgba(255,255,255,0.68);
}

body.ih-modern-ui.dark-mode .ihp-mega .input-wrap {
  background: rgba(15, 23, 42, 0.68);
}

body.ih-modern-ui .ihp-mega-body {
  background: transparent;
}

body.ih-modern-ui .ihp-col-left,
body.ih-modern-ui .ihp-col-mid,
body.ih-modern-ui .ihp-col-right {
  background: transparent;
}

body.ih-modern-ui .ihp-parent,
body.ih-modern-ui .ihp-subcard,
body.ih-modern-ui .ihp-right-card {
  border-radius: 10px;
}

body.ih-modern-ui .ihp-parent.active,
body.ih-modern-ui .ihp-parent:hover {
  background: var(--ih-accent-soft);
}

body.ih-modern-ui .ih-site-mobile-nav {
  padding-top: 6px;
}

body.ih-modern-ui .nav-mobile-header-container {
  margin: 0 8px;
  padding: 0 10px;
  min-height: 54px;
  border: 1px solid var(--ih-border);
  border-radius: 12px;
  background: var(--ih-surface-strong);
  box-shadow: var(--ih-shadow-soft);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body.ih-modern-ui .nav-mobile-header .mobile-logo img {
  max-height: 28px;
}

body.ih-modern-ui .nav-mobile-header .menu-icon a,
body.ih-modern-ui .nav-mobile-header .mobile-search a,
body.ih-modern-ui .nav-mobile-header .mobile-cart a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(148, 163, 184, 0.08);
  color: var(--ih-title);
}

body.ih-modern-ui.dark-mode .nav-mobile-header .menu-icon a,
body.ih-modern-ui.dark-mode .nav-mobile-header .mobile-search a,
body.ih-modern-ui.dark-mode .nav-mobile-header .mobile-cart a {
  color: #eff6ff;
}

body.ih-modern-ui .mobile-search-form {
  margin: 8px 8px 0;
}

body.ih-modern-ui .mobile-search-form form {
  min-height: 54px;
  padding: 6px;
  border-radius: 10px;
  border: 1px solid var(--ih-border);
  background: var(--ih-surface);
  box-shadow: var(--ih-shadow-soft);
}

body.ih-modern-ui .mobile-nav {
  background: var(--ih-surface-strong);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

body.ih-modern-ui #footer {
  margin-top: 56px;
  padding-top: 0;
  border-top: 1px solid var(--ih-border);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.36), rgba(255,255,255,0.12));
}

body.ih-modern-ui.dark-mode #footer {
  background:
    radial-gradient(circle at top left, rgba(29, 78, 216, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(9, 14, 24, 0.88), rgba(9, 14, 24, 0.96));
}

body.ih-modern-ui .ih-footer-trust {
  padding: 12px 0 0;
  background: transparent;
}

body.ih-modern-ui .ih-footer-trust .row {
  row-gap: 14px;
}

body.ih-modern-ui .ih-footer-trust .footer-text {
  margin-bottom: 0;
}

body.ih-modern-ui .ih-footer-trust .h2div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 96px;
  padding: 16px 16px;
  border: 1px solid var(--ih-border);
  border-radius: 10px;
  background: var(--ih-surface-strong);
  box-shadow: var(--ih-shadow-soft);
  text-align: left;
}

body.ih-modern-ui .ih-footer-trust .h2div img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 42px;
}

body.ih-modern-ui .ih-footer-trust .h2div .conteint {
  font-size: 16px;
  font-weight: 700;
  color: var(--ih-title);
}

body.ih-modern-ui .ih-footer-trust .h2div .sub.header {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--ih-text-soft);
}

body.ih-modern-ui .ih-footer-main {
  margin-top: 18px;
  padding: 28px 26px;
  border: 1px solid var(--ih-border);
  border-radius: 22px;
  background: var(--ih-surface-strong);
  box-shadow: var(--ih-shadow-strong);
}

body.ih-modern-ui .footer-widget {
  margin-bottom: 18px;
}

body.ih-modern-ui .footer-logo img {
  max-height: 28px;
  width: auto;
}

body.ih-modern-ui .footer-about,
body.ih-modern-ui .nav-footer ul li a,
body.ih-modern-ui .footer-title,
body.ih-modern-ui .copyright,
body.ih-modern-ui .footer-text,
body.ih-modern-ui .footer-widget p,
body.ih-modern-ui .footer-widget a {
  color: var(--ih-text-soft);
}

body.ih-modern-ui .footer-title {
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--ih-title);
}

body.ih-modern-ui .footer-about {
  font-size: 13px;
  line-height: 1.8;
}

body.ih-modern-ui .nav-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ih-modern-ui .nav-footer ul li {
  margin-bottom: 8px;
}

body.ih-modern-ui .nav-footer ul li a,
body.ih-modern-ui .footer-widget p,
body.ih-modern-ui .footer-widget a {
  font-size: 13px;
  line-height: 1.7;
  transition: color .2s ease, opacity .2s ease;
}

body.ih-modern-ui .nav-footer ul li a:hover,
body.ih-modern-ui .footer-widget a:hover {
  color: var(--ih-title);
  text-decoration: none;
}

body.ih-modern-ui.dark-mode .nav-footer ul li a:hover,
body.ih-modern-ui.dark-mode .footer-widget a:hover {
  color: #fff;
}

body.ih-modern-ui .footer-social-links .btn-social,
body.ih-modern-ui .footer-social-links a {
  border-radius: 10px;
}

body.ih-modern-ui .ih-footer-bottom {
  margin-top: 16px;
  padding: 14px 0 22px;
  border-top: 1px solid var(--ih-border);
  background: transparent;
}

body.ih-modern-ui .ih-footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

body.ih-modern-ui .footer-payment-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

body.ih-modern-ui .footer-payment-icons img {
  width: 42px;
  height: 28px;
  padding: 5px 8px;
  border: 1px solid var(--ih-border);
  border-radius: 12px;
  background: var(--ih-surface);
}

body.ih-modern-ui .scrollup {
  right: 18px;
  border-radius: 10px;
  background: var(--ih-accent-strong);
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.24);
}

body.ih-homepage .ih-home-story-stage {
  padding-top: 10px;
}

body.ih-homepage .section-slider {
  margin-top: 8px;
}

body.ih-homepage .index-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.ih-homepage .ih-homepage-shell {
  padding-top: 12px !important;
}

body.ih-homepage .ih-homepage-grid {
  row-gap: 0;
}

body.ih-homepage .ih-home-banner-slot .row-bn,
body.ih-homepage .section,
body.ih-homepage .card.section,
body.ih-homepage .card.b-n,
body.ih-homepage .section-latest-products,
body.ih-homepage .tag-content {
  border: 1px solid var(--ih-border);
  border-radius: 18px;
  background: var(--ih-surface-strong);
  box-shadow: var(--ih-shadow-soft);
  overflow: hidden;
}

body.ih-homepage .ih-home-banner-slot .row-bn {
  margin-bottom: 20px;
}

body.ih-homepage .section,
body.ih-homepage .card.section,
body.ih-homepage .card.b-n,
body.ih-homepage .section-latest-products {
  margin-bottom: 20px;
}

body.ih-homepage .card-header,
body.ih-homepage .section-header {
  padding: 14px 18px;
  border-bottom: 1px solid var(--ih-border);
  background: linear-gradient(180deg, rgba(148,163,184,0.06), rgba(148,163,184,0.02));
}

body.ih-homepage .card-header .title,
body.ih-homepage .section-header .title,
body.ih-homepage .section-blog .title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--ih-title);
}

body.ih-homepage .card-header .title a,
body.ih-homepage .section-header .title a,
body.ih-homepage .section-blog .title a {
  color: inherit;
}

body.ih-homepage .card-body {
  padding: 16px 18px 18px;
}

body.ih-homepage .card-footer {
  padding: 14px 18px 18px;
  border-top: 1px solid var(--ih-border);
  background: transparent;
}

body.ih-homepage .section-blog .card-body {
  padding-top: 16px;
}

body.ih-homepage .link-see-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 13px;
  background: var(--ih-accent-soft);
  color: var(--ih-title);
  font-weight: 600;
}

body.ih-homepage .link-see-more:hover {
  text-decoration: none;
}

body.ih-homepage .tag-content {
  padding: 16px 18px 14px;
}

body.ih-homepage .post-tags .btn-outline {
  border-radius: 999px;
  border: 1px solid var(--ih-border);
  background: rgba(148, 163, 184, 0.08);
  color: var(--ih-title);
}

body.ih-homepage .post-tags .btn-outline:hover {
  border-color: rgba(37, 99, 235, 0.28);
  background: var(--ih-accent-soft);
  text-decoration: none;
}

body.ih-homepage .ec-blog-slider,
body.ih-homepage .blog-slider,
body.ih-homepage .product-list-slider,
body.ih-homepage .special-offers-slider,
body.ih-homepage .firsat-slider {
  overflow: visible;
}

body.ih-homepage .special-offers-item,
body.ih-homepage .blog-slider-item,
body.ih-homepage .product-item {
  transition: transform .18s ease, box-shadow .18s ease;
}

body.ih-homepage .special-offers-item:hover,
body.ih-homepage .blog-slider-item:hover,
body.ih-homepage .product-item:hover {
  transform: translateY(-2px);
}

@media (max-width: 1199.98px) {
  body.ih-modern-ui .ihp-act span,
  body.ih-modern-ui .ihp-qtext {
    font-size: 12px;
  }

  body.ih-modern-ui .ihp-quicknav-inner {
    gap: 8px;
    padding: 8px;
  }
}

@media (max-width: 991.98px) {
  body.ih-modern-ui .top-bar,
  body.ih-modern-ui .ih-site-nav-top,
  body.ih-modern-ui .ih-site-nav-main {
    display: none;
  }

  body.ih-modern-ui .ih-site-mobile-nav {
    position: sticky;
    top: 0;
    z-index: 55;
    padding-bottom: 8px;
    background: linear-gradient(180deg, rgba(245,247,251,0.92), rgba(245,247,251,0));
  }

  body.ih-modern-ui.dark-mode .ih-site-mobile-nav {
    background: linear-gradient(180deg, rgba(5,8,16,0.96), rgba(5,8,16,0));
  }

  body.ih-modern-ui #footer {
    margin-top: 64px;
  }

  body.ih-modern-ui .ih-footer-main {
    padding: 28px 22px;
    border-radius: 10px;
  }

  body.ih-modern-ui .ih-footer-trust .h2div {
    min-height: 0;
    padding: 14px;
  }

  body.ih-modern-ui .ih-footer-bottom .container {
    flex-direction: column;
    text-align: center;
  }

  body.ih-homepage .ih-homepage-shell {
    padding-top: 12px !important;
  }

  body.ih-homepage .section,
  body.ih-homepage .card.section,
  body.ih-homepage .card.b-n,
  body.ih-homepage .section-latest-products,
  body.ih-homepage .ih-home-banner-slot .row-bn,
  body.ih-homepage .tag-content {
    border-radius: 10px;
  }

  body.ih-homepage .card-header,
  body.ih-homepage .section-header,
  body.ih-homepage .tag-content {
    padding-left: 14px;
    padding-right: 14px;
  }

  body.ih-homepage .card-body,
  body.ih-homepage .card-footer {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 767.98px) {
  body.ih-modern-ui .mobile-search-form,
  body.ih-modern-ui .nav-mobile-header-container {
    margin-left: 6px;
    margin-right: 6px;
  }

  body.ih-modern-ui .nav-mobile-header-container {
    padding: 0 10px;
    min-height: 58px;
    border-radius: 10px;
  }

  body.ih-modern-ui .nav-mobile-header .menu-icon a,
  body.ih-modern-ui .nav-mobile-header .mobile-search a,
  body.ih-modern-ui .nav-mobile-header .mobile-cart a {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  body.ih-modern-ui .mobile-search-form form {
    border-radius: 13px;
  }

  body.ih-modern-ui .ih-footer-trust .h2div {
    align-items: flex-start;
  }

  body.ih-modern-ui .ih-footer-trust .h2div img {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  body.ih-modern-ui .ih-footer-trust .h2div .conteint {
    font-size: 16px;
  }

  body.ih-homepage .section-slider {
    margin-top: 6px;
  }

  body.ih-homepage .ih-homepage-shell {
    padding-top: 14px !important;
  }

  body.ih-homepage .card-header,
  body.ih-homepage .section-header {
    padding-top: 10px;
    padding-bottom: 18px;
  }

  body.ih-homepage .card-header .title,
  body.ih-homepage .section-header .title,
  body.ih-homepage .section-blog .title {
    font-size: 16px;
  }

  body.ih-homepage .tag-content {
    padding: 18px 16px;
  }

  body.ih-homepage .post-tags ul {
    margin-bottom: 0;
  }
}


body.ih-modern-ui .ih-site-nav-top > .container > .row,
body.ih-modern-ui .ihp-quicknav-inner,
body.ih-modern-ui .top-bar .row,
body.ih-modern-ui .nav-mobile-header-container,
body.ih-modern-ui .mobile-search-form form,
body.ih-homepage .section,
body.ih-homepage .card.section,
body.ih-homepage .card.b-n,
body.ih-homepage .section-latest-products,
body.ih-homepage .ih-home-banner-slot .row-bn,
body.ih-homepage .tag-content,
body.ih-modern-ui .ih-footer-main,
body.ih-modern-ui .ih-footer-trust .h2div {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.ih-modern-ui .ihp-qitem,
body.ih-modern-ui .ihp-act,
body.ih-homepage .link-see-more {
  letter-spacing: 0;
}

body.ih-modern-ui .ihp-qitem.is-topup,
body.ih-modern-ui .ihp-qitem.is-add,
body.ih-modern-ui .top-search-bar .btn-search,
body.ih-modern-ui .scrollup {
  filter: saturate(.9);
}

body.ih-modern-ui .ih-site-nav-top > .container > .row,
body.ih-modern-ui .ihp-quicknav-inner,
body.ih-homepage .section,
body.ih-homepage .card.section,
body.ih-homepage .card.b-n,
body.ih-homepage .section-latest-products,
body.ih-homepage .tag-content,
body.ih-modern-ui .ih-footer-main {
  box-shadow: var(--ih-shadow-soft);
}

body.ih-modern-ui .top-search-bar .search-select .btn,
body.ih-modern-ui .top-search-bar .input-search,
body.ih-modern-ui .ihp-qitem,
body.ih-modern-ui .ihp-act,
body.ih-modern-ui .nav-top .nav li a {
  font-weight: 500;
}

body.ih-modern-ui .ih-footer-trust .h2div .conteint,
body.ih-homepage .card-header .title,
body.ih-homepage .section-header .title,
body.ih-homepage .section-blog .title {
  letter-spacing: -.01em;
}

body.ih-modern-ui .ih-site-mobile-nav {
  padding-bottom: 4px;
}

@media (max-width: 991.98px) {
  body.ih-modern-ui #footer {
    margin-top: 42px;
  }
}

@media (max-width: 767.98px) {
  body.ih-modern-ui .nav-mobile-header-container {
    margin-left: 4px;
    margin-right: 4px;
    min-height: 50px;
    padding: 0 8px;
  }

  body.ih-modern-ui .mobile-search-form,
  body.ih-modern-ui .nav-mobile-header-container {
    margin-left: 4px;
    margin-right: 4px;
  }

  body.ih-modern-ui .mobile-search-form form {
    min-height: 42px;
    border-radius: 12px;
  }

  body.ih-homepage .section,
  body.ih-homepage .card.section,
  body.ih-homepage .card.b-n,
  body.ih-homepage .section-latest-products,
  body.ih-homepage .ih-home-banner-slot .row-bn,
  body.ih-homepage .tag-content {
    margin-bottom: 16px;
  }
}
