.home-v2-enabled {
  background: #f7f7f7;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

.home-v2-wrapper {
  min-height: 100vh;
  background: #f7f7f7;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  height: auto;
  overflow: visible;
  overflow-x: visible;
}

.haliysa-accent-btn {
  background-color: #e67e22 !important;
}

.haliysa-accent-btn:hover,
.haliysa-accent-btn:focus-visible {
  background-color: #ea580c !important;
}

.sticky-header {
  position: sticky !important;
  top: 0;
  z-index: 60 !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
  overflow: visible !important;
}

#fixedCategoryMenu,
#fixedCategoryMenu > div,
#fixedCategoryMenu .category-menu-list {
  overflow: visible !important;
}

.home-v2-container-xl {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-v2-shell {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .home-v2-shell {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .home-v2-shell {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .home-v2-shell {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1536px) {
  .home-v2-shell {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.home-v2-header {
  position: sticky;
  top: 0;
  z-index: 60;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.home-v2-topbar {
  background: #27324d;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.home-v2-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
}

.home-v2-topbar-left,
.home-v2-topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.home-v2-topbar a {
  color: inherit;
}

.home-v2-mainbar {
  background: #0f172a;
  color: #fff;
}

.home-v2-mainbar-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 14px 0;
}

.home-v2-logo-wrap .custom-logo {
  max-height: 38px;
  width: auto;
  filter: invert(1) brightness(100);
}

.home-v2-logo-text {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.home-v2-search-wrap {
  width: 100%;
}

.home-v2-search-wrap .form-search {
  display: grid;
  grid-template-columns: 1fr 52px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.home-v2-search-box {
  position: relative;
}

.home-v2-search-box input {
  width: 100%;
  border: 0;
  outline: none;
  height: 44px;
  padding: 0 14px;
  color: #0f172a;
  font-size: 14px;
}

.home-v2-search-btn {
  border: 0;
  background: #e67e22;
  color: #fff;
}

.home-v2-search-btn:hover {
  background: #d56f14;
}

.home-v2-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-v2-actions .header_top_iconbox {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  position: relative;
}

.home-v2-actions .header_top_iconbox .badge {
  position: absolute;
  top: -7px;
  right: -9px;
  background: #e67e22;
  color: #fff;
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  padding: 0 4px;
}

.home-v2-cart-total {
  color: #cbd5e1;
  font-size: 11px;
}

.home-v2-category-nav {
  background: #f6f8fa;
  border-bottom: 1px solid #e2e8f0;
}

.home-v2-category-nav .category-menu-list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0;
  padding: 6px 0;
  list-style: none;
}

.home-v2-category-nav .category-menu-list a {
  display: inline-flex;
  align-items: center;
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}

.home-v2-category-nav .category-menu-list a:hover {
  color: #27374d;
  border-bottom-color: #27374d;
}

.home-v2-enabled #fixedCategoryMenu.is-fixed {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
}

.home-v2-dropdown {
  position: relative;
}

.home-v2-dropdown-panel {
  margin-top: 0;
  z-index: 1000 !important;
  transform: translateY(6px);
  transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease !important;
}

.home-v2-dropdown:hover > .home-v2-dropdown-panel,
.home-v2-dropdown:focus-within > .home-v2-dropdown-panel,
.home-v2-dropdown.is-open > .home-v2-dropdown-panel {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

body.fixed-menu-active .home-v2-main {
  padding-top: 1.5rem !important;
}

.home-v2-mobile-header {
  display: none;
}

.home-v2-main {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.home-v2-main > section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.home-v2-main > section + section {
  margin-top: 4rem !important;
}

.home-v2-hero-title {
  color: #ffffff !important;
  font-size: 2.25rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.home-v2-hero-description {
  color: #e2e8f0 !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.home-v2-hero-side-title {
  color: #ffffff !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 2rem !important;
}

.home-v2-hero-side-text {
  color: #f1f5f9 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.home-v2-hero-section .home-v2-hero-content {
  left: 0 !important;
  bottom: 0 !important;
  max-width: 42rem !important;
  padding: 2rem !important;
}

.home-v2-hero-section .home-v2-hero-title {
  margin: 0 0 1rem !important;
}

.home-v2-hero-section .home-v2-hero-description {
  margin: 0 0 1.5rem !important;
}

.home-v2-hero-section .home-v2-hero-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.home-v2-main .review-product img {
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  padding: 0 !important;
  background: #ffffff !important;
  border-radius: 10px !important;
}

.home-v2-main .review-product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 768px) {
  .home-v2-hero-section .home-v2-hero-content {
    padding: 3rem !important;
  }

  .home-v2-hero-title {
    font-size: 3.75rem !important;
  }

  .home-v2-hero-description {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

.home-v2-container {
  display: grid;
  gap: 28px;
}

.home-v2-section {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
}

.home-v2-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.home-v2-section-title {
  margin: 0;
  color: #0f172a;
  font-size: 28px;
  font-weight: 800;
}

.home-v2-section-subtitle {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 14px;
}

.home-v2-section-cta {
  color: #27374d;
  font-weight: 700;
}

.home-v2-hero {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.home-v2-hero-track {
  display: flex;
  transition: transform 0.35s ease;
}

.home-v2-hero-slide {
  min-width: 100%;
  position: relative;
  background: #111827;
}

.home-v2-hero-slide img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  opacity: 0.65;
}

.home-v2-hero-content {
  position: absolute;
  left: 28px;
  bottom: 28px;
  max-width: 680px;
  color: #fff;
}

.home-v2-hero-content h3 {
  margin: 0 0 10px;
  font-size: 46px;
  font-weight: 800;
}

.home-v2-hero-content p {
  margin: 0 0 14px;
  font-size: 17px;
}

.home-v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px 16px;
  background: #e67e22;
  color: #fff;
  font-weight: 700;
}

.home-v2-hero-controls {
  position: absolute;
  inset: auto 18px 18px auto;
  display: flex;
  gap: 8px;
}

.home-v2-hero-controls button {
  border: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.75);
  color: #fff;
}

.home-v2-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-v2-product-card {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.home-v2-product-media {
  display: block;
  aspect-ratio: 1/1;
  background: #f1f5f9;
}

.home-v2-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-v2-product-body {
  padding: 12px;
  display: grid;
  gap: 8px;
}

.home-v2-product-body h3 {
  margin: 0;
  font-size: 14px;
  min-height: 36px;
}

.home-v2-product-vendor {
  margin: 0;
  color: #64748b;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.home-v2-product-price {
  font-weight: 700;
  color: #0f172a;
}

.home-v2-product-card .add-to-cart-btn {
  border: 0;
  border-radius: 8px;
  background: #27374d;
  color: #fff;
  height: 38px;
  font-size: 13px;
  font-weight: 600;
}

.home-v2-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-v2-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
}

.home-v2-chip-icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}

.home-v2-card-grid,
.home-v2-vendor-grid,
.home-v2-review-grid,
.home-v2-blog-grid,
.home-v2-seo-grid,
.home-v2-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-v2-info-card,
.home-v2-review-item,
.home-v2-blog-card,
.home-v2-seo-grid article,
.home-v2-vendor-card,
.home-v2-collection-item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}

.home-v2-info-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.home-v2-collection-item img,
.home-v2-blog-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.home-v2-vendor-card {
  text-align: center;
  display: grid;
  gap: 8px;
}

.home-v2-vendor-card img {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  border-radius: 999px;
  object-fit: cover;
}

.home-v2-review-stars {
  color: #f59e0b;
  letter-spacing: 2px;
}

.home-v2-review-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
}

.home-v2-editorial-banner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 18px;
  align-items: center;
}

.home-v2-editorial-banner img {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.home-v2-top-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.home-v2-top-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.home-v2-color-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.home-v2-color-tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease;
}

.home-v2-color-tile:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(15, 23, 42, .08);
}

.home-v2-color-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-color-count {
  font-size: 12px;
  font-weight: 700;
}

.home-v2-footer {
  background: #0f172a;
  color: #cbd5e1;
  padding-top: 34px;
}

.home-v2-footer-inner {
  padding-bottom: 24px;
}

.home-v2-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.home-v2-footer-logo {
  max-height: 42px;
  width: auto;
  margin-bottom: 12px;
}

.home-v2-footer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
}

.home-v2-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.home-v2-footer a {
  color: #cbd5e1;
}

.home-v2-footer a:hover {
  color: #fff;
}

.home-v2-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  font-size: 12px;
}

.home-v2-mobile-toggle {
  display: none !important;
}

.home-v2-mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(15, 23, 42, 0.56);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.home-v2-mobile-drawer.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.home-v2-mobile-drawer-panel {
  width: min(368px, 88vw);
  height: 100%;
  background: #ffffff;
  border-right: 1px solid #e2e8f0;
  transform: translateX(-100%);
  transition: transform 0.24s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.home-v2-mobile-drawer.active .home-v2-mobile-drawer-panel {
  transform: translateX(0);
}

.home-v2-mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e2e8f0;
  padding: 14px 16px;
}

.home-v2-mobile-drawer-title {
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
}

.home-v2-mobile-drawer-close {
  border: 0;
  background: transparent;
  color: #334155;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-v2-mobile-nav {
  display: grid;
  gap: 2px;
  padding: 12px 10px 0;
}

.home-v2-mobile-nav-link {
  display: flex;
  align-items: center;
  min-height: 44px;
  border-radius: 10px;
  color: #1e293b;
  font-size: 14px;
  font-weight: 700;
  padding: 0 12px;
}

.home-v2-mobile-nav-link.is-active {
  color: #e67e22;
  background: #fff7ed;
}

.home-v2-mobile-group-list {
  margin-top: 12px;
  padding: 0 10px;
  overflow-y: auto;
}

.home-v2-mobile-group {
  border-top: 1px solid #e2e8f0;
  padding: 10px 0;
}

.home-v2-mobile-group summary {
  list-style: none;
  cursor: pointer;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-v2-mobile-group summary::-webkit-details-marker {
  display: none;
}

.home-v2-mobile-group summary::after {
  content: "▾";
  font-size: 12px;
  color: #64748b;
}

.home-v2-mobile-group[open] summary::after {
  transform: rotate(180deg);
}

.home-v2-mobile-group ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 4px;
}

.home-v2-mobile-group a {
  display: flex;
  align-items: center;
  min-height: 36px;
  border-radius: 8px;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  padding: 0 8px;
}

.home-v2-mobile-actions {
  padding: 12px 10px 16px;
  border-top: 1px solid #e2e8f0;
  display: grid;
  gap: 8px;
}

.home-v2-mobile-action {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  min-height: 42px;
  color: #334155;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
}

.home-v2-mobile-action-badge {
  margin-left: auto;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #e67e22;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  padding: 0 5px;
}

body.mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .home-v2-products-grid,
  .home-v2-card-grid,
  .home-v2-vendor-grid,
  .home-v2-review-grid,
  .home-v2-blog-grid,
  .home-v2-seo-grid,
  .home-v2-collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-v2-color-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .home-v2-enabled .home-v2-wrapper section:not([class*="p-"]) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-v2-header {
    display: block;
  }

  .home-v2-mobile-header {
    display: none;
  }

  .home-v2-main {
    padding-top: 1.5rem !important;
  }

  #fixedCategoryMenu {
    display: none !important;
  }

  .home-v2-mobile-toggle {
    display: inline-flex !important;
  }

  .home-v2-products-grid,
  .home-v2-card-grid,
  .home-v2-vendor-grid,
  .home-v2-review-grid,
  .home-v2-blog-grid,
  .home-v2-seo-grid,
  .home-v2-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-hero-slide img {
    height: 330px;
  }

  .home-v2-hero-content h3 {
    font-size: 30px;
  }

  .home-v2-editorial-banner {
    grid-template-columns: 1fr;
  }

  .home-v2-footer-grid {
    grid-template-columns: 1fr;
  }

  .home-v2-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .home-v2-mobile-drawer {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .home-v2-section {
    padding: 14px;
  }

  .home-v2-section-title {
    font-size: 22px;
  }

  .home-v2-card-grid,
  .home-v2-vendor-grid,
  .home-v2-review-grid,
  .home-v2-blog-grid,
  .home-v2-seo-grid,
  .home-v2-collection-grid {
    grid-template-columns: 1fr;
  }

  .home-v2-color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-v2-color-tile {
    padding: 10px 12px;
    font-size: 13px;
  }

  .home-v2-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }

  .home-v2-hero-content {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .home-v2-hero-content h3 {
    font-size: 24px;
  }
}

/* Header search suggestions (V2) */
.home-v2-enabled #header-search-form {
  width: 100%;
  max-width: 760px;
}

.home-v2-enabled #header-search-form .search-suggestions {
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 80;
  display: block;
}

.home-v2-enabled #header-search-form .search-suggestions .box-suggestions {
  border: 1px solid #d9e1ea;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.16);
  padding: 8px 0;
  max-height: min(72vh, 460px);
  overflow-y: auto;
}

.home-v2-enabled #header-search-form .search-suggestions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-v2-enabled #header-search-form .search-suggestions li {
  border: 0;
  margin: 0;
  padding: 0;
}

.home-v2-enabled #header-search-form .search-suggestions li + li {
  border-top: 1px solid #eef2f7;
}

.home-v2-enabled #header-search-form .search-suggestions li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  text-decoration: none;
  color: #0f172a;
}

.home-v2-enabled #header-search-form .search-suggestions li a:hover {
  background: #f8fafc;
}

.home-v2-enabled #header-search-form .search-suggestions .thumb {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  background: #f1f5f9;
  flex: 0 0 56px;
}

.home-v2-enabled #header-search-form .search-suggestions .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-v2-enabled #header-search-form .search-suggestions .info-product {
  min-width: 0;
}

.home-v2-enabled #header-search-form .search-suggestions .item_title {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.home-v2-enabled #header-search-form .search-suggestions .meta-text {
  margin-top: 3px;
  font-size: 12px;
  color: #64748b;
  line-height: 1.4;
}

.home-v2-enabled #header-search-form .search-suggestions .price .sale,
.home-v2-enabled #header-search-form .search-suggestions .price ins {
  margin-top: 4px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.home-v2-enabled #header-search-form .search-suggestions .price del {
  color: #94a3b8;
  font-size: 12px;
}

.home-v2-enabled #header-search-form .search-suggestion-message .item_title {
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
}

.home-v2-enabled #header-search-form .search-suggestion-view-all .item_title {
  color: #3e5060;
  font-weight: 800;
}

/* Search results page (enter submit) */
.search-v2-main .search-v2-hero {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 18px;
}

.search-v2-main .search-v2-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #64748b;
}

.search-v2-main .search-v2-title {
  margin-top: 8px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  font-weight: 800;
  color: #0f172a;
}

.search-v2-main .search-v2-title .search-v2-query {
  color: #3e5060;
}

.search-v2-main .search-v2-meta {
  margin-top: 8px;
  font-size: 14px;
  color: #64748b;
}

.search-v2-main .search-v2-inline-form {
  margin-top: 16px;
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  overflow: hidden;
  max-width: 700px;
}

.search-v2-main .search-v2-inline-form input[type="text"] {
  flex: 1;
  border: 0;
  padding: 0 14px;
  height: 46px;
  color: #0f172a;
  font-size: 14px;
}

.search-v2-main .search-v2-inline-form input[type="text"]:focus {
  outline: none;
}

.search-v2-main .search-v2-inline-form button {
  border: 0;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #3e5060;
  cursor: pointer;
}

.search-v2-main .search-v2-inline-form button:hover {
  background: #2f3e4c;
}

.search-v2-main .search-v2-grid {
  margin-top: 0;
}

.search-v2-main .search-v2-post-card {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.06);
}

.search-v2-main .search-v2-post-card-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #0f172a;
}

.search-v2-main .search-v2-post-card-title a {
  color: inherit;
  text-decoration: none;
}

.search-v2-main .search-v2-post-card-title a:hover {
  color: #3e5060;
}

.search-v2-main .search-v2-post-card-excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #64748b;
}

@media (max-width: 767px) {
  .home-v2-enabled #header-search-form {
    min-width: 0;
  }

  .search-v2-main .search-v2-hero {
    padding: 18px;
  }

  .search-v2-main .search-v2-inline-form {
    max-width: none;
  }
}

/* V2 static pages */
.haliysa-page-v2 {
  background: linear-gradient(180deg, #f8f7f3 0%, #f6f8fa 240px, #f6f8fa 100%);
  padding-bottom: 56px;
}

.haliysa-page-hero {
  padding: 36px 0 12px;
}

.haliysa-page-eyebrow {
  margin: 0;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 800;
}

.haliysa-page-title {
  margin: 8px 0 10px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  font-weight: 900;
  color: #0f172a;
}

.haliysa-page-subtitle {
  max-width: 860px;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #475569;
}

.haliysa-page-section {
  padding-top: 16px;
}

.haliysa-surface-card {
  border: 1px solid #dfe6ee;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  padding: 26px;
}

.haliysa-card-header {
  margin-bottom: 16px;
}

.haliysa-card-header h2 {
  margin: 0;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.2;
  font-weight: 800;
  color: #0f172a;
}

.haliysa-card-header p {
  margin: 10px 0 0;
  font-size: 14px;
  color: #64748b;
}

.haliysa-card-text {
  margin: 0 0 12px;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
}

.haliysa-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.haliysa-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.haliysa-stat-card {
  border: 1px solid #dfe6ee;
  border-radius: 16px;
  background: #ffffff;
  text-align: center;
  padding: 20px 14px;
}

.haliysa-stat-value {
  margin: 0;
  color: #1e293b;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
}

.haliysa-stat-value span {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1;
  font-weight: 900;
}

.haliysa-stat-value em {
  font-style: normal;
  font-size: 18px;
  line-height: 1.1;
  color: #e67e22;
  font-weight: 800;
}

.haliysa-stat-label {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

/* Seller apply page */
.haliysa-apply-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 18px;
}

.haliysa-form-shell .wpcf7-form p {
  margin: 0 0 12px;
}

.haliysa-form-shell .wpcf7-form label {
  width: 100%;
  display: block;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

.haliysa-form-shell .wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}

.haliysa-form-shell input[type="text"],
.haliysa-form-shell input[type="email"],
.haliysa-form-shell input[type="tel"],
.haliysa-form-shell input[type="number"],
.haliysa-form-shell select,
.haliysa-form-shell textarea {
  width: 100%;
  border: 1px solid #cfd8e3;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  font-size: 14px;
  padding: 0 14px;
  height: 48px;
}

.haliysa-form-shell textarea {
  min-height: 120px;
  padding-top: 12px;
  resize: vertical;
}

.haliysa-form-shell input:focus,
.haliysa-form-shell select:focus,
.haliysa-form-shell textarea:focus {
  outline: none;
  border-color: #3e5060;
  box-shadow: 0 0 0 3px rgba(62, 80, 96, 0.14);
}

.haliysa-form-shell .wpcf7-submit {
  appearance: none;
  border: 0;
  border-radius: 12px;
  height: 48px;
  padding: 0 22px;
  background: #3e5060;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}

.haliysa-form-shell .wpcf7-submit:hover {
  background: #2f3e4c;
  transform: translateY(-1px);
}

.haliysa-form-shell .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
}

.haliysa-form-shell .wpcf7-response-output {
  margin: 12px 0 0;
  border-radius: 12px;
  font-size: 13px;
}

.haliysa-steps-grid {
  display: grid;
  gap: 12px;
}

.haliysa-step-card {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 12px;
}

.haliysa-step-index {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3e5060;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.haliysa-step-card img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.haliysa-step-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.haliysa-step-card p {
  margin: 5px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.haliysa-highlight-box {
  border: 1px solid #eed5b3;
  background: #fff8ed;
  border-radius: 14px;
  padding: 15px 16px;
  margin-top: 16px;
}

.haliysa-highlight-box h3 {
  margin: 0 0 8px;
  color: #7c4a11;
  font-size: 18px;
  font-weight: 800;
}

.haliysa-highlight-box p {
  margin: 0;
  color: #6b4f2c;
  font-size: 14px;
  line-height: 1.65;
}

.haliysa-benefit-list {
  display: grid;
  gap: 12px;
}

.haliysa-benefit-item {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  padding: 14px 15px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
}

.haliysa-benefit-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.haliysa-benefit-item h3 {
  margin: 0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
}

.haliysa-benefit-item p {
  margin: 5px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

/* About page */
.haliysa-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 18px;
}

.haliysa-about-media {
  padding: 10px;
}

.haliysa-about-media img {
  width: 100%;
  border-radius: 14px;
  display: block;
  height: 100%;
  max-height: 440px;
  object-fit: cover;
}

.haliysa-feature-chips {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.haliysa-feature-chips span {
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid #dbe5ef;
  color: #334155;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 700;
}

.haliysa-section-head {
  margin-bottom: 14px;
}

.haliysa-values-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.haliysa-value-card {
  border: 1px solid #dfe6ee;
  border-radius: 14px;
  background: #ffffff;
  padding: 16px;
}

.haliysa-value-card h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 17px;
  font-weight: 800;
}

.haliysa-value-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
}

/* Seller list page */
.haliysa-vendor-toolbar {
  border: 1px solid #dfe6ee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.haliysa-vendor-count {
  margin: 0;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
}

.haliysa-vendor-sort {
  display: flex;
  align-items: center;
  gap: 10px;
}

.haliysa-vendor-sort span {
  color: #475569;
  font-size: 13px;
  font-weight: 700;
}

.haliysa-vendor-sort select {
  appearance: none;
  border: 1px solid #d1dae5;
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  padding: 0 32px 0 12px;
  min-width: 170px;
  background-image: linear-gradient(45deg, transparent 50%, #64748b 50%), linear-gradient(135deg, #64748b 50%, transparent 50%);
  background-position: calc(100% - 16px) calc(50% - 3px), calc(100% - 11px) calc(50% - 3px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.haliysa-vendor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.haliysa-vendor-card {
  border: 1px solid #dfe6ee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.haliysa-vendor-logo-wrap {
  padding: 16px;
  border-bottom: 1px solid #edf2f7;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.haliysa-vendor-logo-wrap img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  border-radius: 10px;
  background: #ffffff;
}

.haliysa-vendor-content {
  padding: 14px 15px 16px;
}

.haliysa-vendor-content h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #0f172a;
  font-weight: 800;
}

.haliysa-vendor-meta {
  margin: 5px 0 0;
  font-size: 13px;
  color: #64748b;
  font-weight: 700;
}

.haliysa-vendor-rating {
  margin-top: 10px;
}

.haliysa-vendor-stars {
  display: inline-flex;
  gap: 2px;
  font-size: 14px;
  line-height: 1;
}

.haliysa-vendor-stars span {
  color: #d1d5db;
}

.haliysa-vendor-stars .is-filled,
.haliysa-vendor-stars .is-half {
  color: #f59e0b;
}

.haliysa-vendor-rating p {
  margin: 5px 0 0;
  font-size: 12px;
  color: #64748b;
  font-weight: 700;
}

.haliysa-vendor-desc {
  margin: 10px 0 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.55;
  min-height: 40px;
}

.haliysa-vendor-btn {
  margin-top: 12px;
  width: 100%;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #3e5060;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s ease;
}

.haliysa-vendor-btn:hover {
  color: #ffffff;
  background: #2f3e4c;
}

.haliysa-empty-vendors {
  grid-column: 1 / -1;
  border: 1px solid #dfe6ee;
  border-radius: 16px;
  background: #ffffff;
  padding: 30px;
  text-align: center;
}

.haliysa-empty-vendors h2 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  font-weight: 800;
}

.haliysa-empty-vendors p {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 14px;
}

.haliysa-empty-vendors a {
  margin-top: 14px;
  display: inline-flex;
  height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #3e5060;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
}

.haliysa-vendor-announcement {
  margin-top: 16px;
  border: 1px dashed #d2b48c;
  background: #fff8ed;
  border-radius: 14px;
  color: #6b4f2c;
  font-weight: 600;
  text-align: center;
  padding: 14px 16px;
}

/* Help page */
.haliysa-help-search {
  margin-top: 16px;
  display: flex;
  align-items: center;
  border: 1px solid #d8e1ec;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
  max-width: 760px;
}

.haliysa-help-search input {
  flex: 1;
  border: 0;
  height: 50px;
  padding: 0 15px;
  font-size: 14px;
  color: #0f172a;
  background: #ffffff;
}

.haliysa-help-search input:focus {
  outline: none;
}

.haliysa-help-search button {
  border: 0;
  height: 50px;
  padding: 0 20px;
  background: #3e5060;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.haliysa-help-search button:hover {
  background: #2f3e4c;
}

.haliysa-help-search-results {
  border: 1px solid #dfe6ee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  padding: 16px;
  margin-bottom: 14px;
}

.haliysa-help-search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.haliysa-help-search-head h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
}

.haliysa-help-search-head button {
  border: 1px solid #cfd8e3;
  background: #ffffff;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  height: 36px;
  border-radius: 10px;
  padding: 0 12px;
  cursor: pointer;
}

.haliysa-help-search-head button:hover {
  background: #f8fafc;
}

.haliysa-help-search-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.haliysa-help-search-item {
  width: 100%;
  text-align: left;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px;
  cursor: pointer;
}

.haliysa-help-search-item:hover {
  border-color: #cfd8e3;
  background: #f8fafc;
}

.haliysa-help-search-badge {
  display: inline-flex;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 800;
  color: #475569;
  background: #e2e8f0;
  border-radius: 999px;
  padding: 4px 9px;
}

.haliysa-help-search-item h3 {
  margin: 0;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}

.haliysa-help-search-item p {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.haliysa-help-search-empty {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
}

.haliysa-help-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 16px;
}

.haliysa-help-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.haliysa-help-section-card {
  border: 1px solid #dfe6ee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  padding: 16px;
}

.haliysa-help-section-card h2 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.3;
  color: #0f172a;
  font-weight: 800;
}

.haliysa-help-section-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.haliysa-help-question-btn {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #ffffff;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 10px 11px;
  cursor: pointer;
  line-height: 1.45;
}

.haliysa-help-question-btn:hover,
.haliysa-help-question-btn.is-active {
  border-color: #3e5060;
  color: #0f172a;
  background: #f8fafc;
}

.haliysa-help-answer-card {
  border: 1px solid #dfe6ee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  padding: 20px;
  align-self: start;
  position: sticky;
  top: 96px;
}

.haliysa-help-answer-label {
  margin: 0;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 800;
}

.haliysa-help-answer-card h3 {
  margin: 8px 0 10px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
}

.haliysa-help-answer-card p {
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
}

.haliysa-help-answer-actions {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.haliysa-help-answer-actions a {
  border: 1px solid #d8e1ec;
  border-radius: 10px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.haliysa-help-answer-actions a:first-child {
  border-color: #3e5060;
  background: #3e5060;
  color: #ffffff;
}

.haliysa-help-answer-actions a:first-child:hover {
  background: #2f3e4c;
  border-color: #2f3e4c;
}

.haliysa-help-answer-actions a:hover {
  background: #f8fafc;
}

.haliysa-help-faq-list {
  display: grid;
  gap: 10px;
}

.haliysa-help-faq-item {
  border: 1px solid #dfe6ee;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
}

.haliysa-help-faq-toggle {
  width: 100%;
  border: 0;
  background: #ffffff;
  color: #0f172a;
  padding: 13px 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  text-align: left;
  cursor: pointer;
}

.haliysa-help-faq-toggle:hover {
  background: #f8fafc;
}

.haliysa-help-faq-no {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #334155;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.haliysa-help-faq-question {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}

.haliysa-help-faq-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8e1ec;
  color: #334155;
  font-size: 16px;
  font-weight: 800;
}

.haliysa-help-faq-answer {
  border-top: 1px solid #e2e8f0;
  background: #fcfdff;
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
  padding: 14px 16px;
}

/* Footer social icons */
.haliysa-footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.04);
  color: #cbd5e1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}

.haliysa-footer-social a:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.haliysa-footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

@media (max-width: 1200px) {
  .haliysa-vendor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .haliysa-two-col,
  .haliysa-values-grid,
  .haliysa-stats-grid,
  .haliysa-vendor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .haliysa-apply-layout,
  .haliysa-about-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .haliysa-help-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .haliysa-help-answer-card {
    position: static;
  }

  .haliysa-step-card {
    grid-template-columns: auto auto 1fr;
  }
}

@media (max-width: 767px) {
  .haliysa-page-v2 {
    padding-bottom: 44px;
  }

  .haliysa-page-hero {
    padding-top: 26px;
  }

  .haliysa-surface-card {
    border-radius: 16px;
    padding: 18px;
  }

  .haliysa-vendor-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .haliysa-vendor-sort {
    width: 100%;
  }

  .haliysa-vendor-sort select {
    width: 100%;
    min-width: 0;
  }

  .haliysa-two-col,
  .haliysa-values-grid,
  .haliysa-stats-grid,
  .haliysa-vendor-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .haliysa-help-sections {
    grid-template-columns: minmax(0, 1fr);
  }

  .haliysa-help-search {
    max-width: none;
  }

  .haliysa-help-answer-card h3 {
    font-size: 19px;
  }
}

/* BEGIN: home-v2-reference.css merged */
/* Extracted from yeni/anasayfa.html <style> block */
.no-scrollbar::-webkit-scrollbar { display: none; }
        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
        .sticky-header { position: sticky; top: 0; z-index: 50; }

        /* html-ui-kit desktop product cards */
        .product-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 30px;
        }
        .product-link {
            display: block;
            color: inherit;
            text-decoration: none;
        }
        .product-card {
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
            transition: box-shadow .2s ease;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        .product-link:hover .product-card {
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        }
        .product-media {
            position: relative;
            aspect-ratio: 3 / 4;
            background: #f3f4f6;
            overflow: hidden;
        }
        .product-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .35s ease;
        }
        .product-link:hover .product-media img {
            transform: scale(1.05);
        }
        .product-fav {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 34px;
            height: 34px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.9);
            border: 1px solid #e5e7eb;
            display: grid;
            place-items: center;
            font-size: 15px;
            color: #6b7280;
            cursor: pointer;
            transition: color .2s ease, border-color .2s ease, background-color .2s ease;
        }
        .product-fav .material-symbols-outlined {
            font-size: 18px;
            line-height: 1;
            font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
            transition: transform .18s ease, color .2s ease, font-variation-settings .2s ease;
        }
        .product-fav.is-active,
        .product-fav.in-wishlist {
            color: #ef4444;
        }
        .product-fav.is-active .material-symbols-outlined,
        .product-fav.in-wishlist .material-symbols-outlined {
            font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
        }
        .product-fav.wishlist-animating .material-symbols-outlined {
            animation: haliysa-fav-pop .38s ease;
        }
        @keyframes haliysa-fav-pop {
            0% {
                transform: scale(1);
            }
            35% {
                transform: scale(1.26);
            }
            100% {
                transform: scale(1);
            }
        }
        .discount-pill {
            position: absolute;
            top: 10px;
            left: 10px;
            border-radius: 10px;
            padding: 7px 8px;
            background: linear-gradient(135deg, #ef4444, #b91c1c);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            line-height: 1;
        }
        .shipping-banner {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 6px 10px;
            font-size: 10px;
            text-align: center;
            font-weight: 700;
            letter-spacing: .02em;
            color: #fff;
            background: rgba(22, 163, 74, .92);
        }
        .product-body {
            padding: 11px;
            display: flex;
            flex-direction: column;
            flex: 1;
        }
        .product-brand {
            font-size: 11px;
            text-transform: uppercase;
            color: #6b7280;
            letter-spacing: .08em;
            font-weight: 600;
        }
        .product-title {
            margin: 5px 0 8px;
            font-size: 14px;
            line-height: 1.3;
            min-height: calc(1.3em * 3);
            color: #111827;
            font-weight: 600;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .rating-row {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #eab308;
            font-size: 11px;
        }
        .rating-count {
            color: #6b7280;
            font-weight: 600;
        }
        .photo-review-icon {
            color: #2563eb;
            font-size: 13px;
            line-height: 1;
            vertical-align: middle;
        }
        .price-row {
            margin-top: auto;
            display: flex;
            align-items: baseline;
            gap: 8px;
            flex-wrap: wrap;
        }
        .old-price {
            font-size: 12px;
            color: #6b7280;
            text-decoration: line-through;
        }
        .current-price {
            font-size: 18px;
            color: #1f2d40;
            font-weight: 700;
        }
        @media (max-width: 1200px) {
            .product-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }
        @media (max-width: 992px) {
            .product-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 15px;
            }
        }
        @media (max-width: 640px) {
            .product-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 15px;
            }
        }

        /* shared carousel controls */
        .carousel-head-actions {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .carousel-arrows {
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .carousel-arrow {
            width: 30px;
            height: 30px;
            border-radius: 8px;
            border: 1px solid #cbd5e1;
            background: #fff;
            color: #334155;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all .2s ease;
        }
        .carousel-arrow:hover {
            background: #f8fafc;
            border-color: #94a3b8;
        }
        .carousel-arrow .material-symbols-outlined {
            font-size: 18px;
            line-height: 1;
        }

        /* vendors carousel */
        .vendors-carousel {
            overflow: hidden;
            width: 100%;
        }
        .vendors-track {
            display: flex;
            gap: 16px;
            transition: transform .5s ease;
            will-change: transform;
        }
        .vendor-slide {
            flex: 0 0 calc((100% - 80px) / 6);
        }

        /* reviews carousel */
        .reviews-carousel {
            overflow: hidden;
            width: 100%;
        }
        .reviews-track {
            display: flex;
            gap: 16px;
            transition: transform .5s ease;
            will-change: transform;
        }
        .review-slide-card {
            flex: 0 0 calc((100% - 64px) / 5);
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 14px;
            min-height: 210px;
        }
        .review-product {
            display: flex;
            gap: 10px;
            margin-bottom: 10px;
        }
        .review-product img {
            width: 56px;
            height: 56px;
            border-radius: 10px;
            object-fit: cover;
            border: 1px solid #e2e8f0;
            background: #f8fafc;
        }
        .review-product-title {
            margin: 0;
            font-size: 12px;
            line-height: 1.3;
            color: #0f172a;
            font-weight: 600;
        }
        .review-author {
            margin: 4px 0 0;
            font-size: 11px;
            color: #64748b;
            font-weight: 600;
        }
        .review-text {
            margin: 0;
            font-size: 13px;
            line-height: 1.45;
            color: #334155;
        }
        @media (max-width: 1200px) {
            .vendor-slide {
                flex: 0 0 calc((100% - 48px) / 4);
            }
            .review-slide-card {
                flex: 0 0 calc((100% - 32px) / 3);
            }
        }
        @media (max-width: 992px) {
            .vendor-slide {
                flex: 0 0 calc((100% - 32px) / 3);
            }
        }
        @media (max-width: 768px) {
            .vendor-slide {
                flex: 0 0 calc((100% - 16px) / 2);
            }
            .review-slide-card {
                flex: 0 0 calc((100% - 16px) / 2);
            }
        }
        @media (max-width: 520px) {
            .vendor-slide {
                flex: 0 0 100%;
            }
            .review-slide-card {
                flex: 0 0 100%;
            }
        }
/* END: home-v2-reference.css merged */

/* Responsive hardening (global v2 baseline) */
.home-v2-enabled,
.home-v2-enabled .home-v2-wrapper {
  overflow-x: visible;
}

.home-v2-enabled {
  overflow-x: hidden;
}

.haliysa-single-post-content {
  color: #334155;
  font-size: 16px;
  line-height: 1.85;
}

.haliysa-single-post-content > * + * {
  margin-top: 1rem;
}

.haliysa-single-post-content h2,
.haliysa-single-post-content h3,
.haliysa-single-post-content h4 {
  color: #0f172a;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 1.8rem;
  margin-bottom: 0.7rem;
}

.haliysa-single-post-content h2 {
  font-size: 1.5rem;
}

.haliysa-single-post-content h3 {
  font-size: 1.25rem;
}

.haliysa-single-post-content a {
  color: #e67e22;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.haliysa-single-post-content a:hover {
  color: #ea580c;
}

.haliysa-single-post-content ul,
.haliysa-single-post-content ol {
  margin: 0.75rem 0 0.75rem 1.25rem;
  padding: 0;
}

.haliysa-single-post-content li + li {
  margin-top: 0.4rem;
}

.haliysa-single-post-content img {
  border-radius: 14px;
  max-width: 100%;
  height: auto;
}

.haliysa-single-post-content blockquote {
  margin: 1.2rem 0;
  padding: 0.95rem 1rem;
  border-left: 4px solid #d8ccb8;
  background: #f8f4ec;
  color: #475569;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 991px) {
  .home-v2-header .text-white\/90 .home-v2-container-xl {
    gap: 0.75rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .home-v2-header .text-white\/90 .home-v2-container-xl::-webkit-scrollbar {
    display: none;
  }

  .home-v2-header .text-white\/90 .home-v2-container-xl > div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.75rem;
    width: auto;
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .home-v2-header .bg-slate-900 .home-v2-container-xl {
    align-items: center;
    gap: 0.75rem;
  }

  .home-v2-enabled #header-search-form {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .home-v2-enabled #header-search-form input[name="s"] {
    min-width: 0;
  }

  #fixedCategoryMenu .category-menu-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 1rem;
  }

  #fixedCategoryMenu .category-menu-list::-webkit-scrollbar {
    display: none;
  }

  #fixedCategoryMenu .category-menu-list > li {
    flex: 0 0 auto;
  }

  .home-v2-dropdown-panel {
    display: none;
  }

  .home-v2-dropdown-trigger .material-symbols-outlined {
    display: none;
  }

  .home-v2-main > section + section {
    margin-top: 2.5rem;
  }
}

@media (max-width: 767px) {
  .home-v2-header .header-v2-main-icons .header_top_iconbox .text-\[10px\] {
    display: none;
  }

  .home-v2-header .header-v2-main-icons {
    gap: 0.65rem;
  }
}
