/**
 * newsomeh Storefront 12.06
 * Commerce-first presentation layer. No external assets or webfonts.
 */

:root {
  --someh-sf-primary: #102a43;
  --someh-sf-secondary: #087f8c;
  --someh-sf-accent: #f6ae2d;
  --someh-sf-surface: #f5f8fb;
  --someh-sf-ink: #10212f;
  --someh-sf-white: #fff;
  --someh-sf-muted: #66788a;
  --someh-sf-border: rgba(16, 42, 67, .10);
  --someh-sf-shadow: 0 16px 45px rgba(16, 42, 67, .09);
  --someh-sf-shadow-soft: 0 8px 24px rgba(16, 42, 67, .065);
  --someh-sf-radius-xl: 28px;
  --someh-sf-radius-lg: 20px;
  --someh-sf-radius-md: 14px;
  --someh-sf-max: 1360px;
}

.someh-home-scope.someh-storefront-active {
  color: var(--someh-sf-ink);
  background: #fff;
}

.someh-storefront-active *,
.someh-storefront-active *::before,
.someh-storefront-active *::after {
  box-sizing: border-box;
}

.someh-sf-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

/* Primary commerce header */
.someh-commerce-header {
  position: relative;
  z-index: 1010;
  width: 100%;
  color: #fff;
  background:
    radial-gradient(circle at 12% 0, rgba(255,255,255,.14), transparent 30%),
    linear-gradient(115deg, var(--someh-sf-primary), var(--someh-sf-secondary));
  border-bottom: 1px solid rgba(255,255,255,.15);
}

/* Neutralize header-height rules injected by companion skins. */
.someh-storefront-active .someh-commerce-header,
.someh-storefront-active.tmc-ht-enabled .someh-commerce-header {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.someh-commerce-header.is-scrolled {
  box-shadow: 0 15px 35px rgba(9, 30, 52, .18);
}

.someh-sf-head-inner {
  width: min(calc(100% - 36px), var(--someh-sf-max));
  min-height: 84px;
  padding-block: 10px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto minmax(145px, 205px) minmax(300px, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.someh-sf-menu-button {
  width: 48px;
  height: 48px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 15px;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.someh-sf-menu-button:hover,
.someh-sf-menu-button:focus-visible {
  color: #fff;
  background: rgba(255,255,255,.2);
  transform: translateY(-1px);
}

.someh-sf-menu-button[aria-expanded="true"] {
  color: var(--someh-sf-primary);
  background: var(--someh-sf-accent);
  border-color: color-mix(in srgb,var(--someh-sf-accent) 72%,#fff);
  box-shadow: 0 8px 24px rgba(7,31,52,.18);
}

@media (min-width: 992px) {
  .someh-home-scope.someh-storefront-active .side-aside.slide-sidebar-desktop {
    display: block !important;
  }
}

.someh-sf-brand {
  min-width: 0;
  min-height: 0;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.someh-sf-brand .logo,
.someh-sf-brand .logo-wrapper,
.someh-sf-brand .logo-container,
.someh-sf-brand .site-logo,
.someh-sf-brand .someh-sf-logo-link,
.someh-sf-brand a {
  width: auto !important;
  max-width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  float: none !important;
  color: #fff !important;
  background: none !important;
}

.someh-sf-brand img {
  display: block;
  max-width: 185px;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.someh-sf-brand .someh-sf-logo-link,
.someh-sf-brand .someh-sf-logo-link picture {
  min-width: 0;
  max-width: 100%;
  max-height: 58px;
  display: flex;
  align-items: center;
}

.someh-sf-text-logo,
.someh-sf-brand .text-logo {
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 900;
  letter-spacing: -.5px;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Header regression guard: companion plugins must never create a grid row. */
.someh-sf-head-inner > #tmc-phone-ribbon-spacer,
.someh-sf-head-inner > #tmcptSpacer {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.someh-sf-head-inner > * { min-width: 0; }

@media (min-width: 768px) {
  .someh-storefront-active .someh-sf-head-inner {
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;
    padding-block: 10px !important;
    grid-template-columns: 48px minmax(145px, 205px) minmax(300px, 1fr) 112px !important;
    grid-template-rows: 64px !important;
    overflow: hidden !important;
  }
  .someh-storefront-active .someh-sf-brand,
  .someh-storefront-active .someh-sf-brand #logo,
  .someh-storefront-active .someh-sf-brand .text-logo,
  .someh-storefront-active .someh-sf-brand .logo-text,
  .someh-storefront-active .someh-sf-brand h1,
  .someh-storefront-active .someh-sf-brand a {
    min-height: 0 !important;
    max-height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    line-height: 1.3 !important;
  }
  .someh-storefront-active .someh-sf-brand .logo-text {
    max-width: 100% !important;
    overflow: hidden !important;
    font-size: clamp(20px, 1.75vw, 27px) !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }
}

.someh-sf-search {
  position: relative;
  height: 54px;
  margin: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(7, 31, 52, .14);
}

.someh-sf-search:focus-within {
  box-shadow: 0 0 0 4px rgba(246,174,45,.25), 0 12px 30px rgba(7,31,52,.16);
}

.someh-sf-search input[type="search"] {
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0 20px;
  color: var(--someh-sf-ink);
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 14px;
  box-shadow: none;
}

.someh-sf-search input[type="search"]::placeholder {
  color: #8a99a8;
  opacity: 1;
}

.someh-sf-search button {
  width: 58px;
  height: 100%;
  padding: 0;
  display: grid;
  place-items: center;
  color: var(--someh-sf-primary);
  background: transparent;
  border: 0;
  border-inline-start: 1px solid var(--someh-sf-border);
  border-radius: 0;
  cursor: pointer;
}

.someh-sf-search button:hover {
  color: #fff;
  background: var(--someh-sf-accent);
}

.someh-sf-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.someh-sf-action {
  position: relative;
  min-width: 112px;
  min-height: 52px;
  padding: 7px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: rgba(255,255,255,.94) !important;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 15px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transition: background .2s ease, transform .2s ease;
}

.someh-sf-action:hover,
.someh-sf-action:focus-visible {
  color: #fff !important;
  background: rgba(255,255,255,.19);
  transform: translateY(-2px);
}

/* Keep the native Someh menu and capabilities, while replacing its logo row. */
.someh-storefront-active #theme-header .header-container,
.someh-storefront-active #theme-header .header-layout-1-logo,
.someh-storefront-active #theme-header > .top-nav,
.someh-storefront-active #theme-header .top-nav-wrapper {
  display: none !important;
}

.someh-storefront-active #theme-header,
.someh-storefront-active.tmc-ht-enabled #theme-header {
  min-height: 58px;
  color: var(--someh-sf-ink) !important;
  background: rgba(255,255,255,.98) !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: 0 8px 24px rgba(16,42,67,.07) !important;
}

.someh-storefront-active .main-nav-wrapper,
.someh-storefront-active #main-nav,
.someh-storefront-active.tmc-ht-enabled .main-nav-wrapper,
.someh-storefront-active.tmc-ht-enabled #main-nav {
  color: var(--someh-sf-ink) !important;
  background: rgba(255,255,255,.98) !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* 12.03 non-overlap guard.
 * Jannah can promote #main-nav to a fixed layer while the H1 is still in the
 * viewport. On the storefront skin the navigation stays in normal document
 * flow, so titles, breadcrumbs and product headers can never slide below it. */
.someh-home-scope.someh-storefront-active #theme-header,
.someh-home-scope.someh-storefront-active #main-nav,
.someh-home-scope.someh-storefront-active #main-nav.fixed,
.someh-home-scope.someh-storefront-active #main-nav.fixed-nav,
.someh-home-scope.someh-storefront-active #main-nav.fixed-top,
.someh-home-scope.someh-storefront-active #main-nav.fixed-bottom,
.someh-home-scope.someh-storefront-active #main-nav.fixed-pinned,
.someh-home-scope.someh-storefront-active .main-nav-wrapper {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
  transform: none !important;
}

.someh-home-scope.someh-storefront-active #main-nav.fixed-nav + *,
.someh-home-scope.someh-storefront-active #main-nav-placeholder,
.someh-home-scope.someh-storefront-active .fixed-nav-placeholder {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.someh-storefront-active #main-nav .container {
  width: min(calc(100% - 36px), var(--someh-sf-max));
}

.someh-storefront-active #main-nav .main-menu > ul {
  display: flex;
  align-items: center;
  gap: 4px;
}

.someh-storefront-active #main-nav .main-menu > ul > li > a,
.someh-storefront-active.tmc-ht-enabled #main-nav .main-menu li a,
.someh-storefront-active #main-nav .components > li > a {
  color: var(--someh-sf-ink) !important;
  font-weight: 700;
}

.someh-storefront-active #main-nav .main-menu > ul > li > a {
  min-height: 58px;
  padding-inline: 15px;
  display: flex;
  align-items: center;
  border-radius: 12px;
}

.someh-storefront-active #main-nav .main-menu > ul > li:hover > a,
.someh-storefront-active #main-nav .main-menu > ul > li.current-menu-item > a {
  color: var(--someh-sf-secondary) !important;
  background: color-mix(in srgb, var(--someh-sf-secondary) 8%, white);
}

.someh-storefront-active #main-nav .menu-item-has-children > ul,
.someh-storefront-active #main-nav .mega-menu-block {
  margin-top: 2px;
  padding: 12px;
  background: #fff !important;
  border: 1px solid var(--someh-sf-border) !important;
  border-radius: 0 0 18px 18px;
  box-shadow: var(--someh-sf-shadow) !important;
}

.someh-storefront-active #main-nav .components {
  margin-inline-start: auto;
}

/* Dynamic home */
.someh-storefront-home {
  width: 100%;
  padding: 24px 0 72px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--someh-sf-surface) 80%, white), #fff 520px);
}

.someh-sf-hero,
.someh-sf-section {
  width: min(calc(100% - 36px), var(--someh-sf-max));
  margin-inline: auto;
}

.someh-sf-hero {
  position: relative;
  height: 430px;
  overflow: hidden;
  color: var(--someh-sf-ink);
  background:
    radial-gradient(circle at 80% 25%, rgba(255,255,255,.98), rgba(255,255,255,.55) 33%, transparent 58%),
    linear-gradient(115deg, color-mix(in srgb, var(--someh-sf-accent) 23%, white), color-mix(in srgb, var(--someh-sf-secondary) 10%, white));
  border: 1px solid rgba(255,255,255,.8);
  border-radius: var(--someh-sf-radius-xl);
  box-shadow: var(--someh-sf-shadow);
  isolation: isolate;
}

.someh-sf-hero::before,
.someh-sf-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.someh-sf-hero::before {
  width: 430px;
  height: 430px;
  inset-block-start: -190px;
  inset-inline-start: -80px;
  background: rgba(255,255,255,.33);
}

.someh-sf-hero::after {
  width: 240px;
  height: 240px;
  inset-block-end: -140px;
  inset-inline-end: 32%;
  border: 42px solid rgba(255,255,255,.25);
}

.someh-sf-hero-track,
.someh-sf-hero-slide {
  width: 100%;
  height: 100%;
}

.someh-sf-hero-slide {
  position: absolute;
  inset: 0;
  padding: clamp(34px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  align-items: center;
  gap: 40px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(18px);
  transition: opacity .5s ease, transform .5s ease, visibility .5s;
}

.someh-sf-hero-slide.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.someh-sf-hero-copy {
  max-width: 660px;
}

.someh-sf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  color: var(--someh-sf-secondary);
  font-size: 13px;
  font-weight: 800;
}

.someh-sf-eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  background: var(--someh-sf-accent);
  border-radius: 3px;
}

.someh-sf-hero h2 {
  margin: 0 0 14px;
  color: var(--someh-sf-primary);
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.42;
  font-weight: 900;
  letter-spacing: -.6px;
}

.someh-sf-hero-copy > p {
  max-width: 620px;
  margin: 0 0 18px;
  color: color-mix(in srgb, var(--someh-sf-ink) 72%, white);
  font-size: 15px;
  line-height: 1.95;
}

.someh-sf-hero-price {
  margin-bottom: 18px;
  color: var(--someh-sf-primary);
  font-size: 19px;
  font-weight: 900;
}

.someh-sf-hero-price del {
  margin-inline-end: 8px;
  color: var(--someh-sf-muted);
  font-size: 13px;
  font-weight: 500;
}

.someh-sf-hero-price ins {
  color: var(--someh-sf-primary);
  background: none;
  text-decoration: none;
}

.someh-sf-primary-button {
  min-height: 50px;
  padding: 10px 21px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  background: var(--someh-sf-primary);
  border-radius: 14px;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--someh-sf-primary) 24%, transparent);
  text-decoration: none !important;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}

.someh-sf-primary-button:hover {
  color: #fff !important;
  background: var(--someh-sf-secondary);
  transform: translateY(-2px);
}

[dir="rtl"] .someh-sf-primary-button .someh-sf-icon,
[dir="rtl"] .someh-sf-section-head > a .someh-sf-icon,
[dir="rtl"] .someh-sf-card-arrow .someh-sf-icon {
  transform: rotate(180deg);
}

.someh-sf-hero-media {
  min-width: 0;
  height: 320px;
  display: grid;
  place-items: center;
}

.someh-sf-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 20px rgba(16,42,67,.17));
}

.someh-sf-hero-media > svg {
  width: 150px;
  height: 150px;
  color: rgba(16,42,67,.14);
}

.someh-sf-hero-arrow,
.someh-sf-scroll-button {
  padding: 0;
  display: grid;
  place-items: center;
  color: var(--someh-sf-primary);
  background: rgba(255,255,255,.92);
  border: 1px solid var(--someh-sf-border);
  border-radius: 50%;
  box-shadow: var(--someh-sf-shadow-soft);
  cursor: pointer;
}

.someh-sf-hero-arrow {
  position: absolute;
  z-index: 4;
  inset-block-start: 50%;
  width: 46px;
  height: 46px;
  transform: translateY(-50%);
}

.someh-sf-hero-arrow:hover,
.someh-sf-scroll-button:hover {
  color: #fff;
  background: var(--someh-sf-secondary);
}

.someh-sf-hero-arrow.is-prev { inset-inline-start: 18px; }
.someh-sf-hero-arrow.is-next { inset-inline-end: 18px; }
.someh-sf-hero-arrow.is-prev .someh-sf-icon { transform: rotate(180deg); }
[dir="rtl"] .someh-sf-hero-arrow.is-prev .someh-sf-icon { transform: none; }
[dir="rtl"] .someh-sf-hero-arrow.is-next .someh-sf-icon { transform: rotate(180deg); }

.someh-sf-hero-dots {
  position: absolute;
  z-index: 5;
  inset-block-end: 20px;
  inset-inline-start: 50%;
  display: flex;
  gap: 7px;
  transform: translateX(-50%);
}

.someh-sf-hero-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(16,42,67,.25);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.someh-sf-hero-dots button.is-active {
  width: 25px;
  background: var(--someh-sf-secondary);
}

.someh-sf-hero-empty {
  padding: 70px;
  display: flex;
  align-items: center;
}

.someh-sf-empty-copy span { color: var(--someh-sf-secondary); font-weight: 800; }
.someh-sf-empty-copy h2 { margin: 10px 0; }
.someh-sf-empty-copy p { color: var(--someh-sf-muted); }

/* Sections */
.someh-sf-section {
  margin-top: 62px;
}

.someh-sf-section-head {
  min-height: 58px;
  margin-bottom: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.someh-sf-section-head span {
  display: block;
  margin-bottom: 3px;
  color: var(--someh-sf-secondary);
  font-size: 12px;
  font-weight: 800;
}

.someh-sf-section-head h2 {
  position: relative;
  margin: 0;
  padding-inline-start: 17px;
  color: var(--someh-sf-primary);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.5;
  font-weight: 900;
}

.someh-sf-section-head h2::before {
  content: "";
  position: absolute;
  inset-block: 6px;
  inset-inline-start: 0;
  width: 5px;
  background: linear-gradient(var(--someh-sf-secondary), var(--someh-sf-accent));
  border-radius: 4px;
}

.someh-sf-section-head > a {
  min-height: 40px;
  padding: 7px 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--someh-sf-secondary) !important;
  background: #fff;
  border: 1px solid var(--someh-sf-border);
  border-radius: 12px;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
}

.someh-sf-section-head > a:hover {
  color: #fff !important;
  background: var(--someh-sf-secondary);
}

.someh-sf-section-head > a .someh-sf-icon { width: 17px; height: 17px; }

.someh-sf-category-track {
  display: grid;
  grid-template-columns: repeat(8, minmax(105px, 1fr));
  gap: clamp(12px, 1.6vw, 24px);
}

.someh-sf-category {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--someh-sf-ink) !important;
  text-align: center;
  text-decoration: none !important;
}

.someh-sf-category-image {
  position: relative;
  width: clamp(92px, 9vw, 134px);
  aspect-ratio: 1;
  margin-bottom: 13px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 30%, #fff, transparent 42%),
    color-mix(in srgb, var(--someh-sf-secondary) 9%, white);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.45), var(--someh-sf-shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease;
}

.someh-sf-category:hover .someh-sf-category-image {
  transform: translateY(-5px) scale(1.02);
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.55), 0 18px 30px rgba(16,42,67,.12);
}

.someh-sf-category-image img {
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.someh-sf-term-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--someh-sf-secondary);
}

.someh-sf-term-placeholder .someh-sf-icon { width: 38px; height: 38px; }

.someh-sf-category strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--someh-sf-primary);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 800;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.someh-sf-category small {
  margin-top: 3px;
  color: var(--someh-sf-muted);
  font-size: 11px;
}

/* Product rails */
.someh-sf-scroll-shell { position: relative; }

.someh-sf-products-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  grid-template-rows: 1fr;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 3px 2px 18px;
}

.someh-sf-products-track::-webkit-scrollbar { display: none; }

.someh-sf-product-card {
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--someh-sf-border);
  border-radius: var(--someh-sf-radius-lg);
  box-shadow: 0 7px 22px rgba(16,42,67,.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.someh-sf-product-card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--someh-sf-secondary) 28%, white);
  box-shadow: var(--someh-sf-shadow);
}

.someh-sf-product-image {
  position: relative;
  min-height: 230px;
  padding: 18px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #fff, var(--someh-sf-surface));
}

.someh-sf-product-image img {
  display: block;
  width: 100%;
  height: 205px;
  object-fit: contain;
  transition: transform .35s ease;
}

.someh-sf-product-card:hover .someh-sf-product-image img { transform: scale(1.045); }

.someh-sf-sale {
  position: absolute;
  z-index: 2;
  inset-block-start: 13px;
  inset-inline-start: 13px;
  padding: 5px 9px;
  color: var(--someh-sf-primary);
  background: var(--someh-sf-accent);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
}

.someh-sf-product-body { padding: 16px 17px 17px; }

.someh-sf-product-body h3 {
  min-height: 52px;
  margin: 0 0 14px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--someh-sf-ink);
  font-size: 14px;
  line-height: 1.85;
  font-weight: 800;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.someh-sf-product-body h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.someh-sf-rating {
  height: 16px;
  margin-bottom: 7px;
  color: #e6a400;
  font-size: 12px;
}

.someh-sf-rating .star-rating { float: none; margin: 0; }

.someh-sf-product-bottom {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.someh-sf-price {
  color: var(--someh-sf-primary);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 900;
}

.someh-sf-price del {
  display: block;
  color: var(--someh-sf-muted);
  font-size: 11px;
  font-weight: 500;
}

.someh-sf-price ins { color: inherit; background: none; text-decoration: none; }

.someh-sf-card-arrow {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--someh-sf-secondary) !important;
  background: color-mix(in srgb, var(--someh-sf-secondary) 9%, white);
  border-radius: 12px;
}

.someh-sf-card-arrow:hover { color: #fff !important; background: var(--someh-sf-secondary); }
.someh-sf-card-arrow .someh-sf-icon { width: 18px; height: 18px; }

.someh-sf-scroll-button {
  position: absolute;
  z-index: 3;
  inset-block-start: 43%;
  width: 42px;
  height: 42px;
}

.someh-sf-scroll-button.is-prev { inset-inline-start: -18px; }
.someh-sf-scroll-button.is-next { inset-inline-end: -18px; }
.someh-sf-scroll-button.is-prev .someh-sf-icon { transform: rotate(180deg); }
[dir="rtl"] .someh-sf-scroll-button.is-prev .someh-sf-icon { transform: none; }
[dir="rtl"] .someh-sf-scroll-button.is-next .someh-sf-icon { transform: rotate(180deg); }

/* Editorial cards */
.someh-sf-article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.someh-sf-article-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--someh-sf-border);
  border-radius: var(--someh-sf-radius-lg);
  box-shadow: var(--someh-sf-shadow-soft);
}

.someh-sf-article-image {
  aspect-ratio: 1.55;
  display: block;
  overflow: hidden;
  background: var(--someh-sf-surface);
}

.someh-sf-article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.someh-sf-article-card:hover .someh-sf-article-image img { transform: scale(1.045); }

.someh-sf-article-card > div { padding: 16px 17px 19px; }
.someh-sf-article-card > div > span { color: var(--someh-sf-secondary); font-size: 11px; font-weight: 800; }

.someh-sf-article-card h3 {
  min-height: 54px;
  margin: 6px 0 9px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--someh-sf-primary);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 900;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.someh-sf-article-card h3 a { color: inherit !important; text-decoration: none !important; }
.someh-sf-article-card p { margin: 0; color: var(--someh-sf-muted); font-size: 12px; line-height: 1.9; }

/* Trust area and footer */
.someh-sf-trust {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 36px), var(--someh-sf-max));
  margin: 0 auto -37px;
  color: var(--someh-sf-ink);
  background: #fff;
  border: 1px solid var(--someh-sf-border);
  border-radius: 20px;
  box-shadow: var(--someh-sf-shadow);
}

.someh-sf-trust-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.someh-sf-trust-inner > div {
  padding: 17px 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-inline-end: 1px solid var(--someh-sf-border);
}

.someh-sf-trust-inner > div:last-child { border-inline-end: 0; }

.someh-sf-trust .someh-sf-icon {
  width: 35px;
  height: 35px;
  padding: 7px;
  color: var(--someh-sf-secondary);
  background: color-mix(in srgb, var(--someh-sf-secondary) 9%, white);
  border-radius: 11px;
}

.someh-sf-trust strong,
.someh-sf-trust small { display: block; }
.someh-sf-trust strong { color: var(--someh-sf-primary); font-size: 13px; font-weight: 900; }
.someh-sf-trust small { margin-top: 3px; color: var(--someh-sf-muted); font-size: 10px; line-height: 1.55; }

.someh-storefront-active #footer {
  padding-top: 58px;
  color: rgba(255,255,255,.78);
  background:
    radial-gradient(circle at 8% 15%, rgba(255,255,255,.055), transparent 22%),
    linear-gradient(135deg, color-mix(in srgb, var(--someh-sf-primary) 94%, black), var(--someh-sf-primary)) !important;
  border-top: 0;
}

/* The compact footer replaces legacy multi-query widget columns. */
.someh-storefront-active #footer-widgets-container {
  display: none !important;
}

.someh-sf-compact-footer {
  width: min(calc(100% - 36px), var(--someh-sf-max));
  margin-inline: auto;
  padding: 0 0 22px;
  color: rgba(255,255,255,.78);
}

.someh-sf-footer-about {
  min-height: 118px;
  margin-bottom: 32px;
  padding: 22px 25px;
  display: grid;
  grid-template-columns: minmax(120px,180px) minmax(0,1fr) auto;
  align-items: center;
  gap: 25px;
  color: var(--someh-sf-ink);
  background: #fff;
  border: 1px solid var(--someh-sf-border);
  border-radius: 22px;
  box-shadow: 0 14px 38px rgba(0,0,0,.12);
}

.someh-sf-footer-brand { display: flex; align-items: center; }
.someh-sf-footer-brand :where(.logo,.logo-wrapper,.logo-container,.site-logo,a) {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--someh-sf-primary) !important;
  background: transparent !important;
}
.someh-sf-footer-brand img {
  display: block;
  width: auto;
  max-width: 165px;
  max-height: 55px;
  object-fit: contain;
}
.someh-sf-footer-about > div:nth-child(2) { min-width: 0; }
.someh-sf-footer-about strong { display: block; color: var(--someh-sf-primary); font-size: 17px; font-weight: 900; }
.someh-sf-footer-about p { max-width: 760px; margin: 6px 0 0; color: var(--someh-sf-muted); font-size: 12px; line-height: 1.9; }
.someh-sf-footer-about > a {
  min-height: 48px;
  padding: 9px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff !important;
  background: var(--someh-sf-secondary);
  border-radius: 14px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}
.someh-sf-footer-about > a:hover { color: var(--someh-sf-primary) !important; background: var(--someh-sf-accent); }

.someh-sf-footer-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr)) minmax(230px,1.18fr);
  gap: clamp(22px,4vw,58px);
}
.someh-sf-footer-grid section { min-width: 0; }
.someh-sf-footer-grid h2 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 11px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900;
}
.someh-sf-footer-grid h2::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  width: 34px;
  height: 2px;
  background: var(--someh-sf-accent);
  border-radius: 99px;
}
.someh-sf-footer-links { margin: 0 !important; padding: 0 !important; list-style: none !important; }
.someh-sf-footer-links li { margin: 0 !important; padding: 0 !important; border: 0 !important; }
.someh-sf-footer-links a {
  position: relative;
  padding: 5px 13px 5px 0 !important;
  display: inline-block;
  color: rgba(255,255,255,.72) !important;
  font-size: 12px;
  line-height: 1.65;
  text-decoration: none !important;
}
.someh-sf-footer-links a::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 15px;
  width: 5px;
  height: 5px;
  background: var(--someh-sf-secondary);
  border-radius: 50%;
}
.someh-sf-footer-links a:hover { color: #fff !important; transform: translateX(-2px); }
.someh-sf-footer-contact {
  padding: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
}
.someh-sf-footer-contact p { margin: 0 0 15px; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.9; }
.someh-sf-footer-contact > a { display: inline-flex; align-items: center; gap: 6px; color: var(--someh-sf-accent) !important; font-size: 12px; font-weight: 900; }
.someh-sf-footer-contact .someh-sf-icon { width: 17px; height: 17px; }
.someh-sf-footer-rail {
  min-height: 54px;
  margin-top: 28px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255,255,255,.72);
  background: rgba(0,0,0,.13);
  border-inline-start: 4px solid var(--someh-sf-accent);
  border-radius: 11px;
  font-size: 11px;
}
.someh-sf-footer-rail span { display: inline-flex; align-items: center; gap: 7px; }
.someh-sf-footer-rail .someh-sf-icon { width: 18px; height: 18px; color: var(--someh-sf-accent); }
.someh-sf-footer-rail b { margin-inline-start: auto; color: #fff; font-size: 12px; }

.someh-storefront-active #footer .container { width: min(calc(100% - 36px), var(--someh-sf-max)); }

.someh-storefront-active #footer .widget,
.someh-storefront-active #footer .widget-content,
.someh-storefront-active #footer .footer-widget-area {
  color: rgba(255,255,255,.76);
  background: transparent !important;
  border-color: rgba(255,255,255,.1) !important;
  box-shadow: none !important;
}

.someh-storefront-active #footer .widget-title,
.someh-storefront-active #footer .widget-title h3,
.someh-storefront-active #footer h2,
.someh-storefront-active #footer h3,
.someh-storefront-active #footer h4 {
  color: #fff !important;
}

.someh-storefront-active #footer a { color: rgba(255,255,255,.78) !important; }
.someh-storefront-active #footer a:hover { color: var(--someh-sf-accent) !important; }

.someh-storefront-active #site-info {
  margin-top: 24px;
  color: rgba(255,255,255,.65);
  background: rgba(0,0,0,.12) !important;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* WooCommerce catalog, category, product, cart and account */
.someh-storefront-active.woocommerce-page #content,
.someh-storefront-active.woocommerce-page .site-content,
.someh-storefront-active.tax-product_cat #content,
.someh-storefront-active.post-type-archive-product #content {
  padding-top: 34px;
  padding-bottom: 56px;
}

.someh-storefront-active .woocommerce-breadcrumb,
.someh-storefront-active .breadcrumb,
.someh-storefront-active #crumbs {
  margin-bottom: 20px;
  padding: 11px 15px;
  color: var(--someh-sf-muted);
  background: var(--someh-sf-surface);
  border: 1px solid var(--someh-sf-border);
  border-radius: 12px;
  font-size: 12px;
}

.someh-storefront-active .woocommerce-products-header,
.someh-storefront-active .entry-header-outer:not(.someh-sf-hero *) {
  position: relative;
  z-index: 2;
  clear: both;
  margin-top: clamp(18px, 2.4vw, 34px) !important;
  margin-bottom: 26px;
  padding: clamp(22px, 3vw, 38px);
  color: #fff;
  background: linear-gradient(120deg, var(--someh-sf-primary), var(--someh-sf-secondary));
  border-radius: var(--someh-sf-radius-xl);
  box-shadow: var(--someh-sf-shadow-soft);
  scroll-margin-top: 24px;
}

.someh-storefront-active .woocommerce-products-header h1,
.someh-storefront-active .entry-header-outer h1,
.someh-storefront-active .entry-header-outer .page-title {
  color: #fff !important;
}

.someh-storefront-active .woocommerce .woocommerce-ordering select,
.someh-storefront-active .woocommerce select,
.someh-storefront-active .woocommerce input.input-text,
.someh-storefront-active .woocommerce textarea {
  min-height: 46px;
  color: var(--someh-sf-ink);
  background: #fff;
  border: 1px solid var(--someh-sf-border);
  border-radius: 12px;
  box-shadow: none;
}

.someh-storefront-active .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 !important;
}

.someh-storefront-active .woocommerce ul.products::before,
.someh-storefront-active .woocommerce ul.products::after { display: none !important; }

.someh-storefront-active .woocommerce ul.products li.product {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 16px !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--someh-sf-border);
  border-radius: var(--someh-sf-radius-lg);
  box-shadow: var(--someh-sf-shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease;
}

.someh-storefront-active .woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  box-shadow: var(--someh-sf-shadow);
}

.someh-storefront-active .woocommerce ul.products li.product a img {
  height: 230px;
  margin-bottom: 15px;
  object-fit: contain;
  background: linear-gradient(145deg, #fff, var(--someh-sf-surface));
  border-radius: 14px;
}

.someh-storefront-active .woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 54px;
  color: var(--someh-sf-ink) !important;
  font-size: 14px !important;
  line-height: 1.85;
  font-weight: 900;
}

.someh-storefront-active .woocommerce ul.products li.product .price,
.someh-storefront-active .woocommerce div.product p.price,
.someh-storefront-active .woocommerce div.product span.price {
  color: var(--someh-sf-primary) !important;
  font-weight: 900;
}

.someh-storefront-active .woocommerce span.onsale {
  min-width: auto;
  min-height: auto;
  padding: 6px 10px;
  color: var(--someh-sf-primary);
  background: var(--someh-sf-accent);
  border-radius: 999px;
  line-height: 1.4;
  font-size: 11px;
  font-weight: 900;
}

.someh-storefront-active .woocommerce a.button,
.someh-storefront-active .woocommerce button.button,
.someh-storefront-active .woocommerce input.button,
.someh-storefront-active .woocommerce #respond input#submit {
  min-height: 44px;
  padding: 10px 17px;
  color: #fff !important;
  background: var(--someh-sf-primary) !important;
  border: 0;
  border-radius: 12px;
  font-weight: 800;
}

.someh-storefront-active .woocommerce a.button:hover,
.someh-storefront-active .woocommerce button.button:hover,
.someh-storefront-active .woocommerce input.button:hover,
.someh-storefront-active .woocommerce #respond input#submit:hover {
  color: #fff !important;
  background: var(--someh-sf-secondary) !important;
}

.someh-storefront-active .woocommerce div.product {
  color: var(--someh-sf-ink);
}

.someh-storefront-active .woocommerce div.product div.images,
.someh-storefront-active .woocommerce div.product div.summary,
.someh-storefront-active .woocommerce div.product .woocommerce-tabs,
.someh-storefront-active .woocommerce .cart-collaterals,
.someh-storefront-active .woocommerce form.checkout,
.someh-storefront-active .woocommerce-account .woocommerce-MyAccount-content {
  padding: clamp(18px, 2.5vw, 30px);
  background: #fff;
  border: 1px solid var(--someh-sf-border);
  border-radius: var(--someh-sf-radius-lg);
  box-shadow: var(--someh-sf-shadow-soft);
}

.someh-storefront-active .woocommerce div.product .product_title {
  color: var(--someh-sf-primary) !important;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.55;
  font-weight: 900;
}

.someh-storefront-active .woocommerce div.product .woocommerce-product-gallery__wrapper img {
  border-radius: 15px;
}

.someh-storefront-active .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}

.someh-storefront-active .woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0 15px;
  background: var(--someh-sf-surface);
  border: 1px solid var(--someh-sf-border);
  border-radius: 11px 11px 0 0;
}

.someh-storefront-active .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: #fff;
  background: var(--someh-sf-primary);
}

.someh-storefront-active .woocommerce table.shop_table {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--someh-sf-border);
  border-radius: 16px;
}

.someh-storefront-active .woocommerce-account .woocommerce-MyAccount-navigation ul {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--someh-sf-border);
  border-radius: 15px;
  box-shadow: var(--someh-sf-shadow-soft);
}

.someh-storefront-active .woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 16px;
  color: var(--someh-sf-ink) !important;
  border-bottom: 1px solid var(--someh-sf-border);
}

.someh-storefront-active .woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  color: #fff !important;
  background: var(--someh-sf-secondary);
}

/* Someh Contact is themed immediately through inherited variables; no JS paint. */
.someh-storefront-active :where(.tm-contact-box,.someh-contact-box,.someh-contact-section) {
  --tmc-accent: var(--someh-sf-secondary);
  --tmc-primary: var(--someh-sf-primary);
  --someh-contact-accent: var(--someh-sf-secondary);
  --someh-contact-primary: var(--someh-sf-primary);
  border-radius: var(--someh-sf-radius-lg);
}

.someh-storefront-active :where(.tm-contact-box,.someh-contact-box,.someh-contact-section) :where(.tm-contact-icon,.someh-contact-icon,a[href^="tel:"]) {
  border-radius: 13px;
}

/* Mobile dock */
.someh-sf-mobile-nav { display: none; }

/* Dark mode: retain the selected palette, swap surfaces only. */
html.dark-mode .someh-home-scope.someh-storefront-active,
html.dark-skin .someh-home-scope.someh-storefront-active,
html[data-theme="dark"] .someh-home-scope.someh-storefront-active,
.someh-home-scope.someh-storefront-active.dark-skin,
.someh-home-scope.someh-storefront-active.dark-mode {
  --someh-sf-white: #111b26;
  --someh-sf-surface: #0d1721;
  --someh-sf-ink: #edf5f7;
  --someh-sf-muted: #a7bac6;
  --someh-sf-border: rgba(255,255,255,.11);
  --someh-sf-shadow: 0 18px 48px rgba(0,0,0,.28);
  --someh-sf-shadow-soft: 0 8px 25px rgba(0,0,0,.2);
  color: var(--someh-sf-ink);
  background: #09121b;
}

html.dark-mode .someh-storefront-home,
html.dark-skin .someh-storefront-home,
html[data-theme="dark"] .someh-storefront-home,
body.dark-skin .someh-storefront-home,
body.dark-mode .someh-storefront-home {
  background: linear-gradient(180deg, #0d1721, #09121b 520px);
}

html.dark-mode .someh-storefront-active :where(.someh-sf-product-card,.someh-sf-article-card,.someh-sf-trust,.someh-sf-section-head>a),
html.dark-skin .someh-storefront-active :where(.someh-sf-product-card,.someh-sf-article-card,.someh-sf-trust,.someh-sf-section-head>a),
html[data-theme="dark"] .someh-storefront-active :where(.someh-sf-product-card,.someh-sf-article-card,.someh-sf-trust,.someh-sf-section-head>a),
.someh-home-scope.someh-storefront-active.dark-skin :where(.someh-sf-product-card,.someh-sf-article-card,.someh-sf-trust,.someh-sf-section-head>a) {
  color: var(--someh-sf-ink);
  background: #111b26;
  border-color: var(--someh-sf-border);
}

html.dark-mode .someh-storefront-active .someh-sf-product-image,
html.dark-skin .someh-storefront-active .someh-sf-product-image,
html[data-theme="dark"] .someh-storefront-active .someh-sf-product-image,
.someh-home-scope.someh-storefront-active.dark-skin .someh-sf-product-image {
  background: linear-gradient(145deg, #162432, #0d1721);
}

html.dark-mode .someh-storefront-active .someh-sf-hero,
html.dark-skin .someh-storefront-active .someh-sf-hero,
html[data-theme="dark"] .someh-storefront-active .someh-sf-hero,
.someh-home-scope.someh-storefront-active.dark-skin .someh-sf-hero {
  background: linear-gradient(120deg, #182b3b, #10252c);
  border-color: rgba(255,255,255,.08);
}

html.dark-mode .someh-storefront-active .someh-sf-hero h2,
html.dark-skin .someh-storefront-active .someh-sf-hero h2,
html[data-theme="dark"] .someh-storefront-active .someh-sf-hero h2,
.someh-home-scope.someh-storefront-active.dark-skin .someh-sf-hero h2,
html.dark-mode .someh-storefront-active .someh-sf-section-head h2,
html.dark-skin .someh-storefront-active .someh-sf-section-head h2,
html[data-theme="dark"] .someh-storefront-active .someh-sf-section-head h2 {
  color: #f3f8fa !important;
}

@supports not (color: color-mix(in srgb, #000 50%, #fff)) {
  .someh-storefront-active #main-nav .main-menu > ul > li:hover > a,
  .someh-storefront-active #main-nav .main-menu > ul > li.current-menu-item > a,
  .someh-sf-card-arrow,
  .someh-sf-trust .someh-sf-icon { background: #edf7f7; }
  .someh-sf-hero { background: linear-gradient(115deg, #fff1ce, #e8f5f5); }
}

@media (max-width: 1180px) {
  .someh-sf-head-inner {
    grid-template-columns: auto minmax(125px, 165px) minmax(260px, 1fr) auto;
    gap: 12px;
  }
  .someh-sf-action { min-width: 52px; }
  .someh-sf-action span { display: none; }
  .someh-sf-category-track { grid-template-columns: repeat(8, minmax(90px, 1fr)); gap: 12px; }
  .someh-sf-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .someh-storefront-active .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .someh-sf-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; }
}

@media (max-width: 991px) {
  .someh-sf-head-inner {
    min-height: 82px;
    grid-template-columns: auto minmax(120px, 165px) minmax(220px, 1fr) auto;
  }
  .someh-sf-actions .someh-sf-action:first-child { display: none; }
  .someh-storefront-active #main-nav .container { width: min(calc(100% - 24px), var(--someh-sf-max)); }
  .someh-sf-category-track {
    margin-inline: -12px;
    padding: 2px 12px 14px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  .someh-sf-category-track::-webkit-scrollbar { display: none; }
  .someh-sf-category { flex: 0 0 122px; scroll-snap-align: start; }
  .someh-sf-category-image { width: 106px; }
  .someh-sf-hero { height: 390px; }
  .someh-sf-hero-slide { grid-template-columns: minmax(0, 1.15fr) minmax(230px, .85fr); gap: 22px; }
  .someh-sf-hero-media { height: 270px; }
  .someh-sf-trust-inner { grid-template-columns: repeat(2, 1fr); }
  .someh-sf-trust-inner > div:nth-child(2) { border-inline-end: 0; }
  .someh-sf-trust-inner > div:nth-child(-n+2) { border-bottom: 1px solid var(--someh-sf-border); }
}

@media (max-width: 767px) {
  .someh-home-scope.someh-storefront-active { padding-bottom: 66px; }
  .someh-sf-head-inner {
    width: calc(100% - 24px);
    min-height: 116px;
    padding: 9px 0;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: 42px 46px;
    gap: 8px 12px;
  }
  .someh-sf-menu-button { width: 44px; height: 44px; border-radius: 13px; }
  .someh-sf-brand { justify-content: center; }
  .someh-sf-brand img { max-width: 145px; max-height: 43px; }
  .someh-sf-text-logo,.someh-sf-brand .text-logo { font-size: 22px; }
  .someh-sf-search { grid-column: 1 / -1; grid-row: 2; height: 48px; border-radius: 14px; }
  .someh-sf-actions { grid-column: 3; grid-row: 1; }
  .someh-sf-actions .someh-sf-action { display: none; }
  .someh-storefront-active #theme-header { min-height: 52px; }
  .someh-storefront-active #main-nav .main-menu > ul { overflow-x: auto; scrollbar-width: none; }
  .someh-storefront-active #main-nav .main-menu > ul::-webkit-scrollbar { display: none; }
  .someh-storefront-active #main-nav .main-menu > ul > li { flex: 0 0 auto; }
  .someh-storefront-active #main-nav .main-menu > ul > li > a { min-height: 52px; padding-inline: 12px; font-size: 12px; }
  .someh-storefront-home { padding-top: 14px; padding-bottom: 48px; }
  .someh-sf-hero,.someh-sf-section,.someh-sf-trust { width: calc(100% - 24px); }
  .someh-sf-hero { height: 465px; border-radius: 20px; }
  .someh-sf-hero-slide {
    padding: 26px 25px 48px;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) 185px;
    gap: 8px;
  }
  .someh-sf-hero-copy { align-self: center; }
  .someh-sf-hero h2 { margin-bottom: 8px; font-size: clamp(24px, 7.5vw, 33px); line-height: 1.45; }
  .someh-sf-hero-copy > p { max-height: 58px; overflow: hidden; margin-bottom: 11px; font-size: 12px; line-height: 1.8; }
  .someh-sf-hero-price { margin-bottom: 10px; font-size: 15px; }
  .someh-sf-primary-button { min-height: 43px; padding: 7px 14px; font-size: 12px; border-radius: 12px; }
  .someh-sf-hero-media { grid-row: 2; height: 180px; }
  .someh-sf-hero-arrow { width: 38px; height: 38px; }
  .someh-sf-hero-arrow.is-prev { inset-inline-start: 9px; }
  .someh-sf-hero-arrow.is-next { inset-inline-end: 9px; }
  .someh-sf-hero-dots { inset-block-end: 13px; }
  .someh-sf-section { margin-top: 43px; }
  .someh-sf-section-head { margin-bottom: 16px; align-items: center; }
  .someh-sf-section-head > a { min-height: 36px; padding: 5px 9px; font-size: 11px; }
  .someh-sf-section-head h2 { font-size: 21px; }
  .someh-sf-section-head span { font-size: 10px; }
  .someh-sf-category { flex-basis: 105px; }
  .someh-sf-category-image { width: 91px; }
  .someh-sf-products-track { grid-auto-columns: minmax(205px, 72vw); gap: 12px; }
  .someh-sf-scroll-button { display: none; }
  .someh-sf-product-image { min-height: 205px; }
  .someh-sf-product-image img { height: 180px; }
  .someh-sf-article-grid { grid-template-columns: 1fr; gap: 13px; }
  .someh-sf-article-card { display: grid; grid-template-columns: 118px minmax(0, 1fr); }
  .someh-sf-article-image { height: 100%; aspect-ratio: auto; }
  .someh-sf-article-card > div { padding: 13px; }
  .someh-sf-article-card h3 { min-height: 45px; margin: 3px 0 5px; font-size: 13px; line-height: 1.75; }
  .someh-sf-article-card p { display: none; }
  .someh-sf-trust { margin-bottom: -28px; }
  .someh-sf-trust-inner { min-height: 0; }
  .someh-sf-trust-inner > div { padding: 13px 11px; gap: 8px; }
  .someh-sf-trust .someh-sf-icon { width: 31px; height: 31px; }
  .someh-sf-trust small { display: none; }
  .someh-storefront-active #footer { padding-top: 48px; }
  .someh-sf-compact-footer { width: calc(100% - 24px); padding-bottom: 14px; }
  .someh-sf-footer-about {
    min-height: 0;
    margin-bottom: 26px;
    padding: 17px;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 13px;
    border-radius: 17px;
  }
  .someh-sf-footer-brand { display: none; }
  .someh-sf-footer-about > div:nth-child(2) { grid-column: 1; }
  .someh-sf-footer-about strong { font-size: 14px; }
  .someh-sf-footer-about p { font-size: 10px; line-height: 1.75; }
  .someh-sf-footer-about > a { min-height: 43px; padding: 8px 12px; font-size: 10px; border-radius: 12px; }
  .someh-sf-footer-about > a .someh-sf-icon { width: 18px; height: 18px; }
  .someh-sf-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px 18px; }
  .someh-sf-footer-grid h2 { margin-bottom: 12px; font-size: 12px; }
  .someh-sf-footer-links a { padding-block: 4px !important; font-size: 10px; }
  .someh-sf-footer-contact { padding: 14px; border-radius: 14px; }
  .someh-sf-footer-rail { margin-top: 22px; gap: 10px; flex-wrap: wrap; font-size: 9px; }
  .someh-sf-footer-rail b { width: 100%; margin: 0; }
  .someh-storefront-active .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .someh-storefront-active .woocommerce ul.products li.product { padding: 10px !important; border-radius: 15px; }
  .someh-storefront-active .woocommerce ul.products li.product a img { height: 155px; }
  .someh-storefront-active .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 48px; font-size: 12px !important; }
  .someh-storefront-active .woocommerce div.product div.images,
  .someh-storefront-active .woocommerce div.product div.summary,
  .someh-storefront-active .woocommerce div.product .woocommerce-tabs { padding: 15px; border-radius: 16px; }
  .someh-sf-mobile-nav {
    position: fixed;
    z-index: 99990;
    inset-inline: 10px;
    inset-block-end: max(8px, env(safe-area-inset-bottom));
    height: 58px;
    padding: 5px 8px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    color: var(--someh-sf-ink);
    background: rgba(255,255,255,.94);
    border: 1px solid var(--someh-sf-border);
    border-radius: 18px;
    box-shadow: 0 14px 38px rgba(8,26,42,.2);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }
  .someh-sf-mobile-nav a,
  .someh-sf-mobile-nav button {
    height: 48px;
    padding: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: var(--someh-sf-ink) !important;
    background: transparent;
    border: 0;
    border-radius: 11px;
    font: inherit;
    font-size: 9px;
    text-decoration: none !important;
  }
  .someh-sf-mobile-nav a:hover,
  .someh-sf-mobile-nav button:hover { color: var(--someh-sf-secondary) !important; background: var(--someh-sf-surface); }
  .someh-sf-mobile-nav .someh-sf-icon { width: 20px; height: 20px; }
}

@media (max-width: 420px) {
  .someh-sf-hero { height: 445px; }
  .someh-sf-hero-slide { padding-inline: 21px; grid-template-rows: minmax(0, 1fr) 165px; }
  .someh-sf-hero-media { height: 160px; }
  .someh-sf-section-head > a .someh-sf-icon { display: none; }
  .someh-sf-trust strong { font-size: 11px; }
  .someh-storefront-active .woocommerce ul.products li.product a img { height: 135px; }
  .someh-sf-footer-grid { grid-template-columns: 1fr; }
  .someh-sf-footer-about { grid-template-columns: 1fr; }
  .someh-sf-footer-about > a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .someh-storefront-active *,
  .someh-storefront-active *::before,
  .someh-storefront-active *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* -------------------------------------------------------------------------
 * 12.05 — Distinct Dock identity
 * A separate industrial/editorial shell for the storefront: no duplicated
 * phone ribbon, no desktop hamburger and one integrated mobile contact dock.
 * ---------------------------------------------------------------------- */
.someh-home-scope.someh-storefront-active {
  --someh-v1205-deep: #071f2b;
  --someh-v1205-deep-2: #0b3440;
  --someh-v1205-teal: #1597a5;
  --someh-v1205-mist: #edf6f5;
  --someh-v1205-line: rgba(15, 73, 83, .14);
}

/* The companion contact ribbon is deliberately removed on this skin. */
html .someh-home-scope.someh-storefront-active #tmc-phone-ribbon,
html .someh-home-scope.someh-storefront-active #tmc-phone-topbar,
html .someh-home-scope.someh-storefront-active .tmc-phone-topbar,
html .someh-home-scope.someh-storefront-active #tmc-phone-ribbon-spacer,
html .someh-home-scope.someh-storefront-active #tmcptSpacer {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* A recognisably different, split-tone header. */
.someh-home-scope.someh-storefront-active .someh-commerce-header {
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, transparent 0 68%, rgba(30, 193, 190, .12) 68% 100%),
    var(--someh-v1205-deep) !important;
  border-bottom: 4px solid var(--someh-v1205-teal);
  box-shadow: 0 14px 32px rgba(4, 24, 35, .15);
}

.someh-home-scope.someh-storefront-active .someh-commerce-header::after {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-end: 7%;
  width: 1px;
  background: rgba(255,255,255,.12);
  transform: skewX(-18deg);
  pointer-events: none;
}

.someh-home-scope.someh-storefront-active .someh-sf-head-inner {
  position: relative;
  z-index: 1;
}

.someh-home-scope.someh-storefront-active .someh-sf-brand {
  padding-inline: 17px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 7px 25px 7px 25px;
}

.someh-home-scope.someh-storefront-active .someh-sf-search {
  height: 52px;
  background: #fff;
  border: 3px solid rgba(255,255,255,.17);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.someh-home-scope.someh-storefront-active .someh-sf-search:focus-within {
  border-color: color-mix(in srgb, var(--someh-v1205-teal) 60%, white);
  box-shadow: 0 0 0 4px rgba(21,151,165,.2), 0 12px 30px rgba(0,0,0,.18);
}

.someh-home-scope.someh-storefront-active .someh-sf-action {
  color: #06222b !important;
  background: linear-gradient(135deg, #79e0d8, #35b9bd);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(21,151,165,.24);
}

.someh-home-scope.someh-storefront-active .someh-sf-action:hover,
.someh-home-scope.someh-storefront-active .someh-sf-action:focus-visible {
  color: #03171e !important;
  background: linear-gradient(135deg, #9cebe5, #54cbd0);
}

/* The native category navigation becomes an inset navigation rail. */
.someh-home-scope.someh-storefront-active #theme-header,
.someh-home-scope.someh-storefront-active #main-nav,
.someh-home-scope.someh-storefront-active .main-nav-wrapper {
  background: var(--someh-v1205-mist) !important;
}

.someh-home-scope.someh-storefront-active #main-nav .container {
  margin-block: 9px;
  padding-inline: 13px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--someh-v1205-line);
  border-radius: 8px 24px 8px 24px;
  box-shadow: 0 9px 24px rgba(7,31,43,.07);
}

.someh-home-scope.someh-storefront-active #main-nav .main-menu > ul > li > a {
  min-height: 46px;
  border-radius: 7px 17px 7px 17px;
}

.someh-home-scope.someh-storefront-active #main-nav .main-menu > ul > li:hover > a,
.someh-home-scope.someh-storefront-active #main-nav .main-menu > ul > li.current-menu-item > a {
  color: #fff !important;
  background: var(--someh-v1205-teal) !important;
}

/* Editorial title plate: flat, asymmetric and independent from contact colors. */
.someh-home-scope.someh-storefront-active .woocommerce-products-header,
.someh-home-scope.someh-storefront-active .entry-header-outer:not(.someh-sf-hero *) {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(24px, 3.1vw, 42px) clamp(24px, 4vw, 58px);
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(135deg, var(--someh-v1205-deep), var(--someh-v1205-deep-2)) !important;
  background-size: 24px 24px, 24px 24px, auto !important;
  border: 1px solid rgba(65,193,195,.32);
  border-inline-start: 7px solid #37bec0;
  border-radius: 8px 34px 8px 34px;
  box-shadow: 0 22px 42px rgba(7,31,43,.16);
}

.someh-home-scope.someh-storefront-active .woocommerce-products-header::after,
.someh-home-scope.someh-storefront-active .entry-header-outer:not(.someh-sf-hero *)::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset-block-start: -70px;
  inset-inline-end: -45px;
  width: 190px;
  height: 190px;
  border: 34px solid rgba(70,211,204,.09);
  border-radius: 50%;
}

.someh-home-scope.someh-storefront-active .entry-header-outer > *,
.someh-home-scope.someh-storefront-active .woocommerce-products-header > * {
  position: relative;
  z-index: 2;
}

/* Footer uses dark readable cards instead of the previous pale panel. */
.someh-home-scope.someh-storefront-active #footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 4%, rgba(54,190,190,.13), transparent 27%),
    linear-gradient(145deg, #071c28, #0b2a37 58%, #071c28) !important;
}

.someh-home-scope.someh-storefront-active #footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #38bfc1, #6de0d6 42%, transparent 78%);
}

.someh-home-scope.someh-storefront-active .someh-sf-footer-about {
  color: #f8fafc;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.13);
  border-inline-start: 5px solid #44c9c6;
  border-radius: 8px 28px 8px 28px;
  box-shadow: none;
}

.someh-home-scope.someh-storefront-active .someh-sf-footer-about strong {
  color: #fff !important;
  font-size: 18px;
}

.someh-home-scope.someh-storefront-active .someh-sf-footer-about p {
  color: rgba(245,250,252,.82) !important;
  font-size: 13px;
}

.someh-home-scope.someh-storefront-active .someh-sf-footer-brand :where(.logo,.logo-wrapper,.logo-container,.site-logo,a) {
  color: #fff !important;
}

.someh-home-scope.someh-storefront-active .someh-sf-footer-brand img {
  filter: brightness(0) invert(1);
}

.someh-home-scope.someh-storefront-active .someh-sf-footer-grid {
  gap: 14px;
}

.someh-home-scope.someh-storefront-active .someh-sf-footer-grid > section {
  padding: 20px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 7px 21px 7px 21px;
}

.someh-home-scope.someh-storefront-active .someh-sf-footer-grid h2 {
  color: #fff !important;
  font-size: 14px;
}

.someh-home-scope.someh-storefront-active .someh-sf-footer-links a {
  color: rgba(248,250,252,.88) !important;
  font-size: 12.5px;
  line-height: 1.8;
}

.someh-home-scope.someh-storefront-active .someh-sf-footer-links a::before {
  background: #45c8c6;
  box-shadow: 0 0 0 3px rgba(69,200,198,.12);
}

.someh-home-scope.someh-storefront-active .someh-sf-footer-contact {
  background: linear-gradient(145deg, rgba(52,190,190,.13), rgba(255,255,255,.035));
  border-color: rgba(77,211,205,.22);
}

.someh-home-scope.someh-storefront-active .someh-sf-footer-contact p {
  color: rgba(248,250,252,.82) !important;
  font-size: 12px;
}

.someh-home-scope.someh-storefront-active .someh-sf-footer-contact > a {
  color: #83e5dd !important;
}

.someh-home-scope.someh-storefront-active .someh-sf-footer-rail {
  padding: 14px 16px;
  background: rgba(0,0,0,.16);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px 18px 6px 18px;
}

/* Force the plugin footer contact area onto a high-contrast host palette. */
html .someh-home-scope.someh-storefront-active.tmc-v8 #tmc-modern-footer-contact.tmcmf {
  color: #f8fafc !important;
  background:
    radial-gradient(circle at 86% 0, rgba(69,200,198,.15), transparent 28%),
    linear-gradient(135deg, #09212e, #0d3340) !important;
  border-top: 1px solid rgba(102,224,214,.24) !important;
}

html .someh-home-scope.someh-storefront-active.tmc-v8 #tmc-modern-footer-contact :where(.tmcmf__eyebrow,.tmcmf__intro h2,.tmcmf__label,.tmcmf__address-copy strong,.tmcmf__phone-copy b,.tmcmf__phone-copy small) {
  color: #f8fafc !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

html .someh-home-scope.someh-storefront-active.tmc-v8 #tmc-modern-footer-contact .tmcmf__eyebrow,
html .someh-home-scope.someh-storefront-active.tmc-v8 #tmc-modern-footer-contact .tmcmf__phone-copy small,
html .someh-home-scope.someh-storefront-active.tmc-v8 #tmc-modern-footer-contact .tmcmf__label {
  color: rgba(248,250,252,.76) !important;
}

html .someh-home-scope.someh-storefront-active.tmc-v8 #tmc-modern-footer-contact :where(.tmcmf__address-card,.tmcmf__phone) {
  color: #fff !important;
  background: rgba(255,255,255,.075) !important;
  border-color: rgba(255,255,255,.14) !important;
}

@media (min-width: 768px) {
  /* Desktop keeps the full navigation; the hamburger is mobile-only. */
  .someh-home-scope.someh-storefront-active .someh-sf-menu-button {
    display: none !important;
  }

  .someh-home-scope.someh-storefront-active .someh-sf-head-inner {
    grid-template-columns: minmax(175px, 225px) minmax(340px, 1fr) 126px !important;
    grid-template-rows: 64px !important;
  }
}

@media (max-width: 767px) {
  .someh-home-scope.someh-storefront-active {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .someh-home-scope.someh-storefront-active .someh-commerce-header {
    border-bottom-width: 3px;
    background:
      radial-gradient(circle at 96% 0, rgba(69,200,198,.2), transparent 38%),
      var(--someh-v1205-deep) !important;
  }

  .someh-home-scope.someh-storefront-active .someh-sf-head-inner {
    min-height: 112px;
    grid-template-columns: 44px minmax(0,1fr) 44px !important;
    grid-template-rows: 42px 48px !important;
  }

  .someh-home-scope.someh-storefront-active .someh-sf-menu-button {
    display: inline-grid !important;
    grid-column: 1;
    grid-row: 1;
    border-radius: 6px 16px 6px 16px;
  }

  .someh-home-scope.someh-storefront-active .someh-sf-brand {
    grid-column: 2;
    grid-row: 1;
    height: 44px;
    padding-inline: 12px;
    border-radius: 5px 17px 5px 17px;
  }

  .someh-home-scope.someh-storefront-active .someh-sf-search {
    height: 46px;
    border-width: 2px;
  }

  .someh-home-scope.someh-storefront-active #main-nav .container {
    width: calc(100% - 20px);
    margin-block: 7px;
    padding-inline: 6px;
    border-radius: 6px 18px 6px 18px;
  }

  .someh-home-scope.someh-storefront-active #main-nav .main-menu > ul > li > a {
    min-height: 44px;
  }

  .someh-home-scope.someh-storefront-active .woocommerce-products-header,
  .someh-home-scope.someh-storefront-active .entry-header-outer:not(.someh-sf-hero *) {
    margin-top: 18px !important;
    padding: 24px 20px;
    border-inline-start-width: 5px;
    border-radius: 7px 25px 7px 25px;
  }

  .someh-home-scope.someh-storefront-active .someh-sf-footer-about {
    padding: 18px;
    border-radius: 7px 22px 7px 22px;
  }

  .someh-home-scope.someh-storefront-active .someh-sf-footer-about p {
    font-size: 11.5px;
    line-height: 1.9;
  }

  .someh-home-scope.someh-storefront-active .someh-sf-footer-grid > section {
    padding: 17px;
  }

  .someh-home-scope.someh-storefront-active .someh-sf-footer-grid h2 {
    font-size: 13px;
  }

  .someh-home-scope.someh-storefront-active .someh-sf-footer-links a {
    padding-block: 5px !important;
    color: rgba(248,250,252,.91) !important;
    font-size: 11.5px;
  }

  /* The plugin FAB is replaced by the contact item in the fixed dock. */
  html .someh-home-scope.someh-storefront-active.tmc-v8 #tmc-fab.tmc-fab,
  html .someh-home-scope.someh-storefront-active.tmc-v8 #tmc-fab.tmc-v8-fab {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .someh-home-scope.someh-storefront-active .someh-sf-mobile-nav {
    z-index: 99970;
    inset-inline: 8px;
    inset-block-end: max(7px, env(safe-area-inset-bottom));
    height: 62px;
    padding: 6px;
    background: rgba(255,255,255,.97);
    border: 1px solid rgba(7,31,43,.14);
    border-radius: 8px 22px 8px 22px;
    box-shadow: 0 17px 42px rgba(4,24,35,.27);
  }

  .someh-home-scope.someh-storefront-active .someh-sf-mobile-nav a,
  .someh-home-scope.someh-storefront-active .someh-sf-mobile-nav button {
    height: 49px;
    border-radius: 7px 15px 7px 15px;
    font-size: 9px;
  }

  .someh-home-scope.someh-storefront-active .someh-sf-mobile-nav a[data-someh-contact-open] {
    color: #fff !important;
    background: linear-gradient(135deg, #0d8f9c, #25b9b6);
    box-shadow: 0 7px 17px rgba(13,143,156,.23);
    transform: none !important;
  }

  .someh-home-scope.someh-storefront-active .someh-sf-mobile-nav a[data-someh-contact-open] .someh-sf-icon {
    color: #fff;
  }

  html.tmc-open .someh-home-scope.someh-storefront-active .someh-sf-mobile-nav,
  .someh-home-scope.someh-storefront-active.tmc-open .someh-sf-mobile-nav {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 420px) {
  .someh-home-scope.someh-storefront-active .someh-sf-footer-grid {
    grid-template-columns: 1fr;
  }
}

/* === MARKETPLACE UI 13.20 =================================================
   Final presentation layer: structural retail layout, not a recolor skin.
============================================================================ */
:root{
  --someh-market-accent:#ef4056;
  --someh-market-accent-dark:#d82f45;
  --someh-market-ink:#23254e;
  --someh-market-text:#3f4064;
  --someh-market-muted:#81858b;
  --someh-market-bg:#f5f5f5;
  --someh-market-card:#fff;
  --someh-market-line:#e0e0e2;
  --someh-market-soft:#f0f0f1;
  --someh-sf-primary:var(--someh-market-ink);
  --someh-sf-secondary:var(--someh-market-text);
  --someh-sf-accent:var(--someh-market-accent);
  --someh-sf-surface:var(--someh-market-bg);
  --someh-sf-ink:var(--someh-market-ink);
  --someh-sf-radius-xl:16px;
  --someh-sf-radius-lg:12px;
  --someh-sf-radius-md:9px;
}
.someh-home-scope.someh-marketplace-ui{background:#fff!important;color:var(--someh-market-text)!important}
.someh-home-scope.someh-marketplace-ui.someh-marketplace-home #content{display:none!important}
.someh-home-scope.someh-marketplace-ui .someh-commerce-header{
  position:relative!important;z-index:1015!important;background:#fff!important;color:var(--someh-market-ink)!important;
  border:0!important;border-bottom:1px solid var(--someh-market-line)!important;box-shadow:0 1px 2px rgba(0,0,0,.04)!important
}
.someh-home-scope.someh-marketplace-ui .someh-commerce-header.is-scrolled{box-shadow:0 4px 16px rgba(0,0,0,.08)!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-head-inner{
  width:min(calc(100% - 32px),1360px)!important;min-height:74px!important;height:auto!important;padding:10px 0!important;margin:auto!important;
  display:grid!important;grid-template-columns:minmax(150px,210px) minmax(340px,1fr) auto!important;gap:20px!important;align-items:center!important;overflow:visible!important
}
.someh-home-scope.someh-marketplace-ui .someh-sf-brand{height:52px!important;min-width:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;background:transparent!important;border:0!important;overflow:hidden!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-brand a,.someh-home-scope.someh-marketplace-ui .someh-sf-brand .text-logo,.someh-home-scope.someh-marketplace-ui .someh-sf-text-logo{color:var(--someh-market-ink)!important;font-weight:950!important;font-size:clamp(22px,2vw,31px)!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-brand img{filter:none!important;max-width:190px!important;max-height:50px!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-search{
  position:relative!important;height:46px!important;margin:0!important;display:flex!important;align-items:center!important;overflow:hidden!important;
  color:var(--someh-market-muted)!important;background:#f0f0f1!important;border:1px solid transparent!important;border-radius:9px!important;box-shadow:none!important
}
.someh-home-scope.someh-marketplace-ui .someh-sf-search:focus-within{background:#fff!important;border-color:#c7c7ca!important;box-shadow:0 0 0 3px rgba(239,64,86,.08)!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-search-icon{width:48px;height:46px;display:grid;place-items:center;flex:0 0 48px;color:#62666d!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-search-icon .someh-sf-icon{width:21px;height:21px}
.someh-home-scope.someh-marketplace-ui .someh-sf-search input[type=search]{height:100%!important;padding:0 0 0 16px!important;color:#3f4064!important;background:transparent!important;border:0!important;box-shadow:none!important;font-size:13px!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-search input::placeholder{color:#81858b!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-search button{display:none!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-action{
  min-height:46px!important;padding:6px 13px!important;display:flex!important;align-items:center!important;gap:10px!important;color:var(--someh-market-ink)!important;
  background:#fff!important;border:1px solid #d9d9dc!important;border-radius:9px!important;box-shadow:none!important;text-decoration:none!important
}
.someh-home-scope.someh-marketplace-ui .someh-sf-action .someh-sf-icon{width:22px;height:22px;color:var(--someh-market-accent)!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-action span{display:flex!important;flex-direction:column!important;line-height:1.35!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-action small{font-size:9px!important;font-weight:700!important;color:#81858b!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-action b{font-size:11px!important;font-weight:900!important;color:var(--someh-market-ink)!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-action:hover{border-color:var(--someh-market-accent)!important;background:#fff7f8!important;transform:none!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-menu-button{display:none!important}

/* Native main menu becomes a clean marketplace category rail. */
.someh-home-scope.someh-marketplace-ui #theme-header,.someh-home-scope.someh-marketplace-ui #main-nav,.someh-home-scope.someh-marketplace-ui .main-nav-wrapper{background:#fff!important;box-shadow:none!important}
.someh-home-scope.someh-marketplace-ui #main-nav{border-bottom:1px solid var(--someh-market-line)!important}
.someh-home-scope.someh-marketplace-ui #main-nav .container{width:min(calc(100% - 32px),1360px)!important;margin:auto!important;padding:0!important;background:#fff!important;border:0!important;box-shadow:none!important}
.someh-home-scope.someh-marketplace-ui #main-nav .main-menu>ul{min-height:42px!important;display:flex!important;align-items:stretch!important;gap:2px!important}
.someh-home-scope.someh-marketplace-ui #main-nav .main-menu>ul>li>a{min-height:42px!important;padding:0 11px!important;display:flex!important;align-items:center!important;color:#62666d!important;background:transparent!important;border:0!important;border-radius:0!important;font-size:12px!important;font-weight:750!important}
.someh-home-scope.someh-marketplace-ui #main-nav .main-menu>ul>li>a::after{content:"";position:absolute;inset-inline:10px;bottom:0;height:2px;background:var(--someh-market-accent);transform:scaleX(0);transition:transform .18s ease}
.someh-home-scope.someh-marketplace-ui #main-nav .main-menu>ul>li:hover>a,.someh-home-scope.someh-marketplace-ui #main-nav .main-menu>ul>li.current-menu-item>a{color:#23254e!important;background:transparent!important}
.someh-home-scope.someh-marketplace-ui #main-nav .main-menu>ul>li:hover>a::after,.someh-home-scope.someh-marketplace-ui #main-nav .main-menu>ul>li.current-menu-item>a::after{transform:scaleX(1)}
.someh-home-scope.someh-marketplace-ui #main-nav :where(.skin-icon,.search-bar){display:none!important}
.someh-home-scope.someh-marketplace-ui .top-nav :where(.skin-icon,.search-bar){display:none!important}
.someh-home-scope.someh-marketplace-ui #main-nav .side-aside-nav-icon{display:none!important}
.someh-home-scope.someh-marketplace-ui #main-nav .menu-item-has-children>ul,.someh-home-scope.someh-marketplace-ui #main-nav .mega-menu-block{margin-top:0!important;border:1px solid var(--someh-market-line)!important;border-top:2px solid var(--someh-market-accent)!important;border-radius:0 0 12px 12px!important;box-shadow:0 14px 35px rgba(0,0,0,.10)!important}

/* Homepage: real marketplace composition. */
.someh-home-scope.someh-marketplace-ui .someh-storefront-home{padding:18px 0 64px!important;background:#fff!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-market-top{width:min(calc(100% - 32px),1360px);margin:0 auto 30px;display:grid;grid-template-columns:minmax(0,2.35fr) minmax(260px,.65fr);gap:14px;direction:ltr}
.someh-home-scope.someh-marketplace-ui .someh-sf-market-top>*{direction:rtl}
.someh-home-scope.someh-marketplace-ui .someh-sf-hero{width:100%!important;height:390px!important;margin:0!important;background:#f5f5f5!important;border:1px solid var(--someh-market-line)!important;border-radius:16px!important;box-shadow:none!important;overflow:hidden!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-hero::before,.someh-home-scope.someh-marketplace-ui .someh-sf-hero::after{display:none!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-hero-slide{padding:34px 38px!important;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr)!important;gap:30px!important;background:linear-gradient(110deg,#fff,#f6f6f6)!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-eyebrow{display:inline-flex!important;width:max-content!important;padding:5px 9px!important;color:var(--someh-market-accent)!important;background:#fff0f2!important;border-radius:999px!important;font-size:10px!important;font-weight:900!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-hero h2{margin:10px 0 12px!important;color:var(--someh-market-ink)!important;font-size:clamp(24px,2.5vw,37px)!important;line-height:1.5!important;font-weight:950!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-hero-copy>p{color:#62666d!important;font-size:13px!important;line-height:2!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-hero-price{color:var(--someh-market-ink)!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-primary-button{min-height:42px!important;padding:7px 16px!important;color:#fff!important;background:var(--someh-market-accent)!important;border:0!important;border-radius:8px!important;box-shadow:none!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-primary-button:hover{background:var(--someh-market-accent-dark)!important;transform:none!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-hero-media{height:315px!important;padding:10px!important;background:transparent!important;border:0!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-hero-media img{max-height:295px!important;object-fit:contain!important;filter:none!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-hero-arrow{width:36px!important;height:36px!important;color:#3f4064!important;background:#fff!important;border:1px solid var(--someh-market-line)!important;border-radius:50%!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-hero-dots button{height:4px!important;width:16px!important;border-radius:5px!important;background:#c7c7ca!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-hero-dots button.is-active{width:28px!important;background:var(--someh-market-accent)!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-market-aside{display:grid;grid-template-rows:auto 1fr;gap:10px}
.someh-home-scope.someh-marketplace-ui .someh-sf-market-brand-card{padding:18px;background:#23254e;color:#fff;border-radius:16px;min-height:164px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;overflow:hidden;position:relative}
.someh-home-scope.someh-marketplace-ui .someh-sf-market-brand-card::after{content:"";position:absolute;width:130px;height:130px;border:25px solid rgba(255,255,255,.05);border-radius:50%;inset-inline-end:-55px;bottom:-55px}
.someh-home-scope.someh-marketplace-ui .someh-sf-market-brand-card>span{font-size:10px;color:#cfd0dd;font-weight:800}
.someh-home-scope.someh-marketplace-ui .someh-sf-market-brand-card h1{margin:5px 0!important;color:#fff!important;font-size:25px!important;font-weight:950!important;line-height:1.5!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-market-brand-card p{margin:0 0 12px!important;color:#d8d9e2!important;font-size:10px!important;line-height:1.8!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-market-brand-card a{position:relative;z-index:2;display:inline-flex;align-items:center;gap:7px;color:#fff!important;font-size:11px;font-weight:900;text-decoration:none}
.someh-home-scope.someh-marketplace-ui .someh-sf-market-brand-card a .someh-sf-icon{width:18px;height:18px;color:#ff7385}
.someh-home-scope.someh-marketplace-ui .someh-sf-market-shortcuts{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.someh-home-scope.someh-marketplace-ui .someh-sf-market-shortcuts a{min-width:0;padding:10px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;color:#3f4064!important;background:#fff;border:1px solid var(--someh-market-line);border-radius:12px;text-decoration:none}
.someh-home-scope.someh-marketplace-ui .someh-sf-market-shortcuts a>span{width:60px;height:60px;display:grid;place-items:center;overflow:hidden;background:#f5f5f5;border-radius:50%}
.someh-home-scope.someh-marketplace-ui .someh-sf-market-shortcuts img{width:100%;height:100%;object-fit:contain}
.someh-home-scope.someh-marketplace-ui .someh-sf-market-shortcuts b{max-width:100%;font-size:10px;line-height:1.6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.someh-home-scope.someh-marketplace-ui .someh-sf-section{width:min(calc(100% - 32px),1360px)!important;margin:34px auto 0!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-section-head{margin-bottom:14px!important;align-items:end!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-section-head span{color:#81858b!important;font-size:10px!important;font-weight:700!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-section-head h2{margin:2px 0 0!important;color:var(--someh-market-ink)!important;font-size:21px!important;font-weight:950!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-section-head>a{min-height:auto!important;padding:0!important;color:#19bfd3!important;background:transparent!important;border:0!important;border-radius:0!important;font-size:11px!important;font-weight:900!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-categories{padding:18px 20px 14px!important;border:1px solid var(--someh-market-line)!important;border-radius:16px!important;background:#fff!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-category-track{display:grid!important;grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:14px!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-category{padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;color:#3f4064!important;background:transparent!important;border:0!important;box-shadow:none!important;text-align:center!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-category:hover{transform:none!important;color:var(--someh-market-accent)!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-category-image{width:92px!important;height:92px!important;padding:7px!important;background:#f5f5f5!important;border:0!important;border-radius:50%!important;box-shadow:none!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-category-image img{width:100%!important;height:100%!important;object-fit:contain!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-category strong{margin-top:8px!important;font-size:11px!important;font-weight:850!important;line-height:1.6!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-category small{font-size:9px!important;color:#a1a3a8!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-product-section{padding:20px!important;border:1px solid var(--someh-market-line)!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-products-track{gap:0!important;background:#fff!important;border:1px solid var(--someh-market-line)!important;border-radius:12px!important;scrollbar-width:none!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-product-card{min-width:0!important;margin:0!important;background:#fff!important;border:0!important;border-inline-end:1px solid var(--someh-market-line)!important;border-radius:0!important;box-shadow:none!important;overflow:hidden!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-product-card:hover{transform:none!important;box-shadow:inset 0 0 0 1px #c7c7ca!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-product-image{min-height:220px!important;padding:14px!important;background:#fff!important;border-radius:0!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-product-image img{height:190px!important;object-fit:contain!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-sale{inset:9px 9px auto auto!important;padding:3px 7px!important;color:#fff!important;background:var(--someh-market-accent)!important;border-radius:999px!important;font-size:9px!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-product-body{padding:12px 14px 15px!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-product-body h3{min-height:48px!important;margin:0 0 10px!important;font-size:12px!important;line-height:2!important;font-weight:800!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-product-body h3 a{color:#3f4064!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-card-arrow{width:30px!important;height:30px!important;color:var(--someh-market-accent)!important;background:#fff!important;border:1px solid #ffc2ca!important;border-radius:8px!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-price{color:var(--someh-market-ink)!important;font-size:12px!important;font-weight:900!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-scroll-button{width:38px!important;height:38px!important;color:#3f4064!important;background:#fff!important;border:1px solid var(--someh-market-line)!important;border-radius:50%!important;box-shadow:0 3px 12px rgba(0,0,0,.12)!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-articles{padding-top:2px!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-article-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-article-card{background:#fff!important;border:1px solid var(--someh-market-line)!important;border-radius:12px!important;box-shadow:none!important;overflow:hidden!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-article-card:hover{transform:none!important;border-color:#bfc1c5!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-article-image{aspect-ratio:1.55!important;background:#f5f5f5!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-article-card>div{padding:12px!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-article-card h3{font-size:12px!important;line-height:1.9!important;font-weight:850!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-article-card p{font-size:10px!important;color:#81858b!important}

/* footer is neutral and spacious; contact plugin can sit above it as a separate service band */
.someh-home-scope.someh-marketplace-ui .someh-sf-trust{width:100%!important;margin:0!important;background:#f7f7f8!important;border-block:1px solid var(--someh-market-line)!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-trust-inner{width:min(calc(100% - 32px),1360px)!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-trust-inner>div{background:transparent!important;border:0!important;border-inline-end:1px solid var(--someh-market-line)!important;border-radius:0!important;box-shadow:none!important}
.someh-home-scope.someh-marketplace-ui #footer{background:#23254e!important;border-top:0!important;color:#fff!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-compact-footer{color:#fff!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-footer-grid :where(h2,strong,a){color:#fff!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-footer-grid p,.someh-home-scope.someh-marketplace-ui .someh-sf-footer-grid li{color:#cfd0dd!important}

/* WooCommerce shell follows the same flat marketplace system. */
.someh-home-scope.someh-marketplace-ui .woocommerce ul.products{gap:0!important;border:1px solid var(--someh-market-line)!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important}
.someh-home-scope.someh-marketplace-ui .woocommerce ul.products li.product{margin:0!important;padding:14px!important;border:0!important;border-inline-end:1px solid var(--someh-market-line)!important;border-radius:0!important;box-shadow:none!important;background:#fff!important}
.someh-home-scope.someh-marketplace-ui .woocommerce ul.products li.product:hover{transform:none!important;box-shadow:inset 0 0 0 1px #c7c7ca!important}
.someh-home-scope.someh-marketplace-ui .woocommerce :where(button.button,a.button,.button.alt){border-radius:8px!important;background:var(--someh-market-accent)!important;color:#fff!important;box-shadow:none!important}

@media(max-width:1100px){
 .someh-home-scope.someh-marketplace-ui .someh-sf-head-inner{grid-template-columns:minmax(130px,170px) minmax(280px,1fr) auto!important;gap:12px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-market-top{grid-template-columns:1fr!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-market-aside{grid-template-columns:.75fr 1.25fr;grid-template-rows:auto}
 .someh-home-scope.someh-marketplace-ui .someh-sf-market-shortcuts{grid-template-columns:repeat(4,1fr)}
 .someh-home-scope.someh-marketplace-ui .someh-sf-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:767px){
 .someh-home-scope.someh-marketplace-ui{padding-bottom:82px!important}
 .someh-home-scope.someh-marketplace-ui .someh-commerce-header{border-bottom:0!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-head-inner{width:calc(100% - 24px)!important;min-height:108px!important;padding:8px 0 10px!important;grid-template-columns:46px minmax(0,1fr)!important;grid-template-rows:44px 46px!important;gap:8px 10px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-brand{grid-column:2;grid-row:1;height:44px!important;justify-content:flex-start!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-brand img{max-width:145px!important;max-height:40px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-text-logo,.someh-home-scope.someh-marketplace-ui .someh-sf-brand .text-logo{font-size:21px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-menu-button{grid-column:1;grid-row:1;width:44px!important;height:44px!important;display:grid!important;place-items:center!important;color:#3f4064!important;background:#fff!important;border:1px solid var(--someh-market-line)!important;border-radius:9px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-search{grid-column:1/-1;grid-row:2;height:46px!important;border-radius:9px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-actions{display:none!important}
 .someh-home-scope.someh-marketplace-ui #main-nav{display:none!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-market-top{width:calc(100% - 24px);gap:10px;margin-bottom:22px}
 .someh-home-scope.someh-marketplace-ui .someh-sf-hero{height:430px!important;border-radius:12px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-hero-slide{padding:22px 20px 46px!important;grid-template-columns:1fr!important;grid-template-rows:minmax(0,1fr) 180px!important;gap:4px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-hero h2{font-size:24px!important;line-height:1.55!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-hero-copy>p{max-height:52px!important;overflow:hidden!important;font-size:10px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-hero-media{grid-row:2;height:180px!important;padding:0!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-hero-media img{max-height:175px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-market-aside{grid-template-columns:1fr;gap:8px}
 .someh-home-scope.someh-marketplace-ui .someh-sf-market-brand-card{min-height:145px;border-radius:12px}
 .someh-home-scope.someh-marketplace-ui .someh-sf-market-shortcuts{grid-template-columns:repeat(4,1fr);gap:6px}
 .someh-home-scope.someh-marketplace-ui .someh-sf-market-shortcuts a{padding:8px 3px;border-radius:10px}
 .someh-home-scope.someh-marketplace-ui .someh-sf-market-shortcuts a>span{width:48px;height:48px}
 .someh-home-scope.someh-marketplace-ui .someh-sf-market-shortcuts b{font-size:8px}
 .someh-home-scope.someh-marketplace-ui .someh-sf-section{width:calc(100% - 24px)!important;margin-top:26px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-categories{padding:14px 12px 10px!important;border-radius:12px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-category-track{margin:0!important;padding:0 0 8px!important;display:flex!important;gap:12px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-category{flex:0 0 82px!important;scroll-snap-align:start!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-category-image{width:68px!important;height:68px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-category strong{font-size:9px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-category small{display:none!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-product-section{padding:14px 12px!important;border-radius:12px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-products-track{grid-auto-columns:minmax(180px,70vw)!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-product-image{min-height:190px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-product-image img{height:165px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-article-grid{display:flex!important;overflow-x:auto!important;gap:10px!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-article-card{flex:0 0 78vw!important;display:block!important;scroll-snap-align:start!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-mobile-nav{
   position:fixed!important;z-index:999999!important;inset-inline:8px!important;bottom:max(8px,env(safe-area-inset-bottom))!important;height:64px!important;padding:0 8px!important;
   display:grid!important;grid-template-columns:repeat(5,1fr)!important;align-items:end!important;background:#fff!important;border:1px solid #e0e0e2!important;border-radius:18px!important;box-shadow:0 10px 35px rgba(0,0,0,.16)!important;overflow:visible!important
 }
 .someh-home-scope.someh-marketplace-ui .someh-sf-mobile-nav>a,.someh-home-scope.someh-marketplace-ui .someh-sf-mobile-nav>button{height:62px!important;padding:9px 2px 6px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;color:#62666d!important;background:transparent!important;border:0!important;border-radius:0!important;font-size:9px!important;font-weight:800!important;box-shadow:none!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-mobile-nav .someh-sf-icon{width:21px!important;height:21px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-mobile-nav .someh-sf-mobile-contact{height:74px!important;margin-top:-18px!important;padding-top:0!important;color:var(--someh-market-accent)!important;overflow:visible!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-mobile-nav .someh-sf-mobile-contact i{width:54px!important;height:54px!important;display:grid!important;place-items:center!important;color:#fff!important;background:var(--someh-market-accent)!important;border:5px solid #fff!important;border-radius:50%!important;box-shadow:0 5px 16px rgba(239,64,86,.36)!important;font-style:normal!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-mobile-nav .someh-sf-mobile-contact i .someh-sf-icon{width:24px!important;height:24px!important;color:#fff!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-mobile-nav .someh-sf-mobile-contact span{margin-top:1px!important;color:var(--someh-market-accent)!important;font-size:10px!important;font-weight:950!important}
 .someh-home-scope.someh-marketplace-ui #tmc-fab{display:none!important}
}

/* === MARKETPLACE UI 13.31 — homepage continuity + readable footer ============ */
.someh-home-scope.someh-marketplace-ui.someh-marketplace-home #content{
  display:block!important;
}
.someh-home-scope.someh-marketplace-ui.someh-marketplace-home #content:not(.someh-sf-legacy-panel #content){
  /* JS moves the legacy homepage here. Until then keep it visible so content is
     never lost for users with JavaScript disabled. */
  visibility:visible!important;
  opacity:1!important;
}
.someh-sf-legacy-box{
  --someh-home-control-bg:linear-gradient(105deg,var(--someh-sf-primary,#23254e),var(--someh-sf-secondary,#3f4064));
  --someh-home-control-text:#fff;
  --someh-home-control-muted:rgba(255,255,255,.76);
  --someh-home-control-accent:var(--someh-sf-accent,#ef4056);
  --someh-home-control-chip:var(--someh-home-control-accent);
  width:min(calc(100% - 32px),1360px);
  margin:34px auto 4px;
  overflow:hidden;
  background:var(--someh-sf-surface,#f5f5f5);
  border:1px solid color-mix(in srgb,var(--someh-home-control-accent) 24%,#dfe1e5);
  border-radius:14px;
  box-shadow:0 10px 30px rgba(35,37,78,.08);
}
.someh-sf-legacy-box-native:not([open])>.someh-sf-legacy-panel{display:none!important}
.someh-sf-legacy-box-native>summary{list-style:none}
.someh-sf-legacy-box-native>summary::-webkit-details-marker{display:none}
.someh-sf-legacy-box-native>summary::marker{content:""}
.someh-sf-legacy-toggle{
  width:100%;min-height:68px;padding:14px 18px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  color:var(--someh-home-control-text)!important;background:var(--someh-home-control-bg)!important;
  border:0!important;cursor:pointer;text-align:right;font-family:inherit;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
}
.someh-sf-legacy-toggle:hover{filter:brightness(1.04)}
.someh-sf-legacy-toggle:focus-visible{outline:3px solid var(--someh-home-control-accent);outline-offset:-4px}
.someh-sf-legacy-toggle-copy{display:flex;flex-direction:column;gap:2px;min-width:0}
.someh-sf-legacy-toggle-copy strong{color:var(--someh-home-control-text)!important;font-size:14px;font-weight:950;line-height:1.7}
.someh-sf-legacy-toggle-copy small{color:var(--someh-home-control-muted)!important;font-size:10px;font-weight:700;line-height:1.7}
.someh-sf-legacy-toggle-state{min-width:104px;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;color:var(--someh-home-control-text)!important;font-size:11px;font-weight:900}
.someh-sf-legacy-toggle-state::after{content:"⌄";width:30px;height:30px;display:grid;place-items:center;color:var(--someh-home-control-text);background:var(--someh-home-control-chip);border:1px solid var(--someh-home-control-accent);border-radius:8px;font-size:19px;line-height:1;transition:transform .2s ease}
.someh-sf-legacy-state-open{display:none}
.someh-sf-legacy-box-native[open] .someh-sf-legacy-state-closed{display:none}
.someh-sf-legacy-box-native[open] .someh-sf-legacy-state-open{display:inline}
.someh-sf-legacy-box.is-open .someh-sf-legacy-toggle-state::after,
.someh-sf-legacy-box-native[open] .someh-sf-legacy-toggle-state::after{transform:rotate(180deg)}
.someh-sf-legacy-panel{max-height:0;overflow:hidden;border-top:0 solid var(--someh-market-line,#e0e0e2);transition:max-height .45s ease,border-width .2s ease}
.someh-sf-legacy-box.is-open .someh-sf-legacy-panel,
.someh-sf-legacy-box-native[open]>.someh-sf-legacy-panel{max-height:15000px;border-top-width:1px}
.someh-sf-legacy-panel>#content{width:100%!important;max-width:none!important;margin:0!important;padding:24px!important;background:#fff!important}
.someh-sf-legacy-panel>#content:empty{display:none!important}

/* Use the active header theme as the homepage colour source when that module
   is enabled. Main actions share its gradient/text; small accents share its
   accent colour, so all 40 header themes remain visually coordinated. */
body.tmc-ht-enabled .someh-sf-legacy-box{
  --someh-home-control-bg:var(--tmc-ht-bg);
  --someh-home-control-text:var(--tmc-ht-text);
  --someh-home-control-muted:var(--tmc-ht-muted);
  --someh-home-control-accent:var(--tmc-ht-accent);
  --someh-home-control-chip:var(--tmc-ht-surface);
}
body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui :where(.someh-sf-market-brand-card,.someh-sf-primary-button,.someh-sf-search-submit){
  color:var(--tmc-ht-text)!important;
  background:var(--tmc-ht-bg)!important;
}
body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui .someh-sf-market-brand-card :where(h1,a){color:var(--tmc-ht-text)!important}
body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui .someh-sf-market-brand-card>span,
body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui .someh-sf-market-brand-card p{color:var(--tmc-ht-muted)!important}
body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui .someh-sf-market-brand-card a .someh-sf-icon{color:var(--tmc-ht-accent)!important}
body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui .someh-sf-eyebrow{
  color:var(--tmc-ht-bodytext)!important;
  background:color-mix(in srgb,var(--tmc-ht-accent) 12%,#fff)!important;
  border-color:color-mix(in srgb,var(--tmc-ht-accent) 38%,#fff)!important;
}
body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui .someh-sf-eyebrow b{color:var(--tmc-ht-bodytext)!important}

/* Random-category hero label is a real category chip, not the old 'new pick' tag. */
.someh-home-scope.someh-marketplace-ui .someh-sf-eyebrow{display:inline-flex!important;align-items:center!important;gap:7px!important;margin-bottom:12px!important;padding:4px 8px!important;background:#fff7f8!important;border:1px solid #ffd4da!important;border-radius:7px!important;color:#62666d!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-eyebrow::before{display:none!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-eyebrow small{color:#81858b!important;font-size:9px!important;font-weight:800!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-eyebrow b{color:var(--someh-market-accent,#ef4056)!important;font-size:10px!important;font-weight:950!important}

/* Never leave an empty grey rectangle when a post has no featured image. */
.someh-sf-visual-fallback{position:relative;width:100%;height:100%;min-height:150px;display:grid;place-items:center;overflow:hidden;color:#a3a3aa;background:linear-gradient(135deg,#f7f7f8,#efeff1)}
.someh-sf-visual-fallback>.someh-sf-icon{position:relative;z-index:2;width:54px;height:54px;stroke-width:1.2}
.someh-sf-visual-fallback i{position:absolute;width:110px;height:110px;border:1px solid rgba(35,37,78,.07);border-radius:50%}
.someh-sf-visual-fallback i:nth-of-type(1){inset:-55px auto auto -35px}.someh-sf-visual-fallback i:nth-of-type(2){inset:auto -45px -62px auto;width:150px;height:150px}.someh-sf-visual-fallback i:nth-of-type(3){width:36px;height:36px;background:#fff;border:0;box-shadow:0 0 0 12px rgba(255,255,255,.55)}
.someh-home-scope.someh-marketplace-ui .someh-sf-article-image>img,.someh-home-scope.someh-marketplace-ui .someh-sf-article-image>.someh-sf-visual-fallback{width:100%!important;height:100%!important;object-fit:cover!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-hero-media>.someh-sf-visual-fallback{max-width:430px;min-height:250px;border-radius:12px}

/* Footer text guard: no plugin/theme may leave dark text on the navy footer. */
.someh-home-scope.someh-marketplace-ui #footer .someh-sf-compact-footer :where(h1,h2,h3,h4,strong,b,li,span,p,a){opacity:1!important;text-shadow:none!important;-webkit-text-fill-color:currentColor!important}
.someh-home-scope.someh-marketplace-ui #footer .someh-sf-footer-grid :where(h2,strong,b,a){color:#fff!important}
.someh-home-scope.someh-marketplace-ui #footer .someh-sf-footer-grid :where(p,li,span){color:#e5e7ef!important}
.someh-home-scope.someh-marketplace-ui #footer .someh-sf-footer-links a{color:#f0f1f6!important}
.someh-home-scope.someh-marketplace-ui #footer .someh-sf-footer-links a:hover{color:#fff!important}
.someh-home-scope.someh-marketplace-ui #footer .someh-sf-footer-rail :where(span,b){color:#fff!important}

/* Contact plugin is intentionally a LIGHT customer-service console beneath the
   dark navigation footer. This also fixes invisible phone/address text. */
html .someh-home-scope.someh-marketplace-ui.tmc-v8 #tmc-modern-footer-contact.tmcmf,
html .someh-home-scope.someh-marketplace-ui.tmc-market-ui #tmc-modern-footer-contact.tmcmf{
  --tmcmf-site-bg:#f7f7f8!important;--tmcmf-site-on:#23254e!important;--tmcmf-site-muted:#62666d!important;--tmcmf-site-line:#e0e0e2!important;
  width:100%!important;margin:0!important;padding:0!important;color:#23254e!important;background:#f7f7f8!important;border:0!important;border-top:1px solid #e0e0e2!important;border-radius:0!important;box-shadow:none!important;
}
html .someh-home-scope.someh-marketplace-ui.tmc-v8 #tmc-modern-footer-contact .tmcmf__shell{width:min(calc(100% - 32px),1360px)!important;margin:auto!important;padding:26px 0!important;display:grid!important;grid-template-columns:minmax(260px,.72fr) minmax(0,1.55fr)!important;gap:14px!important}
html .someh-home-scope.someh-marketplace-ui.tmc-v8 #tmc-modern-footer-contact .tmcmf__intro{margin:0!important;padding:20px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;color:#fff!important;background:#23254e!important;border:0!important;border-radius:12px!important}
html .someh-home-scope.someh-marketplace-ui.tmc-v8 #tmc-modern-footer-contact .tmcmf__intro :where(.tmcmf__eyebrow,h2,span,strong,b,p){color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}
html .someh-home-scope.someh-marketplace-ui.tmc-v8 #tmc-modern-footer-contact .tmcmf__eyebrow{color:#d9dae4!important;-webkit-text-fill-color:#d9dae4!important}
html .someh-home-scope.someh-marketplace-ui.tmc-v8 #tmc-modern-footer-contact .tmcmf__content{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)!important;gap:8px!important}
html .someh-home-scope.someh-marketplace-ui.tmc-v8 #tmc-modern-footer-contact :where(.tmcmf__address-card,.tmcmf__phone){color:#23254e!important;background:#fff!important;border:1px solid #e0e0e2!important;border-radius:10px!important;box-shadow:none!important}
html .someh-home-scope.someh-marketplace-ui.tmc-v8 #tmc-modern-footer-contact :where(.tmcmf__address-copy strong,.tmcmf__phone-copy b){color:#23254e!important;-webkit-text-fill-color:#23254e!important;opacity:1!important}
html .someh-home-scope.someh-marketplace-ui.tmc-v8 #tmc-modern-footer-contact :where(.tmcmf__label,.tmcmf__phone-copy small){color:#62666d!important;-webkit-text-fill-color:#62666d!important;opacity:1!important}
html .someh-home-scope.someh-marketplace-ui.tmc-v8 #tmc-modern-footer-contact .tmcmf__phone-icon{color:#fff!important;background:var(--someh-market-accent,#ef4056)!important}
html .someh-home-scope.someh-marketplace-ui.tmc-v8 #tmc-modern-footer-contact .tmcmf__map-btn{color:#008da3!important;-webkit-text-fill-color:#008da3!important}

@media(max-width:767px){
  .someh-sf-legacy-box{width:calc(100% - 24px);margin-top:24px;border-radius:12px}
  .someh-sf-legacy-toggle{min-height:64px;padding:12px 13px;gap:8px}
  .someh-sf-legacy-toggle-copy strong{font-size:12px}
  .someh-sf-legacy-toggle-copy small{font-size:9px}
  .someh-sf-legacy-toggle-state{min-width:auto;font-size:9px}
  .someh-sf-legacy-toggle-state::after{width:28px;height:28px}
  .someh-sf-legacy-panel>#content{padding:14px!important}
  html .someh-home-scope.someh-marketplace-ui.tmc-v8 #tmc-modern-footer-contact .tmcmf__shell{width:calc(100% - 24px)!important;padding:18px 0!important;grid-template-columns:1fr!important;gap:8px!important}
  html .someh-home-scope.someh-marketplace-ui.tmc-v8 #tmc-modern-footer-contact .tmcmf__intro{padding:15px!important;border-radius:10px!important}
  html .someh-home-scope.someh-marketplace-ui.tmc-v8 #tmc-modern-footer-contact .tmcmf__content{grid-template-columns:1fr!important}
}

/* === 13.31 PRODUCT GALLERY STUDIO COMPATIBILITY ==========================
   This is deliberately last in the storefront stylesheet. Older Newsomeh
   gallery helpers must not turn the new product gallery back into a carousel. */
body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio{
  position:relative!important;display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;grid-template-rows:58px minmax(420px,auto)!important;
  gap:0!important;min-height:0!important;max-height:none!important;overflow:hidden!important;background:#fff!important;border:1px solid #e0e0e2!important;border-radius:4px 16px 4px 16px!important;
}
body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.someh-product-thumbs-shell{display:contents!important}
body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio .someh-product-thumbs-nav,
body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio .someh-gallery-main-controls,
body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio .someh-gallery-main-btn{display:none!important}
body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.flex-viewport{
  grid-column:2!important;grid-row:2!important;min-height:420px!important;max-height:none!important;margin:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;
}
body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.woocommerce-product-gallery__wrapper{
  grid-column:2!important;grid-row:2!important;min-height:420px!important;max-height:none!important;margin:0!important;overflow:hidden!important;
}
body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.flex-control-thumbs,
body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.someh-product-thumbs-shell>.flex-control-thumbs{
  grid-column:1!important;grid-row:2!important;width:86px!important;max-width:86px!important;height:auto!important;max-height:520px!important;margin:0!important;padding:8px!important;
  display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:7px!important;overflow-x:hidden!important;overflow-y:auto!important;background:#f7f7f8!important;border:0!important;border-inline-end:1px solid #e0e0e2!important;
}
body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio .woocommerce-product-gallery__image,
body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio .woocommerce-product-gallery__image>a{
  min-height:420px!important;max-height:none!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:22px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;
}
body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio .woocommerce-product-gallery__image img{
  display:block!important;width:100%!important;max-width:560px!important;height:390px!important;max-height:390px!important;object-fit:contain!important;margin:auto!important;opacity:1!important;visibility:visible!important;
}
@media(max-width:760px){
 body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio{grid-template-columns:1fr!important;grid-template-rows:50px 300px 80px!important;border-radius:12px!important}
 body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.flex-viewport,
 body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.woocommerce-product-gallery__wrapper{grid-column:1!important;grid-row:2!important;min-height:300px!important;max-height:300px!important}
 body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.flex-control-thumbs,
 body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.someh-product-thumbs-shell>.flex-control-thumbs{grid-column:1!important;grid-row:3!important;width:100%!important;max-width:100%!important;height:80px!important;max-height:80px!important;padding:7px 9px!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;border-inline-end:0!important;border-top:1px solid #e0e0e2!important;background:#fff!important}
 body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio .woocommerce-product-gallery__image,
 body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio .woocommerce-product-gallery__image>a{min-height:300px!important;max-height:300px!important;padding:12px!important}
 body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio .woocommerce-product-gallery__image img{height:275px!important;max-height:275px!important}
}


/* === MARKETPLACE UI 13.40 — mobile-safe hero + real carousels ================= */
.someh-home-scope.someh-marketplace-ui .someh-sf-scroll-shell{position:relative!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-article-shell{position:relative!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-article-image{overflow:hidden!important;background:linear-gradient(135deg,rgba(35,37,78,.035),rgba(239,64,86,.025)),#f4f5f7!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-article-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1!important;visibility:visible!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-visual-fallback{background:linear-gradient(135deg,transparent 0 46%,rgba(35,37,78,.06) 46% 54%,transparent 54%),linear-gradient(45deg,#f8f8f9,#eceef2)!important}
@media(max-width:767px){
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero{height:auto!important;min-height:472px!important;overflow:hidden!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-slide{min-height:472px!important;height:auto!important;padding:18px 18px 42px!important;grid-template-columns:1fr!important;grid-template-rows:auto 172px!important;gap:12px!important;align-content:start!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-copy{position:relative!important;z-index:3!important;min-height:0!important;max-width:none!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-eyebrow{margin:0 0 7px!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero h2{margin:0 0 7px!important;font-size:22px!important;line-height:1.52!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-copy>p{max-height:45px!important;margin:0 0 9px!important;font-size:10px!important;line-height:1.75!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-price{margin:0 0 7px!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-primary-button{position:static!important;inset:auto!important;transform:none!important;z-index:5!important;min-height:38px!important;margin:0!important;padding:7px 13px!important;align-self:flex-start!important;border-radius:9px!important;font-size:10px!important;line-height:1.2!important;box-shadow:none!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-media{position:relative!important;z-index:1!important;grid-row:2!important;height:172px!important;min-height:172px!important;margin:0!important;padding:6px 0 0!important;overflow:hidden!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-media img{width:100%!important;height:165px!important;max-height:165px!important;object-fit:contain!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-arrow{inset-block-start:auto!important;bottom:142px!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-dots{bottom:12px!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-scroll-button{display:grid!important;position:absolute!important;z-index:8!important;top:50%!important;transform:translateY(-50%)!important;width:34px!important;height:34px!important;border-radius:10px!important;background:#fff!important;border:1px solid #d9dadd!important;box-shadow:0 5px 16px rgba(35,37,78,.14)!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-scroll-button.is-prev{inset-inline-start:-7px!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-scroll-button.is-next{inset-inline-end:-7px!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-article-shell .someh-sf-scroll-button{top:46%!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-products-track,.someh-home-scope.someh-marketplace-ui .someh-sf-article-grid{scroll-padding-inline:14px!important}
}
html .someh-home-scope.someh-marketplace-ui #tmc-modern-footer-contact.tmcmf{width:100%!important;margin:0!important;border-radius:0!important;box-shadow:none!important}
html .someh-home-scope.someh-marketplace-ui #tmc-modern-footer-contact .tmcmf__shell{width:min(calc(100% - 28px),1360px)!important;margin:auto!important}
html .someh-home-scope.someh-marketplace-ui #tmc-modern-footer-contact .tmcmf__phone{overflow:hidden!important;min-width:0!important}
html .someh-home-scope.someh-marketplace-ui #tmc-modern-footer-contact .tmcmf__phone-copy{min-width:0!important;overflow:visible!important}
html .someh-home-scope.someh-marketplace-ui #tmc-modern-footer-contact .tmcmf__phone-copy b{position:relative!important;z-index:2!important;max-width:100%!important;overflow:visible!important;white-space:nowrap!important}
html .someh-home-scope.someh-marketplace-ui #tmc-modern-footer-contact .tmcmf__phone-icon,html .someh-home-scope.someh-marketplace-ui #tmc-modern-footer-contact .tmcmf__phone-no,html .someh-home-scope.someh-marketplace-ui #tmc-modern-footer-contact .tmcmf__call-hint{position:relative!important;z-index:3!important}

/* === STORE HOME 13.41 — hard separation of copy/media + image-safe editorial rail === */
.someh-home-scope.someh-marketplace-ui .someh-sf-article-card{overflow:hidden!important;background:#fff!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-article-image{position:relative!important;display:block!important;min-height:210px!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-article-image>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-article-image>.someh-sf-visual-fallback{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:grid!important;place-items:center!important}
@media(max-width:767px){
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero{min-height:520px!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-slide{
    min-height:520px!important;height:auto!important;padding:16px 14px 38px!important;
    display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-copy{
    position:relative!important;z-index:5!important;display:flex!important;flex:0 0 auto!important;flex-direction:column!important;align-items:flex-start!important;
    width:100%!important;min-height:0!important;margin:0!important;padding:0 3px 12px!important;overflow:visible!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-primary-button{
    position:relative!important;inset:auto!important;z-index:7!important;display:inline-flex!important;flex:0 0 auto!important;
    width:auto!important;max-width:100%!important;min-height:38px!important;margin:4px 0 0!important;padding:8px 14px!important;
    transform:none!important;translate:none!important;align-self:flex-start!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-media{
    position:relative!important;z-index:1!important;display:flex!important;flex:0 0 190px!important;align-items:center!important;justify-content:center!important;
    width:100%!important;height:190px!important;min-height:190px!important;margin:8px 0 0!important;padding:8px!important;overflow:hidden!important;
    border-top:1px solid #ececef!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-media img{position:static!important;width:100%!important;height:174px!important;max-height:174px!important;object-fit:contain!important;margin:0!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-arrow{bottom:145px!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-article-image{min-height:180px!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-article-grid{padding-inline:2px!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-article-card{flex:0 0 min(82vw,285px)!important;scroll-snap-align:center!important}
  .someh-home-scope.someh-marketplace-ui .someh-sf-product-section .someh-sf-scroll-button,
  .someh-home-scope.someh-marketplace-ui .someh-sf-article-shell .someh-sf-scroll-button{display:grid!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}
}

/* === 13.41 PRODUCT CINEMA GALLERY COMPATIBILITY =============================
   Product Layout Studio 2.2 owns the gallery. These rules beat old newsomeh
   thumbnail-shell geometry so the plugin stays portable across installations.
   ========================================================================== */
html body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio{
  display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:56px minmax(430px,auto) 104px!important;
}
html body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.someh-product-thumbs-shell{display:contents!important}
html body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.flex-viewport,
html body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.woocommerce-product-gallery__wrapper{grid-column:1!important;grid-row:2!important;width:100%!important;min-height:430px!important;max-height:none!important}
html body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.flex-control-thumbs,
html body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.someh-product-thumbs-shell>.flex-control-thumbs{grid-column:1!important;grid-row:3!important;width:100%!important;max-width:none!important;height:104px!important;max-height:104px!important;display:flex!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;border-inline-end:0!important;border-top:1px solid #e4e5e8!important}
html body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio .someh-product-thumbs-nav,
html body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio .someh-gallery-main-controls,
html body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio .someh-gallery-main-btn{display:none!important}
@media(max-width:767px){
 html body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio{grid-template-rows:48px 300px 82px!important}
 html body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.flex-viewport,
 html body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.woocommerce-product-gallery__wrapper{min-height:300px!important;max-height:300px!important}
 html body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.flex-control-thumbs,
 html body.wcpt-market-ui.single-product .woocommerce-product-gallery.wcpt-gallery-studio>.someh-product-thumbs-shell>.flex-control-thumbs{height:82px!important;max-height:82px!important}
}

/* === MARKETPLACE UI 13.50 — explicit search + day/night controls ============
   Search is a real submit action and the skin switch is always visible. */
.someh-home-scope.someh-marketplace-ui .someh-sf-head-inner{
  grid-template-columns:minmax(150px,210px) minmax(320px,1fr) auto auto!important;
}
.someh-home-scope.someh-marketplace-ui .someh-sf-search{
  padding-inline:8px 0!important;
  gap:8px!important;
}
.someh-home-scope.someh-marketplace-ui .someh-sf-search input[type=search]{
  flex:1 1 auto!important;min-width:0!important;padding-inline:14px!important;
}
.someh-home-scope.someh-marketplace-ui .someh-sf-search .someh-sf-search-submit{
  position:relative!important;inset:auto!important;flex:0 0 auto!important;
  min-width:86px!important;height:38px!important;margin:0 4px!important;padding:0 12px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;
  color:#fff!important;background:var(--someh-market-accent,#ef4056)!important;border:0!important;border-radius:7px!important;
  box-shadow:none!important;opacity:1!important;visibility:visible!important;cursor:pointer!important;font:inherit!important;font-size:11px!important;font-weight:900!important;
}
.someh-home-scope.someh-marketplace-ui .someh-sf-search .someh-sf-search-submit .someh-sf-icon{width:18px!important;height:18px!important;color:#fff!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-search .someh-sf-search-submit:hover{background:#d82f45!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-theme-button{
  width:auto!important;min-width:96px!important;height:46px!important;padding:0 12px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;
  color:#3f4064!important;background:#fff!important;border:1px solid #d9d9dc!important;border-radius:9px!important;
  box-shadow:none!important;opacity:1!important;visibility:visible!important;cursor:pointer!important;font:inherit!important;font-size:10px!important;font-weight:900!important;
}
.someh-home-scope.someh-marketplace-ui .someh-sf-theme-button:hover{border-color:#aeb0b5!important;background:#fafafa!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-theme-button .someh-sf-theme-icon{width:22px;height:22px;display:grid;place-items:center}
.someh-home-scope.someh-marketplace-ui .someh-sf-theme-button .someh-sf-icon{width:20px!important;height:20px!important;color:#3f4064!important}
.someh-home-scope.someh-marketplace-ui .someh-sf-theme-button .is-sun{display:none!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-theme-button .is-moon{display:none!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-theme-button .is-sun{display:grid!important}

/* Final dark-market rules intentionally come after the light marketplace UI. */
html.dark-skin .someh-home-scope.someh-marketplace-ui{background:#11131c!important;color:#eef0f6!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-commerce-header{background:#171a25!important;border-color:#2b2f3c!important;color:#fff!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-brand a,
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-text-logo{color:#fff!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-search{background:#232733!important;border-color:#313746!important;color:#fff!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-search:focus-within{background:#232733!important;border-color:#697184!important;box-shadow:0 0 0 3px rgba(239,64,86,.16)!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-search input[type=search]{color:#fff!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-search input::placeholder{color:#aeb4c2!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-theme-button,
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-action,
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-menu-button{color:#f3f4f8!important;background:#232733!important;border-color:#383e4d!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-theme-button .someh-sf-icon{color:#ffd166!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-theme-label{color:#f3f4f8!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui #theme-header,
html.dark-skin .someh-home-scope.someh-marketplace-ui #main-nav,
html.dark-skin .someh-home-scope.someh-marketplace-ui .main-nav-wrapper,
html.dark-skin .someh-home-scope.someh-marketplace-ui #main-nav .container{background:#171a25!important;border-color:#2b2f3c!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui #main-nav .main-menu>ul>li>a{color:#cfd4df!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui #main-nav .main-menu>ul>li:hover>a,
html.dark-skin .someh-home-scope.someh-marketplace-ui #main-nav .main-menu>ul>li.current-menu-item>a{color:#fff!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-storefront-home{background:#11131c!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui :where(.someh-sf-product-section,.someh-sf-categories,.someh-sf-article-card,.someh-sf-product-card,.someh-sf-legacy-box){background:#171a25!important;border-color:#2b2f3c!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-section-head h2,
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-article-card h3 a,
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-product-body h3 a{color:#f4f5f8!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-article-card p,
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-section-head span{color:#aeb4c2!important}

@media(max-width:1100px){
 .someh-home-scope.someh-marketplace-ui .someh-sf-head-inner{grid-template-columns:minmax(130px,170px) minmax(250px,1fr) auto 46px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-theme-button{min-width:46px!important;width:46px!important;padding:0!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-theme-label{display:none!important}
}
@media(max-width:767px){
 .someh-home-scope.someh-marketplace-ui .someh-sf-head-inner{
   min-height:108px!important;grid-template-columns:44px minmax(0,1fr) 44px!important;grid-template-rows:44px 46px!important;gap:8px 8px!important;
 }
 .someh-home-scope.someh-marketplace-ui .someh-sf-menu-button{grid-column:1!important;grid-row:1!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-brand{grid-column:2!important;grid-row:1!important;justify-content:center!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-theme-button{grid-column:3!important;grid-row:1!important;width:44px!important;min-width:44px!important;height:44px!important;padding:0!important;border-radius:9px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-search{grid-column:1/-1!important;grid-row:2!important;padding-inline:5px 0!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-search .someh-sf-search-submit{min-width:44px!important;width:44px!important;height:36px!important;margin:0 3px!important;padding:0!important;border-radius:7px!important}
 .someh-home-scope.someh-marketplace-ui .someh-sf-search .someh-sf-search-submit span{display:none!important}
}


/* v14.00 — all-category rail: every public category stays reachable without wrapping the page. */
.someh-sf-categories .someh-sf-category-shell{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:10px;align-items:stretch;width:100%;min-width:0}
.someh-sf-categories .someh-sf-category-track{display:flex!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity;scrollbar-width:none;padding:2px 1px 10px!important;min-width:0;overscroll-behavior-inline:contain}
.someh-sf-categories .someh-sf-category-track::-webkit-scrollbar{display:none}
.someh-sf-categories .someh-sf-category{flex:0 0 156px!important;min-width:156px!important;scroll-snap-align:start}
.someh-sf-categories .someh-sf-scroll-button{position:static!important;inset:auto!important;align-self:center;width:44px!important;height:74px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:var(--sf-surface,#fff)!important;border:1px solid var(--sf-line,rgba(15,23,42,.1))!important;box-shadow:none!important;z-index:2}
.someh-sf-categories .someh-sf-scroll-prev svg{transform:rotate(180deg)}
@media(max-width:767px){
 .someh-sf-categories .someh-sf-category-shell{grid-template-columns:34px minmax(0,1fr) 34px;gap:6px}
 .someh-sf-categories .someh-sf-category{flex-basis:126px!important;min-width:126px!important}
 .someh-sf-categories .someh-sf-scroll-button{width:34px!important;height:64px!important;border-radius:12px!important}
}

/* v14.00 video fixes — dark marketplace surfaces must agree with their text colors. */
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-hero{background:#171a25!important;border-color:#2b2f3c!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-hero-slide{background:linear-gradient(115deg,#1b1f2b,#151822)!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-hero h2{color:#f5f6fa!important;-webkit-text-fill-color:#f5f6fa!important;text-shadow:none!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-hero-copy>p{color:#c2c7d2!important;-webkit-text-fill-color:#c2c7d2!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-hero-price,html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-hero-price *{color:#fff!important;-webkit-text-fill-color:#fff!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-hero-media{background:#202431!important;border-radius:12px!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-product-bottom,html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-price,html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-price *{color:#f4f5f8!important;-webkit-text-fill-color:#f4f5f8!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-category{background:#1c202c!important;border-color:#323745!important;color:#f4f5f8!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-category strong{color:#f4f5f8!important;-webkit-text-fill-color:#f4f5f8!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-category small{color:#aeb4c2!important;-webkit-text-fill-color:#aeb4c2!important}
html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-categories .someh-sf-scroll-button{background:#232733!important;border-color:#383e4d!important;color:#fff!important}

/* Homepage isolation guard: the native Someh header/footer live outside this
   scope and keep their original markup and presentation on every viewport. */
.someh-home-scope{width:100%;max-width:100%;margin:0;padding-bottom:0!important;overflow:clip}
.someh-home-scope .someh-storefront-home{isolation:isolate}

/* Desktop hero control gutter: keep the RTL-side navigation button outside
   the copy column so long titles and descriptions can never sit underneath it. */
@media (min-width:1200px){
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-slide{
    padding-inline-start:68px!important;
  }
}

/* v14.02 — complete mobile category grid.
   Every category is visible in rows; no item is hidden behind a horizontal rail. */
.someh-home-scope.someh-marketplace-ui .someh-sf-term-latest-visual,
.someh-home-scope.someh-marketplace-ui .someh-sf-term-latest-visual > img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  opacity:1!important;
  visibility:visible!important;
}
.someh-home-scope.someh-marketplace-ui .someh-sf-term-latest-visual{
  overflow:hidden!important;
  border-radius:inherit!important;
}
.someh-home-scope.someh-marketplace-ui .someh-sf-term-latest-visual > img{
  object-fit:cover!important;
}
/* Mobile Safari and third-party lightboxes must treat card artwork as part of
   the destination link, never as an independently openable image. */
.someh-home-scope.someh-marketplace-ui a[data-someh-destination]{
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:rgba(0,0,0,0)!important;
}
.someh-home-scope.someh-marketplace-ui a[data-someh-destination] img,
.someh-home-scope.someh-marketplace-ui a[data-someh-destination] picture,
.someh-home-scope.someh-marketplace-ui a[data-someh-destination] source,
.someh-home-scope.someh-marketplace-ui a[data-someh-destination] .someh-sf-term-latest-visual,
.someh-home-scope.someh-marketplace-ui a[data-someh-destination] .someh-sf-term-placeholder,
.someh-home-scope.someh-marketplace-ui a[data-someh-destination] .someh-sf-visual-fallback{
  pointer-events:none!important;
  -webkit-touch-callout:none!important;
  -webkit-user-drag:none!important;
  user-select:none!important;
}
@media (max-width:767px){
  .someh-home-scope.someh-marketplace-ui .someh-sf-categories{
    overflow:visible!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-categories .someh-sf-category-shell{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-categories .someh-sf-category-track{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    grid-auto-flow:row!important;
    grid-auto-columns:auto!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:2px 0 6px!important;
    gap:14px 6px!important;
    overflow:visible!important;
    scroll-snap-type:none!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-categories .someh-sf-category{
    display:flex!important;
    flex:none!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    align-items:center!important;
    justify-content:flex-start!important;
    scroll-snap-align:none!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-categories .someh-sf-category-image{
    position:relative!important;
    display:grid!important;
    flex:0 0 58px!important;
    width:58px!important;
    height:58px!important;
    min-width:58px!important;
    min-height:58px!important;
    margin:0 auto 7px!important;
    padding:6px!important;
    place-items:center!important;
    overflow:hidden!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-categories .someh-sf-category-image > img,
  .someh-home-scope.someh-marketplace-ui .someh-sf-categories .someh-sf-term-placeholder{
    display:grid!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-categories .someh-sf-category-image > img{
    display:block!important;
    object-fit:contain!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-categories .someh-sf-category strong{
    width:100%!important;
    min-height:29px!important;
    margin:0!important;
    color:var(--someh-market-ink)!important;
    font-size:9px!important;
    line-height:1.6!important;
    text-align:center!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-categories .someh-sf-scroll-button{
    display:none!important;
  }
}

/* v14.03 — polished mobile hero.
   Let the active slide size itself from its content, enlarge the visual and
   keep the carousel controls aligned with the visual instead of empty space. */
@media (max-width:767px){
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero{
    height:auto!important;
    min-height:0!important;
    border-radius:16px!important;
    box-shadow:0 12px 30px rgba(35,37,78,.10)!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-track{
    height:auto!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-slide{
    height:auto!important;
    min-height:0!important;
    padding:16px 12px 36px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:auto 246px!important;
    align-items:start!important;
    align-content:start!important;
    gap:12px!important;
    background:linear-gradient(155deg,#fff 0%,#fbfbfc 58%,#f4f4f6 100%)!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-copy{
    grid-column:1!important;
    grid-row:1!important;
    padding:0 8px 4px!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-media{
    position:relative!important;
    grid-column:1!important;
    grid-row:2!important;
    display:grid!important;
    flex:none!important;
    width:100%!important;
    height:246px!important;
    min-height:246px!important;
    margin:0!important;
    padding:10px 38px!important;
    place-items:center!important;
    overflow:hidden!important;
    background:linear-gradient(145deg,rgba(239,64,86,.055),rgba(35,37,78,.045)),#f8f8f9!important;
    border:1px solid rgba(63,64,100,.10)!important;
    border-radius:16px!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.9)!important;
    text-decoration:none!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-media img{
    position:static!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    margin:0!important;
    object-fit:contain!important;
    border-radius:12px!important;
    filter:drop-shadow(0 12px 18px rgba(35,37,78,.14))!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-media>.someh-sf-visual-fallback,
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-media>svg{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-width:100%!important;
    max-height:100%!important;
    border-radius:12px!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-arrow{
    bottom:140px!important;
    width:40px!important;
    height:40px!important;
    transform:none!important;
    border-color:rgba(63,64,100,.14)!important;
    box-shadow:0 6px 18px rgba(35,37,78,.16)!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-arrow.is-prev{
    inset-inline-start:7px!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-arrow.is-next{
    inset-inline-end:7px!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-dots{
    bottom:13px!important;
  }
}
@media (max-width:360px){
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-slide{
    grid-template-rows:auto 228px!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-media{
    height:228px!important;
    min-height:228px!important;
    padding-inline:34px!important;
  }
  .someh-home-scope.someh-marketplace-ui .someh-sf-hero-arrow{
    bottom:131px!important;
  }
}
@media (max-width:767px){
  html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-hero{
    box-shadow:0 12px 30px rgba(0,0,0,.24)!important;
  }
  html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-hero-slide{
    background:linear-gradient(155deg,#1b1f2b,#151822)!important;
  }
  html.dark-skin .someh-home-scope.someh-marketplace-ui .someh-sf-hero-media{
    background:linear-gradient(145deg,rgba(239,64,86,.10),rgba(111,118,160,.08)),#202431!important;
    border-color:#343948!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
  }
}

/* v14.04 — final active-theme colour bridge.
   Decorative accents inherit the header accent; controls that carry text use
   the complete header background/text pair to preserve contrast. */
body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui{
  --someh-market-accent:var(--tmc-ht-accent)!important;
  --someh-market-accent-dark:var(--tmc-ht-accent)!important;
  --someh-sf-accent:var(--tmc-ht-accent)!important;
}
body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui .someh-sf-primary-button,
body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui .someh-sf-search .someh-sf-search-submit,
body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui .someh-sf-sale,
body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui .woocommerce :where(button.button,a.button,.button.alt),
body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui #tmc-modern-footer-contact .tmcmf__phone-icon{
  color:var(--tmc-ht-text)!important;
  background:var(--tmc-ht-bg)!important;
}
body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui .someh-sf-search .someh-sf-search-submit .someh-sf-icon,
body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui #tmc-modern-footer-contact .tmcmf__phone-icon .someh-sf-icon{
  color:var(--tmc-ht-text)!important;
}
@media (max-width:767px){
  body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui .someh-sf-mobile-nav .someh-sf-mobile-contact i{
    color:var(--tmc-ht-text)!important;
    background:var(--tmc-ht-bg)!important;
    box-shadow:var(--tmc-ht-shadow)!important;
  }
  body.tmc-ht-enabled .someh-home-scope.someh-marketplace-ui .someh-sf-mobile-nav .someh-sf-mobile-contact i .someh-sf-icon{
    color:var(--tmc-ht-text)!important;
  }
}

html.dark-skin .someh-sf-legacy-box,
body.dark-skin .someh-sf-legacy-box{
  background:#171a25!important;
  border-color:#343948!important;
}
html.dark-skin .someh-sf-legacy-panel>#content,
body.dark-skin .someh-sf-legacy-panel>#content{
  background:#171a25!important;
}
