@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap");
/* -------------------------------------------
	Variables 
------------------------------------------- */
#google_translate_element {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.goog-te-banner-frame,
.goog-te-balloon-frame,
iframe.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}

.mkt-topbar {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
  padding: 7px 0;
  font-size: 14px;
  font-family: "Inter", "Roboto", sans-serif;
}
.mkt-topbar .mkt-topbar-announce {
  font-size: 14px;
  color: #555;
}
.mkt-topbar .mkt-topbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0;
  padding: 0;
}
.mkt-topbar .mkt-topbar-nav .nav-item {
  display: flex;
  align-items: center;
}
.mkt-topbar .mkt-topbar-nav .nav-item + .nav-item {
  border-left: 1px solid #e0e0e0;
}
.mkt-topbar .mkt-topbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  padding: 0 10px;
  line-height: 24px;
  white-space: nowrap;
  transition: color 0.2s;
}
.mkt-topbar .mkt-topbar-nav .nav-item .nav-link i {
  font-size: 12px;
}
.mkt-topbar .mkt-topbar-nav .nav-item .nav-link:hover {
  color: #00A69C;
  text-decoration: none;
}
.mkt-topbar .mkt-topbar-nav .nav-item .nav-link.mkt-topbar-signin {
  color: #00A69C;
  font-weight: 600;
}
.mkt-topbar .mkt-topbar-nav .nav-item .nav-link.mkt-topbar-register {
  color: #00A69C;
  font-weight: 600;
}
.mkt-topbar .mkt-topbar-nav .nav-item .nav-link.dropdown-toggle::after {
  margin-left: 3px;
}
.mkt-topbar .mkt-topbar-nav .nav-item .mkt-topbar-sep {
  font-size: 14px;
  color: #ccc;
  padding: 0 2px;
}
.mkt-topbar .mkt-topbar-nav .nav-item .dropdown-menu {
  min-width: 120px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  font-size: 14px;
  padding: 4px 0;
}
.mkt-topbar .mkt-topbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 6px 14px;
  color: #555;
}
.mkt-topbar .mkt-topbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #f0f4f8;
  color: #00A69C;
}
@media (max-width: 768px) {
  .mkt-topbar .mkt-topbar-nav {
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .mkt-topbar .mkt-topbar-nav .nav-item .nav-link {
    padding: 0 6px;
    font-size: 12px;
  }
  .mkt-topbar .mkt-topbar-nav .nav-item .mkt-topbar-sep {
    padding: 0;
  }
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-lang .mkt-lang-menu {
  max-height: 320px;
  overflow-y: auto;
  min-width: 180px;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-lang .mkt-lang-menu .mkt-lang-item {
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.4;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user {
  margin-left: 6px;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-topbar-user-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 6px 0 10px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-topbar-user-toggle:hover {
  color: #00A69C;
  text-decoration: none;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-topbar-user-toggle::after {
  margin-left: 4px;
  color: #999;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-avatar {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #eee;
  border: 1px solid #e0e0e0;
  flex-shrink: 0;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-avatar.lg {
  width: 42px;
  height: 42px;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-text {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1.2;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-hello {
  color: #888;
  font-weight: 400;
  font-size: 13px;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-name {
  font-weight: 600;
  color: #222;
  font-size: 14px;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu {
  min-width: 240px;
  padding: 0;
  margin-top: 6px;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .mkt-user-menu-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eee;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .mkt-user-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .mkt-user-fullname {
  font-size: 15px;
  font-weight: 700;
  color: #1a2c36;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .mkt-user-email {
  font-size: 12px;
  color: #888;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .dropdown-divider {
  margin: 0;
  border-top-color: #f0f0f0;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  font-size: 14px;
  color: #444;
  transition: background-color 0.15s, color 0.15s;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .dropdown-item i {
  width: 16px;
  text-align: center;
  color: #888;
  font-size: 14px;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .dropdown-item:hover, .mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .dropdown-item:focus {
  background-color: #f0f9f8;
  color: #00A69C;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .dropdown-item:hover i, .mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .dropdown-item:focus i {
  color: #00A69C;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .mkt-user-logout {
  color: #d0021b;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .mkt-user-logout i {
  color: #d0021b;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .mkt-user-logout:hover, .mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .mkt-user-logout:focus {
  background-color: #fdecea;
  color: #d0021b;
}
.mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .mkt-user-logout:hover i, .mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-menu .mkt-user-logout:focus i {
  color: #d0021b;
}
@media (max-width: 575px) {
  .mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-topbar-user-toggle {
    padding: 0 4px 0 6px;
    gap: 6px;
  }
  .mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-avatar {
    width: 22px;
    height: 22px;
  }
  .mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-text {
    max-width: 90px;
  }
  .mkt-topbar .mkt-topbar-nav .mkt-topbar-user .mkt-user-name {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .mkt-topbar {
    padding: 5px 0;
  }
}

.mkt-header {
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
}
.mkt-header .mkt-logo {
  display: block;
  flex-shrink: 0;
  text-decoration: none;
}
.mkt-header .mkt-logo .logo-img {
  height: 46px;
  width: auto;
}
.mkt-header .mkt-header-right {
  flex-shrink: 0;
  position: relative;
}
.mkt-header .mkt-header-search {
  display: flex;
  align-items: center;
  position: relative;
}
.mkt-header .mkt-header-search .btn-search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: none;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  color: #555;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
}
.mkt-header .mkt-header-search .btn-search-toggle:hover {
  color: #00A69C;
  border-color: #00A69C;
}
.mkt-header .mkt-header-search.is-open .btn-search-toggle {
  color: #00A69C;
  border-color: #00A69C;
}
.mkt-header .mkt-search-form {
  position: absolute;
  top: 72px;
  right: 190px;
  transform: translateY(-50%);
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: max-width 0.3s ease, opacity 0.25s ease;
  z-index: 13;
}
.mkt-header .mkt-search-form .input-group {
  flex-wrap: nowrap;
  width: 260px;
}
.mkt-header .mkt-search-form .input-group .form-control {
  height: 36px;
  border: 1px solid #e0e0e0;
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
  padding: 0 12px;
  box-shadow: none;
  color: #333;
  transition: border-color 0.2s;
}
.mkt-header .mkt-search-form .input-group .form-control:focus {
  border-color: #00A69C;
  box-shadow: none;
  outline: none;
}
.mkt-header .mkt-search-form .input-group .form-control::placeholder {
  color: #aaa;
}
.mkt-header .mkt-search-form .input-group .btn-header-search {
  background-color: #00A69C;
  border: 1px solid #00A69C;
  border-radius: 0 4px 4px 0;
  color: #fff;
  padding: 0 14px;
  height: 36px;
  font-size: 17px;
  flex-shrink: 0;
  transition: background-color 0.2s;
}
.mkt-header .mkt-search-form .input-group .btn-header-search:hover {
  background-color: rgb(0, 125.2, 117.6578313253);
}
.mkt-header .mkt-header-search.is-open + .mkt-search-form {
  max-width: 320px;
  opacity: 1;
  pointer-events: auto;
}
.mkt-header .mkt-header-actions {
  flex: 1;
  gap: 6px;
  padding-left: 70px;
}
.mkt-header .mkt-header-actions .mkt-header-nav {
  position: relative;
}
.mkt-header .mkt-header-actions .mkt-header-nav .navbar-nav {
  gap: 2px;
}
.mkt-header .mkt-header-actions .mkt-header-nav .nav-item {
  position: relative;
}
.mkt-header .mkt-header-actions .mkt-header-nav .nav-item:hover > .dropdown-menu {
  display: block;
  animation: navDropFade 0.15s ease;
}
.mkt-header .mkt-header-actions .mkt-header-nav .mkt-header-nav-link {
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  padding: 6px 12px;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 4px;
  transition: color 0.2s, background-color 0.2s;
  line-height: 1.4;
}
.mkt-header .mkt-header-actions .mkt-header-nav .mkt-header-nav-link::after {
  font-size: 11px;
  vertical-align: middle;
  margin-left: 3px;
}
.mkt-header .mkt-header-actions .mkt-header-nav .mkt-header-nav-link:hover, .mkt-header .mkt-header-actions .mkt-header-nav .mkt-header-nav-link:focus {
  color: #00A69C;
  background-color: rgba(0, 166, 156, 0.06);
}
.mkt-header .mkt-header-actions .mkt-header-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 6px 0;
  margin-top: 2px;
}
.mkt-header .mkt-header-actions .mkt-header-nav .dropdown-menu .dropdown-item {
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  padding: 8px 18px;
  transition: all 0.15s;
}
.mkt-header .mkt-header-actions .mkt-header-nav .dropdown-menu .dropdown-item:hover {
  color: #00A69C;
  background-color: rgba(0, 166, 156, 0.06);
}
@keyframes navDropFade {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mkt-header .mkt-header-actions .mkt-action-phone {
  gap: 10px;
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #e5e5e5;
}
.mkt-header .mkt-header-actions .mkt-action-phone .mkt-action-icon {
  font-size: 29px;
  color: #00A69C;
}
.mkt-header .mkt-header-actions .mkt-action-phone .mkt-action-phone-text {
  display: flex;
  flex-direction: column;
}
.mkt-header .mkt-header-actions .mkt-action-phone .mkt-action-phone-text .label {
  font-size: 14px;
  color: #999;
  line-height: 1.2;
}
.mkt-header .mkt-header-actions .mkt-action-phone .mkt-action-phone-text .number {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
  white-space: nowrap;
}
.mkt-header .mkt-header-actions .mkt-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
  padding: 8px;
  border-radius: 4px;
  transition: color 0.2s, background-color 0.2s;
  position: relative;
  gap: 8px;
}
.mkt-header .mkt-header-actions .mkt-action-btn i {
  font-size: 29px;
}
.mkt-header .mkt-header-actions .mkt-action-btn:hover {
  color: #00A69C;
  background-color: #f5f8fc;
  text-decoration: none;
}
.mkt-header .mkt-header-actions .mkt-action-btn.mkt-action-cart {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 6px 14px;
  margin-left: 6px;
}
.mkt-header .mkt-header-actions .mkt-action-btn.mkt-action-cart .mkt-cart-info {
  display: flex;
  flex-direction: column;
}
.mkt-header .mkt-header-actions .mkt-action-btn.mkt-action-cart .mkt-cart-info .cart-label {
  font-size: 14px;
  color: #999;
  line-height: 1.2;
}
.mkt-header .mkt-header-actions .mkt-action-btn.mkt-action-cart .mkt-cart-info .cart-total {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
}
.mkt-header .mkt-header-actions .mkt-action-btn.mkt-action-cart .mkt-cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #e53935;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}
.mkt-header .mkt-mobile-toggle {
  background: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  padding: 6px 10px;
  font-size: 24px;
  cursor: pointer;
}
.mkt-header .mkt-mobile-toggle:hover {
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .mkt-header {
    padding: 14px 0;
  }
  .mkt-header .mkt-logo .logo-img {
    height: 38px;
  }
}
@media (max-width: 767px) {
  .mkt-header {
    padding: 12px 0;
  }
  .mkt-header .mkt-logo {
    flex: 0 0 auto;
  }
  .mkt-header .mkt-logo .logo-img {
    height: 32px;
  }
  .mkt-header .mkt-header-search.is-open + .mkt-search-form {
    top: auto;
    bottom: -48px;
    right: 0;
    transform: none;
    max-width: 280px;
  }
  .mkt-header .mkt-header-search.is-open + .mkt-search-form .input-group {
    width: 260px;
  }
}
@media (max-width: 575px) {
  .mkt-header {
    padding: 10px 0;
  }
  .mkt-header .mkt-logo .logo-img {
    height: 26px;
  }
  .mkt-header .mkt-header-actions {
    padding-left: 0;
  }
  .mkt-header .mkt-header-search .btn-search-toggle {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .mkt-header .mkt-header-search.is-open + .mkt-search-form {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 96px;
    bottom: auto;
    transform: none;
    max-width: none;
    width: auto;
  }
  .mkt-header .mkt-header-search.is-open + .mkt-search-form .input-group {
    width: 100%;
  }
  .mkt-header .mkt-header-search.is-open + .mkt-search-form .input-group .form-control {
    height: 36px;
    font-size: 14px;
  }
  .mkt-header .mkt-header-search.is-open + .mkt-search-form .input-group .btn-header-search {
    height: 36px;
    padding: 0 12px;
    font-size: 15px;
  }
  .mkt-header .mkt-mobile-toggle {
    padding: 4px 8px;
    font-size: 20px;
  }
}

.mkt-navbar {
  background-color: #fff;
  border-bottom: 2px solid #e5e5e5;
}
.mkt-navbar .mkt-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mkt-navbar .mkt-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding: 12px 16px;
  display: block;
  position: relative;
  transition: color 0.2s;
  white-space: nowrap;
}
.mkt-navbar .mkt-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  background-color: #00A69C;
  transform: scaleX(0);
  transition: transform 0.2s;
}
.mkt-navbar .mkt-nav .nav-item .nav-link:hover, .mkt-navbar .mkt-nav .nav-item .nav-link.active {
  color: #00A69C;
  text-decoration: none;
}
.mkt-navbar .mkt-nav .nav-item .nav-link:hover::after, .mkt-navbar .mkt-nav .nav-item .nav-link.active::after {
  transform: scaleX(1);
}
.mkt-navbar .mkt-nav .nav-item .nav-link.dropdown-toggle::after {
  margin-left: 4px;
}
.mkt-navbar .mkt-nav .nav-item.active > .nav-link {
  color: #00A69C;
  font-weight: 600;
}
.mkt-navbar .mkt-nav .nav-item.active > .nav-link::after {
  transform: scaleX(1);
}
.mkt-navbar .mkt-nav .nav-item .dropdown-menu {
  border: none;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  min-width: 200px;
  margin-top: 0;
}
.mkt-navbar .mkt-nav .nav-item .dropdown-menu .dropdown-item {
  font-size: 17px;
  color: #444;
  padding: 8px 20px;
  transition: all 0.15s;
}
.mkt-navbar .mkt-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #f0f4f8;
  color: #00A69C;
  padding-left: 26px;
}
@media (max-width: 991px) {
  .mkt-navbar {
    border-bottom: 1px solid #e5e5e5;
  }
  .mkt-navbar .navbar-collapse.show,
  .mkt-navbar .navbar-collapse.collapsing {
    border-top: 1px solid #eee;
  }
  .mkt-navbar .mkt-nav {
    flex-direction: column !important;
    width: 100%;
    padding: 4px 0;
  }
  .mkt-navbar .mkt-nav .nav-item {
    width: 100%;
  }
  .mkt-navbar .mkt-nav .nav-item .nav-link {
    padding: 10px 16px;
    border-bottom: 1px solid #f5f5f5;
    white-space: normal;
  }
  .mkt-navbar .mkt-nav .nav-item .nav-link::after {
    display: none;
  }
  .mkt-navbar .mkt-nav .nav-item:last-child > .nav-link {
    border-bottom: none;
  }
  .mkt-navbar .mkt-nav .nav-item .dropdown-menu {
    position: static !important;
    float: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 4px 32px;
    background-color: #fafafa;
    margin: 0;
  }
  .mkt-navbar .mkt-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 17px;
    padding: 8px 16px;
  }
  .mkt-navbar .mkt-nav .nav-item .dropdown-menu .dropdown-item:hover {
    padding-left: 20px;
  }
}

.mkt-hero {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
}
.mkt-hero .mkt-categories {
  background-color: #fdf6ef;
  border-right: 1px solid #ede0d4;
  height: 100%;
}
.mkt-hero .mkt-categories .mkt-categories-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.2px;
  padding: 16px 18px 12px;
  margin: 0;
  border-bottom: 1px solid #ede0d4;
}
.mkt-hero .mkt-categories .mkt-categories-list {
  margin: 0;
  padding: 0;
}
.mkt-hero .mkt-categories .mkt-categories-list li {
  border-bottom: 1px solid #ede0d4;
}
.mkt-hero .mkt-categories .mkt-categories-list li a {
  display: flex;
  align-items: center;
  padding: 10px 18px;
  font-size: 15px;
  color: #444;
  text-decoration: none;
  transition: all 0.15s;
}
.mkt-hero .mkt-categories .mkt-categories-list li a .cat-icon {
  width: 22px;
  text-align: center;
  flex-shrink: 0;
  color: #EF8322;
  font-size: 18px;
  margin-right: 10px;
}
.mkt-hero .mkt-categories .mkt-categories-list li a .cat-name {
  flex: 1;
}
.mkt-hero .mkt-categories .mkt-categories-list li a .cat-arrow {
  font-size: 16px;
  color: #ccc;
  transition: color 0.15s;
}
.mkt-hero .mkt-categories .mkt-categories-list li a:hover {
  background-color: #fff3e8;
  color: #EF8322;
}
.mkt-hero .mkt-categories .mkt-categories-list li a:hover .cat-arrow {
  color: #EF8322;
}
.mkt-hero .mkt-categories .mkt-categories-list li:last-child {
  border-bottom: none;
}
.mkt-hero .mkt-categories .mkt-coupon-deals {
  border-top: 2px solid #ede0d4;
  margin-top: 0;
}
.mkt-hero .mkt-categories .mkt-coupon-deals .mkt-coupon-title {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  padding: 12px 18px 8px;
  margin: 0;
  border-bottom: 1px solid #ede0d4;
}
.mkt-hero .mkt-categories .mkt-coupon-deals ul {
  margin: 0;
  padding: 0;
}
.mkt-hero .mkt-categories .mkt-coupon-deals ul li {
  border-bottom: 1px solid #ede0d4;
}
.mkt-hero .mkt-categories .mkt-coupon-deals ul li a {
  display: flex;
  align-items: center;
  padding: 9px 18px;
  font-size: 17px;
  color: #555;
  text-decoration: none;
  transition: all 0.15s;
}
.mkt-hero .mkt-categories .mkt-coupon-deals ul li a .cat-icon {
  width: 22px;
  text-align: center;
  flex-shrink: 0;
  color: #EF8322;
  font-size: 17px;
  margin-right: 10px;
}
.mkt-hero .mkt-categories .mkt-coupon-deals ul li a:hover {
  background-color: #fff3e8;
  color: #EF8322;
}
.mkt-hero .mkt-categories .mkt-coupon-deals ul li:last-child {
  border-bottom: none;
}
.mkt-hero .mkt-hero-banner {
  position: relative;
  background: linear-gradient(120deg, #f5ece0 0%, #fde8c8 60%, #ffd89b 100%);
  height: 380px;
  overflow: hidden;
}
.mkt-hero .mkt-hero-banner .carousel,
.mkt-hero .mkt-hero-banner .carousel-inner {
  height: 100%;
}
.mkt-hero .mkt-hero-banner .carousel-item {
  height: 100%;
}
.mkt-hero .mkt-hero-banner .carousel-item.active, .mkt-hero .mkt-hero-banner .carousel-item.carousel-item-next, .mkt-hero .mkt-hero-banner .carousel-item.carousel-item-prev {
  display: flex;
  align-items: center;
}
.mkt-hero .mkt-hero-banner .hero-content {
  position: relative;
  z-index: 2;
  padding: 0 36px;
  max-width: 340px;
}
.mkt-hero .mkt-hero-banner .hero-content .hero-eyebrow {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.mkt-hero .mkt-hero-banner .hero-content .hero-eyebrow .hero-num {
  color: #e05a7a;
  font-weight: 800;
  font-size: 17px;
}
.mkt-hero .mkt-hero-banner .hero-content .hero-title {
  font-size: 44px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 14px;
}
.mkt-hero .mkt-hero-banner .hero-content .hero-starting {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.mkt-hero .mkt-hero-banner .hero-content .hero-starting strong {
  color: #e05a7a;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
}
.mkt-hero .mkt-hero-banner .hero-content .btn-hero-shop {
  background-color: #1a1a1a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 11px 28px;
  border-radius: 3px;
  border: 2px solid #1a1a1a;
  transition: all 0.2s;
}
.mkt-hero .mkt-hero-banner .hero-content .btn-hero-shop:hover {
  background-color: #fff;
  color: #1a1a1a;
  text-decoration: none;
}
.mkt-hero .mkt-hero-banner .hero-image {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 58%;
}
.mkt-hero .mkt-hero-banner .hero-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.mkt-hero .mkt-hero-banner .carousel-indicators {
  bottom: 16px;
  margin-bottom: 0;
  z-index: 3;
}
.mkt-hero .mkt-hero-banner .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  border-top: none;
  border-bottom: none;
  margin: 0 4px;
  opacity: 1;
  transition: all 0.2s;
  cursor: pointer;
}
.mkt-hero .mkt-hero-banner .carousel-indicators li.active {
  background-color: #e05a7a;
  width: 20px;
  border-radius: 4px;
}
.mkt-hero .mkt-hero-banner .carousel-control-prev,
.mkt-hero .mkt-hero-banner .carousel-control-next {
  width: 40px;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 4;
}
.mkt-hero .mkt-hero-banner:hover .carousel-control-prev,
.mkt-hero .mkt-hero-banner:hover .carousel-control-next {
  opacity: 0.75;
}
@media (max-width: 991px) {
  .mkt-hero .mkt-hero-banner {
    height: 340px;
  }
  .mkt-hero .mkt-hero-banner .hero-content {
    padding: 0 36px;
    max-width: 46%;
  }
  .mkt-hero .mkt-hero-banner .hero-content .hero-title {
    font-size: 38px;
  }
  .mkt-hero .mkt-hero-banner .hero-image {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .mkt-hero .mkt-hero-banner {
    height: 300px;
  }
  .mkt-hero .mkt-hero-banner .hero-content {
    padding: 0 28px;
    max-width: 50%;
  }
  .mkt-hero .mkt-hero-banner .hero-content .hero-eyebrow {
    margin-bottom: 8px;
  }
  .mkt-hero .mkt-hero-banner .hero-content .hero-title {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .mkt-hero .mkt-hero-banner .hero-content .hero-starting {
    margin-bottom: 16px;
  }
  .mkt-hero .mkt-hero-banner .hero-content .hero-starting strong {
    font-size: 20px;
  }
  .mkt-hero .mkt-hero-banner .hero-content .btn-hero-shop {
    padding: 9px 22px;
    font-size: 14px;
  }
  .mkt-hero .mkt-hero-banner .hero-image {
    width: 55%;
  }
  .mkt-hero .mkt-hero-banner .carousel-control-prev,
  .mkt-hero .mkt-hero-banner .carousel-control-next {
    display: none;
  }
}
@media (max-width: 575px) {
  .mkt-hero .mkt-hero-banner {
    height: 280px;
  }
  .mkt-hero .mkt-hero-banner .hero-image {
    width: 100%;
    left: 0;
  }
  .mkt-hero .mkt-hero-banner .hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
  }
  .mkt-hero .mkt-hero-banner .hero-content {
    position: relative;
    z-index: 3;
    padding: 0 20px;
    max-width: 70%;
  }
  .mkt-hero .mkt-hero-banner .hero-content .hero-eyebrow {
    font-size: 12px;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
  }
  .mkt-hero .mkt-hero-banner .hero-content .hero-eyebrow .hero-num {
    color: #ff8fa3;
    font-size: 15px;
  }
  .mkt-hero .mkt-hero-banner .hero-content .hero-title {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  }
  .mkt-hero .mkt-hero-banner .hero-content .hero-title br {
    display: none;
  }
  .mkt-hero .mkt-hero-banner .hero-content .hero-starting {
    display: none;
  }
  .mkt-hero .mkt-hero-banner .hero-content .btn-hero-shop {
    padding: 8px 18px;
    font-size: 13px;
    letter-spacing: 1px;
    background-color: #fff;
    color: #1a1a1a;
    border-color: #fff;
  }
  .mkt-hero .mkt-hero-banner .hero-content .btn-hero-shop:hover {
    background-color: transparent;
    color: #fff;
  }
  .mkt-hero .mkt-hero-banner .carousel-indicators {
    bottom: 10px;
  }
  .mkt-hero .mkt-hero-banner .carousel-indicators li {
    width: 7px;
    height: 7px;
  }
  .mkt-hero .mkt-hero-banner .carousel-indicators li.active {
    width: 18px;
  }
}
@media (max-width: 374px) {
  .mkt-hero .mkt-hero-banner {
    height: 250px;
  }
  .mkt-hero .mkt-hero-banner .hero-content {
    padding: 0 16px;
    max-width: 75%;
  }
  .mkt-hero .mkt-hero-banner .hero-content .hero-title {
    font-size: 22px;
  }
  .mkt-hero .mkt-hero-banner .hero-content .btn-hero-shop {
    padding: 7px 14px;
    font-size: 12px;
  }
}
.mkt-hero .mkt-hero-side {
  display: flex;
  flex-direction: column;
  height: 380px;
}
.mkt-hero .mkt-hero-side .mkt-side-banner {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
}
.mkt-hero .mkt-hero-side .mkt-side-banner:last-child {
  border-bottom: none;
}
.mkt-hero .mkt-hero-side .mkt-side-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
  display: block;
}
.mkt-hero .mkt-hero-side .mkt-side-banner .side-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 55%;
  background: rgba(255, 255, 255, 0.92);
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.mkt-hero .mkt-hero-side .mkt-side-banner .side-banner-content .side-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.mkt-hero .mkt-hero-side .mkt-side-banner .side-banner-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.25;
}
.mkt-hero .mkt-hero-side .mkt-side-banner .side-banner-content .side-shop-now {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00A69C;
  text-decoration: none;
  transition: color 0.2s;
}
.mkt-hero .mkt-hero-side .mkt-side-banner .side-banner-content .side-shop-now:hover {
  color: #EF8322;
  text-decoration: none;
}
.mkt-hero .mkt-hero-side .mkt-side-banner:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .mkt-hero .mkt-hero-side {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .mkt-hero .mkt-hero-side {
    flex-direction: row;
    height: auto;
  }
  .mkt-hero .mkt-hero-side .mkt-side-banner {
    height: 160px;
    border-bottom: none;
    border-right: 1px solid #eee;
  }
  .mkt-hero .mkt-hero-side .mkt-side-banner:last-child {
    border-right: none;
  }
  .mkt-hero .mkt-hero-side .mkt-side-banner .side-banner-content {
    width: 58%;
    padding: 12px 10px;
  }
  .mkt-hero .mkt-hero-side .mkt-side-banner .side-banner-content h4 {
    font-size: 17px;
    margin-bottom: 6px;
  }
  .mkt-hero .mkt-hero-side .mkt-side-banner .side-banner-content .side-label {
    font-size: 12px;
  }
  .mkt-hero .mkt-hero-side .mkt-side-banner .side-banner-content .side-shop-now {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .mkt-hero .mkt-hero-side {
    flex-direction: row;
    height: auto;
  }
  .mkt-hero .mkt-hero-side .mkt-side-banner {
    height: 110px;
    border-right: 1px solid #eee;
    border-bottom: none;
  }
  .mkt-hero .mkt-hero-side .mkt-side-banner:last-child {
    border-right: none;
  }
  .mkt-hero .mkt-hero-side .mkt-side-banner .side-banner-content {
    width: 62%;
    padding: 10px 8px;
  }
  .mkt-hero .mkt-hero-side .mkt-side-banner .side-banner-content .side-label {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .mkt-hero .mkt-hero-side .mkt-side-banner .side-banner-content h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .mkt-hero .mkt-hero-side .mkt-side-banner .side-banner-content .side-shop-now {
    font-size: 13px;
  }
}

.mkt-content-block {
  padding-bottom: 0;
}

.mkt-ad-wide {
  padding: 20px 0;
}
.mkt-ad-wide .ad-banner-wide {
  position: relative;
  background-color: #e8e8e8;
  text-align: center;
  overflow: hidden;
}
.mkt-ad-wide .ad-banner-wide img {
  width: 100%;
  max-height: 215px;
  object-fit: cover;
  display: block;
}
.mkt-ad-wide .ad-banner-wide .ad-size-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  font-weight: 600;
  color: #888;
  letter-spacing: 0.5px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 6px 14px;
  border-radius: 3px;
}
img + .mkt-ad-wide .ad-banner-wide .ad-size-label {
  display: none;
}

.mkt-ad-row {
  padding: 0 0 20px;
}
.mkt-ad-row .ad-banner-sm {
  position: relative;
  background-color: #e8e8e8;
  overflow: hidden;
  text-align: center;
  margin-bottom: 16px;
}
.mkt-ad-row .ad-banner-sm img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.mkt-ad-row .ad-banner-sm .ad-size-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 600;
  color: #888;
  letter-spacing: 0.4px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 12px;
  border-radius: 3px;
  pointer-events: none;
  white-space: nowrap;
}
.mkt-ad-row .ad-banner-sm:hover img {
  transform: scale(1.03);
}

.mkt-featured-products {
  padding: 0 0 30px;
}
.mkt-featured-products .mkt-section-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a2c36;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}
@media (max-width: 575px) {
  .mkt-featured-products .row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .mkt-featured-products .row > [class*=col-] {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mkt-product-card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: box-shadow 0.25s, transform 0.25s;
}
.mkt-product-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.mkt-product-card .mkt-product-img {
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
  aspect-ratio: 1/1;
}
.mkt-product-card .mkt-product-img a {
  display: block;
  height: 100%;
}
.mkt-product-card .mkt-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  transition: transform 0.35s;
}
.mkt-product-card .mkt-product-img .badge-available {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #2ea84c;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  letter-spacing: 0.3px;
  z-index: 2;
}
.mkt-product-card .mkt-product-img:hover img {
  transform: scale(1.06);
}
.mkt-product-card .mkt-product-body {
  padding: 12px 14px 14px;
}
.mkt-product-card .mkt-product-body .mkt-product-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.8em;
  max-height: 2.8em;
}
.mkt-product-card .mkt-product-body .mkt-product-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.15s;
}
.mkt-product-card .mkt-product-body .mkt-product-title a:hover {
  color: #00A69C;
}
.mkt-product-card .mkt-product-body .mkt-product-price {
  font-size: 23px;
  font-weight: 700;
  color: #d0021b;
  line-height: 1;
  margin-bottom: 2px;
}
.mkt-product-card .mkt-product-body .mkt-product-price-old {
  font-size: 16px;
  color: #aaa;
  text-decoration: line-through;
  margin-bottom: 6px;
}
.mkt-product-card .mkt-product-body .mkt-product-id-cond {
  display: flex;
  align-items: start;
  gap: 8px;
  margin-bottom: 8px;
  flex-direction: column;
}
.mkt-product-card .mkt-product-body .mkt-product-id-cond .mkt-prod-id {
  font-size: 12px;
  color: #aaa;
  font-weight: 500;
  white-space: nowrap;
}
.mkt-product-card .mkt-product-body .mkt-product-id-cond .badge-condition {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 3px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  line-height: 1.2;
}
.mkt-product-card .mkt-product-body .mkt-product-id-cond .badge-condition.new {
  background-color: #e8f0fe;
  color: #4285f4;
  border: 1px solid #c4d7fb;
}
.mkt-product-card .mkt-product-body .mkt-product-id-cond .badge-condition.good {
  background-color: #fff8e6;
  color: #EF8322;
  border: 1px solid #ffe4a0;
}
.mkt-product-card .mkt-product-body .mkt-product-id-cond .badge-condition.used {
  background-color: #f5f5f5;
  color: #777;
  border: 1px solid #ddd;
}
.mkt-product-card .mkt-product-body .mkt-product-meta {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.mkt-product-card .mkt-product-body .mkt-product-meta .badge-stock,
.mkt-product-card .mkt-product-body .mkt-product-meta .badge-condition {
  font-size: 13px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 3px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}
.mkt-product-card .mkt-product-body .mkt-product-meta .badge-stock.in-stock {
  background-color: #e6f7ec;
  color: #2ea84c;
  border: 1px solid #b8e9c6;
}
.mkt-product-card .mkt-product-body .mkt-product-meta .badge-stock.out-of-stock {
  background-color: #fdecea;
  color: #d0021b;
  border: 1px solid #f9c1bb;
}
.mkt-product-card .mkt-product-body .mkt-product-meta .badge-condition.new {
  background-color: #e8f0fe;
  color: #4285f4;
  border: 1px solid #c4d7fb;
}
.mkt-product-card .mkt-product-body .mkt-product-meta .badge-condition.good {
  background-color: #fff8e6;
  color: #EF8322;
  border: 1px solid #ffe4a0;
}
.mkt-product-card .mkt-product-body .mkt-product-meta .badge-condition.used {
  background-color: #f5f5f5;
  color: #777;
  border: 1px solid #ddd;
}
.mkt-product-card .mkt-product-body .mkt-product-store {
  margin-bottom: 14px;
}
.mkt-product-card .mkt-product-body .mkt-product-store .store-name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  margin-bottom: 3px;
}
.mkt-product-card .mkt-product-body .mkt-product-store .store-location {
  display: block;
  font-size: 14px;
  color: #999;
}
.mkt-product-card .mkt-product-body .mkt-product-store .store-location i {
  font-size: 13px;
  color: #bbb;
  margin-right: 3px;
}
.mkt-product-card .mkt-product-body .btn-view-detail {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #00A69C;
  color: #00A69C;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 0;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}
.mkt-product-card .mkt-product-body .btn-view-detail:hover {
  background-color: #00A69C;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 575px) {
  .mkt-product-card {
    margin-bottom: 10px;
  }
  .mkt-product-card .mkt-product-img img {
    padding: 8px;
  }
  .mkt-product-card .mkt-product-body {
    padding: 8px 8px 10px;
  }
  .mkt-product-card .mkt-product-body .mkt-product-title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .mkt-product-card .mkt-product-body .mkt-product-price {
    font-size: 18px;
  }
  .mkt-product-card .mkt-product-body .mkt-product-price-old {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .mkt-product-card .mkt-product-body .mkt-product-meta {
    gap: 4px;
    margin-bottom: 4px;
  }
  .mkt-product-card .mkt-product-body .mkt-product-store {
    display: none;
  }
  .mkt-product-card .mkt-product-body .btn-view-detail {
    padding: 5px 0;
    font-size: 14px;
  }
}

.mkt-breadcrumb {
  padding: 12px 0 4px;
}
.mkt-breadcrumb .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 17px;
}
.mkt-breadcrumb .breadcrumb .breadcrumb-item {
  color: #888;
}
.mkt-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #555;
  text-decoration: none;
}
.mkt-breadcrumb .breadcrumb .breadcrumb-item a:hover {
  color: #00A69C;
}
.mkt-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #333;
  font-weight: 500;
}
.mkt-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #bbb;
}

.mkt-category-head {
  padding: 10px 0 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.mkt-category-head .mkt-section-title {
  margin-bottom: 0;
}
.mkt-category-head .mkt-section-title::after {
  margin-top: 6px;
}
.mkt-category-head .btn-see-more {
  background-color: transparent;
  border: 1px solid #00A69C;
  color: #00A69C;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 16px;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}
.mkt-category-head .btn-see-more:hover {
  background-color: #00A69C;
  color: #fff;
}

.mkt-filter-bar {
  padding: 14px 0 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  gap: 12px;
}
.mkt-filter-bar .mkt-section-title {
  margin-bottom: 0;
  flex-shrink: 0;
}
.mkt-filter-bar .mkt-section-title::after {
  margin-top: 4px;
}
.mkt-filter-bar .mkt-filter-controls {
  gap: 8px;
}
.mkt-filter-bar .mkt-filter-controls .mkt-filter-dropdown .btn {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  border-color: #ddd;
  background-color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  transition: all 0.2s;
}
.mkt-filter-bar .mkt-filter-controls .mkt-filter-dropdown .btn:hover, .mkt-filter-bar .mkt-filter-controls .mkt-filter-dropdown .btn:focus {
  border-color: #00A69C;
  color: #00A69C;
  box-shadow: none;
}
.mkt-filter-bar .mkt-filter-controls .mkt-filter-dropdown .btn::after {
  margin-left: 6px;
  vertical-align: middle;
}
.mkt-filter-bar .mkt-filter-controls .mkt-filter-dropdown .dropdown-menu {
  border: none;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 6px 0;
  min-width: 160px;
  font-size: 17px;
}
.mkt-filter-bar .mkt-filter-controls .mkt-filter-dropdown .dropdown-menu .dropdown-item {
  padding: 7px 16px;
  color: #444;
  transition: all 0.15s;
}
.mkt-filter-bar .mkt-filter-controls .mkt-filter-dropdown .dropdown-menu .dropdown-item:hover, .mkt-filter-bar .mkt-filter-controls .mkt-filter-dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #f0fafa;
  color: #00A69C;
}
.mkt-filter-bar .mkt-filter-controls .mkt-filter-dropdown .dropdown-menu .dropdown-item.active {
  background-color: #00A69C;
  color: #fff;
}
.mkt-filter-bar .mkt-filter-controls .mkt-filter-clear {
  font-size: 16px;
  color: #d0021b;
  font-weight: 500;
  padding: 5px 8px;
  text-decoration: none;
}
.mkt-filter-bar .mkt-filter-controls .mkt-filter-clear:hover {
  color: rgb(157.4857142857, 1.5142857143, 20.4428571429);
  text-decoration: underline;
}
@media (max-width: 767px) {
  .mkt-filter-bar {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .mkt-filter-bar .mkt-filter-controls {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }
}

.mkt-pagination {
  padding: 10px 0 20px;
}
.mkt-pagination .pagination {
  gap: 4px;
}
.mkt-pagination .pagination .page-item .page-link {
  border: 1px solid #ddd;
  color: #555;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 3px !important;
  transition: all 0.2s;
  background-color: #fff;
}
.mkt-pagination .pagination .page-item .page-link:hover {
  background-color: #f0fafa;
  border-color: #00A69C;
  color: #00A69C;
  z-index: 1;
}
.mkt-pagination .pagination .page-item.active .page-link {
  background-color: #00A69C;
  border-color: #00A69C;
  color: #fff;
  box-shadow: none;
}
.mkt-pagination .pagination .page-item.disabled .page-link {
  color: #bbb;
  background-color: #f9f9f9;
  border-color: #eee;
}

.mkt-see-more {
  padding: 20px 0 40px;
}
.mkt-see-more .btn-see-more {
  background-color: transparent;
  border: 2px solid #00A69C;
  color: #00A69C;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 48px;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.2s;
  text-decoration: none;
}
.mkt-see-more .btn-see-more:hover {
  background-color: #00A69C;
  color: #fff;
  text-decoration: none;
}

.mkt-footer {
  background-color: #1a2c36;
  color: #ccc;
  padding: 50px 0 0;
}
.mkt-footer .footer-brand {
  margin-bottom: 20px;
}
.mkt-footer .footer-brand .footer-logo {
  height: 36px;
  width: auto;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}
.mkt-footer .footer-brand p {
  font-size: 17px;
  line-height: 1.7;
  color: #9aabb4;
  margin-bottom: 16px;
}
.mkt-footer .footer-brand .footer-contact-info {
  font-size: 17px;
  color: #9aabb4;
}
.mkt-footer .footer-brand .footer-contact-info p {
  margin-bottom: 6px;
}
.mkt-footer .footer-brand .footer-contact-info p i {
  width: 16px;
  color: #5a8ea8;
  margin-right: 6px;
}
.mkt-footer .footer-brand .footer-contact-info p a {
  color: #9aabb4;
  text-decoration: none;
}
.mkt-footer .footer-brand .footer-contact-info p a:hover {
  color: #fff;
}
.mkt-footer .footer-col {
  margin-bottom: 24px;
}
.mkt-footer .footer-col h4 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 10px;
}
.mkt-footer .footer-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background-color: #00A8CC;
}
.mkt-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mkt-footer .footer-col ul li {
  margin-bottom: 9px;
}
.mkt-footer .footer-col ul li a {
  font-size: 17px;
  color: #9aabb4;
  text-decoration: none;
  transition: color 0.15s;
}
.mkt-footer .footer-col ul li a:hover {
  color: #fff;
  padding-left: 4px;
}
.mkt-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  padding: 20px 0;
}
.mkt-footer .footer-bottom p {
  font-size: 16px;
  color: #6a8a99;
  margin: 0;
}
.mkt-footer .footer-bottom .footer-bottom-links {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.mkt-footer .footer-bottom .footer-bottom-links a {
  font-size: 16px;
  color: #6a8a99;
  text-decoration: none;
}
.mkt-footer .footer-bottom .footer-bottom-links a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .mkt-footer .footer-bottom .footer-bottom-links {
    justify-content: flex-start;
    margin-top: 8px;
  }
}

body.page-marketplace {
  background-color: #f5f5f5;
  font-family: "Inter", "Roboto", sans-serif;
}
body.page-marketplace .container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  body.page-marketplace .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
body.page-marketplace .mkt-featured-products .container,
body.page-marketplace .mkt-ad-wide .container,
body.page-marketplace .mkt-ad-row .container {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 4px;
}
body.page-marketplace .mkt-ad-wide .container {
  padding-top: 16px;
  padding-bottom: 0;
  background-color: #f5f5f5;
}
body.page-marketplace .mkt-ad-row .container {
  background-color: #f5f5f5;
  padding-top: 16px;
  padding-bottom: 0;
}

.mkt-purchase-popup {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1080;
  width: 320px;
  max-width: calc(100vw - 40px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 16px 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  pointer-events: none;
}
.mkt-purchase-popup.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.mkt-purchase-popup .mkt-purchase-popup-close {
  position: absolute;
  top: 6px;
  right: 10px;
  background: transparent;
  border: 0;
  font-size: 20px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 4px 6px;
}
.mkt-purchase-popup .mkt-purchase-popup-close:hover {
  color: #333;
}
.mkt-purchase-popup .mkt-purchase-popup-header {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #222;
  margin-bottom: 12px;
}
.mkt-purchase-popup .mkt-purchase-popup-body {
  display: flex;
  align-items: center;
}
.mkt-purchase-popup .mkt-purchase-popup-thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  margin-right: 12px;
  background: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mkt-purchase-popup .mkt-purchase-popup-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.mkt-purchase-popup .mkt-purchase-popup-info {
  flex: 1 1 auto;
  min-width: 0;
}
.mkt-purchase-popup .mkt-purchase-popup-product {
  font-size: 13px;
  line-height: 1.35;
  color: #333;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mkt-purchase-popup .mkt-purchase-popup-time {
  font-size: 12px;
  font-weight: 600;
  color: #e6007e;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

@media (max-width: 575px) {
  .mkt-purchase-popup {
    left: 10px;
    bottom: 10px;
    width: 280px;
    padding: 12px 14px;
  }
}